Forum Replies Created
-
AuthorPosts
-
November 7, 2021 at 5:46 pm in reply to: Error: public_html/sdwo-content/themes/enfold/template-builder.php on line 151 #1328113
I checked release notes and bug fixes of the new version (4.8.7.1). You didn’t do any change about it to fix problems. So I can tell that updating the new version will not work.
November 4, 2021 at 1:08 pm in reply to: Error: public_html/sdwo-content/themes/enfold/template-builder.php on line 151 #1327780The problem still exists in mentioned file;
“PHP Warning: Trying to access array offset on value of type bool in /var/www/vhosts/ilabour.eu/httpdocs/wp-content/themes/enfold/template-builder.php on line 153”
WP: v.5.8.1
PHP: v.8.0.12
Enfold: v.4.8.6.2I tried this revision and it seems to works!
Old version;
if(in_array($last_el['tag'], AviaBuilder::$full_el_no_section )) { avia_sc_section::$close_overlay = ""; }
New version;
if(is_array(AviaBuilder::$full_el_no_section)) { if(in_array($last_el['tag'], AviaBuilder::$full_el_no_section )) { avia_sc_section::$close_overlay = ""; } }
- This reply was modified 3 years ago by seferdemirci.
@Yigit Teşekkürler :)
Many thanks @sizzler65,
It’s a normal menu which is called “Enfold Secondary Menu” in the Menu settings page. You can change the menu view with a couple of custom CSS codes.
And you can find the plugin for making a catalog
https://codecanyon.net/item/real3d-flipbook-wordpress-plugin/6942587- This reply was modified 4 years, 7 months ago by seferdemirci.
there is an example also from me;
- This reply was modified 4 years, 7 months ago by seferdemirci.
your works are really amazing. how did you can smooth page transition? smoothstate.js or something like that?
- This reply was modified 5 years, 10 months ago by seferdemirci.
This is also from me http://www.derenilac.com/
enjoying enfold!
- This reply was modified 5 years, 10 months ago by seferdemirci.
-
AuthorPosts