Forum Replies Created
-
AuthorPosts
-
February 17, 2017 at 11:08 am in reply to: Embedding an iFrame Full Screen with maximum height #748328
Hey!
I’m very sorry about that. Could you please re-create the initial setup with the color section on a test page? We will inspect it immediately.
Cheers!
IsmaelHey!
The function was stated here:
// https://kriesi.at/support/topic/main-the_content-function/#post-735143
The theme is using the get_the_content or the get_the_excerpt function depending on the blog posts settings.
Regards,
IsmaelHi!
Did you remove the latest modification? We updated the css code above. Please try it again.
// https://kriesi.at/support/topic/mobile-menu-animation-open-from-top-to-bottom/#post-743114
Regards,
IsmaelFebruary 17, 2017 at 10:06 am in reply to: Problem optimizepress plugin – elements are not visible #748304Hey g3ld!
Thank you for using Enfold.
The pages are loading properly on my end. Could you please provide screenshots of the issue? Please contact the plugin author for additional help. And review our support policy.
Best regards,
IsmaelHey!
1.) The image looks smaller because the script called config-woocommerce > woocommerce-mod.js > “track_ajax_add_to_cart” function doesn’t recognize the custom button. The button has to contain the “add_to_cart_button” class attribute. Please add this in the Quick CSS field:
div ul.product_list_widget .mini_cart_item > img { width: 55px; padding: 2px; height: auto; border: 3px solid #fff; left: -4px; position: relative; }2.) Edit the first column in the row then set the “Equal Height Columns” to “Equal Height”.
Cheers!
IsmaelHi!
Thank you for the update.
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .avia_textblock.productpricetag { left: 20px; position: relative; } }Regards,
IsmaelFebruary 17, 2017 at 9:34 am in reply to: Insert Youtube video pointing to HTTP instead of HTTPS? #748293Hey!
The Video element should not load the url from http if it set to https initially. Please post the login details here so that we can check it. Do you have any “ssl” or “https” plugins? And I’m so sorry for the late response, I forgot to tag myself on this thread.
Regards,
IsmaelFebruary 17, 2017 at 9:32 am in reply to: Easyslider working in preview but showing old version in live #748291Hey!
Which of the links are not updated properly? I checked the button on the first slide and it goes to a page called “reclamacion-clausula-suelo-bbva-caixabank”, the second slide goes to different sections in the page while the last one is an anchor link called “#kontakt”. Please deactivate the WP Fastest Cache plugin while you’re working on the site. Activate it once you’re done.
Regards,
IsmaelHi abbivsaesong!
Thank you for using Enfold.
Could you please provide a link to the page with the magazine element? Empty categories should not be included in the magazine tabs by default.
Cheers!
IsmaelHey!
The following css code should adjust the width of the color sections:
.avia-section { width: 90%; margin: 0 auto; float: none; }Regards,
IsmaelHi Pascal!
Thank you for using Enfold.
Please install the following plugin then go to the Settings > Media panel. Adjust the size of the “entry_with_sidebar” thumbnail, update, save then regenerate the thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Regards,
IsmaelHey!
The submenus of the “Nos Formations” and “Le Campus” are working when I checked the site. Is this fixed? If not, please provide a screenshot of the issue.
Regards,
IsmaelHi Konstantin!
Thank you for using Enfold.
This is working properly on our end. Is it working after adding a menu item under the mega menu column?
Best regards,
IsmaelFebruary 17, 2017 at 8:56 am in reply to: Embedding an iFrame Full Screen with maximum height #748276Hey!
The flipbooks are opening in a lightbox. Is this intended? Could you please re-create the issue on a test page?
Best regards,
IsmaelHey!
Thank you for the update. Please add this snippet in the functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['GFS Didot'] = 'GFS Didot&subset=greek'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['GFS Didot'] = 'GFS Didot&subset=greek'; return $fonts; }Best regards,
IsmaelHey!
Alright. Please provide one of the marker image then post the login details here so that we can test it.
Cheers!
IsmaelHi!
I’m not sure if the subset parameter can cause issues but the font url looks like this at the moment:
// https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin-ext
Regards,
IsmaelHi!
You can copy the comments.php file in the child theme folder. Please revert the file back to default then look for these lines:
<span class='comment-count'><?php echo $ccount; ?></span> <span class='comment-text'><?php echo $rep; ?></span>.. replace it with:
<?php if($ccount != 0) { echo "<span class='comment-count'>$ccount</span>"; echo "<span class='comment-text'>$rep;</span>"; } ?>Regards,
IsmaelHey!
I’m sorry but that’s not possible with the default menu. The sub menus will only respond to a “mouseenter” and “mouseleave” event. This will require significant modification of the js > avia.js > aviaMegamenu function. Please hire a freelance developer or contact our partner, Codeable.
// http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
Did you re-upload the marker image? Maybe, the page is cached. Please remove browser cache or hard refresh before checking the page.
Regards,
IsmaelHi!
I’m sorry but we can’t fix it on our end. As long as the admin-ajax.php file is blocked, a lot of WordPress and theme features, including the advance layout builder, are not going to work properly.
Best regards,
IsmaelHey!
Add this css code in the Quick CSS field:
.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover, .main_color .wp-playlist-item .wp-playlist-caption:hover { color: gray; }Adjust the color value as needed.
Regards,
IsmaelHey!
This is the css code that you have to remove.
iframe { width: 100% !important; }Regards,
IsmaelHey!
Please update to the latest version so that we can see the issue. We’ve checked a lot of sites in version 4.7 and they don’t have this issue so it’s probably cause by a plugin or a custom modification in the site.
Cheers!
IsmaelHi!
Did you place the code at the very bottom of the Quick CSS field? Please remove this one.
@media only screen and (max-width: 736px) { .avia_textblock pre, .responsive #top #main .products .product { width: 45.6% !important; margin: 0 4% 1% 0; }}Regards,
IsmaelHi!
Are you referring to the scripts? Please wrap it inside a wp_footer hook. Something like this:
function ava_custom_script_mod(){ ?> <script> (function($){ function a() { $(".more").toggle(function(){ $(this).text("less..").siblings(".complete").show(); }, function(){ $(this).text("more..").siblings(".complete").hide(); }); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');Regards,
IsmaelHi!
We checked the maps in the contact page and we found these errors in the console.
This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/geocoding_backend?project=_ For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
Please make sure that you setup the API key in accordance to our documentation. Read Step 4 carefully.
// http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
If this is still not working, please provide the login details to your gmail account and we’ll set it up for you.
Regards,
Ismael -
AuthorPosts
