Forum Replies Created
-
AuthorPosts
-
Hi enfold team, please push an update to Themeforest, it’s critical…
ThanksThanks Yigit but in the meantim I revert back to PHP 7.1 because Enfold was not the only one to get this warning on count() (Avada too…) So I suppose it’s a little bit to early to run with PHP 7.2 now, anyway it’s good that it will be fixed for the futur :)
Hi Ygit
No need to give you access on a production site. This warning is well known (just try to search in Google for: PHP 7.7 countThe Enfold line affected by this warning is:
else if($this->atts['paginate'] == "load_more" && $this->entries->max_num_pages > count($this->entries))
in the file: av-helper-masonry.phpNow look the the official PHP documentation: http://php.net/manual/en/migration72.incompatible.php and search in this documenation page this: “Warn when counting non-countable types” and you will find what cause the warning.
I’m not at all a PHP expert but I suppose that “$this->entries” in an non-countable type.
Thanks
Hi
As your are using cookies PHP sessions, headers are automatically set by PHP like I described (https://andidittrich.de/2015/09/php-worry-about-some-magical-added-cache-control-header.html)
The issue is those headers prevent browser caching! and if peole want to use some cache systems like, LiteSpeed Cache, Varnish, etc. those headers ruined the Leverage browser caching…
Using PHP session is the old way to do what you want but worst: there are multiple security vulnerabilities centering around PHP Sessions… :
– http://phpsec.org/projects/guide/5.html
– http://phpsec.org/projects/guide/4.htmlSo what… ? The correct method is to use the database to store session data
Usefull informations:
– https://pressjitsu.com/blog/wordpress-sessions-performance/
– https://wordpress.org/support/topic/php-session-disables-cache/ (another WordPress plugin that was using PHP session
– https://wpengine.com/support/cookies-and-php-sessions/So come on Enfold guys :) Don’t use anymore this old PHP stuff, let’s the breadcrumbs works using something else to store users stuff
Thanks
May 2, 2017 at 8:21 am in reply to: How to scroll to results in portfolio grid after a click on the filtter button? #786212And If someone is looking for the same thing but with a Masonry elements:
> Note the ‘- 70’ is specific because I’m using the fixed headerfunction ava_custom_script_fix(){ ?> <script> (function($){ function e() { $('.av-sort-by-term a').on('click', function() { $('html, body').animate({ scrollTop: $(".av-masonry-container").offset().top - 70 }, 1000); }); } e(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_fix');
- This reply was modified 7 years, 6 months ago by pako69.
May 2, 2017 at 7:48 am in reply to: How to scroll to results in portfolio grid after a click on the filtter button? #786195Ismael: you rock!
A big thank :)> Sure this is a simple tip that should be somewhere in your FAQs/Tips, don’t you think ?
Hi
Yes sur it’s a feature that is (in my opinion) really needed, many other WordPress theme allready use it like this one (tape the image on you mobile device) : http://morpheus.smallfacemedia.com/demo1/- This reply was modified 7 years, 7 months ago by pako69.
Yes strange but know Enfold looks great with this hover effect on mobile :)
I suggest you to look at further this plugin to understant how it works and make Enfold works too…Hi yes I know that and I know this thread :) But you know what now it works and I have found that when the plugin WordPress Essential Grids is active on a page, all the hover (caption display, image bigger, etc.) works on mobile devices !
I suggest you to go to the real site: https://www.domodeco.fr with your mobile and just tap all the image…- This reply was modified 7 years, 7 months ago by pako69.
Hello Yigit
Does this version resolve the bug with WP Rocket?
I also read that this 4.0.4 crash Layerslider: https://kriesi.at/support/topic/enfold-4-0-4-update/#post-768785
…..Hello, am’i talking to myself? /-)
Thanks…Hi
So what is that: https://s11.postimg.org/xahw7aolv/capture_75.jpg ?I have setup a fresh WordPress with Enfold 4.0.4 nothing else, the bug (no hover effects) affects Safari, Chrome browsers on mobile all mobiles devices (IOS or Android). Firefox browser for mobiles devices works fine.
This is a critical situation…
Thanks
PS: you can try this very simple page : https://www.domodeco.maquettage.com/xxx with a mobile device and Safari or Chrome…Hi again
Just 2 simple pages tests:
https://www.domodeco.fr/xxx > no hover effects on mobile devices (ios, android)
https://www.domodeco.fr/accueiltest > hover effects works on mobile devices
Why… ? I do not undersand :-(Cool cptnem0, but how please?
Thanksversions.txt contains the same stuff that is visible at ThemeForest and it do not help much more… :-/
Yes I can translate it but it do not point me at the exact place where I can play with you new adds
A video is best than a thousands words :)No change for me at https://www.sqli-enterprise.com/evenements/jeudi-06-octobre-2016-webseminaire-applications-et-store-dentreprise-ayez-les-bonnes-pratiques/amp
[avia_codeblock_placeholder uid=”0″] is visibileNovember 22, 2016 at 9:51 am in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #715181@Nikko > your are my hero! Now it works.
joking aside, I think it will be great to explain how to do that there: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Thanks a lotNovember 21, 2016 at 6:47 pm in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #714929November 21, 2016 at 3:12 pm in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #714833I have never said that my own shortcode do not show up! It does… I said: “it works”…
Do you understand what is my problem or maybe my english is not enough good?November 21, 2016 at 2:51 pm in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #714825Yes maybe on a developpement server, not the production server and only if french language don’t afraid you :)
November 21, 2016 at 12:54 pm in reply to: Add new or replace Advanced Layout Builder elements from Child Theme? #714784Hi @Nikko
Yes I have it since a long time and yes I also have a file called my-postslider.php in my child them /shortcodes/ folder (read my question: I have said that)
My own shortcode (my-postslider.php) works but IT OVERRIDE the one from Enfold: I would like to use both of thoses shordcode :
– My own
– The one that come from EnfoldNovember 14, 2016 at 4:46 pm in reply to: Why previous and next post are not displayed from the same category? #712063This, works better for what I need:
add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); function enfold_customization_postnav($entries, $settings) { $entries['next'] = get_previous_post(true, $settings['excluded_terms'], $settings['taxonomy']); $entries['prev'] = get_next_post(true, $settings['excluded_terms'], $settings['taxonomy']); return $entries; }
Thanks
I do not have time to post a request but it should make sens if this could be in Enfold Panel options (like many others stuff like those bads Hn Title tags everywhere in the code that are not good for SEO semantics > they should be simple P tags ;-)
November 14, 2016 at 3:58 pm in reply to: Why previous and next post are not displayed from the same category? #712026Thanks Yigit I’ll try but you do not answer my first question:
> Why $same_category is set to false?thanks
September 28, 2016 at 4:51 pm in reply to: New burger menu no great with menu that have a lot of items #692819Yes I know :)
I’ll wait…
thanks
(you can close this post if you want)September 28, 2016 at 4:29 pm in reply to: New burger menu no great with menu that have a lot of items #692795yes… and look at the result below :-)
I do not have only a lot of items menu, I also have a lot of sub-menus item, so when they expand… :
September 28, 2016 at 4:19 pm in reply to: New burger menu no great with menu that have a lot of items #692786Hello Yigit
The CSS you gave is just a workaround to reduce the font-size, it does make the burger menu works better if we have a lot menu item, see my menu with reduced font-size below, as you can see, there is still menu items “outside” the black overlay….
This new feature is a great new feature, but I’ll will use it when it will become usable for all type of menu, regardless the numbers on items mennu.
Instead I’ll keep using ShiftNav Pro plugin… :-)
September 15, 2016 at 5:18 pm in reply to: Footer shows: Missing argument 2 for avia_maps_key_for_plugins() #687017Hello @Zeilenschreiber
Thanks a lot, I was wondering why I get thoses error too! hope wp rocket team will fix it quickly…@Michael Oeser I totaly agree with you!
With the help of @Guenni007 I finaly done what I expected but it’s a paine…
I’ts been a long time that I was waiting for Enfold to give us a burger menu to replace the traditional menu), Enfold has now done just the half of the way…Thanks a lot I’ll give a try :) And about my last question: How did you do the animated circle and icone: scanservice? Is is a new Enfold Feature or a custom code?
-
AuthorPosts