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: Folie – architecture
    This reply has been marked as private.
    8 years, 3 months ago Mirela
    Participant
    in reply to: Codeless Builder stuck on the loading page

    Hello,

    Please make sure to have the necessary system requirement set up. Read more about them here: https://codeless.co/june/documentation/#requirements
    Let us know for anything.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio FullWidth Header & More

    Hello,

    -To show all portfolio items in one page, i applied the changes suggested in this article: https://support.codeless.co/?ht_kb=display-all-portfolio-items-in-one-page

    -To remove the space on top of portfolio in home page, i added this css into your custom css box in General Options:

    .wpb_row.standard_section {
     margin-bottom: 0 !important; 
    }

    Also i reduced the padding between menu items in Header Options > Menu Options > Menu Items padding, in order for the menu to fit the header width and not scroll down.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: I cannot save the specular options

    Hello,

    The Ultimate Member plugin is a third party plugin not tested from us. As much as we want to make theme compatible with most of plugins, we can not test and change it for every plugin available.

    The Contact Form 7 is also an independent third party plugin, created by other authors. I suggest you contact the plugin’s support for further cutomization.

    PS: Please keep in mind that we do not offer support on third party plugins!

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: No photos after updating the theme

    Hello,

    Please update your Woocommerce plugin to it’s latest version first.
    Let us know so we can monitor this.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: How do I add a image in the header of secondary pages

    Hello,

    Please add this code into your Additional Css menu:

    .cl-row {
        margin-top: -45px !important;
    }

    It will make the page header start from the very top of top navigation area.
    I already replied you regarding the additional code in this other topic of yours: https://support.codeless.co/?topic=changing-top-nav-info-strange-error
    Please keep up the issue there so we won’t have any misunderstandings.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Changing top nav info & strange error

    Hello,

    Yes, the Visual Composer is WP Bakery page builder plugin. You do not need any purchase code to deactivate it. Just go to Plugins menu, find the WP Bakery plugin in the list and click on ‘active’ option to deactivate it. See screenshot: https://postimg.org/image/l6nuaxiol/

    *This is one of the included plugins and therefore it has already a license purchased for it. The type of license is extended which means, we can include the plugin in our theme package and every one purchasing theme can install & work with it normally. But you can not update the plugin by yourself! You need to wait till we do it.
    We update frequently all plugins at any theme release. But if you must update prior to this, then you will need to purchase your own license.

    We thought this is not necessary as the plugin is fully functional, but you are free to do what you think it’s best for you.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio FullWidth Header & More

    Hello,

    2-Good, i edited the file includes/view/portfolio/loop-masonry.php. I edited this block:

    <div class="he-wrap tpl2">
            <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) ?>" alt=""></a>
                                         
                     <div class="overlay he-view">
                                <div class="bg a0" data-animate="fadeIn">
                                    <div class="center-bar v1">
                                        <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a>
                                        <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a>
              </div>
          </div> 
      </div>                      
    </div>

    To this:

    <div class="he-wrap tpl2">
     <a href="<?php echo $link ?>"> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) ?>" alt=""></a>                        
       <!--   <div class="overlay he-view">
                                <div class="bg a0" data-animate="fadeIn">
                                    <div class="center-bar v1">
                                        <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a>
                                        <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a>
                       </div>
                  </div> 
    	</div>   -->                       
    </div>

    Please check your page.

    4-That’s because you have the layout of the site in a content. Not fullwidth. So the logo and menu will also be inside the content box. Making it look as if it’s centered. To remove this, i checked the checkbox in General Options > Header Options > Remove container from header.

    6-I fixed it. I added this code into your custom css box:

    @media(max-width: 480px){
    .four-cols .portfolio-item.basic {
        width: 100% !important;
        min-height: 300px !important;
    }
    }

    And removed the !important from this line:

    .four-cols .portfolio-item.basic{
      width:24%;
    }  

    in file style.css. Please clear cache and refresh page.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: How do I add a image in the header of secondary pages

    Hello,

    That is the page header. You can add an image to it by adding a background image to the page header element.
    See screenshot: https://postimg.org/image/6r509d02t/
    Let us know if you need help with it.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Folie – architecture

    Hello,

    Can you please add some wp credentials in your profile extra fields? So i can do this for you.
    Read this article for more information.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Translation into German & Codeless Builder

    Hello,

    Please make sure to have enough memory allocated to your wordpress. Check out here: https://codeless.co/june/documentation/#requirements the necessary requirements.

    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: Changing top nav info & strange error

    Hello,

    If you increase the font size of the phone number in header, the address and search font will increase as well. If you still want to do this, then add this code into your Additional Css menu:

    .header_container .top_nav.header-row {
        font-size: 14px !important;
    }

    -Please deactivate the Visual Composer plugin and try again changing the layout of the page.

    Let us know.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: odd text on search page

    Hello,

    Please create a new empty shop page and assign it as the shop page in Woocommerce options. Let us know if the situation persists.

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: shop by brand clickable

    Hello,

    Sorry i mislead you. Please add the link you want the image to go, when you are adding the image from the gallery. There should be the link field for each image. See screenshot: https://postimg.org/image/po293taat/
    test page: https://new.world4kidz.co.uk/test/

    Best regards!

    8 years, 3 months ago Mirela
    Participant
    in reply to: wrong position of text

    Hello,

    The line-height of that text was 24px. making it scroll down. I changed that to 8px in the text element in Codeless Builder and it’s in the same line as the main icon now. Please check your site.

    Best regards!

Viewing 15 posts - 3,841 through 3,855 (of 12,542 total)
← 1 2 3 … 256 257 258 … 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