Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rsolosky: It’s not the matter of purchasing the upgrade. We treat equal for all our free and premium customer. So, it doesn’t matter with the purchase of upgrade.
Where you are talking about the Featured Image not displaying. Are you talking for single page and single post then this theme doesn’t have support for this. But if you are talking about Homepage Archive or Category Archive then it will display.
I will also email you personally so that you can keep the communicate with me to clear the confusion. Please reply me in email.
Sakin
KeymasterHi Kevo,
You can manage menu from “Appearance => Menu” and build your own customized menu. See this http://en.support.wordpress.com/menus/
Regards,
SakinSakin
Keymaster@mkwan: For your first question, when you reduce the width of your sidebar, you have to keep in mind of responsive screensize. So, I don’t recommend you to change this.
2. to change the color of the menu bar at the top, just add the following CSS in “Custom CSS” box in theme Options panel.
/* Main menu Background color */
#header-menu { background-color: #3a3d41; }/* For menu active color */
#header-menu .menu .current-menu-item > a,
#header-menu .menu .current-menu-ancestor > a,
#header-menu .menu .current_page_item > a,
#header-menu .menu .current_page_ancestor > a,
#colophon .menu .current-menu-item a {
background-color: #000000;
}
/* For Menu hover color */
#header-menu ul.menu li:hover > a,
#header-menu ul.menu a:focus,
#colophon #access-footer ul.menu a:hover,
#colophon #access-footer ul.menu a:focus {
background-color: #2d2d2d;
}
/* For Sub-menu color */
#header-menu ul.menu ul a {
background-color: #3A3D41;
}
Sakin
Keymaster@Chris: I fixed the issue by adding the following CSS in your “Custom CSS” box in Theme Options panel:
iframe#TopbloemenShop { display: block; height: auto; }Sakin
Keymaster@abkelty: When I check in your side. I see that there is only 1 featured post setup. Check your post if the Featured Post Slider.
For example this post http://artintergration.webuda.com/2/ id is 93 and another one 87. In you Featured Post Slider option put these numbers.
Sakin
Keymaster@bmdesignerfashion: I don’t what are you talking about menu. You menu is working fine and you can manage your menu better though Custom Menu “Appearance => Menu”. See this http://en.support.wordpress.com/menus/
About your gallery page, you can increase the width for particular page by adding in the following CSS in “Custom CSS” box in Theme Options panel.
.page.no-sidebar #primary { width: 100%; }For Gallery you have to adjust the css or best try using plugins.
Post on the slider cannot be taken to the page. That is featured post slider and it will only redirect to post. But you can further redirect post to page with redirection plugin
Sakin
Keymaster@neh: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.home #main { display: none; }Sakin
Keymaster@chestnut1984: Oh this option is not there in our theme.
Sakin
Keymaster@Chris: Can you change any font from your Theme Options and check it if that is the issue of google font as per the forum you told.
Sakin
Keymaster@mattlambert: So strange, I just check in both of your site in my iPhone5. It’s displaying same.
Sakin
Keymaster@Ghettofab75: This is not Simple Catch Forum. For Simple Catch please post in http://catchthemes.com/support-forum/forum/simple-catch-public/
Sakin
Keymaster@stickerd: Always keep your Theme Updated as we fixed issues in updates and I answer all the queries on the basis of latest version.
1. How do you change the color on the menu ( what CSS code?)
— Just upgrade to Catch Everest Pro theme where you have color picker in Theme Options panel where you can just change the color in a click.
— For free version you need to add the following css in “Custom CSS” box in Theme Options panel. Change the color code as per you need.
#header-menu { background-color: #45c3d2; }
#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a { background-color: #0F4950; }
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus { background-color: #0F4950; }
#header-menu ul.menu ul a { background-color: #45C3D2; }
2. I added some code that I found to reduce the white space between the logo and top. But want the amount of white space below the logo to be similar. What CSS code do I need?
— Add the following css in “Custom CSS” box in Theme Options panel.
#hgroup-wrap { padding-bottom: 8px; }3. I noticed on my IPad, that the media buttons and logo cause the header to move and be larger. I thought they would adjust and be responsive. How do I correct for that?
— Yes, that is when you have larger header image. As we don’t resize the media icons. So, only the header gets resize.4. I am having trouble sizing slider images so they are all uniform. Right now they are slightly off and the pictures jump up and down. I know that the directions said 1140 x 450 pixels for slider pics. But Even when I do that, it does not work ( using GIMP). This is my biggest frustration, with this theme. Any suggestions?
— See this http://catchthemes.com/theme-instructions/catch-everest/. The image size has to be more than or at least equal to Width: 1140px and Height: 450px.
I just check in your
first image http://www.decodingdyslexiaor.org/wp-content/uploads/2013/03/one-in-5_1122x402.jpg which is width 1122px and height 402
second image http://www.decodingdyslexiaor.org/wp-content/uploads/2013/04/stockvault-teacher1297561-1136×416.jpg which is width 1136 and height 416
third image http://www.decodingdyslexiaor.org/wp-content/uploads/2013/03/rolling-ball_GIMP.png which is width 1031 and height 380.
Make all image equal and then it will be fine.5. Since I am the only person creating post, I would not like my name on each post. How do I remove that option?
— add the following css in “Custom CSS” box in Theme Options panel to hide it.
.entry-meta .by-author { display: none; }Also please put back credit link in your site. Don’t hide it if you want to support free theme. If you want to remove that please upgrade to Catch Everest Pro theme and you can edit the text from theme options panel.
Sakin
Keymaster@Chris: Just add the following CSS in “Custom CSS” box in Theme Options panel.
iframe { height: auto; }April 5, 2013 at 12:41 am in reply to: Deleted CSS for Comment off – Missing right column widgets! #6463Sakin
Keymaster@mword: Why do you set home as the static page. If you don’t want any page in homepage just disable the page in homepage from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. In Enable Latest Posts or Page?, just uncheck it and save it.
To turn off the comment see this
Click here to Tutorial
Click here for VideoI don’t see where you want to hide “Comments Off” indicator. Can you point to particular url?
Sakin
Keymaster@Chris: You can add these script in either Header or Footer Code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Code”. Ask your developer or the script provider when should you add this script to.
-
AuthorPosts
