-
AuthorSearch Results
-
September 10, 2013 at 8:13 pm #14349
In reply to: Question About the Posts in Featured Post Slider
Sakin
Keymaster@iLinux85: There is no easy way to side separation. We will add that in our next version update. For now, you have to build child theme and then create functions.php file in your child theme and then copy the function
simplecatch_sliders()from simplecatch_functions.php to your child theme functions.php and replace the line
$simplecatch_sliders .= the_title( '<span>','</span>', false ).': '.$excerpt;
with
$simplecatch_sliders .= the_title( '<span>','</span>', false ) . $excerpt;September 10, 2013 at 12:59 pm #14336In reply to: Question About the Posts in Featured Post Slider
iLinux85
Memberhere is example of the site
see the feature text below the image feature
i want to remove the : after Hello world
September 10, 2013 at 10:48 am #14335In reply to: Question About the Posts in Featured Post Slider
Sakin
Keymaster@iLinux85: Doesn’t matter with the language. I need to check in site url to give you the suggestion.
September 10, 2013 at 9:13 am #14331In reply to: Question About the Posts in Featured Post Slider
iLinux85
Memberunfortunately the site not English site different language
for example i made new post in wordpress
subject : Hello World
body : this is a a test postwhen i set this post in feature slider in the main site i got below the image feature the text feature
Hello World : this is a test post
i want to remove the : between Hello World and this is a test post so it will be
Hello World this is a test post
Hope you get it
Regards
September 9, 2013 at 9:19 pm #14310In reply to: How to use video in slider or featured content
Sakin
Keymaster@fritzhesse: Sorry it will not work. So, you need to change that. We are thinking of making the Homepage featured content as widgets. In that case you can add anything but not now.
September 9, 2013 at 9:15 pm #14309In reply to: Featured Slider
Sakin
Keymaster@Glenisart: What is the issue with the cyclone slider. You can write to them to fix and support our theme. As plugins are supposed to support all free plugins in WordPress.org.
September 9, 2013 at 8:45 pm #14301In reply to: Question About the Posts in Featured Post Slider
Sakin
Keymaster@iLinux85: Can you send me your site URL and explain to me in reference to your site.
September 9, 2013 at 8:24 am #14274In reply to: How to use video in slider or featured content
fritzhesse
MemberThanks Sakin. Will a video work in place of featured content?
ThanksSeptember 9, 2013 at 6:29 am #14273In reply to: Featured Slider
Glenisart
MemberI’ve been using Simple Catch for a while now and I really love it for my blog. http://china.interconnex.org
I was having a problem with the homepage slider, and recently discovered that it doesn’t work with the second slider that I have installed on my other pages (cyclone slider).
http://china.interconnex.org/gallery-photos/Is there any way around that other than an upgrade? As soon as I am able I plan to upgrade the theme, just can’t right now. Also, when I am able to upgrade, will features of the Pro allow me to add sliders to any page I choose in a beautiful box, like the cyclone slider does?
September 8, 2013 at 11:10 pm #14265In reply to: How to use video in slider or featured content
Sakin
Keymaster@fritzhesse: Sorry this theme doesn’t accept video instead of slider. For that you need to build child theme and replace the functions. You need to hire developer to work for you on this.
September 8, 2013 at 10:59 pm #14260In reply to: Disable featured post slider at some pages
Sakin
Keymaster@Teedok: If you want featured slider only on homepage then you don’t need to add any CSS. You can choose “Homepage / Frontpage” from “Appearance => Theme Options => Featured Post Slider => Slider Options”.
September 8, 2013 at 1:46 am #14247In reply to: Featured header image
bamrider
MemberHi Sakin,
I’m looking to rotate the feature header image not the featured slider image.
In the featured header image i dont seem to be able to select any settings that i can then select images to rotate.
Thanks
MarkSeptember 8, 2013 at 1:22 am #14246In reply to: Disable featured post slider at some pages
Teedok
MemberI typed
.page #main-slider {display: none;}
it worked on all pages and its uder pages, but i wanted that even on spposts…actualy i wont fetured slider only on homepage..post #main-slider {display: none;}
this doesnt work and it doesnt work even wiht ID of some post
.post-id-242 #main-slider { display: none; }where is the catch?
September 7, 2013 at 11:31 pm #14233In reply to: Featured header image
Sakin
Keymaster@bamrider: To use Featured Image slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Image Slider” from Select Slider type. Then you can add in the image as per you need. See this screenshot http://pinterest.com/pin/548594798329509357/
For more, please check Catch Everest Pro Theme Instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/
September 6, 2013 at 9:47 pm #14203In reply to: Customization
Sakin
Keymaster@johnnielsenmail: Thanks for using Simple Catch Pro theme.
1. One how do I change the colour of the search button in the header?
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the color code as per you need./* Search Box Background Color */ #branding .searchform .search-box,#sidebar-top .widget_search .search-box input#s { background-color: #fff; } /* Search Box Text Color */ #sidebar-top .widget_search .search-box input#s { color: #888; } /* Search button background and text color */ #branding .searchform button { background-color: #333; color: #fff; }2. How do I change the colour of the tree dots under the image slider on the from page?
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the color code as per you need./* For dot static color */ #controllers a { background-color: #b7b7b7; } /* For dot hover and active color */ #controllers a:hover, #controllers a.active { background-color: #000; }3. finally how do I remove the stripe (blurry) effect from the picture slider on the first page.
— You can remove that from “Appearance => Theme Options => Featured Slider => Slider Options”. Then check on “Disable Slider Background Effect” and save.September 6, 2013 at 2:37 pm #14192In reply to: Change background color of Featured Slider
Sakin
Keymaster@Sarah: Can you send me your site URL and what do you mean by same thing. Please explain.
From next time, please create new question in Catch Everest forum .
September 6, 2013 at 6:33 am #14190In reply to: Change background color of Featured Slider
Sarah
MemberHello Sakin,
I would like to do the same thing but in Catch Everest. I tried the code you listed above but it didn’t work. Is there different code for Everest.
Thanks for your help,
SarahSeptember 5, 2013 at 2:11 am #14134In reply to: Disable featured post slider at some pages
Sakin
Keymaster@Teedok: You can add the following CSS.
@media screen and (min-width: 960px) { p { margin-bottom: 20px; } }September 5, 2013 at 1:30 am #14130In reply to: Disable featured post slider at some pages
Teedok
MemberLast think i hope. Nooby question, just can find the right code, how can i change the space between paragrapfs? i mean when i writing somethink to page and press enter, the distance between first and second line is really big. how to get it smaller?
September 4, 2013 at 8:06 pm #14114In reply to: Disable featured post slider at some pages
Teedok
MemberWorks just great, thank you again.
Fast and good answers, keep doing this! 🙂
-
AuthorSearch Results
