guilleliss
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] Place search on fixed navigation menuIt makes total sense with position in the page.
The solution recalculating position worked like a charm. Thank you very much!
By the way, I also had to add an extra
9
atz-index
, for the.aws-search-result-1
class, being the finalz-index: 99999
.The rest works perfect, Ill wait for an update with these changes!
Thanks again. I would rate 5 stars again if I could.
Cheers!
Forum: Plugins
In reply to: [Advanced Woo Search] Woocommerce 3.0 compatible?Great, I updated Woocommerce and it all works, thanks !
Forum: Plugins
In reply to: [Disable WooCommerce Reviews] Woocommerce 3.0 compatible?Great, thanks ! !
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] shortcode for product_cat is not workingHi! Is the product category filter working? I can’t find the way to make that work
Forum: Plugins
In reply to: [Simple Job Board] Disable paginationHi there,
Thank you very much, it works great. Is there a list of the shortcodes and their options somewhere? I couldn’t get to find that in the docs.
Cheers
Forum: Plugins
In reply to: [Youtube Channel Gallery] Error type: "ForbiddenSolution:
Create a new API Key for yourself here:
https://console.developers.google.com/Then go to edit this plugin’s file:
youtube-channel-gallery/youtube-channel-gallery.php
Search for the lines where it is assigning the variable ‘ytchag_key’ to a default api key, and change it to yours new generated one (better to copy those lines and comment the old assignment just in case).
Save the file and the video gallery should work again. This worked for me.
Cheers!
Forum: Plugins
In reply to: [Youtube Channel Gallery] Youtube Error: Youtube QuotaSolution:
Create a new API Key for yourself here:
https://console.developers.google.com/Then go to edit this plugin’s file:
youtube-channel-gallery/youtube-channel-gallery.php
Search for the lines where it is assigning the variable ‘ytchag_key’ to a default api key, and change it to yours (better to copy that line and comment the old assignment just in case).
Save the file and the video gallery should work again. This worked for me.
Cheers!
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Can't see any button on my shop pageHello, thanks for the answer! I also asked the theme devs and they say this or other quick view plugin wouldn’t work, so I guess is that. Thanks for the hint on the woocommerce action I will check if I can fix it myself!
Thank you again, cheers!
Forum: Plugins
In reply to: [Gallery Factory Lite] Does "metro" layout type works in lite version?Alright, thanks for the answer! Cheers!
Forum: Plugins
In reply to: [Gallery Factory Lite] Does "metro" layout type works in lite version?Hello!
Thanks for you answer. Yes, I see now there is a 1.1.1 version, but it is not shown as the last version so I guess we wont have the chance to upgrade unless I download the 1.1.1 manually.
I will stay with this fix until a upgrade comes within the plugin manager.
I will mark as resolved.
At first I thought that the metro layout was a feature only for the full-feature version of the plugin. Just to be sure, what are the differences between the lite and the full version?
Thanks for your answer and great work, this plugin does everything I was looking for!
Forum: Plugins
In reply to: [Gallery Factory Lite] Does "metro" layout type works in lite version?UPDATE:
I copied those files to their minified versions (in the same folder frontend/js), and now metro layout works fine. Be aware of this and include the minified files in the next update!
Thanks for such a great plugin, it works great !
Forum: Plugins
In reply to: [Gallery Factory Lite] Full VersionI think https://codecanyon.net/ is not working at all at the moment!
Forum: Plugins
In reply to: [bbPress Multi Image Uploader] Search results show all pictures in mediaUpdated and resolved! Thanks again for a great work, and for the fast response.
Forum: Plugins
In reply to: [bbPress Multi Image Uploader] Images are not shown in repliesJust updated and is working great! Thanks for your time and great work, really appreciated.
Regards,
GuilleForum: Networking WordPress
In reply to: Can not add new site – WPMU.Changing the DB_COLLATE define in the wp-confing file worked for me. I will keep that until the new release fixes this, I know is not the best solution but it will let the things work until then..
define(‘DB_CHARSET’, ‘utf8mb4’);
define(‘DB_COLLATE’, ‘utf8mb4_general_ci’);Thanks @tvape and @chriscct7.