Forum Replies Created
-
AuthorPosts
-
Hi,
It seems to be a caching plugin, though it’s weird that there’s no caching plugin active. Can you give us ftp access? and also give us permission to deactivate plugins (just for few minutes).
Best regards,
NikkoHi,
Glad we could help!
Thank you for using Enfold :)Best regards,
NikkoApril 20, 2017 at 8:30 pm in reply to: Changed functions.php in child theme and now I can't see my site or login #780747Hey esemisanx,
Can you give us ftp access also?
Best regards,
NikkoApril 20, 2017 at 8:27 pm in reply to: ✅ How to fix Layer Slider issue with missing images ? #780745Hi,
Go to this link: https://kriesi.at/support/forum/enfold/ at the bottom you should find a form where you can submit a new topic.
Best regards,
NikkoHey tvlleaders,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Since we are running such an old version and the only recommendation to update is to buy a new license for $60? Yes.
If the customization is done on the Enfold theme (parent), yes it would be lost since all files within the parent theme will be overwritten during the update, if you are using a child theme, then customization on files will be retained. Any customization on Theme Options will not be lost whether you use a child theme or not.
Many images are not populating any longer – do you believe this is because our version is so outdated? Yes, that would most likely be the case since the outdated version of Enfold doesn’t work with the latest version of WordPress, so Enfold should be updated to the latest version to make sure it works properly with the current version of WordPress.
Best regards,
NikkoHi,
I have checked it and it doesn’t seem to have any problem, since it’s already using the latest version 4.0.5.
Best regards,
NikkoHi,
Thanks for providing the link, try adding this css code:
.page-id-306 #after_section_1 .avia-button-wrap.avia-button-left { margin-right: 8px; }
Hope this helps :)
Best regards,
NikkoHi,
I tried to access the link you gave but it gives:
Your access to this site has been limited
Try to check the parent div of avia-image-container-inner, which is avia-image-container, you should see the class appearing there.
Best regards,
NikkoHey Camilla,
The sliders in Enfold gives you an option to use the size for your slider image though Enfold doesn’t optimize images, you might want to check out some image optimizing plugins or manually optimize image using online apps such as https://tinypng.com/
Hope this helps.Best regards,
NikkoHey metin_aydin,
Can you give us a link to the page mentioned? so we can check.
Best regards,
NikkoHi,
Try to add this code at the bottom of functions.php:
// Dequeue prettyPhoto function prettyphoto_dequeue_script() { wp_dequeue_script('prettyPhoto'); wp_dequeue_script('prettyPhoto-init'); } add_action('wp_print_scripts', 'prettyphoto_dequeue_script', 100);
Hope this helps :)
Best regards,
NikkoHey Jake,
Can you give us a link to the page mentioned? so we can check and give you the css code that should work :)
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
Can you post a link to your site? so we can check it.
Best regards,
NikkoHi,
Try adding this css code also:
@media only screen and (min-width: 767px) { .sidebar.sidebar_right { left: auto; right: 0; background-color: #4c8599; } .sidebar.sidebar_right .inner_sidebar { margin-left: 0; margin-right: 50px; } }
Hope this helps :)
Best regards,
NikkoHi,
Can you give us ftp access and your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoApril 19, 2017 at 6:52 am in reply to: Custom Enfold function causing sticky header on tablet #779801Hey Briana,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { .html_header_top.html_header_sticky #header { position: absolute !important; } #top #header_main > .container { height: 185px !important; line-height: 185px !important; background-color: rgba(255,255,255,0.5) !important; } #top #header_main > .container .logo a, #top #header_main > .container .logo img { max-height: 185px !important; } }
Hope this helps :)
Best regards,
NikkoHi,
Try to add this:
font-style: normal;
inside:
.wp-caption-text { }
Hope this helps :)
Best regards,
NikkoApril 18, 2017 at 8:46 pm in reply to: Enfold fatal error encoutered re: avia_is_burger_menu #779641Hi,
You have already provided the admin access. We would like to request for the ftp access, so we can check the files and try to debug.
Best regards,
NikkoHi,
I have checked it and it does line up correctly. Screenshot is in private content
Best regards,
NikkoApril 18, 2017 at 8:37 pm in reply to: Enfold fatal error encoutered re: avia_is_burger_menu #779635Hi,
Can you give us ftp access? so we can check on this further.
Regards,
NikkoHi,
Thanks for providing the login, it’s not a bug, since you are using 1/1 Column it doesn’t expand to 100% of the screen and the border on top showing is it’s wrapper which is auto-generated (you can test this by giving it a border size value and color), I have replaced the 1/1 Column with a color section which is more appropriate solution. Hope this helps :)
Best regards,
NikkoHi,
I have checked your backend in Appearance > Themes and you have 8 themes (Enfold version is 4.0.5) but if I check on cpanel, there are only 5 themes (Enfold version is 3.8).
I also created a test page to test the issue, but it seems to be working fine though the errors are still there (link in private content).
Best regards,
NikkoHi,
Try adding !important to Ismael’s code, it should look like this:
ol { margin-left: 0 !important; }
If that doesn’t work, can you give us temporary admin access? just post the details in Private Content.
Best regards,
NikkoApril 18, 2017 at 7:30 pm in reply to: Full width content below sidebar (possibly moving from Divi) #779586Hi,
Thanks for the login, I checked the page mentioned and noticed that the Widget Area points to Sidebar Pages, after checking Appearance > Widgets > Sidebar Pages, this widget area doesn’t have anything, try putting some widgets on it. Hope this helps :)
Best regards,
NikkoHey mcraig77,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia_image .image-overlay { display: none !important; }
Hope this helps :)
Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHi Blake,
Glad to hear that you managed to fix it :)
Best regards,
NikkoHi,
We don’t offer a trial since we are bound with an agreement with Envato/ThemeForest, also you can request for a refund on themeforest as long as it is within their policy: https://themeforest.net/page/customer_refund_policy
Best regards,
Nikko -
AuthorPosts