Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1424141

    dear all
    according to your reply to themeforest
    (Hello abdouz_2000,

    Kriesi, the author of Enfold – Responsive Multi-Purpose Theme, has replied to your review:

    Hello,

    1- Which code doesn’t work? If you’re trying to add code to your page, did you try using the Code Block element?

    2- This issue is usually related to the server configuration. Please check out the troubleshooting section at https://kriesi.at/documentation/enfold/import-demos/#troubleshoot. You can also manually import demos ( https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo ).

    3- It looks like you didn’t post anything on our forums ( https://kriesi.at/support/profile/abdouz_2000/ ) and therefore didn’t receive any support from us. Please feel free to start new threads under the Enfold subforum when have a question or an issue.

    Regards,
    Yigit )
    this is my reply
    I-I have made a post with image lightbox and I have made a folder named custom also I have added my css files in a folder css(Yourthemefolder\custom\css
    and javascript files in folder called js(Yourthemefolder\custom\js)
    after that in a functions.php I have added the following code

    function abdou_add_style(){
    wp_enqueue_style( “my-style-css”, get_template_directory_uri().”/custom/css/style.css”);
    }

    function abdou_add_script(){
    wp_enqueue_script( “my-mcustom-js”, get_template_directory_uri().”/custom//js/custom.js”);
    }

    add_action(‘wp_enqueue_scripts’,’abdou_add_style’);
    add_action(‘wp_enqueue_scripts’,’abdou_add_script’);

    but It doesn’t work
    although It is running on any other free theme like colibri-wp or twenytwentytow …..

    2-when I want to import your any demo manually or from your menu’s demo import
    I always get the same message
    download of files demo enfold did not work! you might want to try reloading the page and try again
    after reloading and try again it is the same.
    3- also I have tried to use every thing in your link (https://kriesi.at/support/topic/problem-importing-demo-law/)
    but it is the same.

    4-I have installed all things with no errors before and every thing run perfectly except you theme and its demos(which I cann’t install)
    5- if you want you can try with me accros google meet or microsoft teams and I’ll share my screen to you
    thanks

    #1424143

    I have the same problem, have they given you a solution? I have tried everything they recommend, and it doesn’t work for me even trying it manually.

    #1424155

    No thing from them untill now
    also I have tried the paths
    wp-content\uploads\dynamic_avia\avia_demo_files\parallax
    and
    wp-content\uploads\avia_demo_files\parallax

    but also the same eroor.

    #1424162

    ok, thank you!! If I have any answers I will let you know.

    #1424163

    thanks alot
    and also if any reply from them reached me also I will let you know.

    #1424171

    also this is the error message image
    eroor message from enfold when demo import

    and
    the only thing I have some folders that does not contain any thing
    and this is my image
    after finishing

    thats all
    thanks

    #1424173

    They wrote this to me and it worked:

    “Please ensure that your server has the PHP ZipArchive Extension enabled, if you are not sure try asking your web host.
    If this doesn’t help, ask your web host if they are blocking our IP address, kriesi.at.”

    follow the steps in this video:

    #1424178

    I think you work at

    kriesi

    because I have received your email (Email address hidden if logged out)
    “Jorge Madrid wrote:”

    I tried every thing you mention
    the demo theme does not work perfectly also it differs completely from the live preview
    how can I see everything as a live preview to customize eveery thing as I want ??????
    thanks

    #1424179

    also my custom code does not work completely

    #1424234

    Hi,
    abdouz_2000 from your screenshot it looks like you ae trying to install the demo on a localhost xamppa2, your error looks like you don’t have the PHP ZipArchive Extension installed, this is what is is called on a cPanel host, I’m not use of the settings required for xampp.
    Since it looks like you tried to install the parallax demo, it is possible that the frontpage was not enabled correctly in the theme settings, please go to Enfold Theme Options ▸ Theme Options ▸ Frontpage Settings and ensure the “frontpage” was set and no option was set for the Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
    Enfold_Support_3811.jpeg
    Please note that the parallax demo only has one page, the “frontpage” and many of the images are online, so your localhost needs to have internet access.
    If none of this helps, please try installing the demo on a live server and include a admin access for us to review the site, I don’t think that we can effectively guide you though settings up a localhost, as we would not have access.

    Best regards,
    Mike

    #1424248

    Thank you mike
    now demo worked
    but
    1- my custom code to make a lightbox doesn’t work absolutely untill now although it works well on any free template like
    (colibri-wp, twentytwentyone,….).
    2- in parallax demo :
    I want to use the portfolio how can I separate it in a single post???? and add a number of another images over the existing 8 ???
    can you give me an example please ???

    Thanks again mike.

    #1424257

    Hi,
    Glad that this helped, as for your custom lightbox script you may need to disable the built-in lightbox script at Enfold Theme Options ▸ Lightbox Modal Window, the two scripts probably conflict with each other.
    The “portfolio” items on the frontpage uses the masonry gallery element, so it will only show popup images, to change these to “single posts” you will need to change the element to the masonry element or the blog element and then create post items to show in the element.

    Best regards,
    Mike

    #1424263

    Hi Mike
    Thanks for your help.
    but
    I have disabled the built-in lightbox script at Enfold Theme Options ▸ Lightbox Modal Window,
    but it doesn’t work also

    Best regards,
    Abdou

    #1424307

    Hi,
    Perhaps you are getting a jQuery error for your custom lightbox script, I would need to see your site to examine, can you put it on a live server so we can examine?
    Otherwise we will probably need to wait until you move to a live server so we can examine your specific issue with your custom script.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.