Forum Replies Created

Viewing 9 posts - 3,081 through 3,089 (of 3,089 total)
  • Author
    Posts
  • in reply to: Slider not fully functioning #110
    Hash
    Keymaster

    Hi,

    Can you please mention your website url showing the problem?

    in reply to: Featured Section not displaying ul's/ol's #105
    Hash
    Keymaster

    Hi,

    The featured section strips all the HTML tags and shows the plain text. The theme limits the number of character to show in the featured post and doing so if the theme allows HTML tags, the text end up without closing HTML tag breaking the whole site.

    But there is a solution for it as well.

    1. You need to enable the excerpt for the page.

    2. Now add your text in the excerpt. It accepts all the HTML Tags and shows the full text without stripping.

    The read more symbol is working for the both case when i tested with my demo website.

    in reply to: Using Featured Image as Banner #104
    Hash
    Keymaster

    Hi,

    Thank you for liking our theme.

    I am sad to say that there is no option to link different page banner to different page. The theme only allows you to add the single page banner that show in all the page.

    But we do offer paid customization support it you want to show different page banner in different pages.

    in reply to: Carriage return in Slider Caption SubTItle #103
    Hash
    Keymaster

    Hi,

    These HTML character are escaped and converted into HTML entity for the security purpose.
    Security purpose – If the user miss and closing HTML tag, the website would break down.
    This is the reason why they are printed as it is. So its sad to say that you need to omit any HTML character in your slider.

    in reply to: Changing Theme Colors #95
    Hash
    Keymaster

    Hi,

    1. There is no option in the theme to change the color. But with custom CSS, yes it is possible. But there are lots of changes that need to be done which can not be written here. We do offer paid support to change the color if you want.

    2. Yes, you need to install plugin for that. You can use Contact Form 7 or any another plugin for that.

    in reply to: How to configure woocommerce – single product page #93
    Hash
    Keymaster

    Hi,

    The content-product.php handles the product listing in the shop, the archive page and the related products section. It does not have any thing to do with the single page detail. To edit your single page you need to use appropriate hooks and filters or add the single-product.php or other files into the woocommerce folder of the theme and then edit to your appropriate.

    We can not go into the detail. But yes we do offer premium customization support if you want.

    Thank you.

    in reply to: Amending the sidebar layout #92
    Hash
    Keymaster

    There is no option to slow down the speed of the slider. But you can change it by modifying the code.

    You need to modify js/square-custom.js file and the code to edit is

     $('#sq-bx-slider').bxSlider({
    	  'pager':false,
    	   'auto' : true,
               'mode' : 'fade',
    	   'pause' : 5000,
    	   'prevText' : '<i class="fa fa-angle-left"></i>',
    	    'nextText' : '<i class="fa fa-angle-right"></i>',
                'adaptiveHeight' : true
     });

    increase the pause value from 5000 to higher number

    in reply to: Amending the sidebar layout #80
    Hash
    Keymaster

    Hi,

    The sidebar setting does not need any settings at all. All you need to do is check the appropriate sidebar and save your post.

    If it is not working then please reply back with your website url. Or you can even email us your website detail to support@hashthemes.com so that we can inspect your site and fix the possible issue.

    Hash
    Keymaster

    Hi,

    If you want to use static page as your Front Page Display option then you need to set the “Home” template to the page that you assigned as a static page. Please check the below screen shot for more refrence.

Viewing 9 posts - 3,081 through 3,089 (of 3,089 total)