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

  • 7 years, 1 month ago Mirela
    Participant
    in reply to: How to change the Single Product Display page

    Hello,

    -The css classes for the product and info area are:
    Image:
    .single-product .cl-style-default .cl-product-info .cl-images-wrapper

    Info:
    .single-product .cl-style-default .cl-product-info .summary

    -You can change image sizes in Codeless > Image Sizes > Other (screenshot);

    -Sorry but this styling is made in the code and in the option panel there are other customizations.
    With June especially, the developer has tried to include as many styles as possible. Being this a dedicated woocommerce theme.
    The customizations you want are not done by the Codeless Builder, nor Visual Composer. These are independed plugins and the products pages are related to Woocommerce plugin. Check out the Woocommerce plugin’s official site to learn more how to change it further.
    https://docs.woocommerce.com/

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Menu sometimes not appearing

    Hello,

    I see. I have notified the developer and we will check upon this closely and include a fix in the next theme update.

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: "Learn More" button for team member

    Hello,

    You can add a normal button and link it to the team profile page. See example: https://ibb.co/NrHF4K2

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Services page bug

    Hello,

    How did you add the icon? Using Visual Composer elements or by code? I see the brackets in the code are messy which results in the double quotes at the start of “Energy” word.
    Can you please add some wp credentials in your profile? So i can check closely.
    https://support.codeless.co/?ht_kb=add-private-login-credentials

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: How can I insert a list of "Careers" to my page

    Hello,

    Add a new element in the page. Either be it a blog or simple text element where the “Carrers” are listed. Then drag and drop the row with this element in the position inthe page, that you want it to stand.
    In this case drag it between the two rows containing “Custom headings”.

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Cannot change page content by Codeless Page Builder

    Hello,

    Sorry i didn’t understand very well the last reply. Is all ok now on your part? Do you want us to check anything else?

    Let us know.
    Regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Is the sale price displayed after Regular price?

    Hello,

    Please add this css into Customize > General > Custom Codes:

    body[class*=" currency-"] .product-type-variable > .cl-product-info .summary.entry-summary > .price .woocs_price_code {
        flex-direction: row-reverse !important;
        justify-content: flex-end !important;
    }

    Result screenshot: https://ibb.co/r7nXhvN

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Issues updating pages with Codeless Builder

    Hello,

    The required plugins i mentioned were installed but not active. I activated them and it’s all ok now. See screenshots:
    https://ibb.co/zGq307J
    https://ibb.co/fxPsff1

    Side note: Please do not add code like this in a ticket. it’s messy and not understandable. Theme has no problems n my side so even if i were to copy-paste this for test, it still wouldn’t show the same result as in your site.
    Remember to always send screenshots of the errors or shortcodes. It’s better for us to understand.

    Regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Services Circle Icon – how to add more icons

    Hello,

    Sorry for the late reply.
    The icons are symbols created from these fonts. To change their size, just change font size using custom css.
    Example: add this code into your General Options > Custom Css box:

    .services_medium i {
        font-size: 20px !important;
    }

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Issues updating pages with Codeless Builder

    Hello,

    Please install and activate all required plugins for theme to work properly. Such as Codeless Visual Composer Backend and Customize Posts.

    Regards!

    • This reply was modified 7 years, 1 month ago by Mirela.
    7 years, 1 month ago Mirela
    Participant
    in reply to: translate

    Hello,

    Both strings are translatable. If they are not present in the .PO file, you can add them by editing the file with PoEditor.
    Here is where they are locaetd in theme files:
    1-Sale! -> june\woocommerce\loop\sale-flash.php (line 28)
    <?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . esc_html__( 'Sale!', 'june' ) . '</span>', $post, $product ); ?>

    2-Out of Stock -> june\woocommerce\loop\sale-flash.php (line 34)
    <?php echo apply_filters( 'woocommerce_outofstock_flash', '<span class="outofstock">' . esc_html__( 'Out of Stock', 'june' ) . '</span>', $post, $product ); ?>

    –june\includes\codeless_functions_woocommerce.php (line 1313)
    <div class="cl-info outstock"><span class="out-stock"><i class="cl-icon-alert-circle"></i><?php esc_attr_e( 'Out of Stock', 'june' ); ?></span></div>

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Checkout page horizontal slide

    Hello,

    Can you send us a screenshot of it? I check it in mobile and chrome mobile simulator but i find no issues.

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Issues with upgrade

    Hello,

    Please add some wp and ftp credentials in your profile data. Read this article for more information: https://support.codeless.co/?ht_kb=add-private-login-credentials.

    So we can check this closely.

    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: Lost theme settings after upgrade. Portfolio not displaying now

    Hello,

    One of theme’s js files is not being loaded. See screenshot: https://ibb.co/nPt8Ly6
    Please make sure all theme files are being loaded correctly.

    Let us know.
    Best regards!

    7 years, 1 month ago Mirela
    Participant
    in reply to: How to change the Single Product Display page

    Hello,

    If you want to change only the dimensions, you can do so using custom css. Add it in Customize > General > Custom Codes. I can help with the code, but i need to see a link of the product page. What change do you want to make? Increase width/decrease?

    Let us know.
    Best regards!

Viewing 15 posts - 1,576 through 1,590 (of 12,542 total)
← 1 2 3 … 105 106 107 … 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