leoly
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Add Read More ButtonIt did that in the url field for 2 text slides, I went back to delete any extra spaces and one corrected to the right url, but one continues to add extra jargon no matter what, really strange.
Forum: Plugins
In reply to: [Slideshow] Add Read More ButtonThank you. I tried that, but for some reason the plugin is adding extra characters after some of the urls i.e mysite.com/post%E2%80%8E, which leads to a 404 Error.
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] [Plugin: SpeakUp! Email Petitions] Multiple Sitescan you pls provide more details about this widget work around? How do you place a widget on a page and what will the other site have to do to display the widget. Thank you.
Forum: Plugins
In reply to: [SpeakUp! Email Petitions] Success landing pagecan you pls provide more details on how to do this for novice users ??
thanks
Forum: Themes and Templates
In reply to: [Newschannel] Remove search box and extend name of siteTry CSS change on a child theme:
header[role=”banner”] #s, .entry-content #s {
display: none;
}Forum: Themes and Templates
In reply to: [Newschannel] Post Formatsame question, haven’t noticed any difference.
Forum: Plugins
In reply to: [Slideshow] Use image as Text Slide BackgroundThank you
Forum: Themes and Templates
In reply to: [Newschannel] Help- Sidebarfixed, by changing from fixed size to percent.
thanks.
Forum: Plugins
In reply to: [Slideshow] Display on Homepage Onlysolved, it was a cache problem.
fixed.
Forum: Plugins
In reply to: [Slideshow] Display on Homepage OnlyI just noticed that in Firefox, my 10 slides show up and scroll. I have it set to display 5 slides, but in Chrome, IE and Opera, it only shows 6. The first 5 show correctly, but the 6th one is stretched to cover the entire slide. Strangely everything works fine in FF.
Forum: Plugins
In reply to: [Slideshow] Display on Homepage OnlyThank you.
Forum: Plugins
In reply to: [Slideshow] Centering SlideshowThank you so much for your awesome plugin and support. Fixed my problem, after struggling for so long to find a slider that works, thanks a lot.
Forum: Plugins
In reply to: [Slideshow] Display on Homepage Onlyended up adding this and it worked:
<?php if ( is_home() ) { do_action('slideshow_deploy', '#');} ?>
The problem I have now is I made some css style changes to make the slideshow blend better. Is there a way to limit the css changes to the index page only. I don’t have a page number for the index page.
thank you.
Forum: Plugins
In reply to: [Slideshow] Centering SlideshowHello, I added the css value above, and it overrode my other css stylings. I initially had margin-top: -50px and margin-bottom: 50px, to move the slider flush with my menu and add more space between the content below.
I used the centering css value above, because on some browsers the slideshow was floating left, I just wanted something, where no matter the browser or screen size the slideshow would be centered or if possible automatically adjust to size.
Is this possible?