Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rojtalbot: Looks like you have static front page as “Contact Us” page, I recommend you to create new home page describing your site detail and then set that page as static front page. This will be good for SEO and then you can add the following css to hide it for user to view it.
.home #main { display: none; }Sakin
Keymaster@Mikhail: I recommend you to try “WordPress SEO by Yoast” and then under your page/post editor, you will see “WordPress SEO by Yoast” meta box, where you can add in SEO title.
Sakin
Keymaster1. Actually Full Width, No Sidebar layout is only there in pro version. For free version, you need to select layout as “No Sidebar ( Content Width )” from “Appearance => Customize => Theme Options => Layout Options => Default Layout”. Then you need to add the following css in “Appearance => Theme Options => Custom CSS Options” box:
.no-sidebar.content-width #main { width: 100%; } @media screen and (min-width: 991px) { .no-sidebar.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image { width: 20%; } .no-sidebar.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container { width: 79%; } }2. To make your homepage with sidebar, you have to have homepage as “A static page”. You can do that from “Appearance => Customize => Static Front Page”. Check in “A static page” and select the page you want to show as homepage. Then edit that page and then you will see “Catchresponsive Options” below you page editor and then from Layout Options, you need to select “Content, Primary Sidebar” and update that page.
Sakin
Keymaster@Michaela: Yes, if you want to make it like link then you need to create page and add archive. For that, you need to add in archive in page with plugin.
Sakin
Keymaster@effess:
1. You can add the following css:#primary .entry-header .entry-title, #primary .page-header .page-title { font-family: font-family: "Playfair Display", sans-serif; }2. Search Result page take the layout from “Appearance => Theme Options => Layout Options => Sidebar Layout Options”.
Sakin
Keymaster@Harry: For this type of issue you need to contact the plugin author support forum. This is not theme issue. Sorry, we don’t handle these. SO, contact plugin auhtor and ask for help and if he said anything that we need to adjust then we can do that for you. Here is link for support of “MailChimp for WordPress” plugin https://wordpress.org/support/plugin/mailchimp-for-wp
Sakin
Keymaster@Hair Bear: For menu height, you can adjust the passing-bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget .menu a { padding-bottom: 24px; }But, second I couldn’t check it as when I view your site, it’s all “Oops! That page canโt be found.”
Sakin
Keymaster@Stephen: No problem.
Sakin
Keymaster@Cesar R: That classic view is from our theme. But I don’t how you go that other mobile version. Either that mobile view is from the plugin are you using or your system have added in mobile. Which is coming from http://mobile.chess-instructor.com/. So, contact your system who did this setup.
You can check our demo that, we only have normal mobile version http://catchthemes.com/demo/catchbox-pro
Sakin
Keymaster@Kim: There is no limit as per as I know it. If this is design issue then I can definitely solve it. Can you share a screenshot of what are you trying to do it.
Sakin
Keymaster@toni: Yes, it changed all your page title as page title is H1 and yes it will work in h1 and h3 as well. I see it’s being change. So, I don’t get it what you mean.
Sakin
Keymaster@mtsweb: did you try it from different browser as sometime there will be browser issue. I am bit confused as your said it’s working on other computer. Also can you try with another administrator password.
So, try it and if this doesn’t work then I need to check in your server. Let me know it and then I will email you for access.
Sakin
Keymaster@Vitaliy: You can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS: box:
@media screen and (min-width: 1025px) { #site-title { font-size: 36px; } #site-description { font-size: 14px; } }Sakin
Keymaster@Daniel: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.site .widget-area .widget_catchresponsive_social_icons a:hover { background-color: #3b5998; border-color: #3b5998; }Sakin
Keymaster@toni: Can you let me know which H1 are you talking about. As When I check in your site, the H1 have been changed.
Sakin
Keymaster@Stephen: Cool that you sorted it. Thanks ๐
Sakin
Keymaster@Michaela: Yes, this is strange. We haven’t seen this issue. Ok I will send you email and you can let me know there.
July 10, 2015 at 11:23 pm in reply to: Change site width without affecting responsive version #60833Sakin
Keymaster
@jamepompey: Here goes the css that you can use for bigger screen size. Thanks for your appreciation ๐/* For screen size above 1000px */ @media screen and (min-width: 1001px) { .site { width: 80%; } #primary { width: 75%; } #secondary { width: 22%; } } -
AuthorPosts
