Forum Replies Created
-
AuthorPosts
-
Hi miguelimbroda,
Thanks for giving us cpanel access.
However it doesn’t generate errors even wp debugging is turned on, I noticed in php.ini that display_errors is set to Off, it’s now set to On but will need to restart apache service which I’m unable to do.
Can you restart apache?Best regards,
NikkoSeptember 10, 2019 at 3:13 pm in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #1136568Hi IndexGuy14,
Please try to create a new thread and post the temporary admin details so we can check it further and try to fix it. Just post it in private content so it is visible only to the thread creator and the moderators. Also you can put the link to this thread on the newly created thread so we can use as reference.
Best regards,
NikkoHi miguelimbroda,
I have checked your site, however when attempting to import I’m getting this in the web console (replaced your site name):
POST https://yoursite.com/wp/wp-admin/admin-ajax.php 500Error 500 is Internal Server Error, can you give us ftp access as well? so we can try to enable wordpress debugging, it might give us a lead on what’s causing the issue.
Best regards,
NikkoHi pippylu,
Thanks for providing the dev site.
I see what’s missing now, I have added this in your child theme’s functions.php:function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'chinese'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);For more information regarding this, you can refer to our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
Best regards,
NikkoSeptember 10, 2019 at 2:39 pm in reply to: Fullscreen slider Mobile Fallback image scale to fit #1136556Hi goldiejake123,
I see, can you try to use this code instead:
@media only screen and (max-width: 767px) { .home #fullscreen_slider_1, .home #fullscreen_slider_1 * { max-height: 320px; } }Hope it helps.
Best regards,
NikkoHi Gustavo,
I have checked on your site and it seems to be working just fine.
As for recaptcha, v3 is seamless and you won’t even see it visually, you’ll know it’s there if you view the page source.
Here is google’s video for recaptcha: https://www.google.com/recaptcha/intro/v3.html
If you use recaptcha v2 it will show that recaptcha logo.Best regards,
NikkoHi nigdowser,
I tried to check on it further but I didn’t experience any issues on my end.
I can only think of few things that might be a culprit, one is cache (but since you mentioned it’s already cleared then maybe it’s something else), second is probably browser extensions for example chrome has some extensions that might be conflicting, third browser cookies, fourth (highly unlikely), try to checking for malwares.
Hope this is atleast helpful.Best regards,
NikkoHi Franz,
We apologize for the inconvenience and delayed response.
Since you are still using Enfold 4.2, that feature isn’t available yet.
Please try to follow Ismael’s instruction here: https://kriesi.at/support/topic/starting-to-receive-spam-enquiries-from-contact-form-on-website/#post-817676
Hope this helps.Best regards,
NikkoHey miguelimbroda,
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 rvalenta,
We apologize for the inconvenience, since there are other queries as well that we need to respond, it will take some time to get back to you.
We can still manually upload the demo content for you today but if you want to get a refund please request at Themeforest where you bought Enfold.Best regards,
NikkoHi rvalenta,
I tried to import it again however images aren’t importing.
Maybe your server (or webhost) firewall might be blocking it, similar to this thread: https://kriesi.at/support/topic/demo-images-import-not-working/#post-847765Best regards,
NikkoHi pippylu,
Thanks for confirming, since you have modified section.php, the custom codes are causing the issue, you might just have missed something in the code and that if that’s fixed the issue should be resolved.
Best regards,
NikkoHi rvalenta,
Thanks, I was able to import the layerslider.
The pages are already existing with the proper layout, the only things missing are images which I’m not sure why it’s not imported.
Would it be okay if you reset the site using the reset plugin? then we’ll try to reimport it.Best regards,
NikkoSeptember 7, 2019 at 6:41 pm in reply to: How to add top padding to color section at mobile screen widths? #1135458Hi FeedXL2019,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Larry,
Referring on wordpress’ wp_enqueue_script or wp_enqueue_style: https://developer.wordpress.org/reference/functions/wp_enqueue_style/
For example:wp_enqueue_style( string $handle, string $src = '', array $deps = array(), string|bool|null $ver = false, string $media = 'all' )You can take advantage of the version parameter and pass in a new version number every time you update your css file or scripts.
This will force the browser to fetch the css/script with that version number.Best regards,
NikkoHi pippylu,
Does this still happen when you use the parent theme (Enfold)? instead of the child theme?
Best regards,
NikkoSeptember 7, 2019 at 6:28 pm in reply to: Fullscreen slider Mobile Fallback image scale to fit #1135455Hi goldiejake123,
If you need to apply this only for a specific page, for example if it’s homepage you can use this code isntead:
@media only screen and (max-width: 767px) { .home .avia-slideshow-inner { height: 50% !important; } .home .slideshow_align_caption{ vertical-align: top !important; padding-top: 25px !important; } .home #services{ margin-top:-350px!important; } }If it’s other pages, you can replace .home with .page-ID, where ID is the page id number of that said page.
Hope this helps.Best regards,
NikkoHi goldiejake123,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Franz,
What captcha are you using to prevent spam? have you tried google recaptcha v3? https://kriesi.at/documentation/enfold/contact-form/#choosing-the-type-of-captcha
If you have already purchased Enfold, you’ll get lifetime updates, you’ll just need to generate the token from envato and you should be able to update the Enfold theme of your site to the latest version.
As for testing out if the latest update would destroy your layout, you can setup a staging site and update there first, you can follow this tutorial: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi Camousse,
It’s working now.
woo-loader.php (located in wp-content > themes > enfold > config-woocommerce folder) is picking up config.php in your root folder which causes the issue.
To fix it it in line 11 of woo-loader.php:require_once( 'config.php' );I just replaced it with:
require_once( dirname(__FILE__) . '/config.php' );which fixes the issue temporarily since if you update the theme you will lose these changes.
I would suggest renaming config.php in your root folder (maybe putting some prefix on it) then on the file that uses it you’ll need to tweak the name as well.Best regards,
NikkoHi nigdowser,
Thanks for the feedback. I’m not sure if this helps, but try to open web inspector and click on console, before reloading you might capture some js errors that might give a lead to the issue.
Best regards,
NikkoHi dlanglobal,
Glad that it worked.
However once you update the Enfold theme, this changes will be lost, so I suggest using a child theme: https://kriesi.at/documentation/enfold/child-theme/
Then inside it create a folder and name it includes then just paste the modified helper-social-media.php inside it.Best regards,
NikkoHi Camousse,
Thanks for giving us admin access.
I would have to disagree with:
” the theme you are trying to use “enfold”, is calling a function that is undefined ” ADODB_mysql()” from : ” /themes/enfold/functions.php”
You can verify this if you view that file and search for that function, I did search for the whole Enfold theme files and nothing matches.
I’m just curious how the libs folder located in the root folder is integrated/included to your wordpress site? It should not be using it and I think if we know where this is included we can find clues on how to fix this issue.
Also, can you renew the admin access? it has already expired so we can’t test it properly.Best regards,
NikkoHi rvalenta,
I tried to check it again, however the login credentials you gave doesn’t work anymore, please check.
Best regards,
NikkoHi JantienM,
I see, can you create a separate thread, then give us admin access to it?
Just post the login credentials in private content.
(Private content can be viewed by both moderators and the thread creator)Best regards,
NikkoHi dlanglobal,
Can you try to edit this file via ftp/cpanel (wp-content > themes > enfold > includes > helper-social-media.php line 167) and find:
$html .= "<a {$blank} {$aria_label} href='" . esc_url( $icon['social_icon_link'] ) . "' " . av_icon_string( $icon['social_icon'] ) . " title='{$display_name}'>";replace with:
$html .= "<a {$blank} {$aria_label} href='" . $icon['social_icon_link'] . "' " . av_icon_string( $icon['social_icon'] ) . " title='{$display_name}'>";Best regards,
NikkoHi rvalenta,
We apologize for the delay, since there are lots of queries since the release of the major update.
I have checked your site and found out that PHP ZipArchive Extension is not enabled.
Please contact your webhost to enable this extension.
To verify this, go to Layerslider WP > Options > System Status.Best regards,
NikkoSeptember 6, 2019 at 4:05 pm in reply to: Sticky sub-menu disappears until scrolling and has gap #1134977Hey Cameron,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
.home #sub_menu1 { position: fixed; top: 170px; }Best regards,
NikkoSeptember 6, 2019 at 4:00 pm in reply to: No phone number on mobile mode, extra info not centered #1134973Hey Cameron,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .responsive #top #header .social_bookmarks { display: block !important; } }Best regards,
Nikko-
This reply was modified 6 years, 4 months ago by
Nikko.
Hi JantienM,
Can you give us a screenshot of your menu? in Appearance > Menus (select the one that you set as Enfold Main Menu).
Best regards,
Nikko -
AuthorPosts
