Hello Andy,
I updated all plugins. This did not help. Mini Cart product counter is still not working! Any other ideas? Check out the link that I supplied below. Another Kriesi team member helped me out with this problem earlier and gave me the following code and it worked. I believe it stopped working when I updated the Enfold theme. Thanks so much for the help!
https://kriesi.at/support/topic/mini-cart-item-counter/
CircaVista
-
This reply was modified 9 years, 7 months ago by
CircaVista.
Hey Andy,
Please have a look now at http://www.2bopenlogistics.com
I have put it online just for this purpose. Please be advise that red top background on About us page is just for me to see the header until I solve my issue.
Thanks!
-
This reply was modified 9 years, 7 months ago by
ktalin.
Hey fredericsidler,
Kriesi is working on a fix. Up to now there is a workaround for it:
Best regards,
Andy
Hi,
use this code for mobile:
@media only screen and (max-width: 767px) {
.phone-info {
position: relative;
top: -9px;
left: -62px;
}}
and adjust as needed.
Best regards,
Andy
Hey. Please help me solve the problem. on page topic My Shop see all the pictures from the media?
Dear Kriesi,
is there a way to align the center of the copyright information, both for the desktop and for mobile viewing?
Best regards,
Riccardo
Hey mcraig77,
Please try the following in Quick CSS under Enfold–>General Styling:
#after_layer_slider_1 .av-special-heading {
margin-top: 20px !important;
}
Thanks,
Rikard
Hi,
Great, glad you got it fixed. Let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi guys,
First I will take this chance to say congrats for this awsome theme you’ve made.
I’m using Enfold to build a new website for a client. Just finished Home page and as I dive in to second one I ran into some troubles. I’m not able to provide the link to the website as I’m working offline so I will try my best to describe the issue.
Home page has a big fullscreen slider (blue photos) and glassy transparent header with white version of the logo and white menu items/social icons (those are all white to be visible on blue photos from slider). As you scroll down header shrinks and becomes white with a smaller and different colored version of logo, menu items are black and same the social icons.
My question is how can I have only this second version of the header (smaller, with small logo and black items that stays as it is on top all the time) in all other pages of the website (except home). I need this kind of header in all other pages as I will not have a slider and just a clean white top. You can imagine that glassy transparent header with white items will not be visible at all :)
Hope I made myself clear as my english is not as good as I’d like.
Thank you!
Hi, Roderick,
You can hide/show the correct section by using CSS after giving your sections unique IDs in the element options:
@media only screen and (max-width: 767px) {
#desktop-section {
display:none !important;
}
}
@media only screen and (min-width: 768px) {
#mobile-section {
display:none !important;
}
}
Thanks,
Rikard
Allready tried that, using ftp and now again using the dashboard….
My client is comming over for a WordPress training tomorrow. I really hope you can help me solve this before that. Trying all kinds of things now for 5 days (see topic date)….
Hope to hear from you soon
Best regards,
Rutger
Hey msulecki,
There is no release out yet but you can try this temporary fix in the meantime: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496
Thanks,
Rikard
Hello!
Please, help me with the problem: the main page of my site is not loading or not fully load on Ipad.
Tried both on Safari and Chrome – same thing. I also tested it after deactivated all plugins and it didn’t help.
Sometimes page is not loading at all (show an error), sometimes it’s loading partially – price tables and contact us form are not loading.
FAQ page is working good, so I guess the problem is within one of the main page’s elements.
On a desktop (Chrome, IE, Firefox) and Android everything is fine.
Thank you in advance for your help!
Artem
-
This topic was modified 9 years, 7 months ago by
artemtik. Reason: Information added
Hi,
play with this:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,0,0,0);
}
Best regards,
Andy
Hi,
so now just use this code:
.freigestellt_portrait {
top: 50px;
}
and adjust as needed.
Best regards,
Andy
Now it works, but is it also possible to move my logo to the top?
Hi,
1. Try applying this mod – https://kriesi.at/support/topic/rtl-sortedreverse-functions-problem/#post-384172
2. Add this to Quick CSS:
.av-masonry {
padding: 0 50px;
}
Best regards,
Josue
i just wanna hide the top menu where it says “Forside”
How do I hide captions on images for Easy Slider on Mobile? I tried the below solution you guys gave in another thread but it did not work.
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption {
display: none !important;
}}
Hi, we are using the woocommerce category description and upload the category image, layout is standard. At the moment the image appears on the top and among you can see the description. Now we would like to show the text floating around the image on the right side if there is space. Our image size is about 370x321px.
Could you help us with some css styling tips?
Hello,
My google map stops to work on the sites
I receive this message
“This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”
All the solutions that you provide are not clear and demand developing – administrator skills
I don’t understand why you didn’t do ASAP an update to solve it
You sold 97,100 Themes; if think you owe it to us
Please tell me what I should need to do in a simple way to solve it
Hey Ismael,
I mentioned this issue above on May 12, 2016 at 11:28 am, but i have now started a new topic, so please look into it.
Also after the update to 3.6.1. the problem was still there.
Cheers
Simeon
Hi,
I installed WPML on top of my Enfold theme and want a country code selector next to my headermenu. Only de country code NL/EN en not the text Dutch/English. I put the following code in functions.php
add_action('after_setup_theme','avia_remove_main_menu_flags');
function avia_remove_main_menu_flags(){
remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
}
add_action('init', 'avf_add_flags');
function avf_add_flags() {
add_action( 'ava_inside_main_menu', 'avia_wpml_language_switch', 10);
}
and added the following code to my custom.css
/* WPML Flags Country Code */
li.menu-item.menu-item-language.menu-item-language-current.dropdown_ul_available, #header_meta ul.avia_wpml_language_switch.avia_wpml_language_switch_extra,.language_flag img {display: none !important;}
.header_color li.language_en.avia_current_lang span.language_code {text-decoration: underline; color: #808080 !important;}
.header_color li span.language_code {color: #808080 !important; display: block !important; text-transform: uppercase; font-size: 13px; font-weight: 600; font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
#top ul.avia_wpml_language_switch li {margin: 0; padding: 0 5px; border: none; border-left: 1px solid #808080; height: 14px;}
#top ul.avia_wpml_language_switch li:first-child {border-left: none;}
#top ul.avia_wpml_language_switch li a {position: relative; top: -12px;}
#top ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {position: absolute; top: 38px;}
#top .header-scrolled ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {position: absolute; top: 15px;}
.avia-menu.av-main-nav-wrap {margin-right: 80px;}
It works but now i get both the language selector from WPML and the countrycode selector.

See private section for the URL to my site.
What is wrong?
THX Freek
-
This topic was modified 9 years, 7 months ago by
Freek.
Hi,
The accordion slider in the page looks good. What do you mean by “put the overlay on 0.1”? If you want to change the opacity of the background, use this:
#top .aviaccordion-preview-title-wrap {
background: #000;
background: rgba(0,0,0,0.1);
}
Best regards,
Ismael
Hi,
Add this css code to adjust the title alignment of the “next button”:
.avia-post-next.with-image {
text-align: left;
}
Add this in the functions.php file to display the time:
function avia_post_nav($same_category = false, $taxonomy = 'category')
{
global $wp_version;
$settings = array();
$settings['same_category'] = $same_category;
$settings['excluded_terms'] = '';
$settings['wpversion'] = $wp_version;
//dont display if a fullscreen slider is available since they overlap
if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) ||
class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
$settings['type'] = get_post_type();
$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
$settings = apply_filters('avia_post_nav_settings', $settings);
if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
if(version_compare($settings['wpversion'], '3.8', '>=' ))
{
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['prev'] = get_previous_post($settings['same_category']);
$entries['next'] = get_next_post($settings['same_category']);
}
$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
$output = "";
foreach ($entries as $key => $entry)
{
if(empty($entry)) continue;
$the_title = isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," ");
$link = isset($entry->av_custom_link) ? $entry->av_custom_link : get_permalink($entry->ID);
$image = isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail');
$time = "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'), $entry->ID)."</time>";
$tc1 = $tc2 = "";
$class = $image ? "with-image" : "without-image";
$output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
$output .= " <span class='label iconfont' ".av_icon_string($key)."></span>";
$output .= " <span class='entry-info-wrap'>";
$output .= " <span class='entry-info'>";
$tc1 = " <span class='entry-title'>{$the_title}</span>$time";
if($image) $tc2 = " <span class='entry-image'>{$image}</span>";
$output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1;
$output .= " </span>";
$output .= " </span>";
$output .= "</a>";
}
return $output;
}
Adjust the position of the date container in the Quick CSS field.
Best regards,
Ismael
Hi,
Please add this in the Quick CSS field to fix the padding issue:
#instagram .av-instagram-row .av-instagram-item {
top: -1px;
position: relative;
}
And use this to adjust the width on mobile:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #instagram .container {
width: 100%;
max-width: 100%;
}
}
Best regards,
Ismael
hi there – been having an ongoing problem with a client’s installation of Enfold. they bulk-upload hundreds of images – typically 30-50 at a time – for a weekly auction.
to date, it’s been fine until a few weeks ago. we are all up to date on everything: WP, plugins, and Enfold. but the only way i can get their image upload to work for the last 2 weeks is this:
and it STOPS WORKING after a week (despite no updates to the theme). i have to completely delete the theme, reinstall fresh, then reinstall that code.
what’s going on with this? site is hosted at HostGator, has been problem free until a couple weeks ago.
http://www.shopcakemonkey.com/wedding-events/?preview_id=5566&preview_nonce=768d1f605e&preview=true
Is there a way to make the caption of an image go to the right / top of the image? Like a column but I thought it would be easier for my client to make sure the caption goes with the image.
Ahoy,
I’m trying to figure out away to reduce the space between the image and special heading in this section of my website.
I would like the image the sits atop the special heading to not have that white space.
I would like to know why a problem found on last release is yet to be fixed a month and half later. this problem is stopping me in my project