Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Thread Starter adminseekout

    (@adminseekout)

    Hi,

    Thanks for the response! Initially I thought it’s going to be an easy task, because my idea was supposedly to be, if the update button is still clickable, the user would not be able to click on proceed to check out. Thus forcing them to click on the update button.

    If anyone here knows what the trick to it, please share with me…

    Thank you

    • This reply was modified 3 years, 6 months ago by adminseekout.
    Thread Starter adminseekout

    (@adminseekout)

    roger thanks mate

    Thread Starter adminseekout

    (@adminseekout)

    got it!

    Thread Starter adminseekout

    (@adminseekout)

    anddddd it worked! thanks alot paul! knew i could count on you! ??

    Thread Starter adminseekout

    (@adminseekout)

    this was the new result

    [2018-12-23 00:47:46|/home/seekout0/public_html/wp-content/themes/bb-theme-child/functions.php:73] DEBUG: review created
    [2018-12-23 00:47:46|/home/seekout0/public_html/wp-content/themes/bb-theme-child/functions.php:75] DEBUG: wp_cache_post_change() triggered
    [2018-12-23 00:47:46|/home/seekout0/public_html/wp-content/themes/bb-theme-child/functions.php:75] INFO: GeminiLabs\SiteReviews\Review Object
    (
        [assigned_to] => 8137
        [author] => reuben
        [avatar] => https://secure.gravatar.com/avatar/d10ca8d11301c2f4993ac2279ce4b930?s=96&d=mm&r=g
        [content] => testt for console123
        [custom] => Array
            (
            )
    
        [date] => 2018-12-23 00:47:46
        [email] => [email protected]
        [ID] => 8185
        [ip_address] => 115.66.168.16
        [modified] => 
        [pinned] => 
        [rating] => 5
        [response] => 
        [review_id] => 9bccadc9f32de8a9bb24429cda9775e1
        [review_type] => local
        [status] => publish
        [term_ids] => Array
            (
            )
    
        [title] => testt for console123
        [url] => 
        [user_id] => 0
    )
    
    

    does this tells me why some browser have the cache issue?

    • This reply was modified 6 years, 2 months ago by adminseekout.
    Thread Starter adminseekout

    (@adminseekout)

    This is what i see after i submit a review via firefox.

    [2018-12-23 00:40:56|/home/seekout0/public_html/wp-content/themes/bb-theme-child/functions.php:73] DEBUG: review created
    [2018-12-23 00:40:56|/home/seekout0/public_html/wp-content/themes/bb-theme-child/functions.php:75] DEBUG: wp_cache_post_change triggered for: testt for console

    Thread Starter adminseekout

    (@adminseekout)

    So after entering this code i should 2 entries whenever i submit a review?

    i just the old code with this. It seems that it does not clear my wp super cache away whenever i submit a review.

    i remember last time i had a similar issue where i ahd to manually clear that cache to load that review. but after i put this code into my functions.php

    add_action( 'site-reviews/review/created', function() {
        if( function_exists( 'wp_cache_post_change' )) {
            wp_cache_post_change( get_the_ID() );
        }
    });
    

    it kind of work. strange..

    • This reply was modified 6 years, 2 months ago by adminseekout.
    Thread Starter adminseekout

    (@adminseekout)

    Hi paul,

    it seems that there are still issues with firefox. when i submit the form using firefox, it did pass the data to wordpress admin and using google chrome, i can see the submitted review. However when i see the form using firefox i cant seems to do it.

    recaptcha seems to work well too. Just that using firefox i still cant seems to see the updated reviews.

    Update*
    i tested on a few platform. internet explorer/firefox/ Android mobile samsung internet does not reflect the updated reviews. Google chrome/safari browser reflects

    But however when i clear my wp super cache, it seems to populate out all the reviews so i guess the problem might lies there.

    add_action( 'site-reviews/review/created', function() {
        if( function_exists( 'wp_cache_post_change' )) {
            wp_cache_post_change( get_the_ID() );
        }
    });
    

    is this code not working for me ?

    • This reply was modified 6 years, 2 months ago by adminseekout.
    Thread Starter adminseekout

    (@adminseekout)

    Thanks paul! guess i will sleep a little later tonight. will wait for you and keep you posted!

    • This reply was modified 6 years, 2 months ago by adminseekout.
    Thread Starter adminseekout

    (@adminseekout)

    Hi i just activated “Cache AddToAny locally with daily cache updates” and apparently it works even when user were to turn on tracking blocker on their browser. May i have a deeper understanding of this option? Do i need to do any form of manual clear cache stuffs after activating that option? i look up in this link but i still don’t quite fullt get what it meant. hope i can have some advise on this.

    Thread Starter adminseekout

    (@adminseekout)

    Thanks for the reply!

    I am facing a situation where a user visits this website on a android mobile with android internet browser ( Known as samsung internet) unfortunately samsung internet have got a function called Tracking blocker. You can see it Settings > extension > tracking blocker.

    The thing is this tracking blocker can be turned on accidentally forever once a user enter incognito mode on their phone browser. So is there a way to force the button to appear even if tracking blocker is turned on?

    Forum: Fixing WordPress
    In reply to: QR code scanner
    Thread Starter adminseekout

    (@adminseekout)

    i tried looking through there, but all they offers are generating the qr code for individual page. what i am looking for is a reader. A reader that can be implemented into the website. and yes i also did looked through github but not much findings from there.

    Thread Starter adminseekout

    (@adminseekout)

    you like a god i can always count on! thanks mate! works like a charm!

    Thread Starter adminseekout

    (@adminseekout)

    Thank you!!! one last thing before i end this off. sorry but i can’t figure out how to play arond the css. i am trying to achieve a button for the pagination with background and hover background. is there anyway i could achieve this?

    here is some example

    https://photos.app.goo.gl/34qwZq5FSKQmD1ap9

    and ( when hover)

    https://photos.app.goo.gl/iUbBcr1feuJLDkZ68

    Thread Starter adminseekout

    (@adminseekout)

    hi!

    i tried your code above and yes it work like a charm. but is there any css snippets i could use to move the pagination style and shift it to the middle?

    https://photos.app.goo.gl/pTjNwqim4yJQ7pfw9

Viewing 15 replies - 1 through 15 (of 30 total)