Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove home and posted on
.page .page-header { display: none; } .entry-header .entry-meta { display: none; }Then I see that you have added the following css “Appearance => Theme Options => Custom CSS”
.post p {margin:0px 0px 16px 0px;}
replace it with the following
.post p, .page p { margin: 0 0 16px; }Sakin
Keymaster@stamfordymca: Thanks.
Sakin
Keymaster@stamfordymca: Sorry for that you need to post in Plugin Forum and let us know if we need to change anything to make it compatible.
Sakin
Keymaster@beren: If you make it all same size will be better. Otherwise, your slider will go up and down. As each image take it own height in slider.
Sakin
Keymaster@cpoli: Just add the following css in “Appearance => Theme Options => Custom CSS” box
#slider-wrap .featured-text:hover { background-color: transparent; }Sakin
Keymaster@Drewmikita: It’s ok. Thanks for your response back.
Sakin
Keymaster@beren: You can select the Slider Type as “Image Slider” from “Appearance => Theme Options => Featured Slider => Slider Options”. Then you can upload the image of any size. So, first edit the height of your images and upload it in “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”
Sakin
Keymaster@Wes: Do you meant the thin line above the footer? Then it will be as
#colophon { border-color: #318444; }
Ps. Post in your site URL with question so it’s easier to me to navigate.Sakin
Keymaster@Alex: Your bbpress forum font are controlled from bbpress forum css.
So, try adjusting font size in following CSS and add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 769px) { /* =bbPress Style -------------------------------------------------------------- */ #bbpress-forums { font-size: 12px; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 12px; } #bbpress-forums .bbp-forums-list li { font-size: 11px; } #bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3 { font-size: 16px; } #bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role { font-size: 11px; } span.bbp-author-ip { font-size: 11px; } /* =Breadcrumb and Tags -------------------------------------------------------------- */ div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 12px; } }Sakin
Keymaster@scg: Sorry for that and for the best option, you can add the code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Header” or you need to build child theme and add in your child theme header.php. Editing the core theme files is not recommended as it will be reverted back when you update the theme.
Yes, I understand your view point as a developer. I just try to add in the following css and it fixed it fine. No need JS. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-image { display: block; overflow: hidden; }Sakin
Keymaster@cpoli: This is quite complicated css requested and you might need to hire developer to work for your. To move the slider text to the right you can add the following css in “Appearance => Theme Options => Custom CSS” box
#slider-wrap .featured-text { height: 100%; right: 0; width: 33%; }Sakin
Keymaster@stamfordymca: Which logo you are talking about? Are you trying to remove the logo in your Fixed Header Top Menu. Then you need to go to “Appearane => Theme Options => Menu Options” and then remove the image URL from “Logo in Fixed Header Top Menu” and save changes.
Sakin
Keymaster@James: Just go to “Appearance => Menus” and then assign menu location. If you are using WordPress 3.8 and above then you will find manage location in “Appearance => Menus => Manage Location”. There you can just adding it and save changes.
Sakin
Keymaster@Michael: If you have choose the layout with Sidebar in “Appearance => Theme Options” panel and then haven’t added any widget in your sidebar from “Appearance => Widgets”, then it will show it as default widget. But if you add widgets from “Appearance => Widgets”, then it will be replaced by your widgets and to remove the sidebar you can select the Layout from “Appearance => Theme Options => Layout Options”
Sakin
Keymaster@nch: Oh sorry. Catch Everest Free theme uses Featured Image for the post and slider image for the slider. For sizes see theme instruction at http://catchthemes.com/theme-instructions/catch-everest/.
But if you upgrade to Catch Everest Pro theme, you have option to choose featured image size in post/page from “Content Featured Image Options” in your edit post/page.
Sakin
Keymaster@kb: It’s not simple to change the font size for responsive design theme. When we change the font size for large screen, we need to change all the way to small screens. To adjust the header font size of post and page, you need to adjust the size in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
/* For Large Screen */ .entry-title { font-size: 26px; line-height: 1.5em; } /* For Screen with max width 768px */ @media screen and (max-width: 768px) { .entry-title { font-size: 20px; line-height: 28px; } } /* For Screen with max width 479px */ @media screen and (max-width: 479px) { .entry-title { font-size: 18px; line-height: 24px; } } /* For Screen with max width 320px */ @media screen and (max-width: 320px) { .entry-title { font-size: 16px; line-height: 22px; } }To remove the top right text that displays the format of the post, e.g. “Image” or “Link”, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-header .entry-format { display: none; }Sakin
Keymaster@kacmcgrath: To remove the search and social icons from header right section you can go to “Appearance => Theme Options => Header Right Section” and click on “Disable Header Right Section” and save changes.
Then you can add “1. Catch Everest Social Widget” and “Search” widgets to Footer Area from “Appearance => Widgets”
Sakin
Keymaster@Drewmikita: Sorry Catch Everest Free theme only have option to use Featured Post Slider and will be linked to post. To add link to page, you need to use Featured Page Slider and to remove link or add link to custom link then you need to use Featured Image slider. For these slider choices, you need to upgrade to Catch Everest Pro theme. For more details, see the theme instruction of Pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/
March 29, 2014 at 11:56 pm in reply to: Footer menu not displaying at smaller browser size / mobile devices #23381Sakin
Keymaster@jmb500: I see that you are using Catch Kathmandu Pro theme. So, you don’t need to add any custom css to make your footer menu visible in mobile devices. You can just go to “Appearance => Theme Options => Responsive Design” and then click on ”
Enable Secondary & Footer Menu in Mobile Devices” and save changes.Sakin
Keymaster@scg: Yes but WordPress also have remove support for IE8 and we should discourage very old browser. But yes if you like to make it work on IE8 then there are plugin like https://wordpress.org/plugins/wp-ie-enhancer-and-modernizer/ and other in http://wordpress.org/plugins/ which help you to support IE8.
-
AuthorPosts
