Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@impresnet: It’s ok and I am sorry that I couldn’t understand properly. But now I am clear about it and here goes answer to your questions:
1.- I want to remove as indicated in red. Or modify colors:
— To remove the slider content. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#main-slider .entry-container { display: none; }`2.- What I want is to leave the post and page to Full Width, like most of the themes. Is it possible?
— Sorry the full width option is currently available only in Catch Everest Pro version.Sakin
Keymaster@karinschultz: In the menu bar, I want to change the “Home” to “Home Sweet Home”. No matter what I do, it will not allow me to do this.
— To get flexibility with menu, user custom menu, build your own. Just to go “Appearance => Menu”. See this for more details http://en.support.wordpress.com/menus/. To add home just on Go to Page box, then click on “View All” tab and then, check “Home: Home” and add to menu. this will add home to top of your menu, then edit the label of Home to Home Sweet Home.Sakin
Keymaster@cbtoolkit: Add the widget in the header top sidebar and send me your site URL. Then I will check and give you the css code.
Sakin
Keymaster@karinschultz: I don’t understand your request. Can you upload the screenshot in your site and send me the URL with the screenshot about what you want to do. Sorry for that.
Sakin
Keymaster@poornima.uk: You have added so many confusing css that is crating problem in alignment. For example this css
`#main { padding-left: 90px; }`This is adding left padding in your content.
Sakin
Keymaster@trentbuzz: You have already added the categories under new menu at 6FK and so on. I mean these categories.
Sakin
KeymasterFor text, change the color code in color.
`
/* For Active Menu */
#header-menu .menu .current-menu-item > a,
#header-menu .menu .current-menu-ancestor > a,
#header-menu .menu .current_page_item > a,
#header-menu .menu .current_page_ancestor > a { background-color: #4385cd; color: #fff; text-decoration: underline; }
`Sakin
Keymaster@bluezeliablog: You cannot just change the site URL, you need to change whole database as well.
See these tutorial
http://yoast.com/move-wordpress-blog-domain-10-steps/
http://wp.tutsplus.com/tutorials/hosting/migrating-wordpress-across-hosts-servers-and-urls/Sakin
Keymaster@impresnet: You can remove the slider the title, subtitle color and margin?
— Do you mean to remove the title and subtitle text, or change the color or remove the margin. Can you send me screenshot what you want to do.It is possible in the post and pages change the margins of the text of them, because the text is plenty of space on the left and right.
— If you are talking about the page http://www.impresnet.com/esc/EAO/?page_id=2. You have choose page without sidebar what is why it is small width and stays at the center. You can upgrade to pro version where you have content layout option to choose “Full Width, no sidebar” where you will have widget width. See this for more details http://catchthemes.com/theme-instructions/catch-everest-pro/Sakin
Keymaster@iJON: I think you have asked same question on another forum thread where I have answered you.
Sakin
Keymaster@iJON: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`#footer { background: none #1569c7; }`Sakin
Keymaster@Eugene: Thanks for your appreciation.
Catch Everest Free theme only have option to add Featured Post Slider, so it has to be post not page. But if you upgrade to pro version there you have option to choose from Featured Post Slider, Page Slider, Category Slider and Image Slider. See this for more details http://catchthemes.com/theme-instructions/catch-everest-pro/
But yes, you have option to hide the featured post slider post from homepage post through “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. Then check Exclude Slider post from Homepage posts and save it.
Sakin
KeymasterTo hide page header, just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.page .entry-header { display: none; }`On the pages Public Bodies, Landowners & Utilities I need to remove the ahref link [so those buttons in the navbar just act as a way to get to the subpages] BUT keep the ahref links in the subpages.
— To do add menu item without a link there is a little trick.
First, you need to build menu using “Custom Menu” though “Appearance => Menus”.
Then in “Custom Link” box. Just type # in URL and Landowners in Labels and click on “Add to Menu”. This will create Landowners menu with # as link. But after this you can remove the # from the URL and save the menu.Sakin
Keymaster@jocatman: the header image that I am concerned about; its the “Request a Family & Friends Beta Account” banner image. It will break to the next line on smaller resolutions, but it does not resize. Actually, what I would like to do is hide the banner on smaller resolutions so it doesn’t look bad on mobile version of site, and lower resolutions. Is that possible?
— To hide the banner Request a Family and Friends Beta account banner in small screens. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`@media screen and (max-width: 1060px) { #header-right { display: none; } }`— If you want to make your banner stay in left always. then instead of hiding add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`
#header-left { width: 75%; }
#header-right { width: 20%; }
#header-right .widget { width: 100%; }
`Is there a way to hide this display at the top of the post? http://onedivinenation.org/category/blog/ Category Archives: Blog
— Just add the following css in “Appearance => Theme Options => Custom CSS” box.
`.category .page-header { display: none; }`Sakin
Keymaster@savvageorge: Thanks and have a nice day.
Sakin
Keymaster@fritzhesse: It’s ok.
Sakin
Keymaster@oly: Yes after you buy the pro version you can use it for unlimited site. But you cannot resell or redistribute it.
You can also edit the footer credit through Footer Editor option in Theme Options.
Yes, if you add the Social Icon. By default it will add to header right section. But in pro version you have more flexibility to use widgets.
Sakin
Keymaster@junkfoodrehab.net: Please remove all extra code in “Custom CSS” box I see lot of dashes like below. This is conflicting.
`————-`Let me know it after you remove those dashes.
-
AuthorPosts
