Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@CarlK3D: Yes you can have multiple. Set how many slides you want from “Appearance => Featured Slider => Slider Options”. There you will bee input box for Number of Slides. If you want to add 4 slides then just type 4 and save it. then you will get the Featured Col #1, Featured Col #2, Featured Col #3 and Featured Col #4. There you can add respective post ID.
Sorry the page slider is not there in Free Version. For that you need to upgrade to pro version. See this for more feature in Pro version http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@MairiaM: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu { float: none; text-align: center; } #header #mainmenu ul li { display: inline-block; float: none; }Sakin
Keymaster@thess: Image upload in not the theme issue. It’s using the default WordPress up-loader. So, you might consider check your WordPress Settings and then ask your hosting server.
Sakin
Keymaster@CarlK3D: I think you have still issue with the slider. SO, can you add the Post Ids.
For now can you add following ID in Slider Options
For box Featured Col #1 add 795 and for box Featured Col #2 add 789Sakin
Keymaster@mg13: Can you just send me the list of the task for which you want the help. It’s confusing. Just add it in points.
Sakin
Keymaster@SteveW: Yes for editing any core theme files like header.php you need to first build child theme and then edit header.php in your child theme.
Sakin
Keymaster@jmott310: For that you need to build child theme and working on action hook. This is more technical work so look for developer to do that for you.
Sakin
Keymaster@lachinn: For reducing the header padding top. Just change the padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 50px; }You can write post and page both. The pages are for static content like About Us, Contact us and so on and the posts are for blogs and category content.
Sakin
Keymaster@clubio: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page.page-blog .entry-title { display: block; }Sakin
Keymaster@Uendi: I see that you have added a lot of screenshots. To get this level of support please subscribe to support membership http://catchthemes.com/membership/
For all static content like Contact Us, About us and so on. Please use Add pages.
Sakin
Keymaster@impresnet: I just check in your site and you are still using version 0.3. See this http://www.impresnet.com/esc/EAO/wp-content/themes/catch/catch-everest/style.css
Sakin
Keymaster@lachinn: For your header padding above your site logo. You can decrease the padding top and add it in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 50px; }To change the slider to Featured Page. You need to upgrade to Catch Everest Pro version where there is option to replace your post slide to page slider. See this http://catchthemes.com/theme-instructions/catch-everest-pro/
I see that you have hidden the featured image in post through Custom CSS.
Sakin
Keymaster@callinsky: Can you login to your account at http://catchthemes.com/login/
Sakin
Keymaster@Tekstiltrold: We are still in discussion about the width of the content section if we use 2 sidebars. We thing it might get too busy and will do content distraction. So, noting coming up soon. If you have any suggestion for the layout sizes then send us.
Sakin
Keymaster@Maria: Thanks for putting back the footer link. Yes, now you have to post message in each forum so that I get alert and will send your the codes.
Changing the space between the content and sidebar. This is bit complicated, as the theme in build in 978 grid system. So, I advice not to change it. But if you want then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Where I have reduce the width of sidebar by 10px and increase the margin by 10px.
#sidebar.col4 { margin-left: 40px; width: 296px; } -
AuthorPosts
