Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Jonathan: Sorry there is no layout to just show the title only in the category page. For this you need to build child theme and then work on custom template to show only post title in particular category.
Your second question answer, as you are using small images as featured image in the post. Design looks bit odd. As we created this design with large featured image. But I have css that will make your category page with small thumbnail looks good. Add the following css in “Appearance => Theme Options => Custom CSS” box.
.category .entry-summary { height: 1%; overflow: hidden; } .category .entry-summary .wp-post-image { display: inline-block; float: left; margin: 0 10px 10px 0; width: 25%; }If you want change the spacing then you have change it for various screensize. So, be careful and change it. You can adjust the padding and margin bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
/* For Large Screen */ .hentry, .no-results, #author-info, #disqus_thread, #content .error404 { margin-bottom: 40px; padding: 30px; } /* For Max Screen Size of 1224px */ @media screen and (max-width: 1224px) { .hentry, .no-results, #author-info, #disqus_thread, #content .error404 { margin-bottom: 30px; padding: 40px 38px; } } /* For Max Screen Size of 767px */ @media screen and (max-width: 767px) { .hentry, .no-results, #author-info, #disqus_thread, #content .error404 { margin-bottom: 10px; padding: 10px; } }Sakin
Keymaster@about2flip: For this you I need to check your site. Please add in the site URL.
If are you using default Catch Kathmandu theme then you can try reduce the padding in following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { padding-bottom: 50px; }Sakin
Keymaster@rsolosky: Yes sorry that the option from WordPress. Custom Menus are great if you start using it. As later in future if you want to include like categories, posts, custom links and so on. But if you still want to use in Page Menu and exclude some page then you need to add in plugin for that.
Sakin
Keymaster@peithoemporium: Looks like you don’t have any post published. So, you can create post from “Posts => Add New” or if you want to show static page then go to “Settings => Readings” and select “A static page (select below)” and choose page in “Front page” and save changes.
Sakin
Keymaster@pennsavage: Can you post in your site URL so that I can see what’s happening to your category widget and category archieves.
Sakin
Keymaster@pennsavage: If you add that css in “Appearance => theme Options => Custom CSS box then it should hide both entry meta. Can you post in your site URL and show me which section is not being hide.
Sakin
Keymaster@Jonathan: Sorry I don’t understand your question. Also I don’t see meta boxed of the category posts.
Sakin
Keymaster@Artem: Sorry I am bit confused as you said it’s not working after theme update. But we haven’t change any settings in blog. Did you recently added or updated any plugin. Can you try disabling those plugins and check in.
Then Please check your settings.
1. For homepage to show latest post you need to go to “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings” and then “Enable Latest Posts or Page”, save changes.
2. then to show the blog in http://anvilrosenkreuz.ru/blog/, you can go to “Settings => Readings”, select ” A static page (select below)” in Front page displays and in Posts page choose Blog page.Sakin
Keymaster@pomegranate22: I see that you have changed the css and that is why it is showing issue. Please remove the following css from “Appearance => Theme Options => Custom CSS” box.
#page { margin: 0 auto 0em; max-width: 1000px; } #site-logo a { display: inline-block; }Then add in the following css in “Appearance => Theme Options => Custom CSS” box.
.logo-wrap { float: left; } #site-logo a { display: block; }Sakin
Keymaster@Jonathan: Nice 🙂
Sakin
Keymaster@medicsontheball: To add image in Copyright section. Then you first need to upload image from Media uploader “Media => Add New” and then copy the image URL and add the HTML code in Footer editor as
<img src="your image url" alt="image title" />
You can read more about image HTML code at http://www.w3schools.com/html/html_images.aspSakin
Keymaster@medicsontheball: You can add image in the Footer. Just drag and drop “Catch Box Adspace Widget” to you Footer Area One and then add image in the image URL. For alignment, do you want it center? You need to add in your site URL so that I can check in and send you the css.
Sakin
Keymaster@jhuddleston: When I check in from Chrome, it is showing fine. Can you check in your Chrome extension, maybe some of your extension are blocking it. Try from another computer.
April 25, 2014 at 12:18 pm in reply to: Just activated and cannot get Slider, Widgets to show #27396Sakin
Keymaster@dbevarly:
1. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and then check to “Disable Slider Background Effect” and save it. I don’t see image distorted. Maybe it’s due to the effect.
2. Yes, you can set page layout in individual page/post. This will overwrite the settings in Theme Options. Theme Options settings is for overall site and page/post is for individual page/post.
3. You don’t need to change theme for this. You can simply install WP Display Header plugin, which will add Extra header options in your page/post to add different header in particular page.Sakin
Keymaster@real_makkoy: You can reduce the font as per you need and add it in “Appearance => Theme Options => Custom CSS” box.
#featured-post #featured-post-4 .entry-title { font-size: 20px; }Sakin
Keymaster@Troy: It’s difficult for me as I cannot see your draft. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS
box.
#main .status-draft { color: #fff; }If this doesn’t work then you need to send me your screenshot.
Sakin
Keymaster@real_makkoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box to center the health disclaimer
#featured-post #featured-post-4 { text-align: center; width: 100%; }Sakin
Keymaster@real_makkoy: Simply add the following css in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { margin-top: 0; }Sakin
Keymaster@Conrad: Sorry I don’t get it what you mean. Can explain in reference with your site URL.
Sakin
Keymaster@Kindbodesign: Generally we don’t recommend changing Font size and line spacing in responsive design site. You can change as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { body, button, input, select, textarea { font-size: 14px; } .entry-header .entry-title, #homepage-message { font-size: 30px; } article.sticky .featured-sticky, .page-header, p, .featured-image, .entry-content table, .comment-content table, .widget.widget_catcheverest_social_widget, #content .searchform, .page-link, .single-attachment .entry-attachment img { margin-bottom: 40px; } } -
AuthorPosts
