Forum Replies Created
-
AuthorPosts
-
Hi,
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,
IsmaelHi,
Thanks for the update.
You can separate the menu items using multiple columns and rows when you enable the mega menu enabling you to do categorization of the menu items. You can see an example in the theme’s default demo.
Best regards,
IsmaelHi,
Thanks for the update.
It seems to be an issue with the srcset attribute. We disabled the attribute and adjust the thumbnail width from 75 to 300.
Best regards,
IsmaelHi,
Thanks for the update.
The compression should actually convert http to https, not the other way around as you can see on line 203 of the asset-manager.php file.
if(is_ssl()) $avia_upload_dir['baseurl'] = str_replace("http://", "https://", $avia_upload_dir['baseurl']);We’ll tag this thread so that @Günter can see it and confirm. Please try to toggle the compression and let us know if it changes anything.
Best regards,
IsmaelHi,
Thanks for the update.
Our developers found a fix and that fix should be included in the latest patch. For now, please follow the instructions here.
Best regards,
IsmaelMay 1, 2019 at 8:33 am in reply to: Receiving the following error when attempting to apply recaptcha #1096078Hi,
Thanks for the update.
You can add that code in the functions.php file. The actual script will be added in the frontend before the closing body tag.
Best regards,
IsmaelHi,
Thanks for the update.
The theme has an Audio Player element by default. It’s inside the Media Elemenets panel. Have you tried using that instead of the “playlist” shortcode?
Best regards,
IsmaelHi,
Thanks for the update.
Did you remove the browser history? Please purge the browser cache in your mobile device, then check the page again.
Best regards,
IsmaelHi,
Thanks for the update.
The video has to be muted in order for it to automatically play on page load. We enabled the “Mute Video Player” option in the slider settings.
Best regards,
IsmaelHi,
We don’t really encounter a lot of users having this kind of issue between the theme and that particular host, so the problem is probably related to something else. Unfortunately, we can’t help you further without access to the files. We’re very sorry to hear that your client decided to leave Enfold.
Best regards,
IsmaelHi,
Thanks for the update.
We’re not really sure how the scripts affect the plugin, but maybe you can just leave the theme’s script as is and then use the following css code to hide the quantity buttons.
#top div .quantity input.plus, #top div .quantity input.minus { display: none !important; }If this doesn’t work, you may need to copy the woocommerce-mod.js file in your child theme, register it as a new script and deregister the original file.
// https://codex.wordpress.org/Function_Reference/wp_deregister_script
Best regards,
IsmaelMay 1, 2019 at 7:31 am in reply to: Blog masonry mouse over white overlay effect not working #1096051Hi,
Thanks for the update.
The demo contains the Blog Posts element set as a grid layout. It’s not a Masonry element.
Best regards,
IsmaelHi,
Thanks for the update. Make sure that the quotes are not converted to their entity number. And don’t forget the comma after.
"std" => "",Best regards,
Ismael -
AuthorPosts
