Forum Replies Created
-
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!
in reply to: Problem with Staff entryHello,
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!
in reply to: Problems with displaying the portfolioHello,
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!
in reply to: error on woocommerce searchHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: "Use menu as one page menu" not workingHello,
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!
in reply to: Issues with drop down menuHello,
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!
in reply to: Column Spacing With MarginsHello,
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!
in reply to: Link on Portfolio ItemsHello,
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!
in reply to: Mega Menu alternativeHello,
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.
in reply to: woocommerce products rowHello,
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!
in reply to: FAQ problemHello,
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!
in reply to: Importing Business Clean DemoHello,
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!
in reply to: Export QuestionHello,
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!
in reply to: Parse Error in Woocommerce Shop Page Product TitleHello,
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!
-
This reply was modified 10 years, 6 months ago by