Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
We’ll forward the issue to the dev team. You can use these css codes for now.
.av_icongrid_title { font-size: 25px; } .av_icongrid_subtitle { font-size: 18px; } .avia-icongrid-icon { font-size: 50px; } .avia-icongrid-text { font-size: 20px; }Best regards,
IsmaelNovember 2, 2018 at 4:44 am in reply to: Quotation mark in blockquote (instead of black vertical line) #1028992Hi,
Thank you for using Enfold.
You can implement one of the blockquote styles here:
// https://freefrontend.com/css-quote-styles/
Example:
@import url('https://fonts.googleapis.com/css?family=Special+Elite'); blockquote { font-weight: 100; font-size: 1rem; max-width: 600px; line-height: 1.4; position: relative; margin: 0; padding: .5rem; border: none; } blockquote:before, blockquote:after { position: absolute; color: #f1efe6; font-size: 8rem; width: 4rem; height: 4rem; } blockquote:before { content: '“'; left: -3rem; top: -2rem; } blockquote:after { content: '”'; right: -3rem; bottom: 1rem; } cite { line-height: 3; text-align: left; }Best regards,
IsmaelHi,
Thank you for the update.
The form is being sent properly when I tested it (see private field). Please check the spam folder or ask your hosting provider why the mail server is not accepting the emails. You may need to setup a SMTP or change the from address.
These steps should help: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelOctober 31, 2018 at 4:07 am in reply to: Drop down menus and cart are transparent, recurring issue #1028355Hi!
Thanks for the update.
1.) I can’t add any products to the cart even when they’re in stock. I always get an error that the product is out of stock.
2.) The brand’s logo link is invalid. There’s an extra slash before the product category name. Have you tried resetting the permalinks? How did you add those logo again? Please provide new login details in the private field.
Best regards,
IsmaelHey ncfan2030,
Thank you for using Enfold.
Do you want to implement the grid layout on the “press” page? You may need create a duplicate of the archives.php template and rename it to the name of the template used by the “press” pages. Please contact the plugin author for more info.
Best regards,
IsmaelHey Eleina_Shinn,
Thank you for using Enfold.
The version 4.4.1 is still using the old Envato API, which is now deprecated. You have to upgrade the theme manually via FTP for now. You’ll be able to do an automatic update again once you’re on version 4.5.
Best regards,
IsmaelHi,
I can’t see the issue in those pages and the screenshot is no longer available. Did you remove the modification?
Best regards,
IsmaelHi,
The header_meta container, where the “castellano” menu item resides, is lower in the stack order or is being covered by the header_main container, which is where the logo is. You may need to move the logo to the header_meta container and then increase it’s z-index property, so it’s higher than that of the header_main container or move the “castellano” menu item to the header_main or include it on the main menu.
Try this code and you’ll see the issue:
#header_meta { z-index: 30; }Best regards,
IsmaelHi,
The theme’s and the default WooCommerce gallery are virtually the same, but the latter has additional features like image variation switch and image zoom.
I tried to adjust the thumbnails on the theme’s default gallery but every modification that I used didn’t work.Best regards,
IsmaelOctober 31, 2018 at 3:14 am in reply to: How to show a default featured image (posts & pages!) if there is none? #1028343Hi,
That is for the blog or single post pages. Did you modify the loop-search.php file to display the thumbnails? Please post the content of the modified file on pastebin.com.
Best regards,
IsmaelOctober 31, 2018 at 3:11 am in reply to: Google Structured Data Errors rich snippet infected #1028342Hi,
Have you tried setting a featured image to that page? That will probably fix the “image” schema issue.
image
A value for the image field is required.Best regards,
IsmaelOctober 31, 2018 at 2:42 am in reply to: How to remove the "Your Message:" CONTENT / How to target different languages #1028335Hi,
Thank you for using Enfold.
Are you using WPML? You may need to use a conditional function to change the autoresponse message for each language.
switch (ICL_LANGUAGE_CODE) { case 'en': $form_args['autoresponder_subject'] = 'Thank you for your inquiry!'; break; case 'es': $form_args['autoresponder_subject'] = '¡Gracias por su consulta!'; break; case 'de': $form_args['autoresponder_subject'] = 'Vielen Dank für Ihre Anfrage!'; break; default: $form_args['autoresponder_subject'] = 'Thanks!'; } return $form_args;Best regards,
IsmaelOctober 31, 2018 at 2:36 am in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1028333Hi,
You can override that template in your child theme. Have you tried that?
Best regards,
IsmaelHi,
The theme’s preloader script initiates a browser redirect when you click on a link. You can add the “no-transition” class attribute to that button or link if you want to exclude it from the preloader script.
Best regards,
IsmaelHi,
Is it still not working when you enable the compression back?
Best regards,
IsmaelOctober 31, 2018 at 12:56 am in reply to: Google Search Console reports usability problems after update to Enfold 4.5 #1028312Hey KELmedia,
Thank you for using Enfold.
This is what I got when I ran the usability or mobile friendly test.
// https://imgur.com/a/VPKKx6N
Are you seeing any layout issues on mobile view? If there are none, you can just ignore those warnings because they’re probably false positives.
Best regards,
IsmaelHi!
This is all I get: https://imgur.com/a/qsBOS0Y
Please open a new thread and then post the FTP details in the private field.
Regards,
IsmaelHi,
Unfortunately, you can’t add nested columns inside a tab section. The layout that you’re after is still possible though, but you have to extract the actual html code of the icon boxes and then put it inside a text or code block. Example here:
// https://marokko-adventures.de/wp-admin/post.php?post=1593&action=edit
This is the extracted html code of the icon boxes below the tab section.
// https://pastebin.com/bmFZFBfL
You can extract it directly from the browser inspector.
// https://www.lifewire.com/view-html-source-in-chrome-3466725
Best regards,
IsmaelHi,
Glad to hear that you’re not having this issue anymore! Yes, a patch for the element manager was included in the latest version.
Best regards,
IsmaelHey!
We’ve already notified our devs regarding the “image hover effect” issue. You can use this css code temporarily.
.avia_image { -webkit-transition: all 0.7s; transition: all 0.7s; } .av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }Regards,
IsmaelOctober 31, 2018 at 12:17 am in reply to: Parent page link works correct but translation doesn't #1028297Hi,
You can keep the modification in the parent theme for now. I’ll push this thread to the dev team so that they can include that filter in the next patch.
Best regards,
IsmaelOctober 31, 2018 at 12:13 am in reply to: Bild leicht vergrößern und Bild mit Link fubktioniert in Version 4.5 nicht mehr #1028296Hi,
You don’t need to modify any css files. Just add that css code in the Enfold > General Styling > Quick CSS field or your child theme’s style.css file.
Best regards,
IsmaelOctober 31, 2018 at 12:09 am in reply to: Portfolio grid image load effect speed (version 4.4 and higher) #1028294Hi,
You can override the shortcode files in your child theme. Just add this filter:
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Create a folder called “shortcodes” in the child theme directory and then put the create copies of the parent theme shortcode files.
Best regards,
IsmaelHi,
Is it saving properly? Sometimes, you won’t be able to modify those files directly from the dashboard.
Best regards,
IsmaelHi,
The template-builder.php file is missing from the parent folder, so the pages are using the default page.php template. Please upload the theme again via FTP.
Best regards,
IsmaelHi,
You can add it in the Quick CSS field or the child theme’s style.css file.
I’m not really sure why the width calculation of the first sub menu is off but that css code should fix it.Best regards,
IsmaelHi,
@Antonia: I replied here: https://kriesi.at/support/topic/fixed-image-scrolling-on-mobile/#post-1027879
Best regards,
IsmaelOctober 30, 2018 at 11:48 pm in reply to: Color section fixed background doesn't work on iPhone #1028284Hi,
Fixed background are disabled on mobile devices by default. You may need to do this modification…
// https://kriesi.at/support/topic/playing-with-new-demos/#post-871865
Best regards,
IsmaelHi,
Actually, it’s still not supported on Android.
// https://caniuse.com/#search=fixed
Look for the android column under background-attachment.
Best regards,
Ismael -
AuthorPosts
