Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 3,112 total)
  • Author
    Posts
  • in reply to: Swap font-awesome icon to image upload #482
    Hash
    Keymaster

    Hi,

    Sorry, it is not possible with the available feature of the theme.

    Thanks

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

    Great to know that you figured it out. This topic was discussed earlier over here previously http://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/

    in reply to: Feature Image is Not Showing When I Share a Post #480
    Hash
    Keymaster

    Hi,

    Using Yoast SEO plugin, you can configure to show featured image when shared in the social media. The theme itself does not define the Open Graph Meta Tags. Open Graph Meta tag play vital role on which image , title, description to display when shared on the Facebook.

    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.

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