David Wang
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Monarch pluginThanks for following up. Updating Monarch to the latest version seems to have fixed it :thumbsup:
Forum: Plugins
In reply to: [Instant Articles for WP] Excerpting postsTry putting the images in their own paragraphs
https://clickwp.com/kb/understanding-paragraphs-and-line-breaks-in-wordpress/
Add this CSS:
#yith-ywrq-table-list .product-subtotal { display: none; }
You can add it directly to style.css or use a plugin like https://www.ads-software.com/plugins/simple-custom-css/
I have the same problem too. I’m using WP-Rocket. Is there something I set the caching plugin to ignore to ensure that this works? Thanks
Good thinking ??
Haha, UX is tough! My 2 cents: Hide the fixed positioning checkbox unless the Custom size has been chosen. And if the custom size is not chosen, don’t output
position:fixed
on the front end. Probably easier said than done I know. CheersI saw your other responses about the fixed positioning checkbox, e.g. https://www.ads-software.com/support/topic/fixed-positioning-not-sticking?replies=7#post-7365803
I might have accidentally checked it and then saved it. The popup had the
fixed
CSS class. I had to switch to custom size, save my pop-up, then switch back to responsive size and then the fixed positioning was disabled. Might be a bug here.Thanks again ??
Forum: Plugins
In reply to: [IW Magnific Popup] Jetpack tiled galleriesHi, I solved this with this code:
/** * Re-enable tiled galleries that were overriden by * IWP Magnific Popup [gallery] shortcode override */ remove_shortcode('gallery', 'iwmp_gallery_shortcode'); add_shortcode('gallery', 'gallery_shortcode');
Put the code above in your
functions.php
file. Please google it if you are not sure what that is. Also note that Magnific Popup will not work for regular galleries any more.Thank you, great feature and great plugin!
Great stuff! Thank you so much for this awesome plugin.
Forum: Plugins
In reply to: [Aesop Story Engine] ASE loading tracking scripts for FotoramaHi Michael and Nick. I’m not suggesting that ASE is loading the tracking scripts surreptitiously, I suspected that they were being loaded by a script you use in the plugin which you have now confirmed.
Yes I’m on v1.4 of ASE and the tracking script is still being loaded. Can you please tell me how I can disable galleries? Thank you
Forum: Plugins
In reply to: [Related Posts for WordPress] Related Posts for new postsI tested it and if you had manually linked posts while in Draft, the plugin will add more linked posts when you Publish.
Thanks for a useful plugin Barry, I will get the Pro version if I ever need it ??
Forum: Plugins
In reply to: [Related Posts for WordPress] Related Posts for new postsThanks Barry. A follow up question – if my client is a fussy-pot and manually links the posts at the Draft stage, will they be replaced with new posts when it is published?
Forum: Fixing WordPress
In reply to: Remove Divi LogoHi wayneeutley, Divi is a commercial theme so unfortunately it cannot be supported in the www.ads-software.com support forums
https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products
You should contact Elegant Themes support directly through their forum / support portal. Thanks
Forum: Fixing WordPress
In reply to: Media Library empty – wp-content/uploads has imagesI do not understand something – from my post:
Restored a Backup:
(+) Images appear on the site, and in the Post Edit field.
(+) Images have proper links to wp-content/uploads – when I hover to see link.Like I said: the images exist on your server and will load in your browser, post edit screen, have the correct links, they still don’t exist in the database.