Forum Replies Created

Viewing 20 posts - 2,861 through 2,880 (of 3,109 total)
  • Author
    Posts
  • in reply to: Changing theme color #789
    Hash
    Keymaster

    Hi,

    Please email us at support@hashthemes.com

    We will reply you back with cost, the payment procedure and the requirements.

    in reply to: Slider images appear all at once #788
    Hash
    Keymaster

    Hi,

    Sorry, there is no option to add link to clients logos.

    in reply to: Change default Layout of Pages #784
    Hash
    Keymaster

    You can do it either by modifying the template file of the buddypress, bbpress. They have standard method of overwriting the file via theme file. But this one is complicated who does not know coding.

    The best solution would be CSS. Each page generates a unique class name in the body. you can use this class name and then change the width of the primary and secondary or even hide secondary using display:none css incase of primary width to be 100%

    in reply to: How to allow one to see only his/her posts? #783
    Hash
    Keymaster

    I mean assign the user role to author and then check. You will find the option to change the user role in each user edit screen.

    in reply to: How to allow one to see only his/her posts? #782
    Hash
    Keymaster

    I think if you assign the user role to author, this is possible.

    in reply to: Changing color #775
    Hash
    Keymaster

    Sorry, there is no option to change the color. But we can do it for paid customization if you want.

    in reply to: 'home sections' not working #774
    Hash
    Keymaster

    Hi,

    Did you create a page with “Home Page” template assigned to it?

    Check the 1st half part of this video. This technique works for the Total theme as well.

    in reply to: Changing theme color #773
    Hash
    Keymaster

    Hi,

    The theme does not have option to change the color neither it has pro version. But we can customize the website to your color for a paid support.

    in reply to: Customizing footer #766
    Hash
    Keymaster

    You can delete the theme and reinstall it again. or you can find the code here https://themes.svn.wordpress.org/viral/1.2.7/footer.php

    and please don’t edit the footer code.

    in reply to: Slider images appear all at once #764
    Hash
    Keymaster

    HI,

    Add the below CSS using some custom CSS plugin

    #sq-home-slider-section .sq-slide{display:none;}
    #sq-home-slider-section .bx-wrapper .sq-slide{display:block;}

    This should hide the slider at the first instance. and show when fully loaded without stacking over another.

    in reply to: Not use a home section #763
    Hash
    Keymaster

    Wait for an update. This features will be added in future updates.

    in reply to: Bigger Logo in Menu #759
    Hash
    Keymaster

    Add the below CSS using some custom CSS plugin

    #sq-site-branding img{max-height:none}

    in reply to: Navigation bar color #758
    Hash
    Keymaster
    in reply to: Make header background color opaque? #757
    Hash
    Keymaster

    @superfishnz There is option to change the header background color to white in the customizer settings. The color will automatically change to black in the while background.

    Check the General Settings -> Header Settings -> Header background color field.

    in reply to: Only 2 columns on footer instead? #756
    Hash
    Keymaster

    Great to know that it worked.

    =========================
    Please like our Facebook Page https://www.facebook.com/hashtheme/
    And make sure to rate our theme if you really like it https://wordpress.org/support/view/theme-reviews/square?filter=5

    in reply to: Only 2 columns on footer instead? #749
    Hash
    Keymaster

    Yes, possible by some CSS. Use some Custom CSS plugin and add the below CSS

    .sq-footer{width:47%}

    in reply to: Search plugin (Relevanssi) and Widget Area "Header Ads" #747
    Hash
    Keymaster

    Regarding the Relevanssi plugin, we have not tested it yet. So we need to test it before we can give you any answers.

    Regarding the Header ads, you need to add some css like float:left on the class that the widget generates.

    May be you can hire some of our developer to get these this fixed.

    in reply to: Theme settings Not getting SAVE #738
    Hash
    Keymaster

    Please check again by disabling all the plugins. If it still does not work, then email us at support@hashthemes.com with your login detail. We will have a look at the problem.

    in reply to: Featured Section – image #736
    Hash
    Keymaster

    I don’t think it will still show the featured image.

    The code $square_featured_page_image = get_theme_mod(‘square_featured_image’.$i, $square_page ); does not print out the image.

    The featured image of the page can be displayed by using the code the_post_thumbnail();

    the_post_thumbnail()


    You don’t need to add code in the customzer.php file.

    And to convert the plus sign in to graphic button, you need to add the text “Read More” instead of plus sign and then add the css to convert it in to button.

    I hope this will help you.

    in reply to: Installed theme in the same domain #733
    Hash
    Keymaster

    You can install it in the same domain. You can either just the previous blog layout or even apply the new home page that was added the later update. Check this video for more detail

Viewing 20 posts - 2,861 through 2,880 (of 3,109 total)