-
AuthorPosts
-
October 30, 2023 at 4:37 pm #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 codefunction 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
thanksOctober 30, 2023 at 4:55 pm #1424143I 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.
October 30, 2023 at 5:25 pm #1424155No 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\parallaxbut also the same eroor.
October 30, 2023 at 5:31 pm #1424162ok, thank you!! If I have any answers I will let you know.
October 30, 2023 at 5:36 pm #1424163thanks alot
and also if any reply from them reached me also I will let you know.October 30, 2023 at 6:48 pm #1424171also this is the error message image
and
the only thing I have some folders that does not contain any thing
and this is my image
thats all
thanksOctober 30, 2023 at 7:01 pm #1424173They 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:
October 30, 2023 at 8:47 pm #1424178I 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 ??????
thanksOctober 30, 2023 at 8:52 pm #1424179also my custom code does not work completely
October 31, 2023 at 11:32 am #1424234Hi,
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
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,
MikeOctober 31, 2023 at 2:27 pm #1424248Thank 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.
October 31, 2023 at 4:37 pm #1424257Hi,
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,
MikeOctober 31, 2023 at 5:28 pm #1424263Hi 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 alsoBest regards,
AbdouNovember 1, 2023 at 11:32 am #1424307Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.