Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
That page doesn’t have a page id class attribute. Please use “blog” instead.
.blog .template-blog .post_delimiter { border-bottom: 1px dashed red; }Best regards,
IsmaelHey calnettech2,
Thank you for using Enfold.
Did you toggle the css/js compression in the Performance panel after moving the css codes? That should regenerate the merged scripts and stylesheets.
Best regards,
IsmaelHey capstanadvisors,
Thank you for using Enfold.
The site is currently down. Did you transfer it? Please check if the url is correct.
Best regards,
IsmaelHey ernaborbas,
Thank you for using Enfold.
This css code should adjust the width of the landscape items on smaller screens.
@media only screen and (max-width: 1360px) and (min-width: 767px) { .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry.av-landscape-img { width: 50%; } }The width is set to 66% by default.
Best regards,
IsmaelHi,
You should upload wider images, about 845x321px. (see private field)
Best regards,
IsmaelHey EALB,
Thank you for using Enfold.
You can supply different phone info for each language.
Use this css code to change the font color on mobile view.@media only screen and (max-width: 767px) { .av_header_transparency .phone-info a { color: red; } }Best regards,
IsmaelHey anjmat,
Thank you for using Enfold.
This feature is not in the theme by default. Are you planning to let them select from a form? How do you want the users to answer the question?
Best regards,
IsmaelHi,
-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,
IsmaelJuly 18, 2018 at 4:24 am in reply to: How to increase font size of a masonry element filter options #986749Hey DROR,
Thank you for using Enfold.
This css code should help.
#top div.container .av-masonry .av-masonry-sort { font-size: 1.2em; }Best regards,
IsmaelJuly 18, 2018 at 4:22 am in reply to: Font on web server is not displayed correctly in IE 11 #986748Hey Esther,
Thank you for using Enfold.
The font loads properly on my end — IE11 Windows 7.
Screenshot: https://imgur.com/a/lklN8fB
Best regards,
IsmaelHi,
Anyway now we can test different sizes to choose the best one.
Use the browsers’ mobile emulator to see how the site looks on mobile screens.
Chrome: https://developers.google.com/web/tools/chrome-devtools/device-mode/
Firefox: https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_ModeBest regards,
IsmaelHi,
Thanks for the update.
Please try these steps to troubleshoot the issue.
// https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
If none of those worked, post the login details in the private field so that we can check it further.
Best regards,
IsmaelHi
Thank you for using Enfold.
What is the script for? You can use hooks to embed the script instead of using the code block element.
// https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
// https://codex.wordpress.org/Plugin_API/Action_Reference/wp_footerYes, @guenni007 is right. The script is little bit too long so it will take a while to review. Please post the code on pastebin.com.
Best regards,
IsmaelJuly 18, 2018 at 3:58 am in reply to: WP LAYOUT CHANGED? ENFOLD THEME/Layerslider plugin + easy slider errors #986742Hi,
Thanks for the update.
We set the layer slider’s layout mode from “fullwidth” to “responsive” and disabled the column’s “Equal Height” option temporarily. This fixed most of the issues described above.
Best regards,
IsmaelHey neue-zeiten,
Thank you for using Enfold.
Are you using the advance layout builder for the posts content? The $excerpt will never be empty unless the content is set to only display the title or the post has no content. Where can we see the issue? Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelHi,
The “justify-content” property will automatically apply spaces evenly distributed between the items so you can’t adjust it manually.
More about flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
You can use this css code to adjust the space on both sides of the menu.
#header #header_main_alternate .container { padding: 0 100px; }Default side padding value is 50px.
Best regards,
IsmaelHi,
Thanks for the info. We will include that in the documentation. :)
Best regards,
IsmaelHi,
Glad it is finally fixed! Thanks for the update. We’ll include that in the documentation.
Best regards,
IsmaelHi,
Delete the current widget and then add the same widget. If it’s still not working properly, please use the plugin that we suggested previously.
Best regards,
IsmaelJuly 18, 2018 at 3:09 am in reply to: Error 500 on the entire site after updating my theme manually (as recommended). #986725Hi,
Let us know if you’re still encountering the issue after the WP update. :)
Best regards,
IsmaelHi,
That script was added to adjust the height of the tab section based on its content. It has been implemented in the core already so you don’t need it anymore. Just set the tab section’s “Content height” to the second option (Auto adjust to content).
Best regards,
IsmaelHi,
That is good to hear! Glad that it is fixed. :)
We’ll close the thread for now. Please feel free to open a new one if you need anything else.
Best regards,
IsmaelHi,
I don’t see the “Geocoding Services” error anymore so it’s a good thing. It means that the API is enabled now but I’m getting a new error related to the key restrictions.
Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error Your site URL to be authorized: https://ifa.or.at/ifawp/wp-admin/admin.php?page=aviaYou need to allow the site to use the key. Try to use wildcards in the HTTP referrers field.
Example:
*.ifa.or.at/*Or:
*.ifa.or.at/ifawp/*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.Thank you for using Enfold :)
Best regards,
IsmaelJuly 18, 2018 at 2:49 am in reply to: Sticky Header, but hide the centered logo when scrolling down #986712Hi,
You can set the header not to stick on the single post pages.
@media only screen and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top.single #wrap_all #header { position: relative; width: 100%; float: none; height: auto; margin: 0 !important; opacity: 1; min-height: 0; } }Best regards,
IsmaelHi,
Thanks for the update.
How did you get the “a_smaller.png” screenshot? The layout looks “boxed”. What is the resolution of the screen where you took the screenshot?
Best regards,
IsmaelHi,
I already tried that but it didn’t fix the issue. The maps API is being loaded twice even if I disabled every instance where the theme loads it. I also dequeue every scripts related to the theme’s map element but the map API is still loaded more than nce.
//add_filter('avf_gmap_vars', 'avf_gmap_vars_disable', 10, 1); function avf_gmap_vars_disable($map) { if(!is_admin()) { $map = null; } return $map; } add_filter('avf_load_google_map_api_prohibited', 'avf_load_google_map_api_prohibited_true', 10, 1); function avf_load_google_map_api_prohibited_true($prohibited) { if( is_admin() ) $prohibited = true; return $prohibited; } add_action('wp_enqueue_scripts', 'ava_deregister_gmaps', 9999); function ava_deregister_gmaps() { if(is_admin()) { wp_deregister_script( 'avia-google-maps-api' ); wp_deregister_script( 'avia_google_maps_front_script' ); wp_deregister_script( 'avia_google_maps_api_script' ); wp_deregister_script( 'avia_google_maps_widget_admin_script' ); } }Best regards,
IsmaelJuly 18, 2018 at 2:32 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #986709Hi,
Thanks for the update.
Do you have a larger version of the image? Please remove the previous css codes and then upload a larger image to make it look sharper in the page.
Best regards,
IsmaelHi,
Thanks for the update.
The front page with the slider is “rtl”. You can’t use the layer slider shortcodes by default. How did you enable it? Please insert the slider using the designated element in the advance layout builder .
Best regards,
IsmaelJuly 17, 2018 at 5:02 am in reply to: Footer (Page) Assignment Not Showing Full Width – Sidebar Line Under Footer #986239Hey Dave,
Thank you for using Enfold.
Another section is being generated below the actual footer section. I applied a unique Section ID (footer-page) to the footer page’s color section and then added this css code on the style.css file to fix the issue, temporarily.
#footer-page + div { display: none; }Best regards,
Ismael -
AuthorPosts
