Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@KathyG: No Problem, I understand it. Sometime, working around with WordPress is really confusing. 🙂
Sakin
Keymaster@greengiant: Menu is there, it’s just because of your color code changes. Menu is not visible. So, you need to change the background-color and text color of menu. As per your color scheme in your site, I suggest you to add the following css in “Appearance => Theme Options => Custom CSS” box:
#hgroup-wrap .sb-holder { background-color: #415d41; } #hgroup-wrap .sb-holder a { color: #fff; }Sakin
Keymaster@Matt: The spaces in Promotion are top and bottom is controlled through padding-top and padding-bottom, so you can adjust the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#homepage-message { padding-top: 30px; padding-bottom: 30px; }To make the promotion area, one column and text align center, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#homepage-message .left-section, #homepage-message .right-section { text-align: center; width: 100%; } #homepage-message .right-section a { display: inline-block; }Sakin
Keymaster@Georgina: Sorry there is no option to remove that in Free version. That option is only there in pro version. But you can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header .social-search { display: none; }Note: I see that you have added in Header Image in your header which is I guess your logo. So, it’s better you add that image URL in your logo URL at “Appearance => Theme Options => Logo Options”
Sakin
Keymaster@Aleao: Sorry there is no option to load different image in Mobile devices. So, for that case you need to use Mobile Apps or Theme like JetPack plugin has mobile theme module.
Sakin
Keymaster@Dennis: Your featured image in the page 72.52.223.1/?page_id=73 is too large. It’s about 1800px width by 1154px height. This is not recommended. The maximum width that we recommend is Width: 1280px. So, please upload smaller image as larger image will make your site slow.
About your page 72.52.223.1/?page_id=2, you have selected the “Sidebar Layout” as “No sidebar” that is why it small width. You need to change that Sidebar Layout to “No sidebar, Full Width”. For that you need to edit that page and you will see option like this http://www.pinterest.com/pin/548594798331765450/
Sakin
Keymaster@Kim: To make you logo small in mobile then you can add the following css:
@media screen and (max-width: 980px) { #masthead #site-logo img, #masthead.fixed-header #site-logo img { max-height: 28px; } }Sakin
Keymaster@kami: Sorry you are not using our theme. So, we will not be able to support you.
Sakin
Keymaster@schnarchn: Don’t know about that. Maybe there was plugin update.
Sakin
Keymaster@Aleao: You page speed test is really good. 96 is Desktop and 93 in mobile is really awesome. Maybe you can share your experience in this. I don’t think any top website can even match this speed. So, there is nothing much I can suggest you to improve it. Maybe I need to learn from you 🙂
Sakin
Keymaster@sandytang59: Just try the following css. IF this doesn’t work then sorry you might have to hire customizer to work on this. As we don’t have this layout in design.
@media screen and (min-width: 783px) { .three-columns #third-sidebar { width: 33%;} .three-columns #third-sidebar .widget { width: 100%; } .three-columns .content-sidebar-wrap { width: 66%; } .three-columns #primary, .three-columns #secondary { width: 49.4%; } }December 6, 2014 at 1:00 am in reply to: Whitespace between featured post slider and homepage headline #48547Sakin
Keymaster@Stanley: Oh that’s the border. You can add the following css:
#homepage-message { border-color: #423031; }December 6, 2014 at 12:40 am in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #48544Sakin
Keymaster@Stanley: Each site can be different. If the css is not working then I suggest you remove the custom css and then send me details of spaces that you want to remove it and then I will send you CSS one by one. Also this post is old one and you are using Catch Everest Pro them not the free one.
So, can you remove your custom css and then post your question in Catch Everest Pro support forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/
Sakin
Keymaster@Kim: So what you want to do with that. If you like that large header in your mobile, then you can replace your css with the following css:
#site-logo img, #masthead.fixed-header #site-logo img { max-height: 100px !important; }Sakin
Keymaster@schnarchn: The blue link color in homepage is coming from your “YOP Poll” plugin. See this file ultrecs.de/wp-content/plugins/yop-poll/css/yop-poll-admin.css
So, you need the change color code in that plugin. If you want to force color in link then you can also add in extra color code CSS in “Appearance => Theme Options => Custom CSS” box.
#main a { color: #ccfd0e; }Sakin
Keymaster@horriblehomemaker: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border under header, around photo and separating posts:
#page { background-color: #fff; } img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: none; padding: 0; } .hentry, .no-results, #author-info, #disqus_thread, #content .error404 { border-bottom: none; padding-bottom: 0; }Sakin
Keymaster@Robertf: Sorry to know that. But for this type of issue please contact out sales directly at http://catchthemes.com/contact-us/. They will handle it fast. I have already informed them. So, you should be able to download it anytime soon.
Sorry for the trouble.
Sakin
Keymaster@Kim: This is not a web font so there is no easy way to just install it. You cannot just add css and use it. You need to first embed the font then download that embed font. Build Child theme and use those script. Also font embedding will make your site little show.
So, you can generate that font from fontsquirrel.com/tools/webfont-generator and then embed it using Font Face. See this css-tricks.com/snippets/css/using-font-face/
Also check out plugins like “Use Any Font”
Sakin
Keymaster@Salome: You question is more related to SEO then Theme. You can hire SEO Consultant to do SEO for your site.
By default WordPress site are optimized for Search Engine and yes, WordPress SEO by Yoast is one of the best plugin to do SEO. Refer to WordPress for SEO guide, they have tell you more about that. You can also build XML site map from that plugin and as per my knowledge that plugin also submit your site to google, yahoo and bing. SEO is something that cannot be accomplish in a day. It takes months and months of hard work to bring up your site.
To show your site in Google Analytics, you need to verify your site by adding google analytic code in your site. You can add that code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Footer Codes”
Refer to :
yoast.com/articles/wordpress-seo
kb.yoast.com/category/42-wordpress-seoSakin
Keymaster@Gerald: Then unwanted pad around the slider image is there as your image is smaller then the page width. Your slider image width is just 1024px where as the required image size is width 1280px.
-
AuthorPosts
