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, 1 month ago Mirela
    Participant
    in reply to: After Login with Account Login/Signup Text Showing

    Hello,

    Are you referring to this: https://postimg.cc/image/eyp5i8vi3/ ?
    If yes, this is a static text provided from the dummy data. You can remove/edit it using the live builder. Hover over the header text to open it’s options. See screenshot: https://postimg.cc/image/v21mhvwzf/

    To additional customize the user profile with avatar icon and drop-down menu, use a custom plugin.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Alignment in product page

    Hello,

    The site is protected and under construction. Can you provide some credentials for us to check on this?
    You can add them in your profile data. Read this article for more information.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Display Issue

    Hello,

    I checked again and the menu font color css is not present when inspecting page’s css. The margin for the logo is!
    Can you please send us some valid wp credentials in a private reply? SO we can check it out and see what is going on.

    Thanks!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Centering Copy

    Hello,

    I understand.
    If you are using shop tabbed element, you can achieve this easily. Just go to the shop tabbed element’s options > Product Style, select “Large Info“. See screenshot: https://postimg.cc/image/r2bh2gqd7/

    If you are using simple Shop element, then please add this code into your Custom Css box in General > Custom Codes > Custom Css:

    .shop-products .product_item .tags {
        display: none;
    }
    .shop-products .product_item h3 {
        text-align: center !important;
    }

    Align the third party add-on using custom css as well.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: still visual composer…

    Hello,

    Sorry if you were not attended. Where did you write us from? This is the official support site for June theme!

    The Visual Composer plugin is indeed included in theme. To use it, just make sure to have installed it first. The plugin is included in theme package. You can find the plugin’s zip file in “extra_plugins” folder.
    To find it, just open the main zip file you downloaded from Envato. Unzip it. These folder’s will show up: Documentation, Licensing, extra_plugins, june, june-child.

    Then, install it like any normal plugin, by uploading the zip file from Plugins > Add New menu.

    -Create a new page. You will see the VC button to open the element’s panel (screenshot). Go to backend and add the VC elements you want.

    Please keep in mind that you can only use one builder at a time! You can not have in one page, both Visual Composer elements and Codeless Builder elements.
    Let us know if you have any questions.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Codeless Slider – Folie Architecture

    Hello,

    Sorry for the wait.
    This is actually a bit complicated. Until we can get back with an update, please change the effect used in the slider. See screenshot: https://postimg.cc/image/91xokh697/
    This should fix it. or use another slider from the provided slider plugins (Layoutslider, Revolution slider)

    Thank you for your patience.

    Best regards!

    • This reply was modified 8 years, 1 month ago by Mirela.
    8 years, 1 month ago Mirela
    Participant
    in reply to: June modification list

    Hello,

    Sorry for the late reply.
    1-After theme update, please make sure to go to plugins and re-activate the Codeless Builder. it will be inactive by default.

    2-Are you referring to this: https://postimg.cc/image/jak531b2z/ ?
    By default only wishlist and cart have descriptions. We will add it in the next theme update, which will be released soon this week.

    3-Please increase your wp memory limit and file upload size limit. Check required server settings here:
    https://codeless.co/june/documentation/#requirements
    4-You can add a product to cart, the cart total amount will be updated instantly, but you will be on the product page still so that you can keep on shopping. If you want to check the cart, go to the cart icon in the top-right corner.
    This is theme’s default style. If you want to change it, then you have to edit theme files.
    Please keep in mind that personal customizations are not supported from this forum.

    5-Can i please see a link where you tried to use this font?

    6-Please refer to this topic regarding this: https://support.codeless.co/?topic=edit-logged-out-version-of-my-account

    Let us know.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Header Button Doesn’t Link to Anywhere

    Hello,

    You need to add a link to the button. Open button’s options by by hovering on it with your mouse and then clicking on the “Button” title, before the bin icon.
    Let us know.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: product image too big

    Hello,

    I added this css into your Additional Css menu:

    /*product categories page*/
    .archive ul.products.columns-4 {
        width: 25% !important;
        float: left;
    }

    Please check your categories page. It’s ok now. See result screenshot: https://postimg.cc/image/ybr0xugjv/

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Cursor Not Blinking On Input Placeholder

    Hello,

    You have an old version of theme and Codeless Builder. Please update theme first. It is very important for all features to work properly.
    The latest version is 1.5 and the latest Codeless Builder version is 1.4.3.
    Let us know if you still need our help after this.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Display Issue

    Hello,

    The logo is there but it’s too wide for the mobile screen dimension (screenshot). I suggest you set another logo for mobile only so it’s customized to that screen. or add this code into your Custom Css box:

    @media (max-width:480px){
    #logo img {
        margin-left: 60% !important;
    }
     .menu-small ul.menu > li > a {
        color: #5a5555 !important;
    }}

    The menu as well is there, but the items are in white color. That’s why you do not see them. The css above will change it to dark gray so they will be visible again.
    Change the color to your wish.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio, horizontal scroll

    Hello,

    To have the arrows display, it is necessary that the row where the portfolio is, to be inside another row. i have already set it up in this demo page of yours: https://www.palestradellascrittura.it:8181/index-carousel-yes-but-no-arrows-and-wrong-img-size/
    I added this custom css in the page’s custom css box, to change the margins:

    .swiper-wrapper {
        height: 200px !important;
    }
    div#fws_5afc052a6ada4 {
        margin-bottom: -50px !important;
    }

    Please check your site.

    -“the last topic “Column with text aligned vertically in the center” seems to be marked as closed (am I wrong?), But I have not yet received an answer and the topic remains open”
    Are you referring to this: https://support.codeless.co/?topic=column-with-text-aligned-vertically-in-the-center ?
    We did reply and fixed the positioning of the text by adding padding from the column options. As your last reply was positive (screenshot), the topic was marked as resolved (not closed). If you have any question regarding it, please reply back to the topic.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: product image too big

    Hello,

    Can you please check the credentials? I can not login. See screenshot: https://postimg.cc/image/8g28hn3aj/

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Button to top

    Hello,

    Great! Let us know if you need further help.

    Best regards!

    8 years, 1 month ago Mirela
    Participant
    in reply to: Header adjustment problem

    Hello,

    You can achieve this using custom css. Add this code into your Custom Css box, that is located in Customize > General > Custom Codes > Custom Css:

    .header_container > .main {
        background-image: url(https://belazozo.com.br/wp-content/uploads/2018/05/bannersite.png);
    }
    .header_container.header-top > .main {
        height: 500px !important;
    }
    #logo {display: none;}

    This is the result: https://postimg.cc/image/404nl1v2z/
    Replace the image with a more appropriate image for your header.
    Let us know.

    Best regards!

Viewing 15 posts - 3,241 through 3,255 (of 12,542 total)
← 1 2 3 … 216 217 218 … 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