Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rashad.khan007: Catch Everest Theme has featured post slider so it will link to your particular post. For that you might consider building child theme and remove the link in that function.
Sakin
Keymaster@thess: The original size of the content is as below you can change that value.
#content.col8 { width: 642px; }
The original size of the sidebar is as below you can change that value.
#sidebar.col4 { width: 306px; }
Sakin
Keymaster@adb096: Hello Dina, Yes this slider is featured post slider to make it easy to manage for magazines. When you add in the Post ID, it will take the featured image from the post ID and then show it in the slider. So just upload the large image, suggested size Width: 1140px and Height: 450px and make it ad featured image in the post.
Don’t worry about the small image in the frontpage for other posts. It will automatically crop it as per the need.
Sakin
Keymaster@willko: Sorry for modularweb slider you might check for plugins. We don’t have support for that. Or you might consider building child theme and add it.
Sakin
Keymaster@thess: Looks like you have added script above the css that is why it is not executing. Don’t add scripts in Custom CSS box.
Sakin
Keymaster@shurican: The best option for you in to upgrade to Catch Box Pro theme where there is “No Sidebar, Full Width” content layout which you can use it for your pages or posts.
Sakin
Keymaster@smgrayson8: Please don’t edit any thing directly on the Theme. For example don’t edit sytle.css or any other functions. If you want to edit any css then use “Custom CSS” box in Theme Options panel.
To change the link color why don’t you use “Content Color Options” in theme Options panel. Did you check out our Theme Instruction http://catchthemes.com/theme-instructions/simple-catch-pro/
For any help needed let me know in points that you like to change it.
Sakin
Keymaster@playboyjang: To hide it, just add the following css in “Custom CSS” box in Theme Options panel.
#branding hgroup { display: none; }
Sakin
Keymaster@zhangciwu: Thanks a lot. we will review it and will add in the Theme package in future update.
Sakin
Keymaster@lailablake: Sorry not at this movement. We have to send this request to our design and development to add it in future updates.
Sakin
Keymaster@shurican: To know about details and further assist you. I need to see your site URL. Please post in your site URL.
Sakin
Keymaster@farshad: Oh yes you can do that. To hide only in Homepage and archive page replace the above css with this one.
.home footer.entry-meta, .archive footer.entry-meta { display: none; }
Sakin
Keymaster@subper: For moving to left you need to reduce the padding for the header wrap that will be as following
#hgroup-wrap { padding-left: 3rem; padding-left: 30px; }
and for moving right just increase the above padding. But we careful about the responsive design it might hamper it. So, the best to move right will be to upload the header image with right margin.
Sakin
Keymaster@subper: Sorry there is no fixed ETA as it depends on the features added for initial release. We will be trying to release within the end of the month.
March 10, 2013 at 2:57 pm in reply to: Full-width logo: close empty space above & below, match menu bar width #4916Sakin
Keymaster@jimchicago: Aha it’s little more I guess for free theme. Anyway I will try to answer it.
To Change the Menu background color
#header #mainmenu { background-color: #000; }
Menu height is control through font line line so decrease it
#header #mainmenu ul li a { line-height: 35px; }
Menu font size
#header #mainmenu ul li a { font-size: 15px; }
Menu hover/active background color and font color
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a { background-color: #fff; color: #000; }
For more about CSS please use this css guide http://www.w3schools.com/cssref/default.asp
Sakin
Keymaster@darksoul2001ro: Sorry I missed to post the video. Here goes the link, http://www.youtube.com/watch?v=EHdn3wtUOBc also if you want to know more about Firebug addon in Firefox browser see this http://sixrevisions.com/tools/firebug-guide-web-designers/
March 10, 2013 at 2:45 pm in reply to: How can i implement to have no "next" button, the posts to load by themselfs #4914Sakin
Keymaster@darksoul2001ro: Can you send me your site URL?
Sakin
Keymaster@thess: We don’t have plugin list. Best option is to chose from http://wordpress.org/extend/plugins/ and check out the review and updates.
-
AuthorPosts