Forum Replies Created
-
AuthorPosts
-
August 13, 2018 at 9:29 am in reply to: Page is cropped when displayed on mobile device – not Responsive #996592
Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
I haven’t tested any mobile redirect plugins recently. What are the errors after the upgrade? Please check the error logs and then relay it to us or the plugin authors.
You can try this plugin.
// https://wordpress.org/plugins/wpstudio-mobile-redirect/Best regards,
IsmaelHi,
Thanks for the update.
We removed the following line from the functions.php file. (see private field)
The maps should be working properly now, given that the new API key is valid or was configured correctly.Best regards,
IsmaelAugust 13, 2018 at 9:07 am in reply to: Images become square (hard cropped) when in mobile view #996580Hey hybridE4t,
Thank you for using Enfold.
This css code should help.
.single-post .single-small.with-slider .small-preview { width: auto; height: auto; }The width and height is set to 180x180px by default.
Best regards,
IsmaelHey tankerhq,
Thank you for using Enfold.
You have to adjust the margin between the product items. For a 5 column grid, you can use this one.
.shop_columns_5 .products .product { margin: 0; width: 19.2%; }Just replace “5” with the current number of columns if you want to apply the css code to another product grid with a different number of columns.
Best regards,
IsmaelHey bobfurgo,
Thank you for using Enfold.
You can use this css code to adjust the style of the read more link.
.main_color .read-more-link a { text-transform: uppercase; color: green; }Best regards,
IsmaelHey RandomDude432,
Thank you for using Enfold.
Did you copy the template files (header.php, footer.php etc) in the child theme folder? Please update or use the latest version of those files and then toggle the file compression settings in the Enfold > Performance panel.
Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
And please feel free to open a new thread if you need anything else.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thank you for the update.
We need to test the new API key. Please post it in the private field. Did you enable the Geocoding API?
// https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Best regards,
IsmaelHi,
Thank you for using Enfold.
The RTL layout for masonry entries aren’t set by default. Please edit the config-templatebuilder > avia-shortcodes > masonry_entries > masonry_entries.js file. Remove everything and then replace it with the following code.
// https://pastebin.com/ZpEdaEUf
Best regards,
IsmaelAugust 13, 2018 at 8:23 am in reply to: Enfold, Mobile, WPML, Sticky header not sticky / working. #996557Hey kirillko,
Thanks for using Enfold.
It seems to be working properly on a browser emulation, screen width is 1024px.
Screenshot: https://imgur.com/a/jxrFGne
Where did you check the issue? What device?
Best regards,
IsmaelAugust 13, 2018 at 8:18 am in reply to: Hover colour on main menu loses colour when moving mouse down to sub-menu items #996556Hi,
Thanks for the update.
Is it an iPad Mini? The mobile menu is supposed to display on that device. Please try this css code.
@media only screen and (max-width: 1024px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 90px; line-height: 90px; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block; } }Don’t forget to purge the cache prior to checking the page.
Best regards,
IsmaelAugust 13, 2018 at 7:36 am in reply to: 4.4.1 apparently changed content in my posts and totally screwed up my mathjax #996548Hi,
Thanks for the update.
I see a lot of equations in that post but I’m not sure which ones are incorrect because I don’t understand them. Can you point us to the equations that are supposed to contain backslashes?
Best regards,
IsmaelAugust 13, 2018 at 7:27 am in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #996547Hi,
Thanks for the update.
The number of images doesn’t matter because not all of them gets loaded when someone opens a page. What we need to look out for is the database because there are 20K product entries and probably thousand of related meta entries that have to be queried when someone visits a page with products. This is probably where the server chokes because it doesn’t have the necessary specs to handle the requests. And as we have reported, there are more than 180,000 unused/duplicated post meta entries and it makes the database requests longer or heavier.
We’ll wait for you reply.
Best regards,
IsmaelHi,
Thanks for the update.
https://www.kistefosmobler.no/kistefos-produkter/product/heldekkende-maling/
The first thumbnail’s (Kveldshimmel_S5010-R90B) data-ulbtitle attribute is set, but the same attribute is empty on the rest of the thumbnails. The following code is the actual markup of the second thumbnail (Timian-S-6005-G80Y). As you can see, the “data-ulbtitle” attribute is empty and the image inside the link tag doesn’t have an ALT attribute. The script above requires the alt or the data-ulbtitle attribute in order for the lightbox script to render the title.
<a class="upcp-thumb-anchor lightbox-added" href="https://www.kistefosmobler.no/wp-content/uploads/2018/08/Timian-S-6005-G80Y.jpg" data-ulbsource="https://www.kistefosmobler.no/wp-content/uploads/2018/08/Timian-S-6005-G80Y.jpg" data-ulbtitle="" data-ulbdescription="" title="" style="position: relative; overflow: hidden;"><img src="https://www.kistefosmobler.no/wp-content/uploads/2018/08/Timian-S-6005-G80Y.jpg" id="prod-cat-addt-details-thumb-654" class="upcp-tabbed-addt-details-thumb " onclick="ZoomImage("86", "654"); return false;"><span class="image-overlay overlay-type-image" style="display: none;"><span class="image-overlay-inside"></span></span></a>For the masonry element, please edit the config-templatebuilder > avia-shortcodes > av-helper-masonry.php file and then look for this code around line 370:
$linktitle = 'title="'.esc_attr($the_title).'"';Replace it with:
$linktitle = 'title="'.esc_attr($title).'"';Best regards,
IsmaelHi,
Thanks you for the update.
We had to shortened the URL of the secondary menu and the contact menu item with bit.ly, because one of the scripts perceives those URLs as invalid. The slider is working properly now.
Best regards,
IsmaelHi,
Thanks for the update. What happens when you add the !important rule?
.widget select[name="cat"] option[value="129"] { display: none !important; }You can also try the nth-child pseudo class.
#categories-2 form select option:nth-child(5) { display: none !important; }Best regards,
IsmaelHi,
Did you use the advance layout builder for the post pages? The comments section is not going to display when you’re not using the default editor, so you have to insert the “Comments” element manually. Again, setting the blog layout to “use the alb..” should not affect the post pages.
Best regards,
IsmaelHi,
Glad it worked! Use this css code to adjust the width of the input field on phone screens.
@media only screen and (max-width: 767px) { #wpppass form input[type="password"] { width: 95%; height: 40px; } }Best regards,
IsmaelHi,
As I said, if you could have the LayerSlider in a full width colour secfton it would solve the problem but I’m guessing that is not doable for some reason.
Yes, it’s not possible when the General Layout > Dimension > Layout settings is set to “Boxed” instead of “Stretched”. I did notice that all of your sites are “boxed”. Is that intentional?
I’m still not able to reproduce the issue. Do you have a staging site where we can see the issue? Please provide a link to the woocommerce page so that we can inspect it.
Best regards,
IsmaelAugust 13, 2018 at 5:57 am in reply to: Onepager: change h2 title color on focus when scrolling #996533Hi,
I don’t know where your h2-green class is
@Guenni007: Thank you for the script. The “h2-green” is the class attribute of the h2 tag inside @michaelH’s HTML code above. :)Is there a documentation about Enfold “waypoint”
@michaelH: Glad it worked! You’ll find more info about “waypoints” in the following link.
// http://imakewebthings.com/waypoints/
Best regards,
IsmaelAugust 10, 2018 at 3:53 pm in reply to: Change "Archive For: " text on Portfolio Category Main Title #996036Hey kallym,
Thank you for using Enfold.
Yes, that’s the correct filter but you have to adjust it a bit.
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); if(is_tax('portfolio_entries')){ $output = __('Our Work:','avia_framework')." ".$term->name; } else { $output = __('Archive for:','avia_framework')." ".$term->name; } return $output; }Best regards,
IsmaelAugust 10, 2018 at 3:48 pm in reply to: Next selector – getting ajax 'load more' working with enfold #996033Hi,
Have you tried using the Masonry element? It has an ajax load more button. Add that element and then set the “Pagination” to the second option.
Best regards,
IsmaelAugust 10, 2018 at 3:46 pm in reply to: WPML translation of images – no images seen on translated posts #996030Hi,
Thanks for the update.
One of the users found a possible solution. You can see it in the following thread.
// https://kriesi.at/support/topic/alb-elements-are-missing-in-translated-pages-wpml/#post-995955
Let us know if that helps.
Best regards,
IsmaelHi!
Thank you for the update.
This thread might be related.
// https://kriesi.at/support/topic/alb-elements-are-missing-in-translated-pages-wpml/#post-995955
Cheers!
IsmaelHey Steve,
Thank you for using Enfold.
You can adjust that in the Enfold > Advanced Styling panel. Edit the “Small bar above main menu” element.
Best regards,
IsmaelHi,
Can we take a look at the pages with the issue? Maybe, we can create a script to automatically apply the “aside” class attribute to the text blocks.
Best regards,
IsmaelHi,
Thanks for the update.
That is the notices container. This css code should fix it.
#top #tribe-events-pg-template .tribe-events-notices { display: block; position: relative; width: auto; clear: both; }Best regards,
IsmaelHi,
Sorry for the late response. Please add this css code to move the text below the image on iPad view.
@media only screen and (min-width: 767px) and (max-width: 1024px) { .wpppass-top-text img { clear: both; display: block; float: none !important; margin: 0 auto; } }Screenshot: https://imgur.com/a/bDAtof5
Best regards,
IsmaelHey engage24,
Thank you for using Enfold.
The error says that you’ve exceeded the API usage limit or quota. Are you using the API key to a lot of websites? Please note that you’re gonna have to play extra once you’ve exceeded the free $200 monthly credit. That is up to 28,000 dynamic API and up to 40,000 geocoding API requests.
You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors
_.Pb @ js?v=3.30&key=AIzaSyDDWgDQQeH_SLVUe6Rt4GgUmg2pcbiWjnE&callback=aviaOnGoogleMapsLoaded:41Did you set up a billing account yet?
Best regards,
Ismael -
AuthorPosts
