Hi! You should add in your header file a few snippet of code, like:
$is_mobile = false;
if ($is_mobile) do_action( ‘daily_logo_show_today_alternative’ );
else do_action( ‘daily_logo_show_today’ );
Just for test, go only with:
do_action( ‘daily_logo_show_today’ );
Then, if you set data in the plugin configuration in WordPress admin panel you should see custom logo…
Thread Starter
lmrig
(@lmrig)
Just to be sure, I mean the main website logo, is it still like this?
Because you said something about the WP admin panel.
Thank you.
Yes, in the admin panel you can set the daily logo data.. And where you use the code snippet the plugin inserts the data you provided in the admin
Thread Starter
lmrig
(@lmrig)
Hello, I couldn’t find where to insert this snippet, I tried everywhere in header.php but I only achieved to show this text: https://website.cz/wp-content/uploads/2021/11/test.gif above or under where I need to insert the logo in the header.
Thanks.
-
This reply was modified 2 years, 11 months ago by lmrig.
-
This reply was modified 2 years, 11 months ago by lmrig.
I’m able to open the link you provided… dammit…
have you added an image for the daily logo in the admin panel?
Thread Starter
lmrig
(@lmrig)
Hello, that link is not functional, I just wanted to show you that it just shows this text instead of an image.
And yes, I added that image 2021/11/test.gif as an image and alternative image from 21.12. to 25.12.
are you able to send me some screenshots for the code snippet you’ve added and the daily logo config in the admin panel?
just to better understand your problem.. it should help.. 😀