MrMyles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Membership Plugin RecommendationThanks.
I already reviewed the list, plus Googled and read a half dozen articles. None specifically list the feature. I reached out to several plugin developers to ask the above question and I am awaiting answers.
Just thought I would post the question here to see if any users of these plugins use them in a similar fashion and which one they use for it.
Appears to have been a conflict with another plugin that was previously installed.
Category Order and Taxonomy Terms Order
I disabled that one and the categories are now sorting properly.
ThanksForum: Fixing WordPress
In reply to: NoIndex won’t go awayI went through YEOST settings the only change I made was to set Redirect attachment URLs to the attachment itself to YES. I did that and refreshed the page now the noindex is changed to index.
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
I don’t understand why that would fix it but it seems to have fixed it.Forum: Fixing WordPress
In reply to: NoIndex won’t go awayhttps://www.manitobabymotorcycle.ca/
I use YEOST SEO.
I disabled it and that noindex code went away.
I’ve gone through every setting I can find in YEOST and see nowhere to turn this setting on or off.Sorry for the delay, life got in the way as it often does.
Can you clarify your response, is this code to edit your plugin to allow the selection of multiple categories?I appreciate the help, this code worked perfectly.
Sorry, can you clarify?
I only want to hide the price if that option is selected, not always.The code I use is:
<?php if ( auto_listings_price() ) { ?> <li class="price"><strong> <?php echo auto_listings_price( $price ); // wpcs xss: ok. ?></strong></li> <?php } ?>
I have tried switching to the default 2021 theme and the “hidden” price still shows.
This is true on my test server running PHP5.6 and my live site running PHP7.3.
This is true on sites running default WP Themes 2016 through 2021 as well as the BIkersClub theme from ThemeForest.Here is a screenshot of various themes showing the price and the setting to show it should be hidden.
https://creativecompulsions.com/clients/gaslight/site/wp-content/uploads/2021/02/NotHidden.jpgAnd an example on the test site:
https://creativecompulsions.com/clients/gaslight/site/listing/2020-tri-glide-ultra/I cloned the site and put it on a test server and it works as it should.
The only difference between the two sites is the server they run on.
Can you tell me what server requirements are for this plugin?And this can be fixed by…?
The only place it is an issue is with vehicle sales. The rest of the site functions perfectly.Just checking in to see if there is a solution other than displaying all vehicles at once.
Sorry, I temporarily disabled it.
I have restored the pagination options so you can see it now.My goodness, I must be blind. That is pretty simple and clear but seems like I just kept overlooking it. Thanks again, appreciate the great suport.
Thanks for the super quick response, I will look into Loco Translate.
Is there a way to edit how long/when an item is flagged as New Listing?
I am adding 30 motorcycles right now and do not really want all 30 to say New Listing. The site is new, the listings are not.Forum: Plugins
In reply to: [SpiderCalendar] 404 error when trying to view an eventFixed. I had to edit all of the files in spider-event-calendar/front_end/.
Changed line 12 or 13 so it looks for the admin in the proper folder.Plugin was assuming everyone would install WordPress in the root folder, but mine was in a sub folder.