Fotis
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxSlider] Format textHi @elbeavers
You can open in maxslider plugin folder slide.php and
replace<p class="maxslider-slide-subtitle"> <?php echo wp_kses( $slide['subtitle'], MaxSlider()->sanitizer->allowed_tags( 'subtitle' ) ); ?> </p>with
<p class="maxslider-slide-subtitle"> <?php echo $slide['subtitle']; ?> </p>to allow custom HTML tags there
Let me know if this helpsForum: Plugins
In reply to: [AudioIgniter Music Player] Custom Shop IconHi,
Your solution will work just fine!Let me know if I can help out with anything else
Forum: Plugins
In reply to: [AudioIgniter Music Player] Custom Shop IconThat’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.
Also, we’d really appreciate if you could you take a minute and rate our plugin at https://ww.wp.xz.cn/support/plugin/audioigniter/reviews/.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Shord code with audio urlHi there,
I am afraid currently this is not available. This might be in future versions of AudioIgniter thoughForum: Plugins
In reply to: [AudioIgniter Music Player] Show the playlist on the shop main pageHi,
you can find the shortcode for your AudioIgniter playlist in the end of the playlist edit page https://gyazo.com/33a6ca02f2075b199b5923c0c633af00Then just use it in the snippet OceanWP will provide to render it under the gallery of WooCommerce in their theme.
Drag and drop is supported only in the PRO version, while you cannot add a price tag currently I am afraid
Let me know how I can help more
Forum: Plugins
In reply to: [AudioIgniter Music Player] Custom Shop IconHi there,
I am afraid you cannot remove the title from the plugin,
but you can load the javascript that removes titles on the window load event https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event
This will ensure it will run after AudioIgniter loadsHi @kosvrouvas
Sorry for your bad experience, in which browser and os does this happen? Can you share your PHP version also?
BTW can you update to the 2.12.5 version (just released) and ping me if everything is ok?Also, make sure you have checked for plugin conflicts first https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ just in case
Forum: Plugins
In reply to: [AudioIgniter Music Player] Custom Shop IconHi
try this[aria-label="Buy this track"] svg{display:none;} [aria-label="Buy this track"]:before { background: url(your-image); background-size: contain; background-repeat: no-repeat; content: ""; display: block; width: 32px; height: 32px; padding: 0; box-sizing: border-box; position: absolute; text-align: center; margin: 3px; }in your custom css box. Currently there is no way to add additional custom button I am afraid. This might be a feature in future releases though
Le me know how I can help out more
- This reply was modified 4 years, 7 months ago by Fotis.
Forum: Plugins
In reply to: [MaxSlider] Format textHi there,
you can try this/*title*/ .maxslider-slide-title { font-size: 20px; font-weight: bold; font-style: italic; } /*subtitle*/ .maxslider-slide-subtitle { font-size: 30px; font-weight: bold; font-style: italic; }in your custom css box under Customize->Additional CSS.
Let me know if this helps
Forum: Plugins
In reply to: [AudioIgniter Music Player] Show the playlist on the shop main pageHi there,
You can render the playlist virtually everywhere using shortcodes https://developer.ww.wp.xz.cn/reference/functions/do_shortcode/
This depends on the theme you are using though. Which theme is that? Have you consulted the theme developers?Hi there,
I am afraid sharing option is not supported yet. This might be included in a future release but I cannot promise anything.
Let me know how I can help out moreForum: Plugins
In reply to: [MaxSlider] Responsive IssueHi there,
This is the way the slider is meant to work, creating a full screen visual effect for the visitor when visiting from mobile.
Actually, This is a common technique for images that you want to scale in mobile.
The images will adapt their container size. If you look at the demo site you will see the image shrinking as we move towards a narrower width. It is of course obvious that an image with a ration of 16:9 will not be displayed in full in devices like mobile phones.Forum: Plugins
In reply to: [Elements Plus!] Why Gallery Plus! erases all alt texts???Great!
Glad everything works fine!
If you enjoy the plugin and our support please reconsider your review, it will mean a lot to us.
In any case I will be happy to help anytimeForum: Themes and Templates
In reply to: [Olsen Light] Images Don’t Show in RSSHi there @hmu0001
Do you have any featured images for your posts? https://www.cloudways.com/blog/wordpress-featured-image/ ?