advantagen
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] File permissions and double extensionsThank you, removing that section from the .htaccess file seems to have done the trick. Now everything seems to be working just fine.
Forum: Plugins
In reply to: [EWWW Image Optimizer] File permissions and double extensionsI re-optimized using the Alt WebP Rewriting option, and for the most part everything went smoothly, except for the fact that I now have weird black bars in my widget areas and instead of bullets, like so:
https://s9.postimg.org/41c42f3db/black_bars.png
And now, I can’t un-do what’s been done. I’ve tried de-activating EWWW but then all the images on my site are broken.
And I thought maybe I needed to re-activate and then use the ‘Unoptimize’ function, but when I do that, it says “We have 0 images to optimize.”
So I’m at a bit of a loss. Am I missing something?
Forum: Reviews
In reply to: [YITH WooCommerce Multi Vendor] Great PLUGIN!!!! But needs few more featuresFor what it’s worth, there is a way you can go about both of these things currently, although it entails purchasing a theme and then integrating WooCommerce with it (which has been surprisingly easy so far).
The theme is Vantage from AppThemes, and it transforms your base WordPress site to a business review website.
This allows a user to rate and review business, as well as send them private messages.
Following the super easy instructions here: https://docs.woothemes.com/document/third-party-custom-theme-compatibility/
I created the woocommerce.php page, pasted below this message for you, and the only thing left I’d like to do is include a ‘Buy Now’ or ‘Book Now’ tab on the business listings, though that’s just my preference and could easily be done another way.
This might be the long way around for what you want to do, but it will at least do what you want it to do, so I thought it was worth mentioning.
WooCommerce.php (as edited for the Vantage theme by AppThemes):
<div id="main"> <?php appthemes_before_page_loop(); ?> <?php woocommerce_content(); ?> <?php appthemes_after_page_loop(); ?> </div><!-- /#main --> <div id="sidebar" class="threecol last"> <?php get_sidebar( app_template_base() ); ?> </div>