Forum Replies Created
-
AuthorPosts
-
April 30, 2021 at 3:12 pm in reply to: Sometimes Layout is corrupt in chrome browser / Win. 10 #1297582
Hi Montviso,
The screenshots you gave especially the first one seem to show that CSS isn’t loaded.
I don’t think this is an issue with the theme since it does not consistently show issues, this might be more of a server/hosting issue.Best regards,
NikkoHi Yory,
Thanks for giving us admin access.
The reason it’s not working is because PHP ZipArchive Extension is disabled which is necessary in importing demo.
You can verify it in Layerslider > Options > System Status.
You can check this article on how to enable it: https://bobcares.com/blog/enable-php-zip-extension-cpanel/
Or you can request assistance from your hosting provider.Best regards,
NikkoHi DaDex,
I see, please use this CSS code instead:
#top.page-id-3972 .av_textblock_section { margin: 0 auto; width: 300px; }Best regards,
NikkoHi hgroen,
I tried to login to your site however I’m now getting this error:
There has been a critical error on this website. Please check your site admin email inbox for instructions.Best regards,
NikkoApril 30, 2021 at 2:44 pm in reply to: Avia page builder does not work in WooCommerce Product Page #1297575Hi Francesca,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 30, 2021 at 2:44 pm in reply to: Image with Caption Overlay – Some Adjustments Necessary #1297572Hi Hagen,
You’re welcome :)
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Tarakbc,
It might be caused by caching.
Anyway, we’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi DaDex,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .av_textblock_section { margin: 0 auto; width: 300px; }Hope it helps.
Best regards,
NikkoHi Francesca,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi mleite1,
We apologize for the delayed response.
Can you try adding this CSS code in Enfold > General Styling > Quick CSS (the first code block is for the left and the second one is for the right):#my-row .av_one_half.avia-builder-el-first { width: 60%; } #my-row .av_one_half.avia-builder-el-last { position: relative; left: -20%; }You’ll most likely need to adjust these values but I hope it can help with what you’re trying to accomplish.
Best regards,
NikkoHi wowzers3888,
I have added the spinner however it’s not the plus and minus but up and down arrow.
This is added in your Quick CSS:#top input.qty[type=number] { width: 80px !important; } #top input.qty[type=number]::-webkit-inner-spin-button { appearance: auto; opacity: 1; }Best regards,
NikkoHi derdschuh,
Yes, please use a child theme first if you don’t have one yet, you can download and find instructions in this thread: https://kriesi.at/documentation/enfold/child-theme/
Copy related-posts.php in the includes folder of enfold, then in the child theme create a folder called includes then paste the file inside it.
Find this code in line (77-84):$my_query = get_posts( array( 'tag__in' => $tag_ids, 'post_type' => get_post_type($this_id), 'showposts'=>$postcount, 'ignore_sticky_posts'=>1, 'orderby'=>'rand', 'post__not_in' => array($this_id)) );and replace it with this code:
$my_query = get_posts( array( 'tag__in' => $tag_ids, 'post_type' => get_post_type($this_id), 'showposts'=>$postcount, 'ignore_sticky_posts'=>1, 'orderby' => 'date', 'order' => 'DESC', 'post__not_in' => array($this_id)) );Let us know if this helps.
Best regards,
NikkoHi merrywatson,
It is automatically added once you are using WPML for translation.
Please check the following:
– Documentation: https://kriesi.at/documentation/enfold/translation/
– Video: https://www.youtube.com/watch?v=fHwjObRRhN0Best regards,
NikkoHi Sebastian,
We’re glad to hear that :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHey lucky19,
I tried to login the credentials you gave however, I’m getting this:
ERROR: Incorrect username or password.Also, I could see the Alice font used on the homepage, is this the wrong font?
Best regards,
NikkoHi Yory,
Which demo are you trying to import?
Also, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Mike,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi cristinagrafik,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi comprompt,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi cristinagrafik,
The colors are pre-defined, so there’s no option to change it, I apologize I have misread the translation.
Please add this CSS code in Enfold > General Styling > Quick CSS then just change the colors:#top #wrap_all .woocommerce-message { background-color: green; color: white; }Hope this helps.
Best regards,
NikkoHi hgroen,
Thanks for giving us the theme settings file and unfortunately, I get the same issue as you are having even in my local server.
I could still get most of the values from the file you gave which I could manually apply, would it be okay if I manually add these values in the theme settings?Best regards,
NikkoApril 30, 2021 at 6:17 am in reply to: Copyright Edit, Makes Background Image in Footer Disappear #1297466Hi Graham,
I have checked your site (link in private content) and it seems to show the footer background image properly and I could also check in the backend that you’re already using the child theme.
Can you setup a staging site for us? so we can update it to the latest version of Enfold and see how the issue recurs and try to fix it, I believe last time it was just singled on the child theme.
Here’s a simple tutorial on how to setup a staging site: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi lachien,
I have checked the link and it seems you have already resolved it using this CSS code:
.av-image-caption-overlay-center p { font-size: 30px !important; }Do you still need further assistance?
Best regards,
NikkoHi Landwirtco,
I believe you’ll need to use a child theme for this: https://kriesi.at/documentation/enfold/child-theme/
Then copy footer.php from the parent theme (enfold) to the child theme.
Tweak the child theme’s footer.php file and find this code (line 245-250 in 4.8.2):if( $menu ) { echo "<nav class='sub_menu_socket' " . avia_markup_helper( array( 'context' => 'nav', 'echo' => false ) ) . '>'; echo $menu; echo '</nav>'; }below this code, you’ll need to add:
echo do_shortcode("[av_social_share style='minimal' buttons='custom' share_linkedin='aviaTBshare_linkedin' share_facebook='aviaTBshare_facebook' youtube='youtube' share_mail='aviaTBshare_mail' custom_class='' admin_preview_bg='' av_uid='av-670mc8']");Hope this helps.
Best regards,
NikkoHi Reto,
Thanks.
I tried to check it again in the header and footer of the pages’ frontend and I don’t see it in any of the pages I’ve checked. (I checked it on the backend as well)
If it does happen again, please try to downgrade PHP version from 7.4 to 7.3 and see if it helps.Best regards,
NikkoHi peterolle,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-content-slider { overflow: visible; } #top .avia-content-slider .avia-slideshow-controls { bottom: -30px; }Let us know if it helps.
Best regards,
NikkoHi colinredbond,
Thanks for providing admin access.
I tried to compare it uploading with Enfold used and Twenty Twenty-One (I used Health Check & Troubleshooting so it only affects the account I used) and the results are the same.
To verify this you can switch to Twenty Twenty-One or other default themes and compare the outcome.
The images are actually uploaded (when I checked the URL) the only problem is in the backend these images are returning 404.
I believe the issue is related to the server, please try asking your hosting provider for assistance.Best regards,
NikkoHi Joe,
Can you try to disable Javascript file merging and compression in Enfold > Performance?
If you have any caching plugin please flush out the cache, as well as clear browser cache.Best regards,
NikkoApril 30, 2021 at 4:18 am in reply to: After pushing the button 'update' all added new content disappear at the backend #1297442Hi Rainer,
Yes, it’s possible, just add this code in your child theme’s functions.php file:
function av_change_logo_img($img) { if( is_page(3188)) { $img = "http://mywebsite.dev/wp-content/uploads/2017/02/logo.png"; } return $img; } add_filter('avf_logo','av_change_logo_img');Just replace 3188 with the ID of the page you want to use a different logo and replace http://mywebsite.dev/wp-content/uploads/2017/02/logo.png with the URL of the new logo.
Hope this helps.Best regards,
NikkoHi hgroen,
Thanks for giving us admin access.
However, I could not find Enfold-theme-settings-2020-4-12.txt in Media Library.
Can you upload it there? (link in private content) If you have issues uploading there, then please upload it in https://ufile.io/ then just give us the upload link.Best regards,
Nikko -
AuthorPosts
