Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Evocom: skype:echo123?call works on Catch Everest Pro 1.5.1. After you update your theme did you change the value in your theme options.
Sakin
Keymaster@kat22: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { clear: none; display: inline; float: left; padding-left: 10px; }Sakin
Keymaster@omgstyle: Looks like you have customize the core theme files. So, I cannot check in. Can you tell me your customization.
Sakin
Keymaster@offirkeren: Full width is also responsive in Catch Everest Theme. So, what is the issue? Let me know it and also send me your site URL.
Sakin
Keymaster@omgstyle: You can add the following CSS.
.home #main { display: none; } #hgroup-wrap { display: none; }Sakin
Keymaster@Sev: You need to add the following additional CSS in “Appearance => Theme Options => Custom CSS” box.
#main #content img { border: none; }Sakin
Keymaster@Lizettegfernandez: Email Subscription doesn’t fall in Theme Territory. It falls under plugin territory and we are not allowed to add in as per the guide line of WordPress.org.
So, you can just add the plugins. Search for free plugin at http://wordpress.org/plugins/
Sakin
Keymaster@CocktailMarketing: I can see the slider is displaying fine in your site. Can you clear your cache and refresh your browser to check in.
Sakin
Keymaster@tnotty: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Sidebar Widget Title */ #secondary .widget-title { color: #fff; } /* For Sidebar Widget Text */ #secondary .widget { color: #fff; } /* For Sidebar Widget Link color */ #secondary .widget-area .widget a { color: #fff;; }Sakin
Keymaster@tnotty: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.featured-slider .slides { border-bottom: 20px solid #fee000; }Sakin
Keymaster@bekay86: You need to add in the post IDs in “Appearance => Theme Options => Featured Slider => Slider Options”.
I just see that you have added the Post ID 540
But I don’t see other Post ID.
You need to post ID “#1 Featured Post ID”, “#2 Featured Post ID”, “#3 Featured Post ID” and “#4 Featured Post ID”Sakin
Keymaster@mvtpinheiro: Yes that will not work as your have setup as “Content layout” as “Show excerpt” in “Appearance => Theme Options” from your WordPress Dashboard. This will automatically take the excerpt text of the your content as defined in “Excerpt Length in Words”. But if you want different word to be displayed in excerpt then you can add in your text in Excerpt Box in your post. See this screenshot for excerpt box http://www.pinterest.com/pin/548594798330200958/
If you want to break your content with more then you have to choose “Show full content” in your “Content Options” from “Appearance => Theme Options”.
Sakin
Keymaster@cabron_berlino: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { display: inline; float: right; } #hgroup.with-logo { clear: none; display: inline; float: left; }Sakin
Keymaster@victoria: I see that you have set “Featured Header Image Position” to “Before Header”. Make that to “After Menu” in “Appearance => Theme Options => Header Featured Image Options”.
Then to remove the border (Shadow) in the header featured image, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-feat-img { box-shadow: none; }I see that you have reduce the height of the menu. This will give issue to your submenu and I see that I cannot click to submenu. So, you need to change the position of submenu as well. To do that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { top: 40px; }Sakin
Keymaster@jenbrookswriter: It’s little difficult to explain and work on it. I can configure that for you. I will email you now.
Sakin
Keymaster@carlosdonan: Thanks for your appreciation.
Sakin
Keymaster@carlosdonan: Looks like you are talking about outline in link. If so, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
a:focus, a:active, a:hover { outline: none; }Sakin
Keymaster@owen: It is showing. See just above your footer, you will see “Older Post” full width button. That is Infinite Scroll. If you click on that it will load the post in same page. But if you disable Infinite Scroll, then it will not load the post in same page.
Sakin
Keymaster@Bookmama: I told you to add the CSS in Theme Options panel. But I haven’t see that you have added css. If you add the following CSS in theme options panel then it will work perfect.
@media screen and (min-width: 1060px) { #header-menu ul.menu li { float: left; } #header-menu ul.menu a { padding-left: 54px; padding-right: 53px; } } -
AuthorPosts
