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

  • 10 years, 2 months ago Mirela
    Participant
    in reply to: Date on news in footer not shown

    Hello,

    Please go to Appearance > Widgets, find the ‘Recent Post’ widget you added in the footer’s second column and uncheck “Display post date?” box.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Container not responsive

    Hello,

    Yes, please send us your credentials in a private reply. We can do it for you.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Installation stopped at 65%

    Hello,

    Please go to General options > Header Options > Menu Options > Menu Items padding/margin and increase the padding/margin values between menu items.
    Let us know if you need further help.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Codeless Element Single Staff

    Hello,

    Glad to know you figured it out.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Product Imgaes & Layout, and Cart Button Formatting

    Hello,

    1- Please go to file wp-content\plugins\woocommerce\includes\wc-template-functions.php and find this function:
    function woocommerce_cross_sell_display( $posts_per_page = 2, $columns = 2, $orderby = 'rand' )
    edit post per page and columns value from 2 to 4. Save changes and refresh cart page.

    2-Do you mean that you want 4 column of products in shop page? In this case just remove the sidebar from shop page.

    3-Please send a link where is this. So i can understand better.

    4-Add this code into your custom css box:

     table.cart td.actions .button, table.cart td.actions .checkout-button { 
    padding: 13px 10px !important 
    }

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Header/Sticky Nav visual shift & space above slider

    Hello,

    1-Because you have set on the “Make Transparency Header” in Header options, the slider gets under the header when in full width layout.
    If you want to keep full width layout then remove the header transparency.

    2-I don’t get the effect you are mentioning. Did you manage to fix it?
    Let us know.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: tower-can not import demo data

    Hello,

    I see you have some pages created already. What demo do you want to import? Please deactivate all third party plugins first. Let us know so we can proceed.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: full blog element – TITLE DIMENSION

    Hello,

    1-Please go to General Options > Typography Options > Heading 1 Font style, increase the line height to your wish.

    2-Please add this cod einto your custom cs sbox:

    .blog-article.format-quote .media {
        display: none;
    }

    3-Change blog column number in Blog Config > Blog Masonry Columns.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Woocommerce Template Files out of date

    Hello,

    I added this code at the end of functions.php file:

    add_filter( 'add_to_cart_text', 'woo_custom_product_add_to_cart_text' );            // < 2.1
    add_filter( 'woocommerce_product_add_to_cart_text', 'woo_custom_product_add_to_cart_text' );  // 2.1 +
      
    function woo_custom_product_add_to_cart_text() {
      
        return __( 'Product Info', 'woocommerce' );
      
    }

    And i commented out the css code that removed the button.
    Please read more about it, in this article:

    WooCommerce. How to change “Add to cart” button text

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Codeless slider displaying a grey box instead of slider on mobile

    Hello,

    The code removes the arrows completely. I don’t see any circles in mobile slider (screenshot). Can you send a screenshot of them?

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Woocommerce Template Files out of date

    Hello,

    -I unchecked the “Enable AJAX add to cart buttons on archives” in WooCommerce > Settings > Products > Display;
    -I corrected the code pasted in file functions.php. You had not pasted it at the very end of the file, but inside the last function.
    Please check your shop page. Every “Add to chart” leads to product profile page.
    If you want to remove the button and let only the image as link, then add this code into your custom css box:

    .woocommerce ul.products li.product:hover .button, .woocommerce-page ul.products li.product:hover .button {
        display: none;
    }

    Best regards!

    • This reply was modified 10 years, 2 months ago by Mirela.
    10 years, 2 months ago Mirela
    Participant
    in reply to: Codeless slider displaying a grey box instead of slider on mobile

    Hello,
    I edited the cod eto this:

    @media (max-width: 480px){
    .slider#slider-fullwidth { min-height: inherit !important;}
    .codeless_slider .nav-roundslide a { display: none;}
    }

    You had left out the !important; from the first line of code, while i edited the second line. Please check your site, it is ok now.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Portfolio Order

    Hello,

    No, the theme is not responsible if this plugin is not working. We have used it on our side and it does re-order successfully all custom posts. Try to deactivate all third party plugins you have installed. Maybe one of them is conflicting with it. Or try to clear cache. You have be seeing an old version of the page where the changes are not reflected yet.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: codeless slider image not responsive anymore and second slider not showing image

    Hello,

    I can’t test this in the actual device, but i have tested it in online screen resolution generators and i don’t see the issue.
    Can you please send us the dimensions of it and a screenshot, so i can get a better view of what’s to fix.

    Best regards!

    10 years, 2 months ago Mirela
    Participant
    in reply to: Fixed Navigation

    Hello,

    That’s because in the home page you have parallax effect enabled. If you set it off(the parallax), it will be ok in home page as well.

    Best regards!

Viewing 15 posts - 9,316 through 9,330 (of 12,542 total)
← 1 2 3 … 621 622 623 … 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