Support Forum » User Profile

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Working with cache plugin... #30255
    PeterPeter
    Participant

    Maybe cache plugins compatibility function will solve the issue? Any chance?

    in reply to: Working with cache plugin... #30254
    PeterPeter
    Participant

    Hi, 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.

    in reply to: Working with cache plugin... #30239
    PeterPeter
    Participant

    Update:
    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

    in reply to: Working with cache plugin... #30238
    PeterPeter
    Participant

    P.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

    in reply to: Few issues with [mbfp-posts] shortcode #29980
    PeterPeter
    Participant

    Sorry 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….)

    in reply to: 2.0 - icons doesn’t appear #29327
    PeterPeter
    Participant

    Hello,
    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!

    in reply to: 2.0 - icons doesn’t appear #29311
    PeterPeter
    Participant

    Thanks, 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/3F5DNQ

    So... The settings are still not being applied to the button shortcode: [mbfp-button]

    in reply to: 2.0 - icons doesn’t appear #29298
    PeterPeter
    Participant

    Sure, thanks.
    But I would not like to share it publicly.
    Is there any possibility of non-public share?

    in reply to: 2.0 - icons doesn’t appear #29253
    PeterPeter
    Participant

    This is console errors prtsc: https://d.pr/i/xCBLoU

    PeterPeter
    Participant

    Simple 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' );
    PeterPeter
    Participant

    OK, 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?

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