Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@sboelsma: I need to check your site. So, I will contact you through email. Please response there.
Sakin
Keymaster@oly: You can use the Custom Menu through “Appearance => Menu”. Then you will see the Pages box, which shows the most recent pages. Just click on View All tab and it will show Home. Just check the “Home: Home” and click on add to menu. Then it’s done.
Sakin
Keymaster@oly: You can add widget Catch Everest: Social widget to Header Right Sidebar. But this option is only available in Pro version. If you are using free Catch Everest theme then you need to upgrade to Catch Everest Pro theme.
See this for additional features added in Catch Everest Pro version http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@jocatman: I can see the header image is responding to small size. Your header image is small so it is responding only after screensize below 700px. You can scroll down your browser and check it.
To reduce the space on the body text of pages and blogs, you have to change the css for all responsive screen. So, I don’t recommend it.
If you ad the following CSS in “Appearance => Theme Options => Custom CSS” box, it will reduce for all screen. So, be aware of this
`p { margin-bottom: 30px; }`If you want to change for different screen size then add individually to all these sizes.
`
@media screen and (min-width: 1190px) { p { margin-bottom: 40px; } }
@media screen and (max-width: 1060px) { p { margin-bottom: 20px;} }
@media screen and (max-width: 960px) { }
@media screen and (max-width: 767px) { }
@media screen and (max-width: 480px) { }
@media screen and (max-width: 320px) { }
`Sakin
Keymaster@Afsoon: Can you send me your site url and also send me screenshot of the problem. I need to see it to understand what are you trying to say. Then image should be working fine. But yes if you upload larger image in the slider it will crop to the exact size of Width: 1140px and Height: 450px.
If you are using custom header logo, just upload your logo and then don’t crop and publish it. Also when you upload more then one image. Don’t click on Random. It will show you random image.
See Theme Instruction for more details: http://catchthemes.com/theme-instructions/catch-everest
-
AuthorPosts
