wordmax
Forum Replies Created
-
That works great. Thanks! Looks like the ASINs are being shown in random order when page is refreshed or going to another page.
Looks like it works with W3 total cache plugin too. So that’s nice. đ
Thank you!!
Forum: Plugins
In reply to: [Load More Anything] How to apply to all lists ul or ol classless elements?ol works ok but for onlyone ol list per post or pagr
View post on imgur.com
ul not ok conflicts with admin menu etc Maybe you should put some kind of filter so that it doesn’t affect the wp admin menu
View post on imgur.com
Forum: Plugins
In reply to: [Load More Anything] How to apply to all lists ul or ol classless elements?Okay thank you I followed up with an email so you can see what I’m talking about on a demo site.
Ok. We just wanted a way to keep content from getting to long so people can scroll past it to next part of the page without having to scroll through 300 items in a list if they are not interested. Not really wanting to use it for the buzzfeed monetization business model. Personally I don’t care for sites that do top ten lists and try to run an ad on each item in the list. Usually associated with click-bait titles and đ not too far away from food blogger sites that show 3000 word life stories before showing the the 20 line chili recipe they talked about in the title. I the ALM plugin has many other great uses though. Thank you!
Forum: Plugins
In reply to: [Load More Anything] How to apply to all lists ul or ol classless elements?Okay thanks it sounds easy enough but I can’t figure out the correct way to do it. Here is the picture of a screenshot. Please clarify and include a screenshot of how it would work properly. Thanks. Also if you have any documentation on your website about examples of different ways for load more to work that would be very useful.
View post on imgur.com
Thanks @mlchaves that is very useful info! I checked out the video and the wp dev notes documentation link. Good stuff. I think you forgot to add your code snippet to your video tutorial notes/description. I guess its basically the same as this one provided by Aaron on the dev notes wp documentation?
function my_plugin_disable_tabs_by_default( $settings ) { $settings['blockInspectorTabs'] = array( 'default' => false ); return $settings; } add_filter('block_editor_settings_all', 'my_plugin_disable_tabs_by_default');Forum: Themes and Templates
In reply to: [Blocksy] How to change the name of patterns?Aha, I see the way to change the name of pattern now. You have to open/edit the desired pattern and choose the “code editor” option, then it will show you the name of the pattern which can then be updated, etc. Then you can switch back over to visual editor again for easy + of content in pattern.
Forum: Themes and Templates
In reply to: [Blocksy] How to change the name of patterns?Also, see this thread they discuss the issue here:
Okay thanks but it might be nice to have an option where we can make the default view the text style controls instead of the plugin block menu that shows pop up maker because every time we want to edit the text we have to go over to the right and click on the design icon to switch over. So maybe you could add that as a setting somewhere. Thank you
Forum: Plugins
In reply to: [Democracy Poll] 6.0.1 error@aryribeiro Did you do something to produce this error or does it occur by itself when the plugin is activated? How can we check to see if error is occurring on our site because we do not see any front-end errors after the latest update of plugin. Thanks
Forum: Plugins
In reply to: [Democracy Poll] Latest update requires a fast update :)@michael take it easy. monetize simply means that a developer can offer a few extra features in addition to free plugin version, so this way the developer can actually make a living and offer support more than once per 6 months like this plugin, because people are too CHEAP to donate or support the developer and expect free lunches and lollipops to drop out of trees. Can’t have the cake and eat it too as they say.
Ethical devs never use bait and switch tactics or nag users to upgrade. They only offer some extras or advanced features that are not with the free version. Perfect example of this is the plugin Ajax Search Lite it’s a killer plugin all by itself, no need for 99% of users to upgrade. But there is a pro version with advance features for a $39 lifetime license that helps legit traffic sites to perform even better search function. The dev is making a nice living and able to focus on constantly improving updating and supporting the plugin.
Make sense?
So for example with this plugin, the option for admin to moderate answers in the democracy polls where users can add answers… this is a sorely needed option for such a poll in order to have some level of quality control and prevent user abuse of polls. Admin poll answer moderation could be such a feature available on a pro version.
Forum: Plugins
In reply to: [Democracy Poll] Latest update requires a fast update :)Yep. 503 server error. The new update broke the site. Could not even login to admin url without renaming the plugin dir on the server first.
- wp version: 6.4.3
- php 8.2
- theme: Blocksy
I recommend to the dev to reach out and build a team to help out. This cool plugin deserves better support and would be easy to monetize w/ a pro version.
Is this the correct way to remove the rating (data request) from the list template? We just delete the %rating% from the following default product display code in the list template?
WP admin dashboard > Auto Amazon Links > Default (tab) > Default unit options > template name (List) > item format > remove %rating% from the code…
<div class="amazon-auto-links-product"> <div class="amazon-auto-links-product-image" style=""> %image% </div> <div class="amazon-auto-links-product-body"> %title% %rating% %prime% %discount% %price% <span style="font-size:12px; color:#2492c1;"><em></span> %description% </div><hr style="border:2px solid #eee;"> </div>No problem. I understand. Too bad, I guess Amazon is so fat & happy now having grown to their current size they no longer care about making it easy for the people (affiliates) who helped them become successful. âšī¸
Now the site no longer shows any ratings info and instead there is just text showing in each item that says “Now retrieving the rating.” and it does not go away.
Is there a setting or another workaround where we can tell the plugin not to check for ratings data? Maybe I’ll try to hide it with CSS no display…
This CSS hides the text “Now retrieving the rating.”….
.context-formatted_rating { display:none; }Thanks
- This reply was modified 2 years, 2 months ago by wordmax.
The shortcode option is great. For some reason the sort=”random” variable does not seem to affect the order of items. I tested this out with all cache disabled and refreshed page a few times and the 7 products ASINS inserted in the shortcode remain in the same order on the front-end item list display. Any ideas? Thanks