adminseekout
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Enforce user to update cart before proceeding to checkoutHi,
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.
Forum: Plugins
In reply to: [Site Reviews] issues after updatingroger thanks mate
Forum: Plugins
In reply to: [Site Reviews] issues after updatinggot it!
Forum: Plugins
In reply to: [Site Reviews] issues after updatinganddddd it worked! thanks alot paul! knew i could count on you! ??
Forum: Plugins
In reply to: [Site Reviews] issues after updatingthis 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.
Forum: Plugins
In reply to: [Site Reviews] issues after updatingThis 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 consoleForum: Plugins
In reply to: [Site Reviews] issues after updatingSo 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.
Forum: Plugins
In reply to: [Site Reviews] issues after updatingHi 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 reflectsBut 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.
Forum: Plugins
In reply to: [Site Reviews] issues after updatingThanks 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.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Force buttons to appearHi 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.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Force buttons to appearThanks 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 scanneri 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.
Forum: Plugins
In reply to: [Site Reviews] formatting and positioningyou like a god i can always count on! thanks mate! works like a charm!
Forum: Plugins
In reply to: [Site Reviews] formatting and positioningThank 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)
Forum: Plugins
In reply to: [Site Reviews] formatting and positioninghi!
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?