Forum Replies Created
-
AuthorPosts
-
Peter
ParticipantMaybe cache plugins compatibility function will solve the issue? Any chance?
Peter
ParticipantHi, thanks for your answer.
„ please do not cache the page where the form is embedded”But this is plugin called: „Favorite Posts” that mean it is useful if it works on each post of my website.
So should I switch off cache on my whole website to „MB Favorite Posts” work properely?
Sorry, but it doesn’t make sense.
Peter
ParticipantUpdate:
It doesn't work with WP Super Cache either ...I give up. Enough of it all... I am uninstalling it.
Maybe I will look into it again in the future...
Best regards
Peter
ParticipantP.S. I did some tests with different cache plugins and it looks like the only cache plugin that works with this plugin is WP SUPER CACHE.
MB Favorite Posts doesnt work with (in my tests):
- WP Rocket
- WP Fastest cache
- WP Litespeed cache…and these are practically the most popular cache plugins
Peter
ParticipantSorry but I can’t see any parameter related to [mbfp-posts] shortcode in your link…. or any other solution realated to my issue (not only my I think….)
Peter
ParticipantHello,
sorry, I messed up native function (without shortcode) with shortcode settings.I use only shortcode and now with shortcode atributes it works great!
But without your help it wouldn't be possible to work corectly with this great plugin!
Thanks a lot!
Peter
ParticipantThanks, now is much better. But still icons are not visible...
Text "add to favorites" is showed now - previously there was no text or icons - just the background...Prtsc - how it looks now: https://d.pr/Zk2YCd
Prtsc: and how it is set: https://d.pr/i/3F5DNQSo... The settings are still not being applied to the button shortcode: [mbfp-button]
Peter
ParticipantSure, thanks.
But I would not like to share it publicly.
Is there any possibility of non-public share?Peter
ParticipantThis is console errors prtsc: https://d.pr/i/xCBLoU
June 25, 2021 at 1:35 PM in reply to: ✅WordPress deafault login page - is there a way to set custom logo image? #29122Peter
ParticipantSimple snippet code got the job done.
Sorry for my post...
If someone is to need it to (paste in function.php):
function my_login_logo_one() { ?> <style type="text/css"> body.login div#login h1 a { background-image: url(http://localhost/wordpress/one.jpeg); //Add your own logo image in this url padding-bottom: 30px; } </style> <?php } add_action( 'login_enqueue_scripts', 'my_login_logo_one' );June 16, 2021 at 12:10 AM in reply to: ✅_ms_snippets - does this table in database belong to Metabox? #28921Peter
ParticipantOK, thank you!
Just to be sure: after installing Meta Box (full package), in the database there is only _mb_relationships table related to Meta Box plugin? Thats right?
-
AuthorPosts