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, 10 months ago Mirela
    Participant
    in reply to: Gutenberg, wordpress new editor with Specular

    Hello,

    No, Gutenberg too needs to be activated first. Just like any other plugin. If you don’t activate it, it won’t do any change in the site.

    Usually the wordpress updates do not make many any drastic changes, but even if something would not be ok after a wp update, we will update theme urgently so there is no compatibility issue with it.
    To answer your question, no: you don’t have to do anything!

    Best regards!

    • This reply was modified 7 years, 10 months ago by Mirela.
    7 years, 10 months ago Mirela
    Participant
    in reply to: text in services small icons

    Hello,

    Please add this code into your Custom Css box:

    .services_small .content {
        display: none;
    }

    Let me know.
    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Change post and page body text colour

    Hello,

    Please try adding this code into your Custom > General > Custom Codes > Custom Css box:

    .page a, .single-post a {
        color: #ef8d0f;
    }

    Change the color to your wish.
    Let me know.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Blank space in web creation does not work
    This reply has been marked as private.
    7 years, 10 months ago Mirela
    Participant
    in reply to: Theme Upload Issues – June

    Hello,

    We are sorry you feel this way. The ticket was delayed more because of others replying in it and thus moving it up (we reply to topics according to their arrival time, the oldest first).
    Were did you contact us for the quote? I checked with my colleges but there is no email nor chat from this user.

    Did you use only one builder and still got the issue? I see you have active another theme now. Of course i can help set up the demo. Just activate June again and let me know.

    After this, if you still feel like wanting a refund, we will let you know the steps to take. But first, please allow us to help!

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Bug: State pull down not working

    Hello,

    I suspect this is is caused by the viewport. I added this code into your Customize > General Options > Custom Codes > Custom Css:

    .select2-container--open .select2-dropdown--above{
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); 
        border:none !important;
        opacity: 1;
    }

    Please check site and let me know.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Address Issues

    Hello,

    1-Change the text in files:
    june\includes\codeless_builder\header-elements\cl_header_search.php
    june\includes\codeless_builder\header-elements\cl_header_tools.php

    Or june.pot

    2-Changed the order by default from lowest to largest. To create the needed text please add this on functions.php:

    add_filter( 'woocommerce_variable_sale_price_html', 'get_min_variation_price_format', 10, 2 );
    
    add_filter( 'woocommerce_variable_price_html', 'get_min_variation_price_format', 10, 2 );
    
    function get_min_variation_price_format( $price, $product ) {
    
    $min_variation_price = $product->get_variation_regular_price( 'min');
    
    return '<span class="prefix-from">' . esc_html__( 'From', 'june' ) . ":&nbsp; </span>" . wc_price($min_variation_price);
    
    }

    *Make sure to save a copy of edited files, so you won’t need to redo them again in future theme updates.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Specular – Social media not showing – Scroll down issues – Dropdown menu

    Hello,

    2-Can i see a link where are you having these? I only see slideshows in the pages.
    Let me know.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Latest Folie update problems

    Hello,

    What builder did you use to create content in your site? If you used the build-in Codeless Builder, then do not use Visual Composer plugin or any related to it. It will only mess-up the shortcodes and you can not use two different shortcodes in a page.
    Let me know which builder will you use so we can check further.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Internet Explorer 11 support for June WordPress Theme

    Hello,

    Please try this modification please and retest.
    Remove lines from 169-249 on wp-content/plugins/codeless-builder/assets/js/cl-front-end.js

    Make an hard refresh, let me know if it works.

    Thanks

    7 years, 10 months ago Mirela
    Participant
    in reply to: Youtube video thumbnail fail

    Hello,

    I unchecked the option that had the row removed from mobile view in, Row settings > Responsive > Devices Visibility (screenshot). I added some css in Customize > General > Custom codes > Custom css. this is the result now: https://postimg.cc/image/9eivshmzr/

    Let me know.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: My Tickets

    Hello,

    In your profile, follow this link: https://support.codeless.co/?bbp_user=2419&bbp_tops=1

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Problems installing themes

    Hello,

    Can you please add some valid wp credentials in your profile data? Read this article for more information.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: photos

    Hello,

    You can add images using the media element of Codeless Builder. Send us the screenshot using an online image sharing service such as imgur.com.

    As for the saving issue, please update theme and Codeless Builder to their latest versions first. Read the documentation for more info:
    https://codeless.co/folie/documentation/main.html#update-theme

    Let me know.

    Best regards!

    7 years, 10 months ago Mirela
    Participant
    in reply to: Gutenberg, wordpress new editor with Specular

    Hello,

    The Gutenberg editor is a form of content builder created from WordPress team. If you were to use one of the wordpress default theme’s, this editor would be great to add content using the drag-and-drop and live customization.

    But Specular theme comes with WP Bakery Visual Composer included. There is no need to use Gutenberg in this theme. It will only mess up the shortcodes because the WP Bakery visual composer has it’s own shortcodes and it’s not possible to have two versions in one page.

    So bottom-line, i strongly suggest you keep creating content using the included visual composer.

    Best regards!

Viewing 15 posts - 2,611 through 2,625 (of 12,542 total)
← 1 2 3 … 174 175 176 … 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