Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@liontrackslux: Sorry I cannot check for unpublished site. Maybe you can upload in any demo url.
Sakin
Keymaster@Afsoon: I check your site and your uploaded image is this http://gazelledesignstudio.com/wp-content/uploads/2013/04/cropped-copy-cropped-gazelle-icon-+text-19.jpg which width is 600px and height is 113px.
So, what is the issue there. Also I would like to tell you that there is padding around the image. So, can you tell me what are you trying to do. Maybe, you can upload the screenshot of what you want and past the link here.
Sakin
Keymaster@Ancestral0: Send me your site URL and the remaining questions. So, that I can check in your site and send you the code.
Sakin
Keymaster@jsvoboda: The text in the featured post slider is the Title of the Post and the Excerpt of the post, which is auto from the content. But in WordPress you have excerpt box in the post from which you can further control the content. More about excerpt box http://en.support.wordpress.com/splitting-content/excerpts/
Sakin
Keymaster@nenepretty85: Great it’s solve. Thanks and you too have a nice day.
Sakin
Keymaster@obiokere: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will make your background color of header right sidebar to transparent so it matched the background of header.
`.sidebar-top .widget { background-color: transparent; }`Sakin
Keymaster@eric.suth: Yes, but for that I need to check your site and see what is happening. So, post your site URL.
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. -
AuthorPosts
