Forum Replies Created
-
AuthorPosts
-
June 3, 2019 at 5:41 am in reply to: Breadcrumb Feature – Missing the Parent ?? that I would expect to see #1106568
Hi,
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,
IsmaelHi,
I think it will still work, but the smooth scrolling animation or effect for the anchors will be removed.
Best regards,
IsmaelHi,
Sorry about that. I forgot to re-enable the filter after editing it. You may need to disable the sidebar for now because the addition of the full width sub menu breaks the default layout of the page.
Best regards,
IsmaelJune 3, 2019 at 3:07 am in reply to: How to Remove Caption or Description HTML from Image Hover in Masonry Gallery #1106524Hi,
Alright. We’ll close this thread now. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thanks for the update.
Where can we see the issue again? The select or menu element is no longer visible above the product image as shown in the previous screenshot. (see private field)
Best regards,
IsmaelHey Chili2908,
Thank you for using Enfold.
You can use this css code to move the navigation arrows outside the gallery container.
#top .avia-slideshow-arrows a.next-slide { right: -100px; } #top .avia-slideshow-arrows a.prev-slide { left: -100px; } .av-horizontal-gallery { overflow: visible; } .av-horizontal-gallery .av-horizontal-gallery-inner { overflow: hidden; }Best regards,
IsmaelMay 31, 2019 at 4:01 pm in reply to: Problem uploading single product page image – cant change the 100×100 px #1105715Hi,
Thank you for using Enfold.
Looks like it is selecting a smaller thumbnail because of the srcset attribute. You can add this code in the functions.php file to disable that attribute.
add_filter( 'wp_calculate_image_srcset', 'avf_disable_srcset' ); function avf_disable_srcset() { return false; }Best regards,
IsmaelHey seerifee,
Thank you for using Enfold.
You can upload your own icon font using the Iconfont Manager. It’s located in the Enfold > Import/Export panel.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
IsmaelHey ronaldalexander,
Thank you for using Enfold.
Is this for a google analytics tracking? How did you implement it for the mailto links? You may need to add an onclick attribute to the social icon using javascript/jQuery.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t edit the loop-search.php file in the Appearance > Editor panel. Please post the FTP or file server account in the private field.
Best regards,
IsmaelHi,
You can use this css code to adjust the style of the plugin table on mobile view.
@media only screen and (max-width: 767px) { ._sumo_pp_payment_plans td, ._sumo_pp_payment_plans tr, ._sumo_pp_payment_plan th { width: 100%; display: block; } }Please note that we don’t provide support for third party plugins as stated on our support policy. You may need to contact the plugin author for additional help.
We would like to apologize for the late response.
Best regards,
IsmaelHey ksnoo04,
Thank you for using Enfold.
You need to add the “cf-label-icons” as the value of the custom_class parameter.
[av_contact email=' (Email address hidden if logged out) ' title='How can we help you?' on_send='' sent='Your message has been sent! We will get back to you shortly.' link='manually,http://' subject='Support Request' autorespond='' captcha='' form_align='' color='' custom_class='' admin_preview_bg='' av_uid='av-hroj83'].. replace it with:
[av_contact email=' (Email address hidden if logged out) ' title='How can we help you?' on_send='' sent='Your message has been sent! We will get back to you shortly.' link='manually,http://' subject='Support Request' autorespond='' captcha='' form_align='' color='' custom_class='cf-label-icons' admin_preview_bg='' av_uid='av-hroj83']Best regards,
IsmaelHi,
The compression is actually not working in your installation, but we’re not sure why. Have you tried using a third party compression plugin like Autoptimize?
// https://wordpress.org/plugins/autoptimize/
Also what does Kriesi mean by “compressed” anyway?
The compression will combine all the scripts or stylesheets and minify them, removing the spaces, lines and comments.
Best regards,
IsmaelHi,
Thank you for the update. And sorry for the delay.
Those pages require a password. What is it? Please provide it in the private field.
Best regards,
IsmaelHi,
Thanks for the update.
Did you remove the text or “example-data/” page? It’s no longer accessible. Please re-create the test page so that we can check the elements.
Best regards,
IsmaelHi,
I have not tried. How do I set the value?
Edit the iframe tag and remove the height attribute. In the post editor, you should see something like this.
<iframe src="URL" height="522" width="900"></iframe>Just remove the height attribute.
<iframe src="URL" width="900"></iframe>Unfortunately, I don’t understand your next request/inquiry. Please explain it further and open a new thread if possible. Thanks!
Best regards,
IsmaelHi,
Thank you for the update.
1-2) The css code works properly on our end. Did you toggle the Performance > File Compression settings after adding the css code? And don’t forget to remove the browser cache.
3. Did you try to add the widget? Make sure that the secondary menu is activated. If you don’t have a secondary menu, include this filter in the functions.php file.
add_filter( 'avf_execute_avia_meta_header', '__return_true', 10, 1);4-5.) Use this html code as suggested in the article.
<a href="tel:1-562-867-5309">1-562-867-5309</a>Best regards,
Ismael -
AuthorPosts
