christinaleans
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Cookie Banner AccessibilityDid you find a solution to this?
Forum: Themes and Templates
In reply to: [Kale] No WooCommerce Support for free?Oh dear! Thank you so much. I was just hired to come in and set up the shop today and I was about to pull my hair out! Had no idea someone might have actually hidden the descriptions. ???♀? Thank you for your awesome support!
Forum: Themes and Templates
In reply to: [Kale] No WooCommerce Support for free?Thank you for such a fast reply!
There’s an example here: [deleted]
- This reply was modified 3 years, 7 months ago by christinaleans. Reason: deleted client link
Rui, thanks so much. Excluding does not work in the Breeze plugin (even though it’s an option), switching to Autoptimize did the trick, didn’t even have to add the exclude yet.
@21cscott does your host have a built in caching system or Must Use Plugin?
Oh boy, that was it for me Rui! Any ideas how to proceed though? We have a super image-heavy blog and need the caching. Thanks for being so quick to help.
Just wanted to second this; I’m having the same issue.
I removed the tinymce files and references from the plugin to test, and fixed the JS errors in the dashboard. It turns out everything works fine unless I try to use a shortcode to display a query (yes, the shortcode button is ticked and other shortcodes work fine). I was testing with my own query shortcode, and then tested with a popular plugin for a query shortcode in case it was my code–still every time I click “Update” everything reverts back to defaults.
Any other content besides queries works.
The strange thing is that it did work at first, but as soon as I went to tweak a setting, it all stopped.
Bummer. I did try the DOM checkbox and get the same results whether it’s on or off. The other error was fixed, and definitely don’t want to go back to the classic editor.
Thank you!
Yes, there actually are a couple errors in the dashboard.
One I’m working on now, but the other is this: https://imgur.com/FOkhYAd
The file path listed is this: /plugins/slide-anything/js/add_tinymce_button.js?wp-mce-4960-20190918
Can I ask what they found Gretchen? I’m working with someone’s older theme and can’t get the blocks outside of a container once I accidentally put them in it. Driving me crazy continually deleting and recreating them. ??
That would be done with CSS not with the shortcode. I’m guessing for your theme you’d add:
.display-posts-listing .listing-item a.title { font-weight: bold; font-size: 150%; }
I don’t think there’s a view count option, but there’s an option to show by number of comments:
[display-posts orderby=”comment_count” order=”DESC”]
Or by share count: https://displayposts.com/2019/01/04/most-popular-posts-by-social-shares/Did you end up making the switch? And if so are the errors resolved? I have food blogger clients asking if they should switch for the same reason. Thanks Sabrina!
I didn’t say it wasn’t there, I said it wasn’t being APPLIED, which it isn’t.
The “image-left” in the shortcode doesn’t seem to be taking effect for you, which would be why the CSS isn’t being applied, because it’s addressing the .image-left class which isn’t being outputted. https://imgur.com/a/wDXD4f7 I don’t have an answer for that, but you can tweak the CSS to work in spite of that.
In the CSS, try deleting “.image-left”
That will solve it, but it will also effect anywhere else you are using the shortcode, whether you tried to use image-left or not.
It doesn’t look like the CSS has been applied. Where did you put it?