candell
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Only order specific post typeBTW, I am using the Search and Filter plugin if that affects anything.
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Create slider in templateNo worries, thanks for the replies.
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Create slider in templateThanks @virgildia for the reply.
The slider will be to show recent posts in my single-post.php template, I was hoping you had a function for templates providing similar options to the block.
Forum: Fixing WordPress
In reply to: Query Loop Offset Removed?Thanks George, that’s awesome
Forum: Fixing WordPress
In reply to: Query Loop Offset Removed?
Here’s what I see on the query loop options
Forum: Fixing WordPress
In reply to: Query Loop Offset Removed?np mod.
Does anyone else see the offset option in 6.8.1?
Forum: Fixing WordPress
In reply to: Query Loop Offset Removed?Thanks, I tried to reply to that but it’s closed. I don’t see the option in the menu.
Interesting, your issue is very different to mine. My images were ok, there was just a background fading in and out three times, set by an animation in the css for some reason.
Add this to your css, worked for me
.wp-block-themeisle-blocks-slider .glide__slides {background: transparent !important}Do you mean a grey background that pulses three times? I’m looking for a solution to stop that also.
Forum: Fixing WordPress
In reply to: Prevent certain user role from accessing backend adminThanks Yash, I’ll give it a go
Forum: Developing with WordPress
In reply to: List of users who have a made a post in a cptThanks for the idea, all working now
You can enqueue the animation files yourself in the theme, then use the classes in the template pages.
add_action( 'wp_enqueue_scripts', 'anim_all_pages' ); function anim_all_pages() { wp_enqueue_script('otter-animation-frontend', '/wp-content/plugins/blocks-animation/build/animation/frontend.js'); wp_enqueue_style('otter-animation', '/wp-content/plugins/blocks-animation/build/animation/index.css'); }All working great now, thank you for the help
Thank you. Admins can add the feed, but the editor with the code supplied only sees the Upgrade link.