Fotis
Forum Replies Created
-
Forum: Plugins
In reply to: [Elements Plus!] Scheduled Sections Showing In SearchHi,
This section is not controlled by Elementor, so you will need to add a manual excerpt https://www.wpbeginner.com/glossary/excerpt/ which will appear instead of part of the content in search pagesYou can try this: Open template-parts/search.php and remove this line
the_excerpt();from inside.
Another way would be to make the excerpt smaller https://www.hostinger.com/tutorials/wordpress-excerpt-length/ in order not to include the section hidden.I will be checking with our engineers if there is a way to hide only your hidden/scheduled sections in non Elementor pages and ping you back for a better solution though.
- This reply was modified 4 years, 3 months ago by Fotis.
Forum: Plugins
In reply to: [Elements Plus!] Scheduled Sections Showing In SearchHi there
https://www.cowleycountyfair.com/outdoor-vendor-registration-form/
and
https://www.cowleycountyfair.com/indoor-vendor-registration-form/
are published pages, so they appear correctly.With Scheduled Plus you can set date/time-based display restrictions on every Elementor widget available but not pages! For pages you will need another plugin not related to Elementnor
Can you explain what are you trying to achieve? Do you have scheduled elements in these pages that appear while they shouldnt?
Forum: Themes and Templates
In reply to: [Olsen Light] How to hide sidebar on a single postHi there,
if you are using the pro version of the theme, please open a ticket here https://www.cssigniter.com/support-hub/ to get premium support
This forum is only for free version of the theme.Forum: Plugins
In reply to: [Elements Plus!] Scheduled Sections Showing In SearchHi there,
Can you see these sections when logged out in the same URL? Currently when visiting this page I dont see these sections you refer toForum: Themes and Templates
In reply to: [Olsen Light] Font Colors in PostsHi there,
Can you share a post you have changed color in text? Are you using Classic Editor or the Block editor? If you switch themes temporary can you save colors or see them render?Forum: Plugins
In reply to: [AudioIgniter Music Player] Accessibility for Blind – Why no Autoplay?Hi there,
By design we dont allow autoplay since it is a bad experience for the end user and a terrible UX practice https://www.pcmag.com/news/study-finds-bad-web-design-is-killing-us-all-with-stressThis will help https://ww.wp.xz.cn/support/topic/autoplay-and-custom-shortcodes/
but you should check with your theme developers where to add this code and if your theme supports it.Let me know if this helps
- This reply was modified 4 years, 3 months ago by Fotis.
Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Image Link open in new tabHi there,
I am afraid currently there is no option for that. I am going to add this in our feature list for future updates though.Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Image Link open in new tabHi there,
Which block are you using?Forum: Themes and Templates
In reply to: [Olsen Light] Opacity in Post Content Box (Homepage Slider)Thank you for sharing! It really helps a lot!
Forum: Plugins
In reply to: [AudioIgniter Music Player] LoopHi @sailpilot
This is the time needed to load the next one. I am afraid you cannot do a lot to eliminate thisForum: Plugins
In reply to: [AudioIgniter Music Player] Multiple playlists on a pageOnly PRO version will pause the song in multiple playlists to avoid the issue you have I am afraid. Please check the comparison table here:
– Stop tracks from other players (multiple players in one page) item
Forum: Plugins
In reply to: [AudioIgniter Music Player] Multiple playlists on a pageHi there,
this does not seem to happen in our demo https://www.cssigniter.com/demos/audioigniter/Do you have latest version of AudioIgniter and WordPress?
Are you using the PRO version of the plugin?Also just in case, can you check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ ?
Forum: Plugins
In reply to: [AudioIgniter Music Player] Add a new music at the first positionHi there,
I am afraid this feature is included in the PRO version of the plugin. To reorder you will need to remove and readd your tracks.Forum: Themes and Templates
In reply to: [Olsen Light] Using Icon for Home Appears Under SubmenusTry this
#menu-main > li:first-child > a:before { font-family: fontawesome; font-size: 20px; content: "\f015"; } #menu-main > li:first-child a { font-size: 0; margin-right: 0 }instead of the above. Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] Using Icon for Home Appears Under SubmenusHi there,
thank you for your feedback!
If you havent already please do review our theme here https://ww.wp.xz.cn/support/theme/olsen-light/reviews/ It will help us a lotCan you share the custom code you are using?