Forum Replies Created
-
AuthorPosts
-
Hey Ismael,
As always, you have a creative solution for everything! Works like a charm.
Thanks for the quick and thorough reply, I appreciate it,I hope that other find this quick tip here in the Enfold community.Thank you for your support
CheersDarko
Hey Mike,
Thanks mate, work like charm !Cheers ;)
Thanks dude, I hope this will be fixing in the next update
Cheers ;)Hi Rikard,
If you already know about fix, share it here publicly, since others have the same problem too. I guess the new feature for the SVG logo makes a mess.Best Regards
Solved !
Conflict between home page choices in wp-dashboard settings and Enfold Frontpage Settings cause that Logo URL get wrong prefix.
Regards
Hi,
For some reason, in my example, the logo does not accept this function:function pojo_polylang_get_multilang_logo( $value ) { if ( function_exists( 'pll_current_language' ) ) { $logos = array( 'sr' => 'logo1.png', 'en' => 'logo2.png', ); $default_logo = $logos['sr']; $current_lang = pll_current_language(); $assets_url = get_stylesheet_directory_uri() . '/assets/'; if ( isset( $logos[ $current_lang ] ) ) $value = $assets_url . $logos[ $current_lang ]; else $value = $assets_url . $default_logo; } return $value; } add_filter( 'avf_logo', 'pojo_polylang_get_multilang_logo' );
..persistently ignores the permalink and points to a non-existent page.
Thank for advice
DarkoHey Nikko,
Great !
Works like charm, Enfold has huge capabilities through custome function,.
Thanks for awesome tip, hope other users will benefit too.Best Regards
DarkoHey Nikko,
Thanks for tip, this is an clever and fast way, it’s working I just change it a little bit >#top .av-magazine-entry-big .avia-copyright { display: block; text-align: left; }
On the previous wp theme that I want to replace with Enfold, for that purpose I use a ACF plug, So, I wonder if it is possible to include this feature in the next Enfold update, But without using existing copyright field within the upload directory.
I thought about modifying the magazine shortcode inside config-templatebuilder > avia-shortcodes > magazine > magazine.phpThanks for advice
DarkoHey Victoria,
Thanks for the fast reply, I wonder If it is possible to had some kind of custome field under big image on magazine, for the purpose of the signature of the image source, e.g. “This image belong UN Water” …
Check private dataThanks for advice
-
AuthorPosts