Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@theresem: The command [archive] is not theme shortcode. I think previously you had plugin to show that archive and now it seems like that plugin is not active in your new site. So, check for the plugin.
Sakin
Keymaster@yuccacane: I don’t know how you got that background color. Can you add in your site URL, so that I can check in CSS for you.
Sakin
Keymaster@drlapco: Sorry this Simple Catch theme is build in 978px grid system and your slider image will be automatically cropped to 978px width. So, cannot make it large. To make the large slider, you might need to change the theme like Adventurous and Catch Kathmandu
Sakin
Keymaster@theresem: To show all blog post in the page, there is 2 options.
1. You can edit your page and assign that page template as “Blog”. For this you will see “Page Attribute” box at the right bottom of your page editor.2. Or you can add assign your Blog page in “Posts page” at “Settings => Readings”.
Sakin
Keymaster@thelifeofclare: I see the problem lies when you are in Homepage. So, can you check your custom menu and check in how you have added in the Home item. To add home item, you need to select “View All” in menu pages and then then select Home and click on add to menu. See this video tutorial: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
If you are further, having issues then you can go to “Appearance => Theme Options” and check “Enable Secondary & Footer Menu in Mobile Devices”. This will change your labe of menu in Mobile to just “Menu”
Sakin
Keymaster@philippe: I am not sure what you mean. If you want to make your image to the left the please replace previous css that I gave you with the following:
.entry-summary .wp-post-image { display: inline; float: left; width: 30%; }And to decrease the words count in your excerpt content. You need to go to “Appearance => Theme Options”, change the word count in “Excerpt Length in Words” and then “Save Changes”
Sakin
KeymasterHello Jim,
This is bit difficult as it’s responsive design. So, let’s change that only for large screen. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Screen size minimum 769px */ @media screen and (min-width: 769px) { #main-slider .featured-img { float: right; width: 68%; } }Regards,
SakinSakin
Keymaster@Laurie: I just check in your site and your image slider images. Following are your image sizes in Slider.
1. 1280px width 719px height
2. 1280px width 719px height
3. 1280px width 960px height
4. 1280px width 960px height
5. 1280px width 960px height
You can see 1 and 2 have 719px height and then 3, 4 and 5 have 960px height. That is why it is moving up and down.So, the best option is to make the images of equal height as if we control it from CSS, it is not good for site loading.
Sakin
Keymaster@philippe: Not so sure about that. As this theme is not designed that way. But you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box to make your thumbnail image to the right of the excerpt content.
.entry-summary .wp-post-image { display: inline; float: right; width: 30%; }Sakin
KeymasterHello jim,
Now sure about that.
Regards,
SakinSakin
KeymasterHello Alain,
Problem is fixed and also we have come up with Video about Custom Menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Regards,
SakinSakin
KeymasterHello Jim,
Sorry, your question is not so clear. Do you mean to change the slider layout or the content layout. I am bit confused.
For Slider, you can you Image Slider and upload the image as per your need and then change the text layout with CSS.
Regards,
SakinSakin
KeymasterHello Jim,
To center your logo, first you need to disable the Header Right section from “Appearance => Theme Options => Header Right Sidebar Options” and check in “Disable Header Right Sidebar” and save changes.
Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#branding .logo-wrap { display: block; float: none; text-align: center; width: 100%; } #site-logo { float: none; } #site-logo a img { float: none; padding: 0; }Regards,
SakinSakin
KeymasterHi Maeve,
See the features addition in Catch Evolution Pro at theme instructions page http://catchthemes.com/theme-instructions/catch-evolution-pro/
You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 960px) { body, button, input, select, textarea { font-size: 22px; } }Sakin
Keymaster@maevamena: You are not supposed to any any HTML code in Footer Code in Webmaster Tools. This is for scripts like Google Analytics, Add This, Facebook and so on. So, this place, you can add scripts but not HTML code.
To change the Footer Text, you need to upgrade to Catch Evolution Pro, where you will get “Footer Editor Option” in Theme Option panel to change the text.
Sakin
Keymaster@dallakyan: You can replace the image url in the following CSS and css in “Appearance => Theme Options = Custom CSS” box to add background image in header.
#hgroup-wrap { background-attachment: fixed; background-image: url("http://catchthemes.com/demo/catch-kathmandu/wp-content/themes/catch-kathmandu-pro/images/demo/kathmandu-durbar-square-1280x600.jpg"); background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Sakin
KeymasterHello Philippe,
1. For Header right advertisement, you need to upgrade to Catch Box Pro theme and then you will get Header Right Sidebar and then you can add Advertisement widget in Header Right Sidebar from “Appearance => Widgets”.
2. You can reduce the word count of the excerpt from “Appearance => Theme Options” and change the Excerpt Length in Words.
3. You can change the background color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #eee; }Regards,
SakinSakin
KeymasterHello Birgit,
Sorry this error has nothing to do with the Theme. This is your server and plugin incompatible issue. So, please check in with your Website Hosting server and the plugin support forum.
Regards,
SakinSakin
Keymaster@Michaela: Sorry I don’t think Catch Everest Theme has space before unordered list. Can you post your URL where you have that spaces. I need to check in.
-
AuthorPosts
