Ronnie Albert
Forum Replies Created
-
Forum: Plugins
In reply to: [Event CLNDR] Description Markup?When you save event, it strips the html. Thanks
- This reply was modified 8 years, 5 months ago by Ronnie Albert.
Forum: Plugins
In reply to: [Easy Banners Widget] Option requestThanks
Forum: Plugins
In reply to: [LoftLoader] No Image OptionThank you so much for your quick response. I’m sorry I should have looked more closely. It was right in front of my eyes. I quess somethings you can’t see for looking.
Forum: Plugins
In reply to: [Tweet Slide] It was expected to slide, but..I found the answer to this. You have to do it manually because it’s not in the settings. In the plugin folder tweet-slide/assets/js/tweet_slide.js
Find:$('.bxslider').bxSlider({ adaptiveHeight: true });
Change To:
$('.bxslider').bxSlider({ adaptiveHeight: true, auto: true });
Forum: Plugins
In reply to: [Tweet Slide] Background ColorSorry, I was using the wrong settings.
Forum: Plugins
In reply to: [Easy WP Page Navigation] Custom Text FieldTHANKS! F-Awesome works great now.
Forum: Plugins
In reply to: [Read More Without Refresh] Not sure how to use it?Use the shortcode, place your text – content between the opening and ending shortcode.
[read more="Read more" less="Read less"]Place your text here . . .
[/read]
You can replace the “Read More” and “Read Less” to what you want in the opening shortcode. Just keep it in between the the double quotes “”
Thanks UM, I check for updates every day, so excited with UM’s progress.
I’m sending to [email protected] ? Thanks
Just posting in case anyone else has the problem with browser tab error using Elegentthemes.com themes.
Open header.php and find:
<title><?php elegant_titles(); ?></title>
Replace with:
<title><?php bloginfo('name'); ?> | <?php wp_title(); ?></title>
Thanks for your excellent support
OK: It’s working now. PROBLEM: If you don’t have a avatar selected under UM profile, it conflicts with the comments avatar of the logged in user. I thank this is a problem only with my theme. Thanks for your help. I hope this helps.
Thanks, It’s a problem with the theme. I changed themes and it works. I am using Divi by Elegentthemes.com Thanks
Thanks for your replay. I updated to 1.0.24, but for some reason its still not working, the error message is gone, but the avatars on comments are missed up, you can see it here:
https://ronsgarden.com/2015/01/25/hello-world/Forum: Plugins
In reply to: [Next Event Calendar] Error MessageThanks for your replay, but the error message now is for line:
content/plugins/next-event-calendar/loop-events.php on line 131I tried to deactivate all plugins and tried, but I still get the message. Thanks.
Forum: Plugins
In reply to: [Secondary Title] Secondary Title field missing in latest updateJust updated plugin, now the Secondary Title field on new post is missing, Version 0.9.2 – You have to save as draft or publish for it to appear. Thanks