Forum Replies Created
-
AuthorPosts
-
Hi Jeremy,
Thanks for contacting us.
Yes, can you provide your purchase code? just post in Private Content (the text area beneath the area where you reply).Best regards,
NikkoHi Markus,
With deactivate all plugins did you mean moved the plugins outside the plugins directory?
Also, here are some links that might help:
– https://wordpress.stackexchange.com/questions/310653/wp-login-php-entering-password-nothing-happens
– https://thrivewp.com/wordpress-admin-login-not-working/Best regards,
NikkoHi whdsolutions,
Thanks for providing the link.
I could see that the logo is replaced with a webp image, I would suggest disabling this feature and that would fix the issue.Best regards,
NikkoMay 13, 2021 at 9:21 am in reply to: Advanced layout editor changes content in text block unintentionally #1300074Hi Jürgen,
The Text Block is using the standard text editor but is not ideal for some HTML codes.
Can you try putting the iframe code inside a Code Block?Best regards,
NikkoHi vantagepointmg,
Thanks for giving us admin access and a screenshot.
The issue is caused by this plugin Image optimization service by Optimole
To fix the issue I went to Media > Optimole > Settings > then disabled Enable image replacementBest regards,
NikkoHi Tim,
If I did not try investigate the issue then just tell you it’s caching from the beginning of our discussion then I would have really blamed caching without pointing to any evidence (I gave you screenshots of the content of style.css when logged in and not, I posted it again in private content).
If this is not a caching issue, then why is the style.css from the child theme which was not fetching when you’re logged in the other day, now working properly?
If it’s something we can control by changing the code of the theme then that would have already added that to the theme however this is not the case for caching.
If something goes wrong we try to help our users to figure out the cause of the issue so the problem can be addressed, if we find out it’s a bug in the theme we report it to our devs and try to give a workaround to our users if we can, if the cause is the plugin we tell it to our users and try to atleast give some evidence why we believe it’s the plugin, in this case it’s caching and I did try the possible solutions that can be done in the backend which unfortunately is not working but then after a single day the styles are being fetched. Since some hosting provider have built-in caching in their servers then that might be something that you can check on with your hosting provider.
Caching is great for performance but it gives a lot of headache when enabled during development and some of it still caches even if the plugin is deactivated.Best regards,
NikkoHi GrandmasterA,
Thanks for providing us with the link and I tried to reproduce it on my end Navigation Menu widget however I could not reproduce the issue on my end.
Can you give us temporary admin access? so we can try to inspect the backend. If you can setup a staging site for us, it would be better so we can try to troubleshoot the issue without affecting your live site. Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoMay 13, 2021 at 7:23 am in reply to: I can't edit content in elements (text block, tabs, etc) #1300036Hi Joan,
I see, this is a very strange issue, it seems hard to pinpoint the cause or the trigger of the issue since it’s very inconsistent as what you have described.
Hopefully we can find out the trigger so we can try to fix the issue.
For now, we’ll wait on your update and hopefully everything would work well.
Have a great week :)Best regards,
NikkoHi JantienM,
Can you try to replace the last code I gave:
@media only screen and (max-width: 767px) { #top #header #header_main .container.av-logo-container .inner-container { display: block; } .responsive #top #header #header_main .inner-container .logo { height: auto !important; max-height: none !important; } .responsive #top #header #header_main .inner-container .logo a { top: 0; } .responsive #top #header #header_main .inner-container .main_menu { position: absolute; top: 30px; } }to:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main { padding-top: 387px !important; } .responsive #top #header.header-scrolled .logo, .responsive #top #header.header-scrolled .logo a, .responsive #top #header.header-scrolled .logo img { max-height: 100px !important; } #top #header #header_main .container.av-logo-container .inner-container { display: block; } .responsive #top #header #header_main .inner-container .logo { height: auto !important; max-height: none !important; } .responsive #top #header #header_main .inner-container .logo a { top: 0; } .responsive #top #header #header_main .inner-container .main_menu { position: absolute; top: 30px; } }I hope this helps.
Best regards,
NikkoHi Mary,
You’re welcome :)
Just let us know if you still need further assistance regarding this topic or if we can close this thread.Best regards,
NikkoHi AFEC,
Yes, you are correct.
If you want to make it global then you can just use (remove page-id-xx):#top #wrap_all .main_color h1.av-rotator-container-inner { color: white !important; }Best regards,
NikkoHi Alex,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi nfgraphicdesign,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 13, 2021 at 6:45 am in reply to: Will a new license upgrade Enfold Child v. 4.2.6 to current version? #1300020Hi KathrynHunt,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 12, 2021 at 3:48 pm in reply to: Need help adding a full-screen static hero with a button #1299953Hi sldeutsch,
The code is invalid, please replace it with:
#hero-slider .slideshow_caption { width: auto; height: 170px; } @media only screen and (max-width: 767px) { #hero-slider .slideshow_align_caption a { float: right; } #hero-slider .slideshow_align_caption .avia-slideshow-button { visibility: visible; } }Best regards,
NikkoHi Yurasik1,
Can you give us permission to click on the Inspect button? it’s greyed out and cannot be click (screenshot in private content).
Best regards,
NikkoHi senfdazu,
Thanks for providing FTP access.
I tried to temporarily rename the .htaccess (this is now back to its original name) file so it won’t be read and it does not seem to have any effect.
I also tried to temporarily switch the theme to the default theme Twenty Twenty One for a moment and the 403 forbidden error of stylesheets, js files and media files.
You can test this by switching to the default theme and even the images/screenshots in Appearance > Themes aren’t loading.
Can you also try to temporarily disable all plugins? if it works properly then please enable them one by one to know which one is causing the issue.
If it still persists, I believe there might be some changes in server settings where security is preventing stylesheets, js files and media files in the themes folder from loading.Best regards,
NikkoHi GrandmasterA,
Can you give us a link to the page where the submenu you’re referring is shown?
Best regards,
NikkoHi DianaLoola73,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Erwin,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
@Guenni007 thanks for helping out :)Best regards,
NikkoHi Bernd,
I see, can you setup a staging site for us instead? so we won’t be able to touch your live site.
Here’s a simple tutorial that you can follow: https://themeisle.com/blog/wordpress-staging-site/
Also, please remove the login for the live site.Best regards,
NikkoMay 12, 2021 at 10:51 am in reply to: Change the display of dynamic prices with text "starting from…" #1299870Hi signumsrl,
I see, please remove the code I gave and also this solution would require using a child theme.
If you are not using one yet, then you can download and find the instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/Then add this code in functions.php of the child theme:
function wc_varb_price_range( $wcv_price, $product ) { $prefix = sprintf('%s: ', __('starting from', 'wcvp_range')); $wcv_reg_min_price = $product->get_variation_regular_price( 'min', true ); $wcv_min_sale_price = $product->get_variation_sale_price( 'min', true ); $wcv_max_price = $product->get_variation_price( 'max', true ); $wcv_min_price = $product->get_variation_price( 'min', true ); $wcv_price = ( $wcv_min_sale_price == $wcv_reg_min_price ) ? wc_price( $wcv_reg_min_price ) : '<del>' . wc_price( $wcv_reg_min_price ) . '</del>' . '<ins>' . wc_price( $wcv_min_sale_price ) . '</ins>'; return ( $wcv_min_price == $wcv_max_price ) ? $wcv_price : sprintf('%s%s', $prefix, $wcv_price); } add_filter( 'woocommerce_variable_sale_price_html', 'wc_varb_price_range', 10, 2 ); add_filter( 'woocommerce_variable_price_html', 'wc_varb_price_range', 10, 2 );reference: https://wedevs.com/blog/105501/disable-woocommerce-variable-product-price
Hope it helps.Best regards,
NikkoHi reinsicht,
I tried to reproduce the issue on my end but I could not.
I have now added this CSS code in Enfold > General Styling > Quick CSS, which should fix the issue on your site:#top .av_tab_section .avia-table.avia-builder-el-first { margin-top: 30px; }Best regards,
NikkoMay 12, 2021 at 6:43 am in reply to: I can't edit content in elements (text block, tabs, etc) #1299833Hi Joan,
I have checked on the URL you gave and could see those lorem ipsum texts as well as the shortcode at the bottom clearly.
If you are using Chrome, can you try to use incognito mode? also try to temporarily disable chrome extensions as this maybe potentially causing the issue.
Also, can you try to right click on the lorem text (if it’s not showing just right click on the position where text appears usually, similar to screenshot in private content) and try to see if the color is set to white (in the screenshot the color of the font is #333).Best regards,
NikkoHi Tim,
I have checked it again and it seems the cache has already expired and now fetching the correct css and js files. (screenshot in private content)
Also, I would disagree that the theme doesn’t work properly with Chrome since it’s obviously a caching issue and not the theme.
As for using two browsers, it’s just a temporary workaround because of the weird interaction caused by caching.Best regards,
NikkoHi JantienM,
Thanks for providing the screenshot, please remove the last code I gave and replace it with:
@media only screen and (max-width: 767px) { #top #header #header_main .container.av-logo-container .inner-container { display: block; } .responsive #top #header #header_main .inner-container .logo { height: auto !important; max-height: none !important; } .responsive #top #header #header_main .inner-container .logo a { top: 0; } .responsive #top #header #header_main .inner-container .main_menu { position: absolute; top: 30px; } }Best regards,
NikkoHi ODP,
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 faridehg,
Please create a separate thread and also we are only one of the vendors in Themeforest and we do not have direct access over their site or support.
Best regards,
NikkoHi Daniel,
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 tim,
There’s no option for that but it is possible using Media Queries in CSS.
Best regards,
Nikko -
AuthorPosts
