Forum Replies Created
-
AuthorPosts
-
Hey!
Try to adjust the font size:
@media only screen and (max-width: 767px) { .esg-selected-filterbutton { padding: 2px 3px; font-size: 10px; } }
Regards,
IsmaelHey!
Have you tried using a different video with the same format? Maybe the codec in the current video is not compatible with IE. http://stackoverflow.com/questions/21124885/html5-video-not-working-in-ie-11
Best regards,
IsmaelHi!
What is the current php version? There are old issues regarding 5.3.27 FastCGI, maybe the solution provided on those threads will help:
https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892
https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/#post-335920Regards,
IsmaelSeptember 23, 2015 at 7:46 am in reply to: One-page navigation anchor positions when using submenu #507523Hey!
Thank you for the update. We’ll do a little test. Look for this block of codes:
var tempPadding = parseInt($main.data('scroll-offset'),10) || 0, non_shrinking = parseInt($meta.outerHeight(),10) || 0, non_shrinking2 = parseInt($alt.outerHeight(),10) || 0; if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2; } else { tempPadding = tempPadding + non_shrinking + non_shrinking2; }
.. then replace it with:
var tempPadding = parseInt($main.data('scroll-offset'),10) || 0, non_shrinking = parseInt($meta.outerHeight(),10) || 0, non_shrinking2 = parseInt($alt.outerHeight(),10) || 0, $subnav = $('.html_header_top .av-submenu-container'), non_shrinking3 = parseInt($subnav.outerHeight(),10) || 0; if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 - non_shrinking3; console.log('test a ' + tempPadding); } else { tempPadding = tempPadding + non_shrinking + non_shrinking2; console.log('test b ' + tempPadding); }
We added a console.log function so that we can know whether it’s actually working or not. Hard refresh the page before testing it.
Regards,
IsmaelHi avaprojects!
Thank you for using Enfold.
1.) To align the sub menu text to the logo, use this:
#top .av-submenu-container .container { padding: 0 50px !important; }
2.) Use this to create a dot:
#top .av-subnav-menu > li > a:after { content: '·'; position: relative; left: 10px; bottom: 0px; } #top .av-subnav-menu > li > a { border: 0; }
3.) Unfortunately, you can’t add a description in the menu items.
4.) Add this code:
.av-main-nav > li > a { font-weight: normal; }
5.) In order to adjust the border, try this:
#sub_menu1 { border-top: 0; } #header_main { border-bottom: 0; } #top #header_main > .container > .inner-container { border-bottom: 1px solid; }
Cheers!
IsmaelSeptember 23, 2015 at 7:08 am in reply to: Anyway to overlap content on top of a layerslider ? #507510Hi!
We modified the color section below the layer slider then applied a unique id attribute called “custom-section”. You can use that selector to offset the position of the color section. Add something like this in the Quick CSS field:
#custom-section { z-index: 10000; position: relative; margin-top: -50px; }
Regards,
IsmaelSeptember 23, 2015 at 7:05 am in reply to: Mobile Navigation Menu Displaying As White Box Only #507508Hi GailSabol!
Thank you for using Enfold.
You have this code in the Quick CSS field which sets the mobile menu icon color to white:
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background-color: #ffffff; color: #ffffff; border-color: #e1e1e1; }}
Cheers!
IsmaelHey!
The sections starting from the section before the “The Gospel Implications” are outside the wrap_all container. This is usually cause by unclosed html codes inside the page. Try to create a new test page then use the same layout but try to remove all html codes then replace it with a few simple text. See if it will have the same issue as the “About” page.
Best regards,
IsmaelSeptember 23, 2015 at 6:23 am in reply to: Shrinking Header no longer working with logo size #507488Hi!
We added this code in the Quick CSS field:
.header-scrolled .logo a, .header-scrolled .logo a img, .header-scrolled .logo { max-height: 30px !important; }
This is a little bug in the header when you set a custom pixel value.
Regards,
IsmaelHi!
I checked the child theme’s functions.php file but the code is not there. Did you remove it? We need to know because there’s a chance that you added the code somewhere else. And please remove the functions-enfold.php there because it’s basically useless in the child theme folder.
Best regards,
IsmaelSeptember 23, 2015 at 6:09 am in reply to: Trying to Understand Portfolios – tutorials not enough #507478Hi dominiquehurley!
Thank you for using Enfold.
I think it’s better if you use the Masonry Gallery element instead of the Masonry element. If you use the latter, you’ll have to create 200 portfolio items then set the featured image individually for each portfolio post. The masonry gallery element under media elements panel of the advance layout builder on the other side requires no post to be created in order to showcase images. Insert the masonry gallery, add the images, tweak a few options and you’re done.
Regards,
IsmaelHey andrewjohnson77!
Thank you for using Enfold.
Modify the blog posts element then activate the Offset Number option. The option should prevent duplicate posts.
Best regards,
IsmaelHey andrewjohnson77!
Thank you for using Enfold.
I checked the pages but the main menus are blank or at least the menu item color is same as the header background. Actually, the page looks blank. Can you please check it again?
Regards,
IsmaelHi!
Thank you or the info but I think you forgot the actual url to the site. Is this happening on a text or code block? Can you please provide the html list snippet so that we can test it on our end?
Cheers!
IsmaelHi!
I’m sorry for the inconvenience. We added the apostrophe html entity number for you: http://wp.me/p63JTR-3xK
http://www.ascii.cl/htmlcodes.htm
Regards,
IsmaelHi!
Elliott is out this time so I will be handling this request if you don’t mind. Anyway, I’m not sure how you created the custom post type but if you want to modify the post slider element, edit the config-templatebuilder > avia-shortcodes > postslider.php file. You might need to modify line 290:
$link = get_permalink($the_id);
This function might come in handy: https://developer.wordpress.org/reference/functions/get_post_meta/
Cheers!
IsmaelHi!
Thank you for using Enfold.
The image url structure is a little different: http://195.62.28.133/~paulbren/index.php?aam_media=3524&size=extra_large
Do you remember adding any plugins prior to this issue? Please try to deactivate all plugins then check the page again. Also, try to update the theme to the latest version, 3.3.2.
Best regards,
IsmaelHey!
Thank you for the update. Let me inform you that Dake will be unavailable this time so, if you don’t mind, I will be the one handling your requests for now.
1.) Use this to create more space between the caption title and caption:
.avia-caption-title { margin-bottom: 20px; }
2.) We modified the css code for the caption:
/*hide slideshow captions mobile*/ @media only screen and (max-width: 767px) { .responsive #top .slideshow_caption { display: none !important; } }
3.) For image caption overlay, use this:
.av-image-caption-overlay-center { display: none; }
You can include that css declaration inside the css media query above.
Cheers!
IsmaelHey!
We added the code we previously suggested in the functions.php file and then enable the default language switcher in the WPML panel. . https://kriesi.at/support/topic/menu-over-logo-4/page/3/#post-506236
Regards,
IsmaelSeptember 22, 2015 at 9:19 am in reply to: Blog Posts displays only excerpt instead of full content #506835Hey!
Try to remove the more tag then edit includes > loop-index.php. Look for this code on line 200:
echo $content;
..replace it with:
if(!is_archive()) { echo $content; } else { the_excerpt(); }
It should render the excerpt on archive pages. We removed one of the posts more tag:
http://palade.pl/wp-admin/post.php?post=537&action=edit
Try the modification above then check the links.
http://palade.pl/kategoria/publicystyka/
http://palade.pl/Cheers!
IsmaelHi!
Can you modify this html code?
<a href="http://www.karinhackstock.at/site/?page_id=3084" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Kinder','','http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder_rgb.jpg',1)" style="position: relative; overflow: hidden; display: block;"><img src="http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder.png" alt="" width="180" height="180" id="Kinder"><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 180px; width: 190px;"><span class="image-overlay-inside"></span></span></a>
Add a unique class attribute, “custom-image” for example:
<a class="custom-image" href="http://www.karinhackstock.at/site/?page_id=3084" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Kinder','','http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder_rgb.jpg',1)" style="position: relative; overflow: hidden; display: block;"><img src="http://www.karinhackstock.at/site/wp-content/uploads/2013/04/kinder.png" alt="" width="180" height="180" id="Kinder"><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 180px; width: 190px;"><span class="image-overlay-inside"></span></span></a>
Add this in the Quick CSS field:
.custom-image { text-align: center; }
Best regards,
IsmaelHey!
If you don’t add a color section on a page, the content is still enclosed inside a container with the “main_color” class attribute by default. That’s why the background is still there.
.main_color { background: #ffffff url(//bernhard-kaeferboeck.at/wp-content/uploads/2015/09/Hintergrund_1_04.jpg) top left no-repeat fixed; }
The color section doesn’t need to span the whole height of the browser unless you set it to do so in the Section Minimum Height option.
Best regards,
IsmaelHi!
Looking at the plugin’s extension, I found this: http://www.wprssaggregator.com/extension/excerpts-thumbnails/
Maybe, you need to install that plugin to show excerpts and thumbnails? Please contact the plugin author for more info.
Cheers!
IsmaelHi jhennigar!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. If you want to modify the theme’s woocommerce configuration, edit the config-woocommerce > config.php file.
Cheers!
IsmaelHey!
Thanks for sharing. When I add the “custom_woocommerce_get_catalog_ordering_args” function, no products are shown in the shop page and I got this notice, “No products were found matching your selection.” Must be something on my setup. Anyway, glad you got it working on your end. Again, thanks for sharing the solution. :)
Regards,
IsmaelSeptember 22, 2015 at 7:44 am in reply to: One-page navigation anchor positions when using submenu #506802Hi!
Please edit js > avia.js, look for this code around line 716:
var tempPadding = parseInt($main.data('scroll-offset'),10) || 0, non_shrinking = parseInt($meta.outerHeight(),10) || 0, non_shrinking2 = parseInt($alt.outerHeight(),10) || 0; if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2; }
.. replace it with:
var tempPadding = parseInt($main.data('scroll-offset'),10) || 0, non_shrinking = parseInt($meta.outerHeight(),10) || 0, non_shrinking2 = parseInt($alt.outerHeight(),10) || 0, $subnav = $('.html_header_top .av-submenu-container'), non_shrinking3 = parseInt($subnav.outerHeight(),10) || 0; if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 - non_shrinking3; }
Best regards,
IsmaelHey!
I test the pages and I can see the preview without any issue:
http://www.martinecafe.com/?page_id=631&preview=true
http://www.martinecafe.com/?page_id=631&preview=trueIs this happening when you are logged in as “Support9x73” which has an editor role?
http://www.martinecafe.com/wp-admin/users.php
Regards,
IsmaelHey!
We enable the default language switcher but it still doesn’t show the “Nederlands” flag or switcher when you go to the “Francais” language. Did you open a ticket in the WPML forum?
Regards,
IsmaelSeptember 22, 2015 at 7:14 am in reply to: Shopping cart is always showing on mobile, copyright text not fit on iPhone 5s #506798 -
AuthorPosts