Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kathy: I am bit confused. Are you talking about custom image that you are trying to insert in your page/post? Then for that WordPress uses the Thumbnail, Medium and Large Size get in “Media => Settings”. So, just change that sizes and Regenerate the thumbnail using Regenerate Thumbnail plugin.
Sakin
Keymaster@vimal: I agree with @bigoslesli, Adding background transparent will make your user difficult to read. But if you really want ti then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site { background-color: #fff; /* Show a solid color for older browsers */ background-color: rgba(255, 255, 255, 0.6); }Sakin
Keymaster@Vivien: We don’t have font size option in theme options panel. So, you need to change it by adding custom css.
So, change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
body, button, input, select, textarea, #header-right .widget .menu li { font-size: 14px; }Sakin
Keymaster@Kim: It’s because, in your homepage, you have Full Content display mode, where you control read more text by adding more tag
<!--more-->in your post. But your archive pages has “Excerpt Layout”. Which will check your text before more tag with Excerpt Word Count set in “Appearance => Theme Options => Excerpt / More Tag Settings”. So, if the Word Count in more then your post text before more tag<!--more-->then it will not display Read More. It will only display read more if the Word Count is less then your post text before more tag. So, either shift your more tag in your posts or change the “Excerpt length(words)” in “Appearance => Theme Options => Excerpt / More Tag Settings”May 8, 2015 at 2:57 pm in reply to: Sidebar missing from Posts but appears on Pages & Archive List #57388Sakin
Keymaster@Wayne: I check in your site and every page has “Sidebar”. So, I am bit confused. Yes that layout option should work fine.
Sakin
KeymasterHello Lisa,
Thanks a lot for understanding our issue here in Nepal. Yes, I will let you know if we need any help. For now are are managing it and also helping our community.
Regards,
SakinSakin
Keymaster@robertjm: You can add the following css:
.widget a:hover, .widget a:focus, .widget a:active { text-decoration: none; }Sakin
Keymaster@Sheila: Here is link to post new question in Catch Responsive Pro theme http://catchthemes.com/support-forum/forum/catch-responsive-pro-premium/. Just go to that page and you will see 25 latest questions and at the bottom you will see form which you can fill in to post new question.
I see that you have page title “Home” that is http://www.claudiaroseseries.com/SheilaLoweBooks/home-2/. If you don’t want this page, then do to “Pages” and delete that page.
Then edit your menu from “Appearance => Menu” and remove that home menu and add new home like this https://www.pinterest.com/pin/548594798331207092/
Sakin
Keymaster@bennyvaldes: Your title is scrunched up together as there is css loaded from your google font plugin, which uses h1 letter-spacing as -5px. See the css:
h1 { font-family: "Roboto"; font-style: normal; font-weight: 100; letter-spacing: -5px; }So, either you need to rectify that from your google font plugin css or add in the following css in “Appearance => Theme Options => Custom CSS” box:
#site-title { letter-spacing: 0; }If you want to increase the width of the site then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
div.layout-978, #mainmenu, #featured-slider, #featured-slider .slides, #featured-slider .featured { width: 1170px; } .featured img { width: 100%; } #main #content { width: 740px; } #content .col5 { width: 480px; } #main .sidebar { width: 400px; } #footer .powered-by { float: right; }Sakin
Keymaster@kopernik: If you don’t want that whole header then you can hide it by adding in the following css
#masthead { display: none; }Sakin
Keymaster@Tlhdesigns: Find the following css in your Custom CSS
.main-navigation a:hover{color:#cab79a; }Then replace with the following:
.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { color:#cab79a; }Hum, we are not experience this issue. We have been using default WordPress custom menu. Did you went to “Appearance => Menus” and add in pages. Maybe there is plugin conflict. try disabling plugin one by one and check in.
Sakin
Keymaster@danielski:
1. For breadcrumb, both the function that you will find in catchbase-breadcrumb.php is child theme ready. So, just copy those function in your child theme functions.php file and edit it.
2. Yes, that image size is defined in catchbase-core.php file. To change that, just copy whole functioncatchbase_setup()to your child theme functions.php file and edit it. After you change the image size, don’t forget to regenerate the thumbnail using Regenerate Thumbnail plugin.Sakin
Keymaster@amyfanton: We are in state of emergency due to massive earthquake in Nepal and it’s after shocks. So, I have not been able to reply fast. I just replied your there. Please expect delay reply in this hard time of ours.
Sakin
Keymaster@amyfanton: If you cannot find that in Custom CSS then you might want to check your color code in “Appearance => Theme Options => Color Options => Menu Hover & Active Background Color”.
Sakin
Keymaster@lorencowka: We have no control on WordPress hack. Our theme is coded in strict guideline with proper data validation and sanitization. So, it’s guarantee that it’s not from us. In last 2 weeks there are security update for WordPress core. I hope you have updated it. To keep your site safe, you need to keep your WordPress core and plugin all to latest version. Check this notice from WordPress https://wordpress.org/news/2015/05/wordpress-4-2-2/
Sakin
Keymaster@drswapnilparve:
1. For this, go to your Custom CSS and find the following css
.page .entry-header { display: none; }
replace this with the following css:
.home .entry-header { display: none; }2. The image spacing, can you let me know what you want to do. It looks fine to me.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal.
Sakin
Keymaster@Consciousness: Thanks for all your support. We truly appreciate you and all the countries and community helping us. I never imagined this level of disaster but at the same time we are lucky to have support from all over the world.
Sakin
Keymaster@Consciousness: Thanks a lot. You are great 🙂
Sakin
Keymaster@robertjm: Thanks for sharing how you ran into problem and also how did you fixed it. I am sure other people will be benefit from your question and answer here.
Sakin
Keymaster@EirikurVa: It’s open graph issue where theme doesn’t define anything and it falls under plugin territory. We recommend you to use WordPress SEO by Yoast plugin, which adds in Open Graph and also help in SEO.
After that you need to clear your cache and then test in your site with https://developers.facebook.com/tools/debug/ -
AuthorPosts
