Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 3,109 total)
  • Author
    Posts
  • in reply to: i dont want scroll down #479
    Hash
    Keymaster

    Sorry, it is not possible. The website is designed to scroll down. If you want to prevent scroll is the home page then it required additional coding. You can ask us for paid support if you want..

    in reply to: Invisible sidebar on WooCommerce shop #478
    Hash
    Keymaster

    Basically the theme is designed to have a shop page with the sidebar, So i would suggest you to add the sidebar as shown in our demo https://demo.hashthemes.com/square/shop/

    If you want to increase the width of the product then with the three product in the row, it would not cover the full width hence will always leave empty space. The only way would be to center the product. The CSS below should help you.

    .woocommerce.archive #secondary{display:none}
    .woocommerce.archive #primary{float:none; margin: 0 auto;}
    Hash
    Keymaster

    Hi,

    It seems like you have figured out every thing. I do not see any issue with the website as you mentioned.

    in reply to: how to change color of mobile menu #465
    Hash
    Keymaster

    Here is the code

    .sq-toggle-nav span,
    .sq-toggle-nav span:after,
    .sq-toggle-nav span:before{
    background: #000;
    }
    in reply to: how to? chance fonts, animation or insert video #464
    Hash
    Keymaster

    Hi,

    Sorry, you can not neither change the fonts of the theme nor insert the video in the slider. The theme does not have this feature.

    You can change it by editing the code if you can. Or you can ask us for the paid support as well.

    Thank You.

    in reply to: Blog Tab Navigation Bar #463
    Hash
    Keymaster

    Hi,

    Basically the tab section is to display the content rather then to link to another page. But you can link to another page as well by using anchor tag.

    In you case create a link in the post with anchor tag linking to

    Like
    <a href="http://parentsaware.info/index.php/category/blog/">Read Our BLog</a>

    in reply to: Want to get rid of arows on slider #458
    Hash
    Keymaster

    Here is the CSS

    #sq-home-slider-section .bx-wrapper .bx-controls-direction a{
    display:none;
    }
    in reply to: how to get rid of slider image change fade in. #457
    Hash
    Keymaster

    Sorry, there is no way to get rid of the fade effect because it is the transition effect of the slider.

    It seems that you are trying to use the same image for all the slider and then use different text to make the text transition of text only. But it is not possible with the current slider used. We will have to replace the slider with another one. This can be done with paid customization only.

    in reply to: Twitter Widget? #456
    Hash
    Keymaster

    Hi,

    No, the theme does not have twitter widget. You will have to install some plugin from the WordPress for twitter widget.

    Can you please specify which theme are you using with your website url. The theme does not contain any link to the author that stats as written by

    in reply to: Polylang Multilingual Home Page #451
    Hash
    Keymaster

    Hi,

    The cutomizer field are not translatable using polylang plugin. To translate these text, it requires additional coding which we may consider in our future updates.

    Thanks

    in reply to: Animation tab section #450
    Hash
    Keymaster

    Yes, It is possible. Add the below CSS using some suitable Custom CSS plugin

    .sq-tab-pane.zoomIn{
        webkit-animation-name: none;
        animation-name: none;
    }
    in reply to: Struggling with the theme in general #449
    Hash
    Keymaster

    Hi,

    Is you site working properly now? When i checked your website, it seems working good. The only thing you need to do is upload larger image for the banner.

    Thanks

    in reply to: Questions on front page slider #443
    Hash
    Keymaster

    Hi,

    It is not possible with the available feature in the theme.

    We can add it for the paid customization if you want it.

    in reply to: No email received #439
    Hash
    Keymaster

    Hi,

    Just tested with the PirateForms on Square demo site http://demo.hashthemes.com/square/services/ and it seems working properly without any issue. Got the email in quick time in the mail box.

    Please check your setting properly, try switching the themes, contact hosting provider or you can use other plugin Contact Form 7 as well.

    in reply to: Change size of the featured image #438
    Hash
    Keymaster

    Go to function.php and find for the code

    add_image_size( ‘square-blog-thumb’, 800, 420, true );

    change 800 and 420 to your desired size for width and height. Upload the image again. This should do the trick.

    in reply to: Change size of the featured image #435
    Hash
    Keymaster

    Can you please in detail which feature image are you taking about?

    in reply to: Preview of Blogs on Blog Page #434
    Hash
    Keymaster

    It should work. It is the only available way and is the default feature of the WordPress.

    in reply to: Problem with payment buttons #430
    Hash
    Keymaster

    Hi,

    I checked you website and i am certain that there is nothing to do with the theme code at all. I can not see any possible reason for the payment not working due to theme code because these button are generated via independent javascript code and does not have any relation with the theme code.

    in reply to: Tab sections #429
    Hash
    Keymaster

    Hi,

    You can add up to 5 tab section without any problem. It seems that some of your customization has caused this error. You can hire us to fix this issue if you want. But again the default feature of the theme allows you to add 5 tab section without any problem. May be there is some problem with your child theme.

    in reply to: Static Home Page #428
    Hash
    Keymaster

    Yes, it is possible. You need to go to Settings -> Reading and choose the static page option and then choose the desired page to display in the home page. The static page option should work properly without any problem

    But if you are looking to display the home page with same as on our demo https://demo.hashthemes.com/square/ and then customize it to add some other content then it is not possible. It will require code customization for which you will have to ask for the paid support from us.

Viewing 20 posts - 2,961 through 2,980 (of 3,109 total)