Will Stocks
Forum Replies Created
-
Hey @imtiazrayhan
Do you need any other logs/examples from me for this one?
I’ve checked the obvious things that come to mind and that Apache log is the only one I can find so far!
Thanks,
WillHey @imtiazrayhan!
If this ever comes to fruition, there’s an interesting approach pre-Gutenberg (still works as is shortcode based) that can be seen here: https://github.com/fcingolani/wordpress-juxtapose
It uses JuxtaposeJS which is fairly well known, although could be potentially “heavy”
Just thought I’d mention as this popped into my head the other day again π
That did it!! Thanks @imtiazrayhan
Thanks @imtiazrayhan π
Re: Color scheme – yes, it would be nice for me to set a global default color if possible, that matches my brand colors? That way, only βedge casesβ I have to select other colors and instead the stars match my color scheme by βdefaultβ if that makes sense?
I know I have the option per post, but if I posted 10+ reviews per day, I would definitely forget at least once :β)
Actually… I’ve just noticed that some of them are duplicated in that screenshot!!
Button (Improved)
Content Filter
Call To Action
Notification BoxAre duplicated
Also:
About the CTA button, we will most probably add an option to turn it off/on.
Thank you! I can confirm that it is working perfectly and looks much better π
Just need the stars now π
I think I’ve found something!!!
[Mon Sep 09 13:10:19.323189 2019] [proxy_fcgi:error] [pid 6920:tid 140337376880384] [client 127.0.0.1] AH01071: Got error 'PHP message: PHP Warning: array_map(): Expected parameter 2 to be an array, null given in /mysite/wp-content/plugins/ultimate-blocks/src/blocks/review/block.php on line 30 PHP message: PHP Warning: array_sum() expects parameter 1 to be array, null given in /mysite/wp-content/plugins/ultimate-blocks/src/blocks/review/block.php on line 32 PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /mysite/wp-content/plugins/ultimate-blocks/src/blocks/review/block.php on line 32 PHP message: PHP Warning: Division by zero in /mysite/wp-content/plugins/ultimate-blocks/src/blocks/review/block.php on line 32 PHP message: PHP Warning: Invalid argument supplied for foreach() in /mysite/wp-content/plugins/ultimate-blocks/src/blocks/review/block.php on line 36', referer: https://willstocks.co.uk/wp-admin/post.php?post=2943&action=editThis was in my Apache error log!
I did try saving as draft then previewing – it was still the same.
I have just installed “Public Post Preview” so I can share the post with you. Please see the link below.
One thing I forgot to note! I’m using the Gutenberg plugin (v6.4) as well! There’s some strange behaviour with the input fields (most of the time I can’t focus them!) for the Review block and it looks like deprecated input methods might be being used?
I have now disabled the Gutenberg plugin completely, to avoid the input field issues (wp.editor -> wp.blockEditor) and I’m still seeing the backend and frontend not matching up.
Backend: https://snipboard.io/ZqSTnw.jpg
Frontend: https://willstocks.co.uk/?p=2943&preview=1&_ppp=bb1b3a7b15 & https://snipboard.io/7ROMkU.jpgGutenberg Plugin errors:
wp.data.select( 'core/editor' ).getBlock is deprecated. Please use wp.data.select( 'core/block-editor' ).getBlock instead. wp.editor.RichText is deprecated. Please use wp.blockEditor.RichText instead. wp.editor.withColors is deprecated. Please use wp.blockEditor.withColors instead.Forum: Plugins
In reply to: [AdRotate Banner Manager] Cloudflare compatibilityAhhh, OK – if it’s PHP only then unfortunately it won’t work for me as I’m not actually using W3TC for page caching, but I’m using Cloudflare. Once the HTML is generated and output, that’s it until the cache is fully busted (https://support.cloudflare.com/hc/en-us/articles/200172256-How-do-I-cache-static-HTML-).
I’ve worked around this for the time being by building a simple javascript “rotater” (fits my basic use-case currently, but obviously is limited in advanced functionality).
Do you think this is something that might be supported in the future (“dynamically” rotating ads via JS) or is that out-of-scope?Forum: Plugins
In reply to: [AdRotate Banner Manager] Cloudflare compatibilityHi @adegans – thanks for the response. Cloudflare can also fulfil full page caching as well (I’m currently set up to use that). It’s not default but it can/does do it (in a similar vein to W3TC – but without the option for fragment caching). Essentially, whatever is loaded in HTML on the first page load = what is delivered to consecutive visitors.
For the time being, I’ve implemented a really simple piece of javascript with two ads that are not served via any plugin. This JS is called on page load and randomises the order of the ads shown without the reliance on PHP.Forum: Plugins
In reply to: [Advanced Ads βΒ Ad Manager & AdSense] Cloudflare compatibilityThanks Thomas! That definitely looks like what I’d plan to do! I will definitely be considering Advanced Ads Pro in the near future in that case.
Thanks
WillForum: Plugins
In reply to: [Advanced Ads βΒ Ad Manager & AdSense] Cloudflare compatibilityHi Thomas,
OK, that’s good to know – thank you. I will bear this in mind.
For the time being, I’ve implemented a vanilla js script to rotate the two ad units I have (they had equal weighting) and will consider Advanced Ads Pro as I expand my creatives, as I’d like to be able to ideally tie together ads displayed on a particular page (for instance, in a “sponsored” page/post, I’d like all ad units to show for the company that sponsored that page/post)
Thanks!
WillForum: Plugins
In reply to: [EWWW Image Optimizer] JS WebP + Infinite scrollingJust had a chance to deploy – can confirm resolved π
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP + WP Offload (S3 + Cloudfront)The GitHub deploy is a manual deploy isn’t it – it won’t get updates via wp-admin now? If I just wait for the next full release and re-install via wp-admin I’ll be all sorted moving forwards? Or will the GitHub release also be covered by wp-admin plugin updates?
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP + WP Offload (S3 + Cloudfront)Can confirm – working per deploying the animated gif fix as well π