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

  • 6 years ago Ludjon
    Keymaster
    in reply to: Theme slider is not responsive in android phones

    Check now,

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Image gallery nav

    Can you please re-check credentials? I can’t log in with them.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Cart Table – right column not wide enough

    Are u talking about Cart Totals?

    I checked it on the mobile and looks good. I can’t find for example an address row there. Please can you send me a screen image so I can better understand which section to fix?

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Double title problem

    Please check this:

    https://wordpress.org/support/topic/google-is-adding-site-name-to-listed-google-title/

    It’s something related to Yoast plugin, not our theme. We have the same issue on website.

    If I will find something, I will let you know.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Image gallery nav

    Hi, I figured out that the OWL-carousel file is overridden by another plugin: shortcodes-ultimate plugin.

    Can you please try to add this code:

    .owl-prev{
    	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    	left:0px;
    	transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
    }
    
    .light-text .owl-prev{
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        
    }
    
    .owl-next{
    	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    	right:0px;
    	transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
    }
    
    .light-text .owl-next{
        background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
        
    }
    
    .owl-theme .owl-nav:hover .owl-prev, .owl-theme .owl-nav:hover .owl-next{
    	opacity:1 !important;
    	transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }

    If you do not use that plugin, please remove.

    If you have difficulties just give me credentials to fix it.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Header banner not translatable

    Sorry for the delay, this issue takes us some time to figure out. Now, you should change the parameter on the bottom of the Edit page (multilingual setup section) from Copy to Translate.

    We have added a code to fix it. Please let me know if it’s ok

    6 years ago Ludjon
    Keymaster
    in reply to: Few issues found and need fix

    1. Portfolio filters re-activated, they were just disabled.

    2. category sidebar fixed, we need to check product widget hierarchy, it’s Woocommerce related issue. They don’t have any custom markup or CSS selectors for children’s items.

    For portfolio home-page, open with codeless-builder, on portfolio element settings change Filter option from disabled to something else.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Cart Table – right column not wide enough

    Please use this custom code to extend the right-column and font-sze:

    .woocommerce .cart-collaterals .cart_totals tr td{
        width:17%;
        font-size:20px;
    }

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Theme slider is not responsive in android phones

    Hi, first, sorry for the delay.

    Please fix the first issue by forcing the slider to be full-height on mobile, you can do it by opening slider options.

    For the second one, do you use a cover background image? Try to make it background-size:cover

    Please share credentials with me to fix them for you.

    Thanks

    • This reply was modified 6 years ago by Ludjon.
    6 years ago Ludjon
    Keymaster
    in reply to: Header banner not translatable

    Try this:

    Upload custom image for each post, even if it is the same image, re-upload it. After translating them here:

    https://copn-rpco.dev2.inter-vision.ca/wp-admin/admin.php?page=wpml-media

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Portfolio Page

    If you need to maintain, content on top and add call-to-action on bottom, try to create another page, normal page (not portfolio) and add portfolio using Portfolio Element.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Portfolio Page

    Check it now, I moved the content on the bottom, but you need to remove extra content and leave only call-to-action.

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Remove extra line when open mobile menu

    Check it now

    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Error messages

    Check it now, it’s ok.

    Let me know
    Thanks

    6 years ago Ludjon
    Keymaster
    in reply to: Few issues found and need fix

    Can you give me wp-admin URL I can’t access using this link:

    https://www.airealux.com/guanlihoutai/ or wp-admin

    Thanks

Viewing 15 posts - 241 through 255 (of 1,583 total)
← 1 2 3 … 16 17 18 … 104 105 106 →

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