wordmax
Forum Replies Created
-
I was able to over ride the CSS to make it look decent in mobile view by adding the following lines in the additional CSS area for the theme:
.asp_product_name { float: none !important; font-size: 24px !important; font-weight: bold; line-height: 28px !important; color:darkblue; }- This reply was modified 5 years ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner).
- This reply was modified 5 years ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner). Reason: Fix escaping of code
I see the demo for the normal multi-filter. But is there a demo for the multi-filter shat narrows down post results each time another tag is selected. So if user selects tag “travel” then posts tagged travel will display. Then if user also selects tag “food”, then posts displayed will be further narrowed down to only posts that have BOTH “travel” + “food” tags. And if user then adds another tag filter like “pizza”, then posts are further narrowed town to only show posts that include ALL selected tags “travel” + “food” + “pizza”.
So that is what I mean by “drill-down” to narrow results for only posts that include all specified tags.
- This reply was modified 5 years, 1 month ago by wordmax.
p.s. Also, is there a demo we can see that shows the multi-tag select post filter as I described above? Thanks
Ok, thanks will take a look.
Regarding this, if I have a site with 5,000 posts or more, is there a point where the plugin can’t handle or take a long time to process/display the filtered results due to a huge number of posts on the site?
Forum: Fixing WordPress
In reply to: “welcome to block editor” recurring pop-upsOk, thanks. Perhaps the WP dev team would consider adding a setting for adminto turn off pop-ups.
Forum: Fixing WordPress
In reply to: “welcome to block editor” recurring pop-upsThanks for helping. Yes, browser cache is cleared regularly. Perhaps there is a way to keep certain cookies from being cleared?
Thanks for the quick reply. Is the assigned_posts=post_id option in the settings somewhere or is this a variable for a shortcode? If it’s for a shortcode, how to we implement it one time so that it works across all specified posts. Using something like code snippet or ad inserter plugin and then assign short code to desired posts?
Sorry, just getting familiar with the plugin. So please forgive if we missed an obvious setting for assigned_posts=post_id
Cheers
Thanks. That’s too bad. Here’s an example of a plugin (called site reviews) that has a language settings option in the plugin settings. All you have to do is start typing a word and it will find the phrase and allow you to edit it.
Pretty cool! See screenshot below for example:
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not working with custom posts?Thanks. Try making the text on your site a little darker or bolder so it is easier to read. More contrast text vs. background. Thank you.
Installed the SMTP plugin https://wordpress.org/plugins/post-smtp/ and it seems to have resolved the issue so order email confirmations are now being sent again.
But, still curious as to why order email confirmations were working fine with stock WordPress email settings up until the latest WordPress and/or Stripe version updates.
SMTP plugins for WordPress:
https://wordpress.org/plugins/search/smtp/Hi Jeff. Thanks for the quick clarification. I’m going to contact you via your site with a few other ideas about customization options.
Forum: Reviews
In reply to: [Web Directory Free] Unfortunately not really free map serviceYes. Maybe check the Hivepress directory plugin. The developer is very responsive and they are talking about trying to integrate LeafletJS with Openstreemap as a much cheaper alternative. Let me know if you find any other good solutions.
Forum: Plugins
In reply to: [Simple Business Directory] Alternative to Google Maps API?Thanks! This directory plugin has options for both Google Maps API and Mapbox/OpenStreetMaps and it works great with the free token from Mapbox without any complicated setup.
https://wordpress.org/plugins/web-directory-free/
Maybe you can take a look at the code or get some ideas from the developer for integration of Mapbox option that would save you a lot of time.
Just an idea.
Thanks!
Do you have any ideas about my original question here? How to show the available quantity remaining for a product to the front-end users? And how to change “out of stock” text to something else like “Sold out”.
Please reply with your thoughts.
Thanks