Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Joaozinho: You can check in Theme Instruction page http://catchthemes.com/theme-instructions/catch-box-pro/
Featured image size
Width: 644px
Height: 320pxAugust 20, 2013 at 1:04 am in reply to: Change Image Gallery Navigation Orderby from ID to Menu_Order? #13415Sakin
Keymaster@andreakcarr: Yes, this order only works if you have uploaded the image from that particular post or page. If you combine images from the media library then it will not work properly.
If you have created the gallery with images from the media library, then I suggest you to use “Jectpack” plugin and activate the module “Carousel”
Sakin
Keymaster@Sarah Althaus: Can you check your setting at “Appearance => Theme Options => Homepage/Frontpage Category Settings”.
Sakin
Keymaster@ashrafashraf: It depends on the design and functions you want. Some uses plugin to add it and some just customize the theme to add as per the design.
Sakin
Keymaster@impresnet: You cannot change the text from css code. You can just change the design.
Sakin
Keymaster@impresnet: yes you can. You can differentiate with
/* For inside page */ #main { background-color: #000; } /* For Homepage */ .home #main { background-color: #000; }Sakin
Keymaster@ashrafashraf: There isn’t portfolio template in Catch Box Pro theme.
Sakin
Keymaster@JayCeeEm: Try replacing the previous css with the following
.home #content .entry-summary .wp-post-image { display: inline; float: left; margin-right: 15px; width: 35%; }Sakin
Keymaster@ashrafashraf: Feature Image slider in there in “Appearance => Theme Options => Featured Slider” in all our pro version. See the screenshot of slider at http://pinterest.com/pin/548594798329509357/
Sakin
KeymasterFor example
Web Site by <a href="add in your link here" title="Social Strand Media" target="_blank">Social Strand Media<a>Sakin
Keymaster@JayCeeEm: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home #content .wp-post-image { display: inline; float: left; margin-right: 15px; width: 35%; }Sakin
Keymaster@mlw5137: For instagram it should be as below.
ul.social-profile li.instagram a { background-position: -775px -43px; }Sakin
Keymaster@ashrafashraf: Still not sure what you mean. Can you share with me with screenshot explanation.
Sakin
Keymaster@ashrafashraf: You mean that there should be no link in the slider. So, when you click on the image, it stays the same. For that you need to use Featured Image Slider. When you use Featured Post Slider, it will link to respective post.
Sakin
Keymaster@ashrafashraf: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap .featured-text .sep { display: none; }Sakin
Keymaster@dimzen: You can change the color as per you need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Comment title */ h2#comments-title { color: #444; } /* For Comment Label */ #respond label { color: #888; } /* For Comment Input Text */ #respond #commentform .text { color: #aaa; } /* For Comment Text Area */ #respond #commentform textarea { color: #aaa; }Sakin
Keymaster@dimzen: I cannot see the comment box. It’s say’s “Du skal være logget ind for at skrive en kommentar.”
Sakin
Keymaster@tracypie: Yes, you can add from Footer Editor at “Appearance => Theme Options => Footer Editor”.
Sakin
Keymaster@bamrider: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide featured image in homepage.
.home .main-feat-img { display: none; } -
AuthorPosts
