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, 3 months ago Mirela
    Participant
    in reply to: June social Widget does not show youtube link
    This reply has been marked as private.
    8 years, 3 months ago Mirela
    Participant
    in reply to: Mobile view problem

    Hello,

    1-Please add this code:

    @media (max-width: 480px){
    .owl-prev {
        left: -35px !important;
    }
    .single-product .related.products .owl-nav > div:after {
        top: 9px !important;
    }}

    Result screenshot: https://postimg.org/image/69wtqd6b9/

    2-Please go to file css/codeless-woocommerce.css and find these lines:

    @media (max-width:500px){
        .woocommerce .products ul,
        .woocommerce ul.products{
            margin:0 0px;
        }
        .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper{
            padding-left: 0 !important;
            padding-right:0 !important;
        }

    Remove te !important from padding-left: 0 !important;
    Then add this code into your Additional css menu:

    @media (max-width: 480px){
    .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper {
        padding-left: 75px !important;
    }}

    I have added these changes to our to-do list to add them in the next update!

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile

    Hello,

    Yes, sure. Please add this code:

    .menu-small ul.menu > li > a {
        color: #9e9898 !important;
    }

    Change the color to your wish.
    Sorry if i changed something you did not want. I was trying to not lose any more time on the changes needed.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: product variations label

    That looks good!

    Let us know if you need further help.

    Regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Centred divider in the page builder but shown right

    Hello,

    Add this code into your Additional Css menu:

    .page-id-1720 .cl_column_inner.cl-inline-column > .wrapper > .col-content > .cl-element {
    width:100% !important;
    }

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: increase logo size on mobile

    Hello,

    Add this code into your Additional Css menu:

    @media (max-width: 480px){
    #logo img {
        height: 55px !important;
    }}

    Change the value to your wish.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: rename COMPLETE THE LOOK from single product

    Hello,

    It’s done. The steps taken:
    1-Add the replacement of the string you want to change in the pot file. Either by editing it directly from a notepad:

    #: includes/codeless_functions_woocommerce.php:1211
    msgid "Complete the Look"
    msgstr "Buy together"

    or editing from Poeditor: https://postimg.org/image/m0m1e80jp/

    2-Add the language variable in file wp-config.php:
    define('WPLANG','en_EN');

    3-Set up the new language for the site in Settings > General > Site’s Language: https://postimg.org/image/7u6aj7011/

    Check your site. The string is replaced already.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Changing top nav info & strange error

    What address do you want to set in the top header location?

    8 years, 3 months ago Mirela
    Participant
    in reply to: Translation into German & Codeless Builder

    **Please make sure to have the latest version of the Codeless Builder plugin as well as theme.

    8 years, 3 months ago Mirela
    Participant
    in reply to: Translation into German & Codeless Builder

    Hello,

    You can use the pot file to translate the site. Just translate every string in it using a normal text editor or the PoEditor. Save it as de_DE.po. Upload the edited file in the lang folder.
    Add this line in your wp-config.php file:
    define( 'WPLANG', 'de_DE' );
    Go to Settings > General > Site Language and select this file from the drop-down list.
    So the site will use this file’s strings instead of the defaults. Keep a copy of the pot file in your computer to replace in case of future theme updates.

    A live preview of this process can be found here: https://youtu.be/1xqcxncNmT0
    Let me know how it goes.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Changing top nav info & strange error

    Hello,

    You can add them here in a private reply. Or add them into your own profile data.
    Read this article for more information.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: rename COMPLETE THE LOOK from single product

    Hello,

    That’s what the previous solution does. So that you can control this, in the pot file only. Did you chose the pot file as the language to be used in the site? Otherwise the changes mean nothing. Go to Settings > General > Site Language and select this file from the drop-down list.
    So the site will use this file’s strings instead of the defaults. Keep a copy of the pot file in your computer to replace in case of future theme updates.
    If you want i can do the changes for you. Just let me know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Custom CSS per item

    Hello,

    Sorry but this is not possible with theme’s default options.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio FullWidth Header & More

    Hello,

    1-I added this code into your custom css box:

    .portfolio-item.basic .show_text h6 {
        display: none;
    }

    2-Yes, but for this there are some customizations needed. In file includes/view/portfolio/loop-masonry.php, also the overlay needs to be removed if you want to have the entire image as a link. do you still want it?

    3-The ‘related’ is a Jetpack feature. This is a third party plugin which we do not support. I suggest you check out the plugins options to remove the related posts from single portfolio description.

    4-Which demo are you referring to? Your site has the centered logo with menu below, style of header. To have the logo at top-left and menu top-right, just change your header style to simple (default).

    5-You can’t by default. But you can use a plugin that does the job. Try “Post Type order” (link here). It uses the drag-and-drop technology to reorder any type of posts. It is compatible with theme.

    6-Please deactivate all third party plugins and refresh page. Let us know if the situation persists.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Folie – architecture

    Hello,

    Please add this code into Your Additional Css menu:

    .cl_element .cl_controls {
        display: block; 
    }

    Let us know.

    Best regards!

Viewing 15 posts - 3,856 through 3,870 (of 12,542 total)
← 1 2 3 … 257 258 259 … 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