Forum Replies Created

Viewing 30 posts - 11,551 through 11,580 (of 25,536 total)
  • Author
    Posts
  • in reply to: Problem with demo import #1136841

    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,
    Nikko

    Hi 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,
    Nikko

    in reply to: Problem with demo import #1136567

    Hi 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 500

    Error 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,
    Nikko

    in reply to: Weird markup output issue – sections #1136562

    Hi 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,
    Nikko

    in reply to: Fullscreen slider Mobile Fallback image scale to fit #1136556

    Hi 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,
    Nikko

    in reply to: ADMIN NOTICE FOR SPECIAL HEADING #1136553

    Hi 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,
    Nikko

    in reply to: Weird reloading issue #1136547

    Hi 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,
    Nikko

    in reply to: Contact Form #1136544

    Hi 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,
    Nikko

    in reply to: Problem with demo import #1136500

    Hey miguelimbroda,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    in reply to: Demo Import Not Importing #1136498

    Hi 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,
    Nikko

    in reply to: Demo Import Not Importing #1136409

    Hi 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-847765

    Best regards,
    Nikko

    in reply to: Weird markup output issue – sections #1135786

    Hi 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,
    Nikko

    in reply to: Demo Import Not Importing #1135785

    Hi 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,
    Nikko

    Hi FeedXL2019,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Bust Cache #1135457

    Hi 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,
    Nikko

    in reply to: Weird markup output issue – sections #1135456

    Hi pippylu,

    Does this still happen when you use the parent theme (Enfold)? instead of the child theme?

    Best regards,
    Nikko

    in reply to: Fullscreen slider Mobile Fallback image scale to fit #1135455

    Hi 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,
    Nikko

    in reply to: Fullwidth easy slider Caption Title one line #1135451

    Hi goldiejake123,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Contact Form #1135450

    Hey 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,
    Nikko

    in reply to: Problem with Woocommerce #1135447

    Hi 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,
    Nikko

    in reply to: Weird reloading issue #1135422

    Hi 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,
    Nikko

    in reply to: Skype Link #1135418

    Hi 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,
    Nikko

    in reply to: Problem with Woocommerce #1135389

    Hi 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,
    Nikko

    in reply to: Demo Import Not Importing #1135386

    Hi rvalenta,

    I tried to check it again, however the login credentials you gave doesn’t work anymore, please check.

    Best regards,
    Nikko

    in reply to: remove #top anchor from current menu item #1135380

    Hi 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,
    Nikko

    in reply to: Skype Link #1134997

    Hi 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,
    Nikko

    in reply to: Demo Import Not Importing #1134980

    Hi 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,
    Nikko

    in reply to: Sticky sub-menu disappears until scrolling and has gap #1134977

    Hey Cameron,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    .home #sub_menu1 {
        position: fixed;
        top: 170px;
    }

    Best regards,
    Nikko

    in reply to: No phone number on mobile mode, extra info not centered #1134973

    Hey 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.
    in reply to: remove #top anchor from current menu item #1134969

    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

Viewing 30 posts - 11,551 through 11,580 (of 25,536 total)