Forum Replies Created
-
AuthorPosts
-
Hi glodesign,
Do you have a caching plugin? please flush out the cache.
I can still see the code being fetched, I posted a screenshot in private content which shows that this is still being fetched.Best regards,
NikkoHi jb84,
You seem to have similar issue as: https://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin/1362246/comments?filter=all&page=3&term=edit+admin#comment_4122179
The answer was:My db user didn’t have the permissions to creat tables. So the layer slider plugin couldn’t create its tables. All is good after I gave the permsissions and re-activated the plugin
I tried to use MySQL workbench to access your database but I can’t connect (ftp works), what application do you use to access the database?
Best regards,
NikkoHi Nerohm,
I allready managed to fix that, i have another questions i want to remove the slightly transparent from the header without effecting the transparent header of other pages
Try adding this css code in Quick CSS:
#header .header_bg { opacity: 1; }
and how do i change a menu button style (with transparent bg and a white border) only in the transparent header?
In Appearance > Menus, set Menu Style to Button Style (Bordered).
Then go to Enfold > Advanced Styling, choose Menu Item Button with Border and click on Edit Element button then set the border color to white.Best regards,
NikkoHi Linseed_Studio,
Here are some solutions that might give you an idea how to fix it: https://stackoverflow.com/questions/41991538/unable-to-update-to-wordpress-4-7-2-error-inconsistent-file-permissions
But since you mentioned file and folder permissions are correct, maybe you have some security plugins that’s interferring.
Other workaround than you can use to update Enfold is using this process (make sure to have a backup first):
1. Switch to a default wordpress theme like twentynineteen
2. Delete the Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.Best regards,
NikkoHi kdhdigi,
Seems to be a weird issue.
Can you try to re-update Enfold using this process (make sure to have a backup first):
1. Switch to a default wordpress theme like twentynineteen
2. Delete the Enfold theme
3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.Best regards,
NikkoMarch 29, 2019 at 3:02 pm in reply to: Enfold Text Block Error and Avia Advanced Layout Builder Button Missing #1084599Hi pepanavarro,
We’re glad to hear that :)
And thanks for confirming that it worked.Best regards,
NikkoHi Byrne,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Stephan,
I could not really comment further on the plugin since I don’t know anything about it but if using wordpress default widgets would have caused the same issue then we could conclude that the Widget Area element have some bugs and causes this issue and we would report it to our devs.
That usually happens when some html tags like div are unclosed, in this case the next color section is wrapped inside the container above it which prevents it from being fullwidth.Best regards,
NikkoMarch 29, 2019 at 2:38 pm in reply to: utiliza un formato que coincida con el solicitado, cantidad #1084591Hi hsanz,
We’re glad that we could help :)
Thanks for sharing the solution, it would surely help enfold users who are using Woocommerce POS.
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi Javier,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:1350px) { .responsive #top .main_menu .av-main-nav .menu-item { display: none; } .responsive #top .main_menu .av-main-nav .menu-item-avia-special { display: block; } }
Best regards,
NikkoMarch 29, 2019 at 1:03 pm in reply to: utiliza un formato que coincida con el solicitado, cantidad #1084561Hi hsanz,
I have checked it and this is the plugin that causes the issue:
– WooCommerce POS
– WooCommerce POS Pro (requires Woocommerce POS to run)
Try to deactivate those 2 plugins and it works fine.Best regards,
NikkoHi Bruce,
Glad to hear that it’s resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Vini Rocha,
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
( do 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 alsonjonsolutions,
Try using this css code:
#top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="1"] { color: rgba(244,232,56) !important; } #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="2"] { color: rgb(252,252,252) !important; } #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="3"] { color: rgb(47,125,249) !important; } #top.home #av-tab-section-1 a.av-section-tab-title[data-av-tab-section-title="4"] { color: rgb(242,12,12) !important; }
Best regards,
NikkoHi bakbek,
Your site is fetching this css code, which causes the issue:
.av-section-color-overlay-wrap .container { margin-top: -100px !important; }
The buttons are now fixed. Just don’t leave the button link empty.
Best regards,
NikkoHi formelfun,
I see, I was testing it out and noticed that it’s fine when you use Widget Areas that doesn’t use FormelFun Opening widget, for example Sidebar Pages widget area.
I think the FormelFun Opening widget might be lacking a single closing div tag and that should fix it.Best regards,
NikkoHi Maureen van Goethem,
I’m not really sure why that’s causing errors, since I have tried this on my end.
Can you give us ftp access? we’ll try to modify it then post the changes made if it works properly.Best regards,
NikkoHi Justin,
Please use only this code:
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 12 );
then in wp-content > themes > enfold > config-woocommerce > config.php find (line 1141):
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
just comment it out or remove.
Best regards,
NikkoHi peterolle,
I see, I tested it on my end but I didn’t have any issue.
Here’s a screenshot: https://imgur.com/Enh6JlH
Can you give me a link where I can see this? I have taken a look in this link (private content) but I think it’s not the right page.Best regards,
NikkoMarch 28, 2019 at 12:33 pm in reply to: utiliza un formato que coincida con el solicitado, cantidad #1084069Hi hsanz,
Country of origin is in the philippines.
I already tried vpn which is a feature in opera browser that worked when some countries are not allowed access but I get the same result.Best regards,
NikkoHi Joerg,
Yes, can you turn on wordpress debugging and check what error it displays?
I have recommended this code several times already and it works properly.
If you can tell the error, it would be easier to identify.
Also can you post the codes in your functions.php in https://pastebin.com/ and post the link here, so we can atleast try to check your functions.php code.Best regards,
NikkoMarch 28, 2019 at 12:27 pm in reply to: Mobil color section image display issue – Background color instead of image #1084066Hi restube,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Verena,
You can create a staging site first, basically a duplicate of your live site placed in your subdomain.
Then test it there first without risking your live site.
Here’s a tutorial on how to do it: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi jb84,
Can you give us ftp access? just post the details in private content.
Best regards,
NikkoMarch 28, 2019 at 12:24 pm in reply to: Fullwidth Easy slider scale background position (and on mobile) #1084062Hi realisedesign,
You can place it inside a media query like:
@media only screen and (max-width:767px) { #top.home #full_slider_1 .slide-1 img { top: 0; left: -340px !important; } }
Can you give a screenshot or mockup, how you like it to look on mobile? so maybe we can try to adjust the code for you.
Best regards,
NikkoHi Jeanne,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi luigi1982,
We apologize for the delay in response, since there are lots of queries lately, so we try to answer first based in the order it was received.
I’ll be closing this thread now since the other thread you made has already been answered.
Thank you for understanding.Best regards,
NikkoHey bakbek,
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
( do 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,
NikkoMarch 28, 2019 at 12:12 pm in reply to: Issues with menu overlapping logo on mobile devices #1084056Hey jdelgadoesteban,
Would it be okay if the hamburger menu is shown instead (like one in mobile or tablet) instead when the main menu starts to overlap with the logo?
Best regards,
NikkoHey peterolle,
If I’m not mistaken that css is used to make sure that the video will preserve its aspect ration (width and height ratio) and also helps the videos be responsive.
Here’s the full code used in video.css:.avia-video iframe, .js_active .avia-iframe-wrap iframe, div .avia-video .avia-iframe-wrap { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0; }
Iframe’s always have height and width set on it’s attribute, the problem with this if it’s placed in a small container let’s say 300px, the width of the iframe becomes 300px but height is still the same which is 502px.
If you’re having issues with it, wrap it inside a div with a class of avia-iframe-wrap, example:<div class="avia-iframe-wrap"><iframe width="670px" height="502px" src="https://www.kickstarter.com/projects/656400238/eyeclick-iphone-4-4s-camera-remote-0/widget/video.html" frameborder="0"> </iframe></div>
Hope this helps.
Best regards,
Nikko -
AuthorPosts