Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Magazine Hero readmore link/button #1396359

    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
    Cheers

    Darko

    in reply to: Testimonial link element #1346766

    Hey Mike,
    Thanks mate, work like charm !

    Cheers ;)

    in reply to: Logo in Header missing after upgrade #1323620

    Thanks dude, I hope this will be fixing in the next update
    Cheers ;)

    in reply to: Logo in Header missing after upgrade #1323611

    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

    in reply to: Polylang Logo URL incorrect #1215027

    Solved !

    Conflict between home page choices in wp-dashboard settings and Enfold Frontpage Settings cause that Logo URL get wrong prefix.

    Regards

    in reply to: Polylang Logo URL incorrect #1215013

    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
    Darko

    in reply to: Display copyright text below Big magazine image #1195464

    Hey Nikko,
    Great !
    Works like charm, Enfold has huge capabilities through custome function,.
    Thanks for awesome tip, hope other users will benefit too.

    Best Regards
    Darko

    in reply to: Display copyright text below Big magazine image #1195447

    Hey 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.php

    Thanks for advice
    Darko

    in reply to: Display copyright text below Big magazine image #1194943

    Hey 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 data

    Thanks for advice

Viewing 9 posts - 1 through 9 (of 9 total)