Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
There is a copy of the functions-enfold.php file in the root directly. Did you put it there? We renamed the file to disable it.
Best regards,
IsmaelHey!
Is this fixed? The search results are displaying the related posts, which is what you wanted.
Best regards,
IsmaelHi,
Thank you for the update.
Did you impose a daily request limit on the API? This is the current error in the console, which is related to the request quota or your billing account.
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
_.Jc @ js?v=3.35&callback=aviaOnGoogleMapsLoaded:54And please check if the Geocoding API is enabled.
// https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Best regards,
IsmaelHi,
I would like to apologize for the confusion. The container seems to be off by 50px. Please try this css code.
.av-framed-box .av-layout-tab-inner .container { max-width: 1310px; left: -50px; }Best regards,
IsmaelHi,
Thank you for using Enfold.
We don’t see any errors when we ran the html validator. Are they fixed?
Best regards,
IsmaelHi,
Thank you for the update.
Yes, that is true but you need to install WordPress in your own language. Did you do that?
// https://wordpress.org/support/article/installing-wordpress-in-your-language/
Are you planning to create a multi-lingual site? If you are, then you will need the plugins that were mentioned above.
Best regards,
IsmaelHi,
Thank you for the update.
It may not be what you’re expecting, but that is how the cell’s background image is supposed to resize on mobile view. One workaround is to hide those particular grid cells on mobile view and replace them with a different element. You can use the elements’ Screen Options panel to toggle their visibility for different screen sizes.
Or use this css code to adjust the position of the image inside the background positioning area.
@media only screen and (max-width: 767px) { #hello .flex_cell.no_margin.av_one_half.avia-builder-el-12.el_after_av_cell_one_half.avia-builder-el-last.avia-full-stretch.av-zero-padding { background-position: 70% 0 !important; } }You may need to apply a Custom CSS Class to that particular element and use that instead of the default css selector above.
Best regards,
IsmaelHi!
Thank you for the update.
We are now able to access the file server. However, the previous WP login credentials are no longer valid. Please add it in the private field so that we can toggle the widgets and debug the issue properly.
Cheers!
IsmaelHey Gitte,
Thank you for using Enfold.
The pages post type doesn’t support the category taxonomy by default. You have to configure that manually with a filter or you can install a plugin.
// https://www.wpbeginner.com/plugins/how-to-add-categories-and-tags-for-wordpress-pages/
Best regards,
IsmaelHi,
Thanks for the update.
It works the same for the live site. (see private field)
Did you rebuild the posts index?
// https://searchwp.com/docs/kb/rebuild-index/
Best regards,
IsmaelHi,
Thank you for the update.
Did you include the dev site as one of the http referrers?
// https://www.wpgmaps.com/documentation/ensuring-your-referrers-are-properly-inserted/
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelJune 3, 2019 at 6:18 am in reply to: Masonry gallery set to 1px gap but gap is missing between two columns #1106575Hi,
Thank you for the update.
Try to adjust the masonry container width a bit.
.av-masonry-container { width: 100.5%; }Add the code in the Quick CSS field. Please don’t forget to toggle the Performance > File Compression settings if they are enabled.
Best regards,
IsmaelHi,
Try to set the “orderby” parameter to “meta_value_num” and the “meta_key” to “_price”. Example:
add_filter('woocommerce_output_related_products_args', 'avf_woocommerce_output_related_products_args_mod', 10, 1); function avf_woocommerce_output_related_products_args_mod($args) { $args['orderby'] = 'meta_value_num'; $args['order'] = 'asc'; $args['meta_key'] = '_price'; return $args; }Best regards,
IsmaelHi,
Thank you for the info.
You can create that layout using 2 Blog Posts element. Display a single post in the first grid and 4 posts in the second one. You can then use 1/2 column elements to separate the grid.
Best regards,
IsmaelHey PIW,
Thank you for using Enfold.
That feature is not available in the theme by default, so you may need to find another plugin for it. Anyway, the Perfect WooCommerce Brands plugin has a filter widget. Did you try that? You have to add it to the base or default shop page because it’s not compatible with the theme’s Product Grid element.
Best regards,
IsmaelJune 3, 2019 at 5:41 am in reply to: Breadcrumb Feature – Missing the Parent ?? that I would expect to see #1106568Hi,
Thank you for your patience.
Do you have a test page where we can see the hierarchy of the pages? The parent page should be displayed in the breadcrumb by default. Did you assign a grand parent page or a parent of a parent page?
Best regards,
IsmaelHey msigner,
Thank you for the update.
This css code should force the slider to inherit the height of the view port.
@media only screen and (max-width: 767px) { .avia-fullscreen-slider .avia-slideshow { max-height: calc(100vh - 80px); } }Please remove the browser cache prior to checking the page.
Best regards,
IsmaelHey petschka,
Thank you for using Enfold.
The events or calendar page should display the current and upcoming events by default. Where can we see your events page?
You should be able to change the options in Events > Settings panel.
Best regards,
IsmaelHey stoudenmirel,
Thank you for using Enfold.
Did you register your custom post type using the “avf_alb_supported_post_types” filter? That should activate or enable the ALB for your custom post types.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
Best regards,
IsmaelJune 3, 2019 at 5:22 am in reply to: Layerslider Text Padding to Match Content Width of Site #1106562Hi,
Thank you for the update.
You should be able to set the Canvas Width in the Slider Settings > Layout panel of the layer slider. That’s the maximum width of the slider content.
Best regards,
IsmaelHi,
Is this for a google analytics tracking? How did you implement it for the mailto links?
How do you want to track it? Are you using google analytics?
Have you created custom event goals?
// https://support.google.com/analytics/answer/1032415
You may have to modify the includes > helper-social-media.php file directly or use Javascript.
Best regards,
IsmaelHi,
Thanks for the update.
We had to modify the value of the twitter icon in the functions.php file > line 234 directly and replace it with the vero icon because the filter doesn’t work.
'twitter' => array( 'font' =>'vero', 'icon' => 'ue800'),Best regards,
IsmaelHi,
Thank you for the update.
Where did you add the contact form shortcode? We can’t find it anywhere in the site.
Did you switch to CF7?
Best regards,
IsmaelHi,
Thank you for the update.
I can’t really reproduce the issue on my end, but I can see why the page would take too long to load. There are just too many images in the your front page. You should consider minimizing the number of images because they account to almost 80% of the resources needed to load the page. That is more than 7MB out of 10MB or 194 out of 328 requests.
Best regards,
IsmaelHi,
Thank you for the update.
Do you have a test page where we can see the issue? Please create one so that we can inspect the layer slider.
Best regards,
IsmaelHi,
Sorry about that. I’ve forwarded the thread to Yigit.
Which element are you using? Is it a Blog Posts element set to grid layout or a Portfolio Grid? The modification above is for the Blog Posts element.
Best regards,
IsmaelHi,
That is the default video shortcode from WordPress. It’s not from the theme.
// https://en.support.wordpress.com/widgets/video-widget/
You’ll know that a widget is generated by the theme when the widget name is prepended with the theme slug.
Example: Enfold Instagram, Enfold Advertising Area, Enfold Combo Widget etc.
Best regards,
IsmaelHi,
Do you want to display the nested navigation for the items in a custom post type? That function is created for pages because they are hierarchical by default, which allows parent or child pages to be set. Please see notes about the “hierarchical” parameter and why it is only enabled for pages.
// https://codex.wordpress.org/Function_Reference/register_post_type#Parameters
Unfortunately, that navigation is not going to work with custom post types using the current “avia_sidebar_menu” implementation.
Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code to change the style of the full width posts.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; margin-left: 0; margin-right: 0; } #top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; max-width: 800px; margin: 0; }Best regards,
Ismael -
AuthorPosts
