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

  • 10 years, 6 months ago Mirela
    Participant
    in reply to: When Contact form is sent weird design

    Hello,

    To remove it edit the above code to this:

    div.wpcf7-mail-sent-ok {
        display:none;
    }
    div.wpcf7-validation-errors {
         display:none;
    }

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Problem with Staff entry

    Hello,

    Please go to file functions.php and find this function codeless_images_sizes() You should see this line inside this function: add_image_size( 'staff', 400, 270, true );
    Increase the values (for example:add_image_size( 'staff', 500, 340, true ); ) Save and import staff images once again. Or run a plugin to recreate thumbnails.
    Let us know.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Problems with displaying the portfolio

    Hello,

    You can check if you have any add-on, enabled into your browser that may be conflicting. Or check your internet connection. It could be also that the loading time expires before importing the entire page.
    Try to open site from another computer. Or clear cache and try again.
    I never had any problem with viewing portfolio.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: error on woocommerce search

    Hello,

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

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: "Use menu as one page menu" not working

    Hello,

    Please watch this tutorial on how to create One Page. if the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Issues with drop down menu

    Hello,

    Do you want to set a background for only the “Prodotti” menu item dropdown? Or for all dropdowns? You can change the background color by adding this code into your custom css box:

    .header_3 nav .menu > li > ul.sub-menu {
        background-color: rgba(255, 228, 196, 0.79) !important;
    }

    But it is not possible to have this for only one menu item drop down. Change the color to your need.
    -That is because the mega menu has other css classes that it takes the styling from.
    -Do you mean the numbers color? Or the title? I see the title is gray, as for the numbers. I fyou want to edit their color, add this code into your custom css box:
    .odometer { color: #F3F2F1 !important;}
    Change the color to your need.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Column Spacing With Margins

    Hello,

    Yes, you can have this layout. But you will have to edit a bit the css. Just set a smaller width for the columns (example: width:30%;), and add the margins. You can achieve this by adding the css code into your custom css box.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Link on Portfolio Items

    Hello,

    Please go to file \includes\view\portfolio\loop-grid.php and find this block of code:

    <?php }else if($style == 'basic'){ ?>
       <div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?>  <?php echo esc_attr($style) ?>" data-id="<?php echo get_the_ID() ?>">
        <div class="he-wrap tpl2">
        <?php if($columns == 5) $columns = 4; ?>                
        <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port'.$columns, 'url')) ?>" alt="">              
        <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>

    And remove this line:
    <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a>
    Save file.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Portfolio

    Hello,

    Sorry but this is a customization not included in this support forum. Please read more regarding our support policy here.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Mega Menu alternative

    Hello,

    We haven’t tested all available plugins out there, so we can’t guarantee it’s compatibility. Sorry but we do not offer support for third party plugins.

    PS: Other users have successfully used “UberMenu” plugin, just in case.

    Best regards!

    • This reply was modified 10 years, 6 months ago by Mirela.
    10 years, 6 months ago Mirela
    Participant
    in reply to: woocommerce products row

    Hello,

    There should not be an issue with products display via Visual Composer element. Can you please send us this site’s credentials in a private reply? So we can investigate this further.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: FAQ problem

    Hello,

    According to your previous posts, you have send us this site’s credentials. But it seems that it does not use anymore Tower theme.
    Sorry but we do not support third party themes.
    Let us know when you will use our theme again.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Importing Business Clean Demo

    Hello,

    Yes, i received it and i’m working on it. Please be patient. There is a new theme release that includes the missing demo too. Do you want me to install it? (I will also configure it) It will save a lot of time to both of us.
    Let me know.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Export Question

    Hello,

    Thank you for the kind words!
    You can find the backup files at \includes\dummy_data\backups.
    We can suggest you using “WP Importer” plugin in case of removing a site from one server to another. As it helps you replace all old links in the database, with the new ones.

    Best regards!

    10 years, 6 months ago Mirela
    Participant
    in reply to: Parse Error in Woocommerce Shop Page Product Title

    Hello,

    I can’t access your page. It says
    “This webpage is not available
    ERR_CONNECTION_TIMED_OUT”. Please check it and we will get back to you.
    Let us know.

    Best regards!

Viewing 15 posts - 10,501 through 10,515 (of 12,542 total)
← 1 2 3 … 700 701 702 … 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