Fotis
Forum Replies Created
-
Forum: Plugins
In reply to: [Elements Plus!] Why Gallery Plus! erases all alt texts???Hi,
replace<img src="<?php echo esc_url( $img['0'] ); ?>" alt="<?php echo esc_attr( wp_get_attachment_caption( $id ) ); ?>">with this
<img src="<?php echo esc_url($img['0']); ?>" alt="<?php echo esc_attr(get_post_meta($id, '_wp_attachment_image_alt', true)); ?>">in wp-content/plugins/elements-plus/elements/ep-justified-gallery.php
Make sure your images have alt text
Let me know if this helps
- This reply was modified 4 years, 7 months ago by Fotis.
Forum: Plugins
In reply to: [Elements Plus!] Why Gallery Plus! erases all alt texts???Hi there,
yes and update will be soon ready, but currently you should check the solution I posted, it will/should fix it.Forum: Plugins
In reply to: [AudioIgniter Music Player] Player not loading songs with Apple productsHi there,
Can you check if this is a plugin conflict first https://www.cssigniter.com/kb/checking-for-plugin-conflicts/
Specially if you have any security plugins installedCurrently there is no answer
https://www.raypasnen.com/wp/?audioigniter_playlist_id=5868
like expected (https://www.cssigniter.com/preview/audioigniter/?audioigniter_playlist_id=71)
This means something is blocking the request. Perhaps you could check your server error logs for any specific errors when loading this URL and let me know if you find anythingForum: Themes and Templates
In reply to: [Olsen Light] A few questionsHi there,
1.
Add this
footer .site-logo{display:none;}
in your custom css box2.
Add this
h1.entry-title{ color:red; font-size:30px; }and replace red with the color of your preference
3.
You will need to generate a new form using Mailchimp that has this new field. This is not related to the theme, but you will need to get new code and place it in a text widget.
4. Add this
.site-bar{ justify-content:center; }5. You are using Jetpack image CDN. Please disable it since it will make your images blurry to load faster. This might be only to users that have retina monitors.
6. Add this
.page .entry-utils, .single .entry-utils{display:none;}7.
Add this#paging .current, #paging a:hover{ background:green; }to change the background
8. Try this
#paging { max-width: 600px; margin: 30px auto; }9. You will need to change CSS
For example@media(max-width:767px){ header .site-logo a{ font-size:30px } }will change the site title only for mobile. Repeat for the post titles also
@media(max-width:767px){ h3{font-size:20px; } }Let me know how I can help out more
- This reply was modified 4 years, 8 months ago by Fotis.
Forum: Plugins
In reply to: [Elements Plus!] Why Gallery Plus! erases all alt texts???Hi @lubosko
This will help https://ww.wp.xz.cn/support/topic/gallery-plus-captions/
Until we release the updateForum: Plugins
In reply to: [Elements Plus!] Why Gallery Plus! erases all alt texts???Hi @lubosko thank you for reporting this! This is a bug indeed, we are going to release an update asap! Please give me some time to add a generic fix here
Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Legend in the imagesHi there,
Currently we don’t support this in Gutenbee Slider.
This is a feature we plan to add in future releases thoughForum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Accordion Link ClassesHi there,
Currently I am afraid there is no solution with this. Perhaps you can try a frontend solution using JS and targeting the selector you want to add.
I can help you with this is you provide a URL with the link you need to change.Forum: Themes and Templates
In reply to: [Olsen Light] A few questionsHi there,
1. Add this.page-id-46 .col-lg-4{ display:none; } .page-id-46 .col-lg-8{ max-width:100%; flex:0 0 100%; }in your custom css box to remove the sidebar, while the color is generated using Elementor in that specific page. I suggest using Elementor to change colors
2.Add this.footer-widget-area .zoom-instagram-widget .zoom-instagram-widget__item a{ width:100%!important; }in your custom css box
3. Add thisfooter .widget:last-child { margin: 0; height: 128px; }in you custom css box, change 128px to your preference
4. This is a text widget in the footer area (Appearance->Widgets). Please remove it.
5. Add thisheader .site-logo a{ font-size:50px; color:red; }in your custom css box
6. Add this@media(min-width:991px){ header .site-bar{margin-right:128px;} }in your custom css box
7. Can you explain a bit more. Sidebar drops after content in mobile? Do you get different widgets in mobile?Let me know if these work
- This reply was modified 4 years, 8 months ago by Fotis.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Lazyload Possible?Hi, there
Thank you for your feedback!
You can lazy load images using any lazy load image plugin,
but you cannot lazy load components I am afraid.I suggest using a cache plugin to actually speed up your site.
Let me know if I can help out more.
PS. Since you have a paid version of the plugin please open a ticket at our site. This answer though is for both free and the pro version of the plugin
Hi @carolcunha
Any updates on this?Forum: Plugins
In reply to: [AudioIgniter Music Player] Play LinkHi there @mfsaka
Google Drive does not support streaming audio I am afraid. This is not related to AudioIgniter, but to Google Drive Terms of service. You can use Dropbox though if you wishForum: Plugins
In reply to: [AudioIgniter Music Player] change the cover placeHi there,
try this
.ai-wrap .ai-control-wrap {
flex-flow: column;
}
.ai-wrap .ai-control-wrap-thumb {
width: 100%;
margin-bottom: 16px;
}
.ai-wrap .ai-control-wrap-thumb img {
object-fit: cover;
width: 100%;
height: 200px
}in your custom CSS box under Customize-▸Additional CSS
Let me know if this worked for you.Hi there,
add the carousel box normally, but add this.slide .slide-content{ position:unset; transform:none; top:0; opacity:0; left:0; }.slide .slide-content .read-more { margin-top: 0px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }to hide it and make the image clickable!
Let me know if you need additional help with this.
Hi there,
This is not the default behaviour of our theme as you can see here https://www.cssigniter.com/preview/olsenlight
do you have a child theme, with modified parts like header.php or footer.php inside?