degrees
Forum Replies Created
-
Thank you
Ignore (..or continue to). I could not get it to work or find help. I switched to buying Event Espresso instead.
Did you ever resolve? What was the solution?
Ignore the part above: ” briefly shows for a few seconds before disappearing”
That was the Map, not the form,…so in fact it never appears at all.
I found the solution to the thumbnails in your shortcode tips:
[portfolio_slideshow pagerpos=disabled]
So all that remains unsolved is how to set the title/caption position to the top (instead of default at bottom)
Forum: Plugins
In reply to: [Portfolio Slideshow] [Plugin: Portfolio Slideshow] Image Caption CSSrustyelf, did you ever also find out exactly how to move the image caption to the top of your image? I also needed to know but didn’t see a suggestion for that part of your question posted yet.
I have same problem – did you ever find the solution? If so could you post it here?
Forum: Plugins
In reply to: [Slideshow] [Plugin: Slideshow] Can't attach image from media libraryNice plugin, thanks.
I had same issue, would be great to choose from already uploaded images, super convenient. A great help to people who found your plugin after uploading loads of images to their media library already.
Thanks for replying.
What does the DESC represent?
Thanks for replying, so often these support forums go ignored. very appreciative!
I took your advice and went through the CSS file again.
It took a while to find out which CSS class to edit (I am a lay person, no coder here!)
But eventually I did find it by adding a margin-bottom: 30px; to every class and viewing front end each time to see if it worked! Eventually trial and error prevailed, and voila! Spacinggg.
My code was:
.testimonialswidget_testimonial_list {
color: #5C658D;
font-family: Georgia; Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: italic;
margin-bottom:30px;
}Ignore the part about the quotations, I had uncommented at first, but when I put them back the syntax was wrong. So that part is good now.
But the problem with the comma after the author in a new line is still a problem. So now I’m just half crazy ??Forum: Plugins
In reply to: [WP Super FAQ] [Plugin: WP Super FAQ] Apply CSS style to FAQ'sResolved.
Forum: Plugins
In reply to: [WP Super FAQ] [Plugin: WP Super FAQ] Apply CSS style to FAQ'sResolved: I got the answer in another post here at: https://www.ads-software.com/support/topic/plugin-wp-super-faq-link-prefix-and-style?replies=8
Actually ignore my post above. I thought it only listed the 1 category but I had hidden the category titles and that misled me to think it only listed the one.
What I did find was that my slug was writeen as: my_slug_here instead of my-slug-here (underscores instead of dashed and that was the issue. After correcting it, it worked fine.
By now you probably solved it but just in case anyone else is still having that issue: I also had the same problem, and I was using the Visual editor. What solved it for me was using the shortcode
[wp_super_faq show_category=slug]instead of [wp_super_faq show_specific_category=slug]
I can only guess that the author meant the word “specific” as explanatory and not exact syntax.