Forum Replies Created
-
AuthorPosts
-
November 5, 2018 at 4:46 am in reply to: Calendar Recommendation for Enfold – not The Events Calendar #1029746
Hey compudean,
Thank you for using Enfold.
The theme has native configurations for TEC but none for the plugins listed above. Nevertheless, those plugins should work properly with the theme but they might require some modifications and/or adjustments, especially the template files.
Best regards,
IsmaelNovember 5, 2018 at 4:43 am in reply to: URGENT BUSINSESS FAILING after 13 years, suspect error in Robots.txt- or??? #1029745Hi,
Are you referring to the slider’s Screen Options panel? Please provide a screenshot of the option. Make sure that the site is running on Enfold v4.5 and WordPress 4.9.8.
Best regards,
IsmaelHi,
You may need to add separate blog posts element and select one category for each element. Unfortunately, altering the query based on the conditions that you want is a bit complicated.
Best regards,
IsmaelNovember 5, 2018 at 4:19 am in reply to: Contact form invalidation and validation border color #1029734Hi,
Thanks for the info.
You can use the following css codes to change the validation border colors.
/** valid**/ #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{ border:1px solid #9AA600; } /** error **/ #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select { border: 1px solid #DF653E; }
Best regards,
IsmaelHi,
Thanks for the info.
Can we access the file server? Please post the FTP details in the private field.
Best regards,
IsmaelHi,
By default, the featured image should display on single post pages because it is included in the includes > loop-index.php file or template. Are you using the advance layout builder before?
Best regards,
IsmaelNovember 5, 2018 at 2:59 am in reply to: Image inside tab section will not shrink to fit container with Internet Explorer #1029729Hi,
I can’t reproduce the issue on IE11 Windows 8. Can you give us a screenshot of the issue?
Best regards,
IsmaelNovember 5, 2018 at 2:51 am in reply to: Fullwidth Easy Slider – Auto rotate stops working in Safari after a video slide #1029727Hey markusperl,
Thank for you the info. I’ll forward this to the dev team.
Best regards,
IsmaelHi,
That’s an odd issue. Have you tried shortening the url with bit.ly?
Best regards,
IsmaelHi,
“You will, however, have the option to choose between the theme’s builder or Gutenberg.”
The advance layout builder is still not compatible with Gutenberg, so you have to choose between the two. Once the Gutenberg plugin is active, you’ll have the option to edit the page/post with the classic editor or advance layout builder and the gutenberg builder. You won’t be able to switch between these editors but our developer are searching for a way around it.
This is what you’ll see on the pages panel when Gutenberg is active:
// https://imgur.com/a/llRLEKo
Best regards,
IsmaelHi,
@Bradasser: The site is using a very old version of the theme. You have to upgrade to version 4.5 manually via FTP. Please open a new thread once you’re done with the update.
Best regards,
IsmaelNovember 2, 2018 at 9:00 am in reply to: How to remove the "Your Message:" CONTENT / How to target different languages #1029078Hi,
Can you give us a screenshot of that issue? Are you referring to the email message? This might help:
// https://kriesi.at/support/topic/text-translation-in-confirmation-email/#post-1012340
Replace the “Your message” text with nothing if you want to remove the default text info.
Best regards,
IsmaelNovember 2, 2018 at 8:57 am in reply to: "Slightly increase the image on hover" not workin after update to 4.5 #1029075Hi,
Thanks for the update. Add this css code:
.av-hover-grow { overflow: hidden; }
Best regards,
IsmaelNovember 2, 2018 at 8:55 am in reply to: Google Search Console reports usability problems after update to Enfold 4.5 #1029074Hi,
You don’t need to obsess over those tests because they’re not that accurate. This article might clear things up a bit.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://wp-rocket.me/blog/the-truth-about-google-pagespeed-insights/Best regards,
IsmaelHi,
Yes, that’s what I’m trying to show you. Increasing the header_meta will not fix it. You can either move the logo in the header_meta container, disable the “castellano” item’s sub menu or move the menu item inside the main header.
Best regards,
IsmaelNovember 2, 2018 at 8:51 am in reply to: Parent page link works correct but translation doesn't #1029070Hi,
Alright. Please open a new thread if you need anything else. We’ll close this one now.
Best regards,
IsmaelNovember 2, 2018 at 8:50 am in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1029069November 2, 2018 at 8:49 am in reply to: Bild leicht vergrößern und Bild mit Link fubktioniert in Version 4.5 nicht mehr #1029068Hi,
Thanks for the update.
Can we access the site? I would like to check the css codes.
You can use this css code to fix the overlay issue temporarily..avia-image-overlay-wrap a.avia_image .image-overlay { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
Best regards,
IsmaelNovember 2, 2018 at 8:46 am in reply to: Default Template Settings Missing from Event Calendar Pro #1029067Hi,
What do you mean? Do you see any layout issues? Please open a new ticket.
Best regards,
IsmaelHi,
Is this fixed? The map is displaying properly even without logging in.
Best regards,
IsmaelHi,
This is the code:
add_action( 'woocommerce_single_product_summary', 'avia_woocommerce_before_related_products', 65); function avia_woocommerce_before_related_products() { // add something here }
Best regards,
IsmaelNovember 2, 2018 at 8:23 am in reply to: Blog Grid View Not Showing Dates or Showing Incorrect Dates #1029062Hi,
Thanks for the update.
The date will not display if the excerpt field is empty. You need to add an excerpt to the posts. I modified the postslider.php file temporarily so that the date will display even without the excerpt.
line 618:
if($show_meta)
Best regards,
IsmaelHi,
Can you give us a screenshot of what you’re trying to do? Use imgur or dropbox.
Best regards,
IsmaelNovember 2, 2018 at 8:11 am in reply to: Table of contents widget: how to show it on top of the content of a post or page #1029060Hi,
Yes, you can use that shortcode. And you have to set the “single_only” parameter from 1 to 0 if you want to use it on pages.
Best regards,
IsmaelHi,
I’m sorry if the demo is not living up to your expectations. Please tell your client that the background effect is not compatible on mobile view due to lack of browser support, so the site may look a bit different on smaller screens.
Best regards,
IsmaelNovember 2, 2018 at 7:50 am in reply to: BuddyForms "Add Media" – button don't work with Enfold theme (frontend) #1029057Hey r_sch,
Thank you for using Enfold.
I can’t get in to the site using the login credentials above. Please check the info carefully and contact the plugin author for additional help.
Best regards,
IsmaelHi,
This is possible but it will require modifications that are beyond the scope of support, unfortunately. The current contact form will not work even if we manage to re-display it, so you have to create another form, insert it before or after the old form, apply the contact form script to it and then remove the old one. Please hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
How did you add the sub menu to the archive pages? Did you add the shortcode directly in a template? The Mobile Menu Display parameter of that shortcode is set to the first option.
Best regards,
IsmaelHi,
There is a hidden username field right after the submit button. The form works properly when I manually fill in that field. Please edit the config-templatebuilder > aviashortcodes > contact > contact.js file, edit line 23:
formElements: form.find('textarea, select, input[type=text], input[type=checkbox], input[type=hidden]'),
Replace it with:
formElements: form.find('textarea, select, input[type=text], input[type=checkbox], input[type=hidden]').not('.hidden.'),
You may need to disable the file compression settings temporarily.
Best regards,
Ismael -
AuthorPosts