Forum Replies Created
-
AuthorPosts
-
Hi,
It’s not necessary unless you’re having trouble editing the pages. There is going to be a new option where you can disable/enable the classic and block editor.
Best regards,
IsmaelHi,
Could you ask your hosting provider to delete those folders? It’s taking quite a lot of time. Please update us again once the whole “avia_instagram_cache” directory has been removed.
Best regards,
IsmaelHi,
The existing header options are usually enough for a lot of websites, so adding another option for that is not a priority. Please follow @Guenni007’s suggestion.
Best regards,
IsmaelDecember 23, 2018 at 4:28 pm in reply to: 2 columns on mobile jumping on one side not the other? #1048810Hi,
Have you tried disabling the “Equal Height Columns” settings for that row?
Best regards,
IsmaelDecember 23, 2018 at 4:21 pm in reply to: Redering Issues in Chrome / Windows / Wide Layout Issues #1048808Hi,
It’s not possible with the boxed layout, unfortunately, because it will constrain the width of the slider. You have to use the “Stretched Layout”.
Best regards,
IsmaelDecember 23, 2018 at 4:19 pm in reply to: Kontaktformular: Datenschutz-Anhängsel übersetzen #1048807Hi,
It can be used as a shortcode like this:
[av_privacy_link]Privacy Policy[/av_privacy_link]
Have you tried that?
Best regards,
IsmaelDecember 23, 2018 at 4:16 pm in reply to: Under using the ALB, how to put the post date in the single post page? #1048805Hi,
Set the Blog Layout to “Grid” and the Blog Styling to “Default(Business)”. That layout will display a date container below the post title.
Best regards,
IsmaelHi,
Thanks for the update.
Replace the css code with this:
#top .main_color .wpcf7-form-control-wrap .input-text, #top .main_color .wpcf7-form-control-wrap input[type='text'], #top .main_color .wpcf7-form-control-wrap input[type='input'], #top .main_color .wpcf7-form-control-wrap input[type='password'], #top .main_color .wpcf7-form-control-wrap input[type='email'], #top .main_color .wpcf7-form-control-wrap input[type='number'], #top .main_color .wpcf7-form-control-wrap input[type='url'], #top .main_color .wpcf7-form-control-wrap input[type='tel'], #top .main_color .wpcf7-form-control-wrap input[type='search'], #top .main_color .wpcf7-form-control-wrap textarea, #top .main_color .wpcf7-form-control-wrap select { border-color: #363636; background-color: #ffffff; color: #000000; }
Best regards,
IsmaelHi,
Thanks for the update. What do you mean by NPC? I still don’t see the issue on the logo/partner element and the previous pages are gone.
Best regards,
IsmaelHi,
You said “Please delete the theme folder” … original folder, or child-theme? or both?
Ah yes, sorry. I forgot about that. I was thinking of the instagram cache. I suspect that the theme files are corrupted because the instagram images are converted to MS DOS files. Please delete the parent theme folder and replace it with the latest version. And while you’re at it, please delete the instagram widget in the footer widget area and ask your hoster to delete the “avia_instagram_cache” directory again. I can do it via FTP but it will take a lot of time.
Please use the Instagram Feed plugin temporarily.
Best regards,
IsmaelHi,
Thanks for the update. I see the issue now but I’m not sure what’s causing it. Please edit the includes > helper-assets.php file, look for this code on line 395:
add_filter( 'comments_open', 'av_comments_on_builder_posts_required', 10, 2 );
Comment it out or disable it temporarily:
// add_filter( 'comments_open', 'av_comments_on_builder_posts_required', 10, 2 );
Let us know if that changes anything.
I did access the file server but I think it’s for a different site. To confirm it, I deleted the whole header.php file but it didn’t break the “assicurazioneviaggiothailandia” site.
Best regards,
IsmaelHi,
Thank you for using Enfold. And I would like to apologize for the late response.
Did you change or filter the “from” address? Please check if the “avf_form_from” filter is added in the functions.php file.
Best regards,
IsmaelHi,
Great! Glad it’s fixed. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelDecember 21, 2018 at 12:13 pm in reply to: FATAL BUG + FIX: Enfold, Gutenberg and WooCommerce Memberships incompatible #1048141Hey yanknudtskov,
Thank you for using Enfold.
I think the site is still running on an old version of the theme because that code is no longer positioned on that line. The latest version 4.5.2 contains additional Gutenberg compatibility fixes.
Best regards,
IsmaelDecember 21, 2018 at 12:01 pm in reply to: No Default or Specific Featured Image Size for a Blog Post #1048133Hi,
The theme limits the height of the featured image up to 321px for single post pages with sidebar and 423px pages without a sidebar. You can adjust that limit with this plugin:
// https://wordpress.org/plugins/simple-image-sizes/
Activate the plugin, go to the Settings > Media panel and look for the “entry_with_sidebar” and “entry_without_sidebar” thumbnails. Adjust the width and height value, update, save and then regenerate the thumbnails afterwards.
Best regards,
IsmaelHi,
1.) You can get the FB pixel code from the facebook events manager panel:
// https://www.facebook.com/events_manager/
Once you got the code, you can either add it in the functions.php or install this plugin:
// https://wordpress.org/plugins/code-snippets/
Code example: https://pastebin.com/1fTgCStq
Make sure to update these lines because it contains your account’s pixel id:
fbq('init', '1233443242343454');
noscript:
src="https://www.facebook.com/tr?id=1233443242343454&ev=PageView&noscript=1"
2.) Where do you want to place your google ads? You can add it in a text block, code block, a widget or create a custom shortcode for it. Please post your adsense code in the private field.
3.) You should contact your hosting provider for the FTP account.
Best regards,
IsmaelHi,
It’s because of the loading icon. Please use this css code to fix the issue temporarily.
.avia_loading_icon { display: none !important; }
Update the theme to the latest version, 4.5.2.
Best regards,
IsmaelHi,
Thanks for the update.
A lot of the taxonomies are missing in the masonry’s entries selection. Please try to deactivate the plugins temporarily.
Best regards,
IsmaelHi,
The “Contact” menu item is working properly on my end. Where are you testing it? Which browser and device?
Best regards,
IsmaelDecember 21, 2018 at 6:49 am in reply to: LayerSlider showing 'more videos' when opened in Chrome #1048066Hi,
Looks like you’re using the Full Width Slider. Please replace it with the Full Screen Slider to make enough room or space for the button on mobile view.
Best regards,
IsmaelHi,
You can keep a layer inside the canvas in the Transitions > Other Settings > Keep this layer panel. Set it to “forever”. So in the demo, it’s probably a background layer set not to transition out of the slider.
Best regards,
IsmaelHi,
Did you add a table using a single column? Did you toggle the screen options? The default behavior of the table is to scroll when the content exceeds the width of the table container.
Best regards,
IsmaelDecember 21, 2018 at 5:25 am in reply to: Testimonials not displaying properly after theme update #1048030Hi,
That is a static link, so it will direct you to the instagram page even when the widget is not working properly. Please check the wp-content > uploads > avia_instagram_cache directory and provide a screenshot of the instagram images inside the folders.
I found out that the images are converted to MS-DOS files instead of their actual image format.
Best regards,
IsmaelHey!
The avia_instagram_cache folders inside the wp-content > uploads directory.
Cheers!
IsmaelHi,
And this might help as well: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Try to set the from address to an email address with your domain name so that the sent emails get through without being filtered as spams or invalid.
Best regards,
IsmaelHi,
1.) Try to use a more specific selector:
.responsive #top .av_header_transparency #header_meta { background-color: #41639e; }
2.) Did you set the Slider Settings > Layout > Slider Type settings to “Fixed”? Set it to “Full Size” if you want the slider to adjust based on the screen size. Or use theme’s Full Screen Slider element.
Best regards,
IsmaelDecember 21, 2018 at 4:33 am in reply to: Some Titles have changed to Uppercase since the last WP 5.0 update #1048005Hi,
Thanks for the update.
You have to upgrade the theme to version 4.5.2 to get the Gutenberg fixes. Please get back to us after the theme update.
Best regards,
IsmaelDecember 21, 2018 at 4:22 am in reply to: 2 columns on mobile jumping on one side not the other? #1048002Hi,
Thanks for the update.
I can’t seem to reproduce the issue on my end. This is what I see on mobile view:
// https://imgur.com/a/vzyGo6a
Could you give us a screenshot of the issue?
Best regards,
Ismael -
AuthorPosts