Forum Replies Created

Viewing 20 posts - 2,821 through 2,840 (of 3,114 total)
  • Author
    Posts
  • in reply to: Remove dark filter of main images #938
    Hash
    Keymaster

    Hi,

    Add the below CSS using some Custom CSS plugin

    .hs-slide-overlay{background: none}

    It will remove the dark overlay from the slider. But with this the menu and slider caption might not be properly visible and you will need to use dark images.

    in reply to: Back to Top Button #922
    Hash
    Keymaster

    Hi,

    We tested the issue you mentioned with our demo site https://hashthemes.com/wordpress-theme/total/ and we do not find the issue at all

    Can you please let us know your website url and the mobile you tested on?

    Here is the CSS if you want to remove back to top button

    #ht-back-top{display: none}

    in reply to: entry title font color #921
    Hash
    Keymaster

    Here is the code

    .entry-header .entry-title a{
    color: #004f09;
    }

    This will work

    in reply to: Left and Right Sidebar at once. #920
    Hash
    Keymaster

    Hi,

    The theme does not have feature to show the both sidebar at once. Yes, it can be added with customization and the code you added works but there are other dependent codes and CSS associated with it so there are lots of things that need to be fixed. Also the responsive needs to be taken into account when adding the code.

    I am sorry to say that it would be difficult to explain you over here. We would have helped if it was simple hack.

    You always hire our team for paid support if you want.

    in reply to: How to make posts layout wider #919
    Hash
    Keymaster

    Glad to help you
    =========================
    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: How to make posts layout wider #913
    Hash
    Keymaster

    Hi,

    This will change the width in every pages. Seems like you have some skills in CSS and i can guide you further.

    If you want to change the width of the archive page only, then add the below CSS

    .archive #primary{width:89%;float:none;margin:0 auto}
    .archive #secondary{display:none;}

    The second line disables sidebar in all archive page.

    in reply to: Custom Link to Clients Logo #908
    Hash
    Keymaster

    Hi,

    The theme does not have this feature. It only allows to show the logo only.

    in reply to: Writing under emoticons #907
    Hash
    Keymaster

    It should be “Rezumat” in your screen. The language difference.

    in reply to: Footer full width #903
    Hash
    Keymaster

    The file you need to edit is footer.php

    You can edit it from Appearance -> Editor menu

    Please be careful while making edits , else it may break your website.

    in reply to: Writing under emoticons #902
    Hash
    Keymaster

    Hi,

    The content of the page appears in those boxes. It seems that the page contact does not have any content.

    Check this one as well. It should help you

    Featured Section not displaying ul's/ol's

    in reply to: Changing Theme Colors #901
    Hash
    Keymaster

    Thank you.

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

    in reply to: Issues with Internet Explorer 11 #900
    Hash
    Keymaster

    I don’t see any problem now. It seems to be fine now.

    If you followed the https://hashthemes.com/support/topic/make-the-text-in-featured-section-a-link-just-like-the-little-sign/ link properly it should have worked.

    Can you try it again. May be there were some CSS problem which can be fixed by adding additional CSS

    in reply to: Portfolio Category Page #899
    Hash
    Keymaster

    Hi,

    As you should know the theme does not have the feature for a blog page with similar layout as that of portfolio but we can customize your website for paid support if you want .

    in reply to: Links in Contact Section #898
    Hash
    Keymaster

    Hi,

    Any link in the boxes won’t work except the Contact Detail field. The theme has a code that strips all the tags that are added into those boxes.

    in reply to: Footer full width #886
    Hash
    Keymaster

    Hi,

    The footer is wrapped by the container id #vl-page so the CSS would not work to make the footer full width.

    You will have to edit the HTML to take the footer out of the container id #vl-page to make it full width.

    in reply to: Team Section Thumbnails #885
    Hash
    Keymaster

    Hi,

    You need to upload a featured image in for the page that you have assigned for a Team.

    The featured image box is at the right bottom corner of the page editor.

    in reply to: demo site #884
    Hash
    Keymaster

    Hi,

    We can provide you with the xml file but the xml file would not work with customizer setting and widget setting so there is no point to having xml file only.

    The theme is relatively very easy to set up. Just check the Appearance -> Customizer panel for detail sets of configuration.

    in reply to: Issues with Internet Explorer 11 #883
    Hash
    Keymaster

    Hi,

    The black box even shows in the safari, chrome and firefox.

    It seems that you have edited some code that is creating this problem.

    The theme never had a option to link the whole block to external url.

    The better fix would be delete the theme and reinstall it again.

    in reply to: Changing Theme Colors #882
    Hash
    Keymaster

    Use this

    .widget-area .widget-title:before,
    .widget-area .widget-title:after{
    display:none;
    }
    in reply to: 'blog' page and 'contact' page #881
    Hash
    Keymaster

    Thanks for the compliment
    =========================
    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

Viewing 20 posts - 2,821 through 2,840 (of 3,114 total)