To further explain, for the “broken” product page, the page does not fully load, it stops loading after the 3rd “related product”. Stops at <li…… and that’s the end of the page.
I dug around the source code and so far I’ve found out the issue. Not sure how to fix it yet.
In, wp-content/themes/enfold/config-woocommerce/config.php, line 972 to line 994 inside that “avia_woocommerce_output_related_products” function, I commented out the content, removing the related products from the page, and now all my product pages are loading fine.
function avia_woocommerce_output_related_products($items = false, $columns = false)
{
global $avia_config;
$output = "";
/*
if(!$items) $items = $avia_config['shop_single_column_items'];
if(!$columns) $columns = $avia_config['shop_single_column'];
ob_start();
woocommerce_related_products(array('posts_per_page'=>$items, 'columns'=>$columns)); // X products, X columns
$content = ob_get_clean();
if($content)
{
$output .= "<div class='product_column product_column_".$columns."'>";
//$output .= "<h3>".(__('Related Products', 'avia_framework'))."</h3>";
$output .= $content;
$output .= "</div>";
}
*/
$avia_config['woo_related'] = $output;
return $output;
}
Dear Support,
i want to use the Fullwidth Sub Menu. I play with options and whitespaces, padding, margin to get a gap between content and the menu.
But: If i have three lines of menu: i have problem with overlapping and distances on desktop work. On mobile, everthing is fine. Sometimes, i have 10 px or something or otherwise the content from next column field overlapping with the menu. Or whats wrong? I work with same elements and the same work style as usual. Or can you describe for the user a best practice?
In one picture, i have defined a whitespace-sperator of 40px which results in the overlapping including sticky menu of. And the next picture, i have defined distance of 50 px to next, also without vissible distance effect
1. Please insert bottom and top offset option for the Fullwidth Sub Menu, that user an work better, described also before here
#636082
2. Please insert more styling options like colors for lines and colours in these menues. see also #562551
3. Please insert “Sticky Submenu” – Problem, so all users can participe from the temporaryr manuelly recoding from see also call #652887
4. Please insert option, that user can define own names for the Hamburger Menu instead of standard “Menu”
Thanks and best regards
A
-
This topic was modified 9 years, 8 months ago by
Hokuspokus.
Edit: SOLVED
Thanks, I added the logo with a img tag in the menu,
I used CSS to hide av-logo-container, and have set the height of av-main-nav-wrap to the same height as my logo.
The menu items are at the top of my page in the av-main-nav-wrap container.
Can you help me with the CSS to vertically align my menu items in the middle of the container?
Hi,
Please add reversed version of the elements to your page as well and choose to hide reversed ones on desktop and show on mobile, and hide current elements on mobile and display on desktop, by referring to Josue’s post above.
Best regards,
Yigit
Hello,
I found out what I was looking for, it’s called the “enfold instagram gallery widget”, where is this located?
I found information in this post as to what I was looking for… https://kriesi.at/support/topic/instagram-masonry-fullwidth-gallery/
Thanks for any assistance.
Yes thank you it is working fine now I restored the theme to the older version then it showed the fatal error again so I restored it again and I tried updating to the newest enfold theme again and it finally worked with no error. Just wondering this is another topic but any recommendations on plugins to use to clear website viruses that don’t block google from crawling the website etc? Thanks
Thanks Yigit!
I would like the ‘Great Vibes’ font to be the font for all headlines on both the desktop and cellphone responsive websites. And not capped. Essentially, I would like it to be what Andy sees – universally.
Crossing fingers!
Thank you for your assistance!
Hey Jordan,
Unfortunately, the website is not hosted yet. It is on my localhost. The menu I use is the basic ENFOLD left sidebar menu with basic WPML settings. Nothing really changed here, I only changed the names for languages to EN and RU. I attached the screenshots with examples which part I meant to change and how I would like it to look after the css changes.
As you see in the image below, the WPML language flags are positioned at the top left side of the sidebar menu:

This is the visual appearance I would like to achieve:

What should I do to replace the flags with the EN and RU and move them in the centre of sidebar menu as well as on the mobile version header?
Hey kristoph,
adjust the WooCommerce Plugin’s settings as needed, to show the product price.
Best regards,
Andy
how can I change the shopping cart icon into a “document icon”, both in the top right corner as well as on the buttons of product detail pages where it says “add to cart”?
Hi,
check out this: kriesi.at/support/topic/please-contribute-and-translate-enfold/
Best regards,
Andy
Hi,
don’t think this would work well, but try this code:
#scroll-top-link:before {
content: 'cliquez' !important;
}
and adjust as needed.
Best regards,
Andy
Hi,
Could you please suggest the easiest way to remove the margins of the SideBar and top 1/1 Column Layout Element (colored Blued) ,for this site :
. . . so it looks like this site: (also created in Enfold by someone else)?
Thanks,
Mike.
Hi,
hm can’t say where you’re using this code. However, use this inside of Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
display: block;
}}
Best regards,
Andy
Hello Enfold,
I have two questions about the contact form on my website:
1. In my contact form I have multiple checkbox fiels. Is it possible to select one checkbox field by default? (So not all fields checked : https://kriesi.at/support/topic/contact-form-check-box/).
2. Is it possible to use radio buttons in the Enfold contactform?
Thanks in advance for you help.
Best regards,
Lennart
Hi, just wondered if you knew why my site’s apostrophes and some full stops were being replaced with strange symbols like †– http://walessportawards.co.uk/
Cheers,
Matt
Hi Lilo,
Try this:
<?php echo do_shortcode(“[av_productslider categories='142,85,158,173' columns='3' items='9' offset='0' sort='0' autoplay='yes' interval='5' custom_class='']“); ?>
Thanks,
Rikard
-
This reply was modified 9 years, 8 months ago by
Rikard.
Hi,
Please try adding !important rule as following
#top .social_bookmarks {
visibility: visible !important;
}
Best regards,
Yigit
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav li a:hover::after{
position:absolute;
z-index:100000;
left:-30px;
top:50%;
transform:translateY(-50%);
}
.av-main-nav li:nth-child(1) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
.av-main-nav li:nth-child(2) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
.av-main-nav li:nth-child(3) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
.av-main-nav li:nth-child(4) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
Best regards,
Vinay
hi @swotmarketing;
try with these lines of CSS code ;
.html_header_top.html_logo_center .logo { left: 53% !important;}
.logo {height: 300px !important; width: 300px !important;} (change only the size of your logo)
.avia-fullwidth-slider.avia-builder-el-0{border-top:none;margin-top: 212px !important;}
Hi,
Link removed. Let us know if you should need any more help on the topic.
Cheers!
Rikard
Hey Rikard,
thanks for your reply!
I post a link and and login to the website shop.
As mentioned the sale badge should be on top of the product picture in the upper right corner. Same for the single product….
At the single product you can see, that I started to set the sidebar (I want it on the left), but this is another thread.
Thanks again!
Jan
Hi,
Ok, we will do that next time. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi, I’m having a similar problem. On each individual page I select ‘Don’t display the socket & footer’ and yet it STILL displays.
Also, if I do select ‘Display only socket …’, the socket size is huge. Can you please advise:
1. How to stop the footer and socket displaying on individual pages – when the select option doesn’t work
2. If I do choose to display socket, how to change the size of the socket so that it is only a narrow in height.
Cheers!
Hi,
Great, glad you got it working and thanks for sharing what went wrong. Let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi Willem,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
I’ve tagged the topic for our german speaking moderator, please wait for his reply. Also, please check the link of the screenshot you tried to post.
Best regards,
Rikard