Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
You can override the shortcodes in your child theme. Here’s how:
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Please don’t hesitate to open a new thread if you need further assistance. We’ll close this one for now.
Best regards,
IsmaelHi,
Thanks for the update.
It’s because of the default line height property. Try to include that css property inside the previous css code.
#header .widget { position: absolute; top: 0; left: 200px; line-height: 20px; }You can adjust the value as needed.
Best regards,
IsmaelHi,
Thanks for the update.
They have removed the “presskit” page and I don’t have a copy of the svg file. Do you have a copy? Please send it here.
Best regards,
IsmaelHi,
Thanks for the update.
Did you even try that css code? This is going to be the result if used it.
Screenshot: https://imgur.com/a/dExGfbR
Please review our previous replies.
Best regards,
IsmaelHi,
Thanks for the update.
Find this line:
email.attr('placeholder', label);Change label to a string or a custom text.
Example:
email.attr('placeholder', 'My text');Best regards,
IsmaelHi,
Thanks for the update.
Unfortunately, that option or feature is not available by default. It’s not even in the demo. Please hire a freelance developer or contact our partner, Codeable.
Best regards,
IsmaelHi,
Thanks for the update.
That thumbnail size is not available in your installation. Please look at the size of these images.
// https://test.brandgeister.de/wp-content/uploads/2019/01/Glen-Els-Port-Casks-Bild-360×540.jpg
// https://test.brandgeister.de/wp-content/uploads/2019/01/Glen-Els-Rum-Agricole-Casks-Bild-360×540.jpg
// https://test.brandgeister.de/wp-content/uploads/2018/11/finch-rye-edition-bild-360×540.jpgThey are all 360x540px. Could you check if there is a thumbnail in the uploads directory that is 200px in width?
You may also need to add this filter in the functions.php file to remove the srcset attribute.
add_filter( 'wp_calculate_image_srcset', 'av_disable_srcset' ); function av_disable_srcset( $sources ) { return false; }Please open your own ticket so that you can see the content of the private field. We’ll close this thread for now. Don’t forget to include it on your own thread for reference.
Best regards,
IsmaelHi,
Thanks for the update.
That code should should not have affected the theme options. Are you sure that you didn’t do anything else?
Best regards,
IsmaelHi,
Thanks for the update.
I’m currently on Windows 7 & 8 machine, so I don’t have an Edge browser. I won’t be able to help you with this personally, but I’ll ask the rest of the team to check. Could you give us a screenshot? Maybe, it will give us a better idea on what to fix.
Best regards,
IsmaelHi,
Thanks for the update.
That should be “add_action”, not “do_action”. My bad. Please adjust the function name.
Best regards,
IsmaelMay 4, 2019 at 8:11 am in reply to: Avia Header and Footer Script Issue with Google ReCaptcha #1097128Hey!
UPDATE: We modified the recaptcha scripts in your installation. The elements are now loading properly even when the compression is enabled. We also tested and confirmed that the contact form is working properly.
Cheers!
IsmaelMay 3, 2019 at 11:16 am in reply to: Avia Header and Footer Script Issue with Google ReCaptcha #1096864Hi,
Thanks for the update.
We can reproduce the issue on your site but not on our own installation. Unfortunately, we haven’t figured out what’s in the reCAPTCHA script that’s creating that error. We did modify the asset-manager.php file to exclude the recaptcha API from the compression to prevent another error, which is not visible on your site because the debug mode is disabled. Please keep the js compression disabled for now.
We’ll tag one of our developers to help with the issue.
Best regards,
IsmaelHi,
Thanks for the update.
Glad to hear that it’s working on your end now. You should leave that css code there to keep the featured images hidden.
Best regards,
IsmaelHi,
Thanks for the update. Why do you need the line breaks? You can modify the space around the widget using css code.
#header .widget { top: -50px; position: absolute; left: 200px; }Best regards,
IsmaelHi,
Thanks for the update.
Why did you revert the changes back? We modified the asset-manager.php file to fix the compression issue.
Related thread: https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689
Best regards,
IsmaelHi,
Thanks for the update.
Do you have any image editor like Photoshop? You can save that eps file as svg. Or post the login details in the private field and we’ll try to upload the custom icon font.
Best regards,
IsmaelHi,
Thanks for the info.
We’ll ask our developers to check this thread. Please wait for their response.
Best regards,
IsmaelHi,
Great! Glad it’s fixed. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMay 3, 2019 at 2:01 am in reply to: Blog masonry mouse over white overlay effect not working #1096677Hi,
Thanks for the update.
As we explained previously, there is no “white overlay” option in the masonry element. You can only set the caption above an overlay or below the featured image.
Best regards,
IsmaelMay 3, 2019 at 1:53 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1096676Hi,
Thanks for the update.
You have to import the parent theme settings after the child theme activation.
Best regards,
IsmaelHi,
Did you add the suggested css code above? That should move the burger menu beside the logo as you requested.
Best regards,
IsmaelHi,
Thanks for the update.
The building icon seems to be displaying properly now. Is this fixed? Please don’t hesitate to give us an update or open a new thread if you need anything else.
Best regards,
IsmaelHi,
Thanks for the update.
Edit the elements where you put those content and remove the space at the end including the br tags and the empty paragraph tags if there are any.
Best regards,
IsmaelHi,
Thanks for the update.
Did you enable the excerpt for your posts? Try to place the custom field somewhere else in the file. If you want to add it below the title, look for this line.
$output .= " <h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3> ";The site contains nudity or explicit content and I prefer not to open it. I will ask the team to check the thread.
Best regards,
IsmaelHi,
Thanks for the update.
The default featured image is already hidden. You’re probably looking on a cached version of the page. Please purge the cache or remove the browser history. We checked the following post. (see private field)
Best regards,
IsmaelMay 3, 2019 at 1:33 am in reply to: Magnificent Popup not workin (not recognized as a function) #1096665Hi,
@smartstartinc: I actually forgot what we did here. What is the issue that you have with the lightbox script? Please create your own ticket and provide the site url in the private field so that we can inspect the issue.Best regards,
IsmaelMay 3, 2019 at 1:20 am in reply to: Blog list page post meta infos stopped displaying correctly #1096663Hi,
Thanks for the update.
Did you change any settings recently? Please try to revert it back to what it was.
Best regards,
IsmaelHi,
Thanks for the update.
Did you enable the Enfold > Main Menu > General > “Append search icon to main menu” option? That will enable the search icon.
Best regards,
IsmaelHey peterolle,
Thank you for using Enfold.
This cide should change the content length in the archive or category page.
function ava_set_archive_content() { global $avia_config; if( is_archive() ) { $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'ava_set_archive_content');Just add it in the functions.php file.
Best regards,
Ismael -
AuthorPosts
