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

  • 8 years, 7 months ago Mirela
    Participant
    in reply to: Layerslider not changing on some pages

    Hello,

    I can’t give a precise answer as to what is happening without checking it out. Please send us the site’s wp credentials in a private reply. So we can give a closer look to the slider’s configuration.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Related Products Woocommerce

    Hello,

    In the same file wp-content\plugins\woocommerce\includes\wc-template-functions.php in this section:

    function woocommerce_output_related_products() {
    
    		$args = array(
    			'posts_per_page' => 2,
    			'columns' 	 => 2,
    			'orderby'   	 => 'rand',
    		);
    
    woocommerce_related_products( apply_filters('woocommerce_output_related_products_args', $args ) );
    	}
    }

    I edited out the value ‘2’ to ‘4’. Please check your products. The relted products are showing in 4 columns.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: image gallery loading

    Hello,

    Thank you for sharing your solution. I can suggest you save a copy of the edited file. So in case of theme update. you can only replace the file and not worry on making changes once again.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Menu Not Working

    Hello,

    1-You must have left out some css classes that may ‘cover’ the menu icon (have a greater z-index). if you send us your site’s url, we can give it a closer look and help you with the right css.

    2-You can achieve this using custom css. Please refer to this topic regarding this: https://support.codeless.co/?topic=mobile-logo-menu-color-change

    3-Uber menu is a third party plugin not tested from us. We can not guarantee it’s compatibility with theme. Sorry but third party plugins are not supported.

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: only 2 related products on the product page – woocommerce

    Hello,

    Please check out this screenshot: https://postimg.org/image/5cttpguzf/
    I have pointed out the changes i made to the same file. I tested it and on our part this works fine. All 4 related products are being show. In your part however, i see the 4 products being shown in 3 columns.
    So i disabled every woocommerce related third party plugin, and the result was like my result. See screenshot: https://postimg.org/image/acr9xk5sr/
    I activated the third party woocommerce plugins one at a time and found out that this plugin: Booster for Woocommerce was responsible for the change.

    Please check your site.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: WooCommerce cart always in english.

    Hello,

    I checked the cart dropdown and i see all text is already in italian language. Did you manage to change it? If you made no further changes, then i suspect all it needed was time fro the server to display the changes. Check this screenshot please: https://postimg.org/image/8v5tlx117/

    As you can see the cart is translated.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Related products by category

    Hello,

    This is a customization not included in support actually but i did some research and this is what i found:
    According to: https://github.com/woocommerce/woocommerce/issues/850
    Create a woocommerce/templates/single-product directory in your child theme (it’s better to use a child theme so you can make changes and not worry about future theme/plugin updates as they do not get overwritten) folder then add a related.php file. In the file, use this code. https://pastebin.com/LKRRSNXV

    Apparently there is no available filter for the woocommerce_related_products function query so this is the only solution we can suggest for now.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Codeless Builder – Shop Pagination not showing

    Hello,

    I need more details of your situation in order to know what is not correct.
    Please fill in the wp login information on the extra information fields of your profile data. So we can give it a closer look to the shop settings.

    Read this article for more information.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Blog and contact settings

    Hello,

    In this block:

    .blog #content {
        padding-left: 107px !important;
        width: 70% !important;
    }

    Just change the values until you are satisfied with the result.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Blog Header and Video Embed Issues
    This reply has been marked as private.
    8 years, 7 months ago Mirela
    Participant
    in reply to: Client Element

    Hello,

    No, there isn’t a specific setup for the client logos. I suggest you process the images to be the same height using any image editor, for them to look good like the demo one’s.
    -Yes, they can move automatically. Just make sure to have chosen Carousel style in Client’s options element of Visual Composer. Then go to file js/main.js and find this block:

    /*------------------------------ Clients Carousel ------------------------ */ 
    
    function clientsCarousel(){
    	"use strict";
    
    	var $self = $('.clients_caro');
    	if($self.length){
    		$self.css('display', 'none');
    		$self.imagesLoaded(function(){
    			$self.css('display', 'block');
    			$self.carouFredSel( 
    			{
    						items:4,
    						auto: false, 

    Set autoto true.

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Related Products Woocommerce

    Hello,

    –Woocommenrce:
    Yes, indeed will be overwritten in case of a plugin update. So it is recommended that you keep a copy of the edited file as backup. Since it is a file directly at the plugin folder and not overwritten/customized by theme. Sorry but as mentioned, this is not one of the woocommerce files inside theme folder. We can not do anything about them as they are created by another author.
    I tried login in but the username is not valid. Can you please double check?

    –Footer menu:
    If you see here: https://postimg.org/image/8k4fpia68r/ The copyright is indeed in the center of the section. But the menu has further padding that is pushing it at the right. So the custom css should target the menu directly. Try adding this code into your custom css box:

    #copyright .copyright_text ul.footer {
        margin-left: -45px !important;
    }

    Change the value to your wish.

    –Sticky nav:
    Did you set it on at Header Options > Sticky Nav? The type of header you have chosen keeps only the logo in the sticky nav. Not the menu. This is the header’s default style. If you do not like it, you can chose another style or customize it yourself. Please know that personal preference customization is not included in support.
    Let us know.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Problems with testimonial carousel

    Hello,

    Yes, and that is done already in previous replies questions. Check out your Custom css box and find all css related to testimonials. In one of them you should have the height set up (for mobile the @media rule should be present). Edit it out to your need.

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: News Feed/Client Elements

    Hello,

    Sorry but that is not possible with theme’s default settings. it would require coding that is not included in support service.

    *Please consider renewing your support to receive further help from us.

    Best regards!

    8 years, 7 months ago Mirela
    Participant
    in reply to: Mega Menu

    Hello,

    Please make sure to have the latest version of theme installed first. You can download a copy of theme files from your Envato account. Then update all included plugins from it.
    Read this article on how to update included plugins: https://support.codeless.co/?ht_kb=visual-composer-update

    *Please consider renewing your support to receive further help from us.

    Best regards!

Viewing 15 posts - 4,636 through 4,650 (of 12,542 total)
← 1 2 3 … 309 310 311 … 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