Forum Replies Created
-
AuthorPosts
-
Thank you Ismael
I proceed by removing default toolbar and add cutom button to rebuild avia shortcode inserter.
Hi, I tried, doesn’t work.
To remove the shortcode I do thisfunction remove_shortcodes() { /** * Array of shortcodes you want to remove * The values of this array should match the shortcode under which the elements are registered * Usually, you can find them in your shortcode files under $this->config['shortcode']. */ $shortcodes = array('av_button'); $shortcodes = array('av_blog'); /** * Accepts an array of shortcodes and whether to remove these shortcodes (true) or not (false) */ if( class_exists('ShortcodeHelper') ) { ShortcodeHelper::allowed_shortcodes($shortcodes, true); } } add_action('init', 'remove_shortcodes');
But i’m looking to trigger this only when TinyMCE is loaded. Currently is completely removed even in ALB.
Regards
Hi
Thank you, I’have checked. My request is to unset some of the item, not the magic wand. Any solution ?Hi,
I found the solution, thank you.This reply has been marked as private.Hey
Thank for answer, I will have a look and setup this feature.
Thank you
Hi,
You can close it thank youHi,
Apparently no plugin work correctly with all of this, I will try to write that.Thank you
Hi Victoria,
The fact is I already did.
They do not provide any hook for that.
They suggest usage of alternative plugin :
– Google Analytics Opt-out plugin
– Cookie Notice
– Cookie bot (this one break enfold)The issue is that RGPD Compliance request Opt-In, not optout.
You did that with the really great enfold cookie thing. Thank you for that.
I handle to add the anonimyzed ip (you already set when we use only GA ID) + 12 month cookies life (requested by french GDRP).
But my client request more, they request file download tracking. And for that I didn’t find a way to do it without re-write many thing.Regards
EHi,
Ok, thank you.
Victoria, thank you for your answer.
I will write it then.Best regards
HenriqueHey,
Thank you for your answer. Then I have to write the download support ;)
Thanks againErdrol
Hi,
Ok I understand.
Thank youYou’re right I don’t know why my files are not the latest. I reupload the latest version and it’s working now. Thank you
Except the component portfolioGrid, the filter show only filter for item on the page and when pagination of the item is activated all item filter is expected… further more when you navigate on the pagination th whole page blink.
Could you help me with this issue too ?
Sorry for the delay
I always update enfold via ftp.
Credentials are in private sectionFurthermore the component portfolio grid display filter only on first page item, but in older version the normal behavior was to display all available filter available. Could you check it too ?
I set the wp temporally in EN but it was in french first.
Thanks
Hi Yigit
I have uninstalled all plugins and remove htacces/recreate default htaccess and still have this error
ThanksThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hey!
Thanks a lot for the tip!
I have tried, it’s better on ipad, but the behavior is now general. All videos get extra black bottom and top bar.
Any suggestion?This reply has been marked as private.Hi, Josue
ok, lets’ restart with default wordpress video when it’s in Enfold theme, on iPad “only”.
I cannot get correct video size, but I have correct cover size. Do you have an extra idea for me ?regards
- This reply was modified 10 years, 3 months ago by Erdrol.
Hi Josue
I would like to add cover on the video av_video shortcode. Is it possible ?
Regards
ErdrolHey Peter!
Thanks a lot for this quick answer
Regards
ErdrolDear
I was unable to display my site on differents browser. Specially with IE8.
I added selectivizr js and it works well.It could be a good solution to increase cross browser compatibilities.
Regards
ErdrolHi Kriesi,
I would love a extended version of add_theme_support(‘avia_conditionals_for_mega_menu’); for support of custom role because Enfold is not compatible with if-menu plugin and we cannot support that in child theme.
ThanksThis reply has been marked as private.This reply has been marked as private.Hello,
The upload folder is already with 777.
The avia_fonts and avia_temp was already created. Same for folder dynamic_aviaAll of these folders inherited the 777 rights.
I have reduce htaccess setup to the default wordpress minimum setup.Problem still here
Any more ideas ?
Erdrol
- This reply was modified 11 years, 1 month ago by Erdrol.
-
AuthorPosts