Forum Replies Created

Viewing 20 posts - 3,021 through 3,040 (of 3,083 total)
  • Author
    Posts
  • in reply to: Removing "Comment Closed" #254
    Hash
    Keymaster

    Add this CSS using some Custom CSS plugin

    .comment-count{display:none;}

    in reply to: Sidebar in post page #251
    Hash
    Keymaster

    Hi,

    The sidebar option only works for post/page only. Apart from this, all other pages(blog) has right sidebar by default.

    in reply to: Transparent navigation ribbon size and colour #250
    Hash
    Keymaster

    Can you please let us know your website url?

    in reply to: Slider animation #246
    Hash
    Keymaster

    Its inside js folder

    in reply to: Changing font color #244
    Hash
    Keymaster

    You 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.

    in reply to: Changing link colors and using excerpts #243
    Hash
    Keymaster

    Hi,

    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

    in reply to: Bigger header logo #242
    Hash
    Keymaster

    Here is the CSS that may help you. Use some Custom CSS plugin to add the code.

    .sq-main-header{padding:200px 0 100px}

    in reply to: error #241
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Bannerimage #240
    Hash
    Keymaster

    Sorry, it is not possible with the available option but we can do it for a paid customization that would cost you $50

    in reply to: Background Image #239
    Hash
    Keymaster

    The 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;}

    in reply to: Background Image #233
    Hash
    Keymaster

    Can you please be more specific with your question with your website url?

    in reply to: Links in Slider #224
    Hash
    Keymaster

    Sorry. It is not possible with the available feature.

    in reply to: Slider animation #223
    Hash
    Keymaster

    Thank 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.

    in reply to: Adding links in Footer #219
    Hash
    Keymaster

    Hi,

    If you use the text widget, the HTML should work for all the 5 footer widget area available for the footer.

    in reply to: Sidebar in post page #213
    Hash
    Keymaster

    Great that you made it work. But it should have worked without any code modification.

    in reply to: Serval widges horizontal in FOOTER-1 #212
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Where to change the banner #209
    Hash
    Keymaster

    Hi,

    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

    in reply to: Improper Product Image Display Size (Shop Page) #206
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Second level menu css problem #205
    Hash
    Keymaster

    Hi,

    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.

    in reply to: Serval widges horizontal in FOOTER-1 #204
    Hash
    Keymaster

    It 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.

Viewing 20 posts - 3,021 through 3,040 (of 3,083 total)