Brian Zerkler
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add-On Items in Woocommerce?Hi there,
I don’t believe there is a feature exactly like that with the default WooCommerce.
However, you can set up a Usage Restriction for the coupon.
So, for example, you can set the coupon to be a 100% rebate for a specific product but, the coupon will only work if a minimum of $50 is spent in the cart.
You can see how that works over here:
https://docs.woocommerce.com/document/coupon-management/
Hope this helps!
PS
Don’t forget to change the usage limits so they can’t get that item multiple times for free. Unless that is what you want ??Forum: Plugins
In reply to: [WooCommerce] Display only 4 thumbsMy pleasure!
Cheers
Forum: Plugins
In reply to: [WooCommerce] Display only 4 thumbsHi there WebbieWorks,
It would be helpful if you had a link to your site to see exactly how it looked.
No worries, though.
If you don’t want to mess with any code, you can try a slider plugin like this:https://www.ads-software.com/plugins/wooswipe/
Hope this helps!
Hi there,
Not sure if it was a mistake but the link you posted directs to a 404 “Not Found” page. And the site has broken links.
However, I hope I can still solve your issue. When you edit the page, scroll down until you see a section titled “Discussion” and deselect “Allow Comments” and “Allow trackbacks and pingbacks on this page”.
If you don’t see the “Discussion” section then you would have to make it visible. Scroll to the top of your edit page and on the top right click on “Screen Options”, then select the option “Discussion”. You should now see it when you scroll down again.
Hopefully this is what you wanted!
Forum: Themes and Templates
In reply to: How do I edit/change menu items on mobile version??Hi Joshua,
If you want to edit the menu you have on your website (and create a second one that you want for mobile only), from your wp-admin Dashboard you can click:
Appearance -> Menus
With the plugin, you can select among any of the menus that you created from within the spot I mentioned above and use it for mobile only.
Forum: Themes and Templates
In reply to: How do I edit/change menu items on mobile version??Howdy!
There are a bunch of ways to hack it and some themes even allow you to create a separate menu for mobile. I’m not sure if your theme is set up for that. ??
Alternatively, an easy way could be to use this plugin
https://www.ads-software.com/plugins/wp-responsive-menu/
Hope this helps!
Forum: Fixing WordPress
In reply to: How do I change the layout on a category pageYou can also try playing around inside the Customizer.
From the Dashboard go to Appearance->Customize.
Forum: Fixing WordPress
In reply to: How do I change the layout on a category pageHey there,
What kind of layout change are you trying to do? I see that the site you are referring to is using the Divi theme. It might help if you checked out some of their tutorials and options.
https://www.elegantthemes.com/gallery/divi/
Hope this helps!
Forum: Fixing WordPress
In reply to: How to revert to previous WordPress versionHey Roland,
No worries. I’m sure you’d do the same.
Updates are very important and they do improve the site. But, it can be a little tedious when updates don’t play nice with themes, plugins and core.
Sometimes you just need to wait a bit before they all catch up with each other.
Cheers
Forum: Fixing WordPress
In reply to: How to revert to previous WordPress versionHello there Roland,
First off, I must say that it is important to backup your site regularly. It’s especially important before any updates and upgrades to any themes, plugins and the core WordPress files.
If you have a backup, then you can just revert to that file.
Now, if you don’t have any backups and you just want to downgrade, then here are the steps.
Make sure that your site has been backed up before continuing ??
You can go to the WordPress archive page here
https://www.ads-software.com/download/release-archive/
Every release of WordPress can be downloaded here
Download the version you would like.
Extract (Unzip) the files on your computer.
Delete the content folder from the version you just downloaded.
(You don’t want to lose your current content)
Upload the files to your server via FTP
After the files have been uploaded, you can then go to your site’s wp-admin page.
You should see a prompt to upgrade, click it and that should be it.Hopefully, that solves your issue.
Let me know if you need anything else!
Forum: Fixing WordPress
In reply to: Removing the Comments / Reply boxes at bottom of each pageHi grantfromgdp,
When you are in the edit page section, you can scroll down and you should see a heading which reads “Discussion”.
Deselect the 2 options which read “Allow comments” and “Allow trackbacks and pingbacks on this page”
If you don’t see the “Discussion” heading, just scroll to the top of the page and select a drop down menu on the right which reads “Screen Options”.
Once open, make sure that the “Discussion” option is selected.
Hope this helps!
Forum: Fixing WordPress
In reply to: exclude legal pages from displaying adsForum: Fixing WordPress
In reply to: Linking to an External WebpageHi there!
If you don’t want to play with any code, you can try this free pluginhttps://www.ads-software.com/plugins/quick-pagepost-redirect-plugin/
Forum: Fixing WordPress
In reply to: FeaturedCan you please send a link to your site?
Forum: Fixing WordPress
In reply to: FeaturedI can’t seem to have access to admin section of the premium theme, nor am I certain which of the themes you are using.
In the editor for the “Classified” theme, for example, you can change the list order.
Search for
<div class=”tabstyle1″>
<ul class=”nav nav-tabs ” role=”tablist”>
<li role=”presentation” class=”active”>New Arrivals
<li role=”presentation”>Most Popular
<li role=”presentation”>Most Viewed
<li role=”presentation”>Featured Listings
</div>
Change it to
<div class=”tabstyle1″>
<ul class=”nav nav-tabs ” role=”tablist”>
<li role=”presentation”>Featured Listings
<li role=”presentation” class=”active”>New Arrivals
<li role=”presentation”>Most Popular
<li role=”presentation”>Most Viewed
</div>