Forum Replies Created

Viewing 20 posts - 2,501 through 2,520 (of 3,109 total)
  • Author
    Posts
  • in reply to: Blue Colored Striped on sides of the slider caption overlay #1783
    Hash
    Keymaster

    Yes.

    Go to Appearance -> Customizer And in the Additional CSS field add the below CSS code

    .sq-slide-caption{
    border: 0;
    }
    in reply to: Disable fixed/following sidebar #1782
    Hash
    Keymaster

    You will have to make edit in the JS file. If you are comfortable editing the code, we can guide you. But we strongly recommend not to if you are novice.

    in reply to: About word control of Style1,Middle Blocks-Left Content #1781
    Hash
    Keymaster

    Thank you. And please don’t forget to review our theme https://wordpress.org/support/theme/viral/reviews/?filter=5 and share it with other as well 🙂

    in reply to: Changing the order of the section on the home page #1780
    Hash
    Keymaster

    Hi,

    Please email us at support@hashthemes.com with all the customization detail. And we will quote you with the cost. It won’t cost you more than $50 as far as i know.

    Thanks

    in reply to: analytics google #1779
    Hash
    Keymaster

    Hi,

    You will have to use some plugin for that.

    Thanks

    in reply to: About word control of Style1,Middle Blocks-Left Content #1772
    Hash
    Keymaster

    File – inc/hooks.php
    line number – 322

    Change the value of 180 in the below code

    <?php echo viral_excerpt( get_the_content(), 180); ?>

    in reply to: How to modify font family and size of single page content? #1771
    Hash
    Keymaster

    We don’t suggest to edit the files because it seems that you do not have knowledge about the file structure of the WordPress. You may end up breaking the website if you edit it yourself.

    in reply to: Add a new home section? #1770
    Hash
    Keymaster

    Sorry, not possible. Let us know if you want to go with paid customization to add the feature you mentioned.

    in reply to: Change background color in Service section? #1769
    Hash
    Keymaster

    Hi,

    The latest version of WordPress has option to add the custom CSS by default. Go to Appearance -> Customizer and then Additional CSS tab.

    in reply to: Changing the order of the section on the home page #1767
    Hash
    Keymaster

    It can be done with change in code but we do not suggest you to edit the code because it may break your website. We can do it for paid customization if you want.

    in reply to: Shop #1766
    Hash
    Keymaster

    Hi,

    You need to install Woo Commerce plugin for it. Here is the link https://wordpress.org/plugins/woocommerce/

    in reply to: Slider Settings #1765
    Hash
    Keymaster

    Yes, it can be done. Go to Appearance -> Additional CSS tab and add the below CSS code

    .hs-slide-overlay{
    display: none;
    }
    in reply to: Adding an image to the featured page section #1764
    Hash
    Keymaster

    Sorry, it is not possible. It will require customization. We can do it for paid support if you want.

    in reply to: Section background images on mobile devices #1763
    Hash
    Keymaster

    Sure, we will try to fix this issue in our upcoming version.

    in reply to: Links in Slider & Featured Sections #1762
    Hash
    Keymaster

    Here are the replies to your queries

    1. Slider section: Is there a way to make the Caption Title and/or Caption Subtitle link to a URL? Can a “Learn More” button be added on each slider.
    >> sorry, it is not possible. It requires code customization. We can do it for paid customization if you want.

    2. Featured section: Can the Icon and Page Title be hyperlinked to the page? Currently, the only way to access the featured page is via the tiny + sign at the bottom right or by embedding HTML tags in the page excerpt, both of which are not very intuitive.
    >> again sorry not possible with current available feature. We can do it for paid customization.

    in reply to: Category Icons #1749
    Hash
    Keymaster

    In the style.css file, remove the following CSS in line number 2956

    .woocommerce ul.products li.product, 
    	.woocommerce-page ul.products li.product, 
    	.woocommerce-page[class*=columns-] ul.products li.product, 
    	.woocommerce[class*=columns-] ul.products li.product{
    		width: 48%;
    		float: left;
    	}

    And please do not remove out footer credit link.

    in reply to: Remove Widget on mobile #1748
    Hash
    Keymaster

    Hi,

    Use the below CSS

    @media screen and (max-width: 768px){
    #hs-about-us-section{
    display: none !important;
    }
    }

    And please don’t remove the footer credit link.

    in reply to: About word control of Style1,Middle Blocks-Left Content #1744
    Hash
    Keymaster

    It needs change in code to reduce the excerpt length. It works good with English alphabet but for other alphabet the letter count varies.

    in reply to: Portfolio categorie filter #1743
    Hash
    Keymaster

    Hi,

    Please check the screenshot below. It should give you clear idea on what to do.

    in reply to: Portfolio – 2 issues #1742
    Hash
    Keymaster

    Hi @ANTOINE

    You need to upload the featured image in the category post that you select for the portfolio.

    And there is no option to change the portfolio column in the theme.

Viewing 20 posts - 2,501 through 2,520 (of 3,109 total)