picsporadic
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Mega Menu - QuadMenu] UNDEFINED OFFSET after todays updateI can confirm that after changing line 34 of quadmenu.php to false it fixed the problem.
But it really shouldn’t be a problem that we need to code to fix right?
I am also curious how to add custom fields to HTML templates
In the the field editor go to Admin -> and check “Display in View Orders screen”
Forum: Plugins
In reply to: [Reusable Content Blocks] Gutenberg Supportsomething like this function?
function wplook_activate_gutenberg_products($can_edit, $post_type){ if($post_type == 'product'){ $can_edit = true; } return $can_edit; }
- This reply was modified 4 years, 8 months ago by picsporadic.
Hello I has well have been having trouble getting in contact with support here or through the support ticket on the website
Forum: Plugins
In reply to: [WP GPX Maps] New update and plugin conflictsStill having issues
I wanted to follow up with the solution that worked for us:
- First I deleted all the tags in bulk directly from the database using PHPmyadmin
_lrsync_meta -> media_tag … (there were over 2,000 entries)
- After still having problems we upgraded server to 2GB of allocated RAM
After 7 weeks last night we finally got the library to sync!
- This reply was modified 4 years, 9 months ago by picsporadic.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Remove all tags from photos?I wanted to follow up with the solution that worked for us:
- First I deleted all the tags in bulk directly from the database using PHPmyadmin
_lrsync_meta -> media_tag … (there were over 2,000 entries)
- After still having problems we upgraded server to 2GB of allocated RAM
After 7 weeks last night we finally got the library to sync!
- This reply was modified 4 years, 9 months ago by picsporadic.
- This reply was modified 4 years, 9 months ago by picsporadic.
- This reply was modified 4 years, 9 months ago by picsporadic.
- This reply was modified 4 years, 9 months ago by picsporadic.
Forum: Plugins
In reply to: [WebP Express] WILL PAY someone to correctly set up / configure WebP ExpressThanks Manas Mitra for your encouragement ?? As far as I have found the images do not cache correctly on cloudflare – neither are there available conversion options while running php 7.4 – there are a lot of settings for this plugin and it would be best to pass off to someone who knows what they are doing / has access to a non webp compatible browser to further verify if the images are properly loading.
Forum: Plugins
In reply to: [WebP Express] Anyone having any luck on PHP 7.4?`System info:
– PHP version: 7.4.3
– OS: Linux
– Server software: Apache
– Document Root status: Available and its “realpath” is available too. Can be used for structuring cache dir.
– Document Root: /home/mtbguatemala/mtbguatemala.com
– Document Root: Available and its “realpath” is available too. Can be used for structuring cache dir.
– Apache module “mod_rewrite” enabled?: could not be determined
– Apache module “mod_headers” enabled?: could not be determinedForum: Plugins
In reply to: [WebP Express] Anyone having any luck on PHP 7.4?followed these instructions to install the latest versions of the converters via PHP:
GraphicsMagick and gmagick
https://help.dreamhost.com/hc/en-us/articles/215075007-GraphicsMagick-and-gmagick-PHP-module-on-Shared-hosting
(our hosting is Dreamhost)ImageMagick
SSH shows successful installation via terminal to the directory php74/extensions
webp express still shows the different conversion methods as disabled in the admin area.
Maybe they still work?
will check with a couple of images
- This reply was modified 4 years, 10 months ago by picsporadic.
- This reply was modified 4 years, 10 months ago by picsporadic.
- This reply was modified 4 years, 10 months ago by picsporadic.
Forum: Plugins
In reply to: [WebP Express] Safari doesnt show imagesit will depend on if you have CDN caching
plus many other factors / configurations in the plugin
are you using <picture> tags?
Hi Jordy, thanks for your concise reply it is obvious you care about the product.
We are looking forward to the UI – the new features you outlined would be greatly appreciated.
We still haven’t gotten the plugin to resync with extensions – and have moved towards direct integrations with our gallery via your Meow Gallery plugin to cut out the WP Real Media Library from the workflow.
When the new update comes out I’d be happy to donate some money to buy a beer.
Cheers!
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Remove all tags from photos?Resync with extensions still freezing on tag generation
"Add parent null for ..."
(first nested tag – after cycling through full list of tags)
even though we have removed all parent tags from the backend.
- This reply was modified 4 years, 10 months ago by picsporadic.