Forum Replies Created
- AuthorPosts
Hash
KeymasterAdd this CSS using some Custom CSS plugin
.comment-count{display:none;}
Hash
KeymasterHi,
The sidebar option only works for post/page only. Apart from this, all other pages(blog) has right sidebar by default.
Hash
KeymasterCan you please let us know your website url?
Hash
KeymasterIts inside js folder
Hash
KeymasterYou need to add custom CSS for it. Here is the code
.sq-main-title{color:#EEE;}
Use some Custom CSS plugin to add the code.
Hash
KeymasterHi,
1. Here is the CSS to change the color of the link in post/page. Use some Custom CSS plugin to add the code.
.content-area .entry-content a{color:#5bc2ce; text-decoration:underline}
2. Check this link that will help you to learn how to add excerpt in the archive page instead of showing whole posts. http://www.wikihow.com/Add-Read-More-to-Wordpress
Hash
KeymasterHere is the CSS that may help you. Use some Custom CSS plugin to add the code.
.sq-main-header{padding:200px 0 100px}
Hash
KeymasterHi,
The error message seems to be generated from some of the plugin. So it would be good if you check by disabling the used plugin. The theme does not have this error so far.
Hash
KeymasterSorry, it is not possible with the available option but we can do it for a paid customization that would cost you $50
Hash
KeymasterThe empty grey background is due to the small background image uploaded. So the best solution is to upload some larger size image.
Or you can even use the below CSS
#hs-counter-section, #hs-contact-section{background-position:center !important;}
Hash
KeymasterCan you please be more specific with your question with your website url?
Hash
KeymasterSorry. It is not possible with the available feature.
Hash
KeymasterThank you.
To make slider move slower, you will have to change the code in js/square-custom.js
find the code
$('#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 });
and increase the pause value.
Hash
KeymasterHi,
If you use the text widget, the HTML should work for all the 5 footer widget area available for the footer.
Hash
KeymasterGreat that you made it work. But it should have worked without any code modification.
Hash
KeymasterHi,
It seems that you are adding all the footer in the Footer 1 widget area. You need to add only one widget per each widget area. You should see Footer 2 , Footer 3 and Footer 4 widgets as well. Add you you widget in this widget area instead of adding all the widget int he same Footer 1 Widget area.
Hash
KeymasterHi,
You can change it from the dashboard Appearance -> Customizer
The older version does not have this feature so make sure to update your theme to latest version by clicking on Dashboard -> Updates
Hash
KeymasterHi,
It is not the case. The size of the uploaded image does not have to be same. But the size has to be greater than thumbnail size used for the shop page.
In the Square theme you need to upload the product size greater than 400×400, the image will appear in same size. Mean you can upload image with random size greater than 400×400 and the product page will automatically crop the image to show all the images with same size.
Hash
KeymasterHi,
In the mobile version, there is no option to close the sub menu. The first click will open the sub menu and the second click will open the link associated with that menu.
Hash
KeymasterIt mean that you are trying to edit the code to add more footer widgets? In this case we would not be able to help you because we would never know what changes in code you have done in your website.
Basically the theme has featured to add 4 widgets in the top footer and 1 widget in the bottom footer which mean you can add 5 footer and they should appear horizontally.
It would be better if you reply with your website link.
- AuthorPosts