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 ago Mirela
    Participant
    in reply to: Shop not displaying products using Internet Explorer

    Hello,

    Sorry for the late reply.
    The quantity is not being shown because you have set up the products to be sold individually (screenshot). This options removes automatically the quantity feature. I have unchecked it for this product: https://avantgarderetail.co.uk/shop/for-home/kitchen-entertaining/snack-boxes/
    You can see here the quantity showing ok.

    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: theme will not load to wordpress site

    Hello,

    Please contact your host and ask them to increase the memory limit and file size upload limit of your installation. You can upload it directly into wp-content/themes folder in your wordpress installation using a ftp connection.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Support for Folie | The WordPress Website Builder

    Hello,

    I made the changes suggested in the last reply. I created a test page and added gallery with lightbox active. Please check it here: https://gecorenew.com/gallery-testing/

    I already tested, the lightbox is displaying ok. See screenshot: https://postimg.cc/image/5ien0sdwn/
    Let me know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Set anchor link to an image

    Hello,

    Please make sure in the row’s you have the id’s, the option Row Settings > Type is set to “Full Width Background”
    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: June – Product Variations Bug

    Hello,

    I can suggest you to install a caching plugin. It will improve your site loading speed. Also increasing your server memory helps. Check here an article on how to increase the site loading time: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Page jum Services Circle Icon

    Hello,

    The link of the site is a localhost link. Its not online so we can not access it.
    Please try this:
    1-Open services settings and add a id as link. This will be the id you have set in the other section you want. See screenshot: https://postimg.cc/image/p1emwgsg7/

    2-Make sure to have set this id in the Row Settings > Extra Class Name (screenshot). Also in Row Settings > Type, the options shoul dbe set to “Full Width Background”.

    -Are you loading big images? I suggest you try adding smaller images in your gallery and try again.
    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Responsive problems June theme

    Hello,

    Thank you for contacting us. Please know that the smartphone icon is to view only and not edit any element in the page. If you do edit it, they you are editing the normal layout of page.

    Do you have any other third party plugin installed? Please add some valid wp credentials in your profile data. So we can give this a closer look.

    Read this article for more information.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: White gap suddenly appearing above header

    Hello,

    I checked the blog page and hovered over the only blog post available. There is not overlay showing. See screenshot: https://postimg.cc/image/eonqwfrh3/
    Were you referring to this?

    Let me know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: June – Product Variations Bug
    This reply has been marked as private.
    8 years ago Mirela
    Participant
    in reply to: How do I have the header text color change dependent on the page

    Hello,

    The image here: https://ibb.co/hDUePd shows up the menu. The options you changed from our advice are for the page header.
    To change the menu style, go to the page’s General Settings > Page Options & Style > Header Color Style for Header 1. Select the style to use here.
    See screenshot: https://postimg.cc/image/bgich0hpz/

    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Header missing in portfolio items

    Hello,

    I set ON the page header setting in portfolio item > General Settings > Page Header Options > Active Page Header. See an example here:
    https://www.gades-port.org/socios/airbus-espana-s-l/

    Let us know.

    Best regards!

    • This reply was modified 8 years ago by Mirela.
    8 years ago Mirela
    Participant
    in reply to: Quantity buttons on product page

    Hello,

    1-Use custom css to re-position the icons to your wish. Add the code into your Customize > General > Custom Codes > Custom Css menu.

    2-The code to add is practically the same i gave you in older replies. This one:

    @media (max-width: 480px){
    .woocommerce div.product form.cart .button {
        margin-left: 0 !important;
        width: 65% !important;
        margin-top: -61px !important;
    }}

    You just have to add it for each media width. Just change the values according to the device. Read this article for more: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    3-The login/register page is a normal wp page you create and where you add the code for a contact/ login/ register form. The forms can be created using a custom plugin.

    4-Please add this code:

    @media (max-width: 480px){
    .woocommerce ul.products li.product .price {
        width: 53% !important;
    }
    .woocommerce .products .star-rating {
        margin: -7em !important;
        top: 20px !important;
    }
    }

    Screenshot: https://postimg.cc/image/x7witug6f/

    5-You can change the “Search Your Style” directly from files:
    \includes\codeless_builder\header-elements\cl_header_search.php
    \includes\codeless_builder\header-elements\cl_header_tools.php

    Or use the pot file to change it. See this related article explaining how to do it: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files

    Let us know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Error. Menu can\'t installed

    Hello,

    Add it into the page’s text editor. See screenshot: https://postimg.cc/image/ixid4sxnb/

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Responsive Menu

    Hello,

    1-I added this css into Customize > General > Custom Codes > Custom Css:

    @media (max-width: 480px){
    	.cl_column > .cl_col_wrapper > .col-content {
        padding-top: 60%;
    }}

    It re-positions the text in mobile. Change the value to your wish.
    -This is not a bug. It’s theme style.

    2-I increased the header height in General > Header
    Main Header Row
    to 190px and then added this css:

    .cl-fullscreen-overlay-menu {
    	left: 26px !important;
    }
    .cl-hamburger-menu.open {
        top: 15px !important;
    }

    To further customize it’s position.

    3-The code needed just an !important to it. Already added. Please clear cache and refresh pages to see the changes.

    4-I added this css:

    .container-content {
        margin-top: 110px;
    }

    Result screenshot: https://postimg.cc/image/71vmggyw7/

    Please check your site and let me know.

    Best regards!

    8 years ago Mirela
    Participant
    in reply to: Folie Sample Content

    Hello,


    @monica2018
    ,
    I have send you a copy of theme with the changes made already in your email address. The email you have used to register in this forum.
    Please check it and let us know.

    Best regards!

Viewing 15 posts - 3,061 through 3,075 (of 12,542 total)
← 1 2 3 … 204 205 206 … 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