Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 3 months ago Mirela
    Participant
    in reply to: Site delay

    Hello,

    The reasons for a slow site are 99% of the time of the same reasons in every site. You can help it speed up by improving some site features. Please read this article that explains them in details:
    https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Shop product images not same size & remove pagination

    Hello,

    Please go to file woocommerce/content-product.php and fins this line:

    if ( 0 === ( $woocommerce_loop['loop'] ) % $woocommerce_loop['columns']  || 1 === $woocommerce_loop['columns'] ) {
    	$classes[] = 'first';
    }

    Replace with this:

    if ( 0 === ( $woocommerce_loop['loop'] ) % $woocommerce_loop['columns']  || 1 === $woocommerce_loop['columns'] ) {
    	$classes[] = 'first';
    	$woocommerce_loop['loop']++;
    }

    To remove the pagination you need to change the default number of products that are being displayed in a page. Set the number to a great value in order to display all products and this way the pagination will not be shown.
    Go to file functions-woocommerce.php and find this line:
    add_filter('loop_shop_per_page', create_function('$cols', 'return 12;'), 20);
    Edit to this:
    add_filter('loop_shop_per_page', create_function('$cols', 'return 9999;'), 20);

    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Sticky nav broken

    Hello,

    Please fill in the necessary information on your extra information fields of your profile data. Send us the list of the thing troubling you so we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Installing ECommerce demo

    Hello,

    There are two slider plugins included in theme package. The Revolution slider and Layer slider. Which one do you use? We can assure you none of them has any kind of incompatibility issue with Woocommerce.

    We can not test this situation on your side as the credentials are invalid and you are already using another theme.
    This did not ever happen on our side and so it’s impossible for us to recreate the situation without additional clues from your side (example: third party plugins you have installed). And thus test it.
    Requesting refund just because you change your mind on a theme, it’s not a reason to accord a refund according to Envato Refund Policy.

    Please send us the link to an installation where you have this theme so we can check out what is actually causing you issues.

    Note: We are doing our best to answer your questions asap. Our working hours are Monday to Friday, 9AM to 5PM (UTC +1:00). Please consider timezone differences.
    Support Policy

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Remove Towerlogo from copyright footer

    Hello,

    To add/edit/remove footer elements, please go to Appearance > Widgets. Change the widgets in your footer area to your wish.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Mobile Console Error

    Hello,

    Please see the screenshot i send you in the last reply. It is already in mobile mode (iphone6).
    Do you have any issues with the site when you access it from an actual device? What problem do you get then?
    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Social icons will not appear above header

    Hello,

    I see you have activated to show the top navigation bar, but it’s empty. Do you want to show the socials here? Please make sure to have added links to the socials in General Options > Social Media first. Then add the social widget in Top Header Left/Right in your Appearances > Widgets.
    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Theme / VC keep inserting my username into fields

    Hello,

    Can you please be more clear? What fields of Visual Composer are you referring to? Can you send a screenshot of it?
    I suggest you first, clear cache and refresh the page you are working with. Let us know what happens.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: post featured image cropping incorrectly

    Hello,

    Yes, i understand the situation now. Did you made any changes to theme in between the time when the image was showing ok and now? Do you have any image processing plugin installed?
    Please do send us some valid credentials. Or just fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: service media title background color of text

    Hello,

    Please add this code into your custom css box:

    .services_media .overlay span {
        background: rgba(255, 255, 255, 0.62);
    }

    Change the color to your wish.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Mobile Console Error

    Hello,

    I checked your site but i don’t see any issue in it. See screenshot: https://pho.to/AdaWx

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: adding secondary tabs

    Hello,

    This is feature of one page. Since you have a normal site, not a one page, then you should add full menu links.
    Add section id’s to the section you want to link too. Then add custom menu links in your menu. Set full links (ex: https://mysite.com/#sectionid) to to section, not just the ids.
    Let us know.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: text missing

    Hello,

    I added this code into your custom css box:

    .services_steps p:hover {
        opacity: 1 !important;
    }

    Please clear cache and refresh page.

    Best regards!

    9 years, 3 months ago Mirela
    Participant
    in reply to: Installing ECommerce demo

    Hello,

    Woocommerce does not have any issue with theme. It’s an important plugin that has been incorporated with theme since the very first version (almost 2 years ago). It runs smoothly on every Tower installation.
    What kind of bugs did you experience while installing it? The latest wizard installation feature installs everything you need for the site, in just some “next” clicks. This too has been tested multiple times and we can assure you it does not have any problem.
    What slider are you using? Where is it located? Can you be more clear on the matter?
    What plugins do you have installed?
    The credentials still do not work. Screenshot: https://www.clipular.com/c/6010746800701440.png?k=CPEPtZobqXaIt5Vqtuk5OZ74qZA

    Best regards!

    • This reply was modified 9 years, 3 months ago by Mirela.
    9 years, 3 months ago Mirela
    Participant
    in reply to: menu in footer not aligned

    Hello,

    Ok, let us know whenever you need further help.

    Kind regards!

Viewing 15 posts - 6,121 through 6,135 (of 12,542 total)
← 1 2 3 … 408 409 410 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password