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: Outdated copies of some WooCommerce template files

    Hey,

    That’s great. Thanks for sharing :)

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: All icons and any default colors

    Hello,

    1-The ‘My account’ page was missing the shortcode of “my account”:
    [woocommerce_my_account]
    I added it and now it’s ok.

    2-I added this css into your child theme style.css file:

    .tool .tool-link .cart-total {
        background-color: #f4524d !important;
    }
    

    Please check your site and let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Tower – Blog design – RWD error

    Hello,

    Please add this code into your Custom Css box:

    @media (max-width: 480px){
    .fullwidth .blog-article.alternate-style .content {
        width: 300px !important;
    }
    .fullwidth .blog-article.alternate-style .media {
        width: 300px !important;
    }}

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Slider empty white space

    Hello,

    Please send us some valid wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: How do I hide \"In Stock\" and \"Gifts\" on the product pages?

    Hello,

    Please go to Customize > Shop > Advanced List and set it OFF. See screenshot of the option: https://postimg.org/image/v6hnfxemf/

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Don't show menu in mobile devices and main menu in desk not change

    Hello,

    The menu is there in mobile but the font is black and that is why you do not see the menu items. Please add this code into your Additional Css:

    @media (max-width: 480px){
    .header_container.menu-full-style #navigation nav a {
        color: white !important;
    }
    }

    -Can you please be more clear on the desktop menu issue? I don’t understand well what is wrong..

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: June – Issue with sticky menu

    Hello,

    Please add this code into your Additional Css menu:

    .animsition, .animsition-overlay {
        position: absolute !important;
    }

    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: How to Hide "Add to Wishlist" – June Theme

    Hello,

    To remove the wishlist from the header tools, in your Customizer, just hover over the Tools and open it’s options. Here set OFF the wishlist element, like in the screenshot: https://postimg.org/image/lth2bjfxj/
    To hide it from the shop page product list, add this code into your Additional Css menu:

    .shop-products .product_item.style_normal .cl-actions .add_to_wishlist {
        display: none;
    }

    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Mega Menu setup

    Hello,

    Please send us some wordpress credentials in a private reply. So we can check this up and set up the menu as it should.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Blog post layout fix help !

    Hello,

    Can you please send us some wp credentials in a private reply? So i can check this closely and fix it. I can’t tell for sure what is set up wrong in your configurations of the single post.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Translation missing

    Hello,

    You can use the pot file to translate the site. There is no conflict with any of the woocommerce files. Just translate every string in it using a normal text editor or the PoEditor. You can add more strings if you do not find them originally in the file. Save it as fr_FR.po. Upload the edited file in the lang folder.
    Add this line in your wp-config.php file:
    define( 'WPLANG', 'fr_FR' );
    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: Trending Now Shop Category

    Hello,

    Nice to know you already figured it out. We’ll keep a note for this and update the documentation.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Information on the customized FONT for the headers has been lost
    This reply has been marked as private.
    8 years, 3 months ago Mirela
    Participant
    in reply to: i imported the june demo twice and that cause problems

    Please download here the “Home Single Product” slider to use here:
    https://wetransfer.com/downloads/fe3e156b00e5de8206f1e7857ab7a9f620180321104259/3cb982ea44cd29c138eda2acc03e2e5a20180321104259/5fe86c

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: i imported the june demo twice and that cause problems

    Hello,

    -June – Installation – Getting Started
    Video: https://www.youtube.com/watch?v=WtkNtaFRWHI

    1. All that you need to do is to Click the Setup (Blue Button), Select the Default Demo and all the installation will start and end automatically with only one click without need to change nothing! All necessary plugins, content, widgets, menus will be installed.
    2. A Success Complete Message will appear. Now you are ready to start your new website with June Theme :)
    3. IMPORTANT NOTE: be sure that your server configuration is well configured, especially the max_execution_time : 300
    4. After the finish of install select your preferred demo as frontpage.

    Header Wizard – We have created a new tool for our users to automatically select from 16 predefined headers. You can find the Header Wizard from Codeless Menu in the left navigation section of WordPress Administration Panel. Just click over the header you want to import. The header will be changed in 1-2 seconds!

    Footer Wizard – The same as Header Wizard you can select from predefined Footers, all of them with predefined widgets ready for use.

    *Both header and footer will be used throughout the entire site. You can not select different styles for different pages.

    Customization – You can customize all pages and Theme Options from the Customize Button on the top bar navigation of WP site or from the Admin Panel: Appearance -> Customizer

    -The imported pages will not have exactly the same id’s as the ones online because the page’s id are generated automatically when a page is created or imported. Just look for the page you want using it’s name. Search for the blog pages in your Pages menu by searching ‘blog’ at the search box.

    Let us know.
    Best regards!

Viewing 15 posts - 3,706 through 3,720 (of 12,542 total)
← 1 2 3 … 247 248 249 … 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