Forum Replies Created
-
AuthorPosts
-
Hi,
Awesome! Glad we could help. Please feel free to open a new thread if you need anything else.
Have a nice day!
Best regards,
IsmaelHey logancc,
Thank you for using Enfold.
How big is the file that you’re trying to upload? Have you tried increasing the max execution time to at least 1 minute or 60 seconds? The default is 30 seconds.
// https://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php
Best regards,
IsmaelHey SilviaNT,
Thank you for using Enfold.
You can use this filter to change the default style of the archive or category pages.
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }Best regards,
IsmaelHi,
Thank you for the update.
Do you have a local server in your machine? You could try to import the demo in the local server, then transfer it manually to the live site.
// https://wordpress.org/plugins/wp-migrate-db/
Best regards,
IsmaelHi,
You should be able to switch to the advance layout builder (ALB) when editing a landing page. And the content of the ALB should display in the front end.
Best regards,
IsmaelHi,
Thank you for the update.
We reselected the full size version of the logo. This is how we see it on our end.
Screenshot: https://imgur.com/a/kWMCj8M
Best regards,
IsmaelHi,
@elituchy: Please open a new ticket and we’ll give you an access to the beta version containing a new version of the spam protection feature. We have to add the link in the private field. You won’t be able to see it if we put it here because you didn’t open this thread.Best regards,
IsmaelHi,
By “toggle”, I mean disabling and reenabling the compression right after doing the modification, not before. Do the modification, toggle the performance options to regenerate the scripts including the recent changes and toggle the compression back. Or just disable it completely during testing.
Best regards,
IsmaelHi,
Did you modify the av-helper-slideshow.php file as previously instructed?
// https://kriesi.at/support/topic/optimizing-images-should-i-use-more-than-1-version/#post-1107025
The slideshow doesn’t support scrset attribute or feature by default, but that modification should enable it for the full width easy slider.
Best regards,
IsmaelHi,
Thank you for the update.
The meta info such as post date or the author will not display automatically when the advance layout builder is activated. You have to switch to the default editor or create a custom shortcode for the post meta info. An example of that can be found in the following thread.
Best regards,
IsmaelJuly 29, 2019 at 6:52 am in reply to: How to display parent page title on postslider on homepage? #1122644Hi,
Thank you for the info.
Have you tried moving it outside the “the_title” filter?
$output .= "<div class='slide-entry-excerpt entry-content' $markup>".$excerpt."</div><div>".get_the_title( wp_get_post_parent_id( get_the_ID() ) )."</div>" : "";Best regards,
IsmaelHi,
Thank you for the update.
We disabled the “avia_lang_setup” function in your child theme and reactivated the “avf_overwrite_language_file_child_theme” function. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
In order to do that, I have created a folder called “my-template-name” inside /wp-content/uploads/landing-pages/templates/webenjoy-standard-template
Do you want to enable advance layout builder for the “landing-pages”? I think the “landing-page” is a custom post type because as you’ve said earlier it relies on the single.php file by default. If that’s the case, you can use the following filter to enable the advance layout builder for that specific post type. Just ask the plugin author for the custom post type name.
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'YOUR CUSTOM POST NAME'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
Best regards,
IsmaelJuly 29, 2019 at 4:55 am in reply to: Portfolio items ordering (plugin) conflict with image gallery #1122618Hi,
Thank you for the update.
The portfolio grid element has a built-in sorting option. Just edit the element and look for the “Order by” settings.
Best regards,
IsmaelHi,
What do you mean? Please try to set the description manually this time. Or try another plugin.
// https://wordpress.org/plugins/opengraph/
Best regards,
IsmaelHi,
Thank you for the update.
In the private field is a list of loaded scripts and as you may notice, the theme is no longer loading any scripts related to Google maps (avia_google_maps_front_script, avia_google_maps_api_script) because we disabled it. But there are two scripts that is probably loading the same map API. One is from the Geodirectory plugin with the script handle “geodir-google-maps” and the other script is called “google-maps”, which is nonspecific, so we’re not really sure where it’s coming from.
34 => ‘geodir-google-maps’,
43 => ‘google-maps’,Events Calendar Pro, GeoDirectory and Gravity Forms are the most important tools across any site I build.
This is no longer an issue with the theme but rather a conflict between two or more plugins. Unfortunately, this is beyond the scope of support. Please contact the plugin authors for additional help.
Best regards,
IsmaelHi,
Thank you for the update.
Can we have a access to the live site? We would like to check it.
Best regards,
IsmaelJuly 29, 2019 at 3:56 am in reply to: Coding – Massive Duplicate Content & Unneded Inline Code / GDPR #1122609Hi,
Ok. But where we can edit the modal information?
You should be able to edit the content of the modal information in the Enfold > Privacy and Cookies panel. Look for the “Modal Window with Privacy and Cookie Info” option.
What is the statement for the second text from me?
What do you mean?
Best regards,
IsmaelJuly 29, 2019 at 3:53 am in reply to: Portfolio and item problems when publish product pages #1122608Hi,
Thank you for the update.
4.) I’m not sure about that. The portfolio item will redirect to a portfolio item page, not to a product page.
Best regards,
IsmaelHi,
Thank you for the screenshots.
Remove the previous css code and replace them with the following. That should remove the margin around the search field on mobile view and increase its size on desktop view.
@media only screen and (min-width: 989px) { .wc_ps_sidebar_container { width: calc(150% – 0px – 0px – 2px)!important; } } @media only screen and (max-width: 767px) { .wc_ps_sidebar_container { margin: 0; } }Adjust the value as necessary.
Best regards,
IsmaelHi,
Thank you for the update.
Yes, please post the WP and FTP details in the private field. Can you provide the corresponding translations for the texts so that I can add them?
Best regards,
IsmaelHi,
Awesome! You’re welcome. Let us know if you need anything else.
Have a nice day!
Best regards,
IsmaelHi,
You’re welcome! Glad we could help. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day!
Best regards,
IsmaelHi,
Thank you for the update.
It’s already added in the site and generates the error. Please deactivate the plugins temporarily. Did you add any modifications in the functions.php file?
Best regards,
IsmaelHi,
@PonzioPilato: We’ll close this thread now. Please open your own ticket and post the necessary details (site url, login details etc) in the private field. Thank you.Best regards,
IsmaelHi,
Awesome! Glad it’s solved. Let us know if you need anything else.
Have a nice day!
Best regards,
IsmaelHi,
I’m not really sure about that. Are you using the same plugin? Is it working when you manually add the description?
Thanks for the update.
Best regards,
IsmaelHi,
Thank you for the update.
The “link” parameter or the “Image Link” settings reverts back to “deactivated” whenever the page is updated but I’m not sure why. The only thing I noticed is the builder translations. The horizontal gallery is translated to “Stil fur die horizontale line” when it’s supposed to be “Horizontale Galerie”. And the “Bild Link” is missing the second option (deactivate). Did you modify the translations?
Best regards,
Ismael -
AuthorPosts
