tgiokdi
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] How to pass quantity to shopping cart?What I’m asking about wouldn’t be something that’s configured on the back end, if I’m on page1, and the button is on page1, i’d like to have the ability to add the quantity when adding to the shopping cart.
page1 example:
Product name
product description
price
Quantity drop down form
[wp_cart_button name=”Product Name” price=”29.95″]then we we press the “add to cart” button and it loads the shopping cart, whatever quantity we’ve already selected is displaying here. right now we add to cart, then pick the quantity
there’s no new version available yet, so I’m unable to confirm.
I’m already using another plugin to add the tags back in as Jetpack’s version is current broken as of the last update.
I’ve noticed that none of my sites using Jetpack are including opengraph tags any more, which is likely the root of the problem, FB will reject posts if there are no OG tags for them to use.
Forum: Plugins
In reply to: [PhastPress] Unable To Dismiss Welcome MessageI swear I tried using the normal X but it kept coming back, but now it’s staying dismissed after clicking the normal x.
Update has resolved the issue, thanks!
Forum: Plugins
In reply to: [Automatic Upload Images] Plug-in not working with current versionnot working for me either
> Under the media settings in search appearance, I’ve turned on Redirect attachment URLs to Attachment Parent.
Try disabling this feature completely on that same page.
Forum: Plugins
In reply to: [Classic Editor] wordpress no longer highlights tags in editorVersion 5.7 has resolved this.
I’m concerned that this plugin has been abandoned by the dev, is it eligible for adoption?
Forum: Plugins
In reply to: [Classic Editor] Doesn’t Work On WP 5.6you may have a conflict with another plugin, I’m using it on my own WP network and it’s doing ok.
Thanks, I’ll do as you suggest and go to email to receive your reply.
From what I’m seeing in my sql-slow log, the problem might be that it’s querying on an unindexed column? Seeing a lot of these:
# Query_time: 2.969962 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 211462 SET timestamp=1609522024; SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'tdomf/18516/776.jpg'
most of these do not exist, which may be an issue that’s on my end with how attachments are stored for some plugins from 10+ years ago, but having that run on 50+ sites at the same time might be an issue that I can mitigate by just activating the plugin on one site at a time.
is there an easy way to see what progress is being made and how much more is left to go? even if it’s as simple as doing a sql query?
I had turned off the plugin while I was figuring out what was going on, that helped mitigate the server load, I’ll try turning it back on today while everyone’s sleeping off the NYE celebrations.
I’m running the network version with about 50 sites, about 700k posts with multiple attachments on each.
Are there limits set on the crons or are they just selecting everything that hasn’t been ported over yet? I’m going to assume this is going to inflate my database a fair bit, yeah?
Forum: Plugins
In reply to: [Responsive Gallery Grid] RGG And Separate Masonry.js SectionFor anyone else having this issue, WordPress does some form of a safe mode for JS that you have to escape from to run your own scripts.
Forum: Plugins
In reply to: [Custom Simple Rss] Gallery Shortcodes Not Showing As ImagesAh, that’s one step closer, it looks like the content that’s being generated now from the shortcodes by CSR doesn’t match what the default feed generates and facebook is struggling to recognize images in the feed.
CSR content:
<![CDATA[ <div class="rgg-container" data-rgg-id="1"> <div class="rgg-imagegrid captions-title captions-effect-none " data-rgg-id="1"> <a href="https://www.myconfinedspace.com/2019/12/27/deathstroke-taking-aim/deathstroke-taking-aim-2/" data-rel="rgg" rel="rgg" title="" class="rgg-disabled size-medium rgg-img" data-src="https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-720x405.jpg" data-ratio="1.7777777777778" data-height="405" data-width="720"> </a> </div> </div> ]]>
default content:
<content:encoded><![CDATA[ <a href='https://www.myconfinedspace.com/2019/12/27/deathstroke-taking-aim/deathstroke-taking-aim-2/'><img width="720" height="405" src="https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-720x405.jpg" class="attachment-medium size-medium" alt="" srcset="https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-720x405.jpg 720w, https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-1000x563.jpg 1000w, https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-200x113.jpg 200w, https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-1536x864.jpg 1536w, https://www.myconfinedspace.com/wp-content/uploads/2019/12/Iy5Hpni-2048x1152.jpg 2048w" sizes="(max-width: 720px) 100vw, 720px" /></a> ]></content:encoded>