Forum Replies Created
-
AuthorPosts
-
December 25, 2012 at 10:36 pm in reply to: How to move the picture in the article slider to the center? #2605
Sakin
Keymaster@shovelpower: why don’t you upload the image with minimum size of 644px width.
You can try adding in the css in “Custom CSS” box in your “Theme Options” if the image in small.
#slider-wrap img {
margin: 0 auto;
text-align: center;
}
December 25, 2012 at 2:25 am in reply to: How to move the picture in the article slider to the center? #2578Sakin
Keymaster@shovelpower: I don’t get it what you mean. Can you send me demo or like sketch/image of what you want?
Sakin
Keymaster@mastergobo: For this you have to build child theme and then alter catchbox_sliders() function. For easy solution you can upgrade to Catch Box Pro theme http://catchthemes.com/themes/catch-box-pro/ and use Featured Image slider where you can manually add in the Image URL, Title, Description and links. All optional.
Sakin
Keymaster@shovelpower: If you are asking for changing the text of more link then you have to build child theme and then alter catchbox_continue_reading_link() function. For easy solution you can upgrade to Catch Box Pro theme http://catchthemes.com/themes/catch-box-pro/.
Sakin
Keymaster@klrouth : Can you disable “nextgen scrollGallery” plugin and check it. I suspect conflict jQuery conflict with the plugin. Is this doesn’t solve then try deactivating all the plugins and then check it. If this is fine then enable plugin one by one to see which one is creating conflict.
Next step you can take is reset the settings in the Featured Image SLider.
Let me know it.
Sakin
Keymaster@Poornima: Add the following css in the “Custom CSS” box in your Theme Options under Appearance Tab.
#site-logo, #site-title, #site-description {
margin: 0;
text-align: center;
}
Sakin
Keymaster@Piirus: I see that you have added css in “Custom CSS” box as below:
#header-content {
margin: 40px auto auto 40px;
}
Just replace with the below:
#header-content {
margin: 40px 140px auto;
}
Sakin
Keymaster@klrouth: For Simple Catch Pro theme, if you are using featured slider then the minimum width is 978px. So, you need to upload the image of that size or larger.
Please add in your site URL whenever you ask for support question. It will be easy for us to take a look at the issue.
Sakin
Keymaster@chochonet: Just add the following css in “Custom CSS” box in your Theme Options to hide it.
.entry-meta, .nocomments { display: none; }
Sakin
KeymasterSakin
Keymaster@TishTashTosh: best if use custom menu in Simple Catch. See this http://en.support.wordpress.com/menus/
Sakin
Keymaster@Anusha: You need to add Featured Image in the Post. See this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
If you want to add manual image url then you need to upgrade to Simple Catch Pro where you have option to choose between Featured Post Slider and Featured Image Slider. If you choose Featured Image Slider, then you can just add the URL, Title, Description and link as necessary.
Sakin
Keymaster@Dennisvs: There is double border. So, you can disable it by adding the following css in Custom CSS box in your Theme Options under Appearance Tab.
#access ul li:last-child { border-right: none; }
Sakin
Keymaster@Dennisvs: You menu texts are center align. I am bit confused. Can you explain bit more.
Sakin
Keymaster@YorGo67: Yes check with other computer. You can see there http://catchthemes.com/demo/simplecatch/ we have use Facebook Like in sidebar widget.
Sakin
Keymaster@castelbon: Sorry this is two different container and we cannot do like that with css.
Sakin
Keymaster@jensbrandenburg: It’s better to search for Slider Widget plugin then creating one. This requires a lot of coding modification.
-
AuthorPosts