Forum Replies Created
- AuthorPosts
Hash
KeymasterSorry, 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..
Hash
KeymasterBasically 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;}
June 8, 2016 at 10:01 pm in reply to: Home Page feature works well, page has no content though, blog page not working #477Hash
KeymasterHi,
It seems like you have figured out every thing. I do not see any issue with the website as you mentioned.
Hash
KeymasterHere is the code
.sq-toggle-nav span, .sq-toggle-nav span:after, .sq-toggle-nav span:before{ background: #000; }
Hash
KeymasterHi,
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.
Hash
KeymasterHi,
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>
Hash
KeymasterHere is the CSS
#sq-home-slider-section .bx-wrapper .bx-controls-direction a{ display:none; }
Hash
KeymasterSorry, 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.
Hash
KeymasterHi,
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
Hash
KeymasterHi,
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
Hash
KeymasterYes, It is possible. Add the below CSS using some suitable Custom CSS plugin
.sq-tab-pane.zoomIn{ webkit-animation-name: none; animation-name: none; }
Hash
KeymasterHi,
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
Hash
KeymasterHi,
It is not possible with the available feature in the theme.
We can add it for the paid customization if you want it.
Hash
KeymasterHi,
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.
Hash
KeymasterGo 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.
Hash
KeymasterCan you please in detail which feature image are you taking about?
Hash
KeymasterIt should work. It is the only available way and is the default feature of the WordPress.
Hash
KeymasterHi,
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.
Hash
KeymasterHi,
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.
Hash
KeymasterYes, 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.
- AuthorPosts