rsetonaknik
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: domain mapping – wordpress.com to .org@grmindyjean – your case was 10 months ago, any resolution yet? I had the same problem now after wordpress.com asking me to upgrade a new domain without the ‘wordpress’.
Do I need to reblog all contents from wordpress.com blog into my new wordpress.org self-hosted blog?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Overlapping captionThank you Josh,
Give me a try and will let you know soon whether I pass the exam…
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Overlapping captionHi Josh,
What code for the conditional check? Seems I have to put the code in the header.php only, not in meteor-slide.php or meteor-slideshow.php… (hope you enjoy the coffee sent last week, why not take a break and have the real Java coffee in my country?)
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Overlapping captionHi Josh,
I followed your advice step-by-step and had a very great great learning experience. Your answers encouraged me to think and explore further. Here are the results, not sure whether it is rightly done.
Advice #1 and #2.1 are not used, has no significant effect.
Advice #2.2 and #2.3 (and code put in the header.php, of course) are keys to show the captions (title, excerpt) up. Make a copy of #2.3 for excerpt and add an extra ‘p’ as prefix like this, ‘.meteor-caption p{‘.
It worked well except the ‘Continue reading’ (link) in excerpt also shows up. Disable this code (line 364-370) in functions.php solves the problem.
Advice #3 and #5 pending; advice #4 since I don’t know Photoshop I replace the background with this simple code:
background: rgba(0,0,0,0.5);Doing all these I am happy the goal has been sucessfully accomplished, pernakpernik.onlinelibrary.web.id
I documented the experiment and share it with my readers. I am sure there must be mistakes. Please do me a favor which part did I do wrong by ignoring the codes proposed and adding my own (intuitive) codes, and possibly the negative effects they may caused.
Thank you again ‘guru’ Josh.
5★ for Meteor Slide, 5★ for documentation, 5★ for 1-on-1 excellent support, 5★ for you, and 5★ for me (may I? for getting smarter).I forgot to put the ‘long’ code
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow( “(name of slideshow)”, “” ); }
?>as suggested in use multiple slideshows.
Yes! Now it works fine… thank you so much Josh.