Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@standardman: I understand but that is not the opacity. they uploaded the transparent background in .png format
You can also add like that by adding following css in your “Custom CSS” box in Theme Options pane.
#page { background-color: transparent; }
#main { background: url("//www.blogblog.com/1kt/transparent/white80.png") repeat scroll left top transparent; }
But upload the image in your own site and add in.
Sakin
Keymaster@standardman: No I don’t get it. Can you just show me by uploading the image of what you want. Them paste the image link here.
Sakin
Keymaster@aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
footer.entry-meta { display: none; }Sakin
Keymaster@bill: I was confused with Theme Options. But you were talking about “Appearance => Editor”.
This is not theme issue, you can activate any theme and you will still see editor missing. Check your configuration in Security plugin like Better WP Security or your configuration file wp-config.php
Sakin
Keymaster@aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
footer.entry-meta { display: none; }Sakin
KeymasterHello @shanewasik and @ahhthesimplelife.com : Now I am confused because of two communicating together. Can you have separate forum thread or communicate one by one. or can you list what each of you want. Sorry I am lost.
Sakin
Keymaster@shridharshah: I see that you have added custom css which is giving you the issue. Just add the following CSS in “Custom CSS” box in Theme Options panel.
#header-left { width: 100%; }Also to let you know we don’t support IE8 and below for those who have customized the theme. We only support for IE8 and above only if we have any issue with the theme.
Sakin
KeymasterDear Luis,
Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.
I have also emailed you so let’s get it fixed there.
Regards,
SakinSakin
KeymasterDear Luis,
Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.
I have also emailed you so let’s get it fixed there.
Regards,
SakinSakin
KeymasterDear Luis,
Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.
I have also emailed you so let’s get it fixed there.
Regards,
SakinSakin
Keymaster@peterbook:
For Sidebar background color. Add the following CSS in “Custom CSS” box in Theme Options panel.
#secondary { background-color: #F4F4F4; }I don’t know which subscription are you using as we don’t have subscription option in our theme. Please consult with the plugin author.
Sakin
Keymaster@ahhthesimplelife.com: Hello Carol, the main problem of your site in due to the Site Tagline too long and it makes your right side section to come down. This increases the space. So, either reduce the tagline or add the following CSS in your “Custom CSS” box in Theme Options panel.
#site-details { clear: both; }
h2#site-description { max-width: 340px; text-align: center; }
Sakin
Keymaster@korpinar: Thanks now I can see your site and answer your questions.
how can I center the footer?
— Just add the following CSS in “Custom CSS” box in Theme Options panel.
#site-generator .copyright { float: none; text-align: center; width: 100%; }how can I get rid of < and > from main sliding picture if I use only 1 slide?
— Just add the following CSS in “Custom CSS” box in Theme Options panel.
#slider-nav { display: none; }Sakin
Keymaster@fefitzpa: Ok now I can answer your question looking at your site.
How do I decrease the header height?
— Just add the following CSS code in “Custom CSS” box in Theme Options panel.
/* For Header Bottom Padding */
#hgroup-wrap { padding-bottom: 20px; }
/* For Header Top Padding */
#site-logo, #header-right { padding-top: 20px; }
How do I butt the whole webpage to the top of the browser window?
— Just add the following CSS code in “Custom CSS” box in Theme Options panel.
.site { margin: 0 auto; }How do I remove page headers?
— I don’t get it what you mean by this.Is it possible to move the social media links into the footer?
— Nope. But you can add as widget to footer sidebar or any other sidebar.Along with my questions above can you also take a look at the Board of Directors page [child of about page] and the Senior Team page. There seems to be responsive issues when resizing the browsers causing a few of the thumbnails to move irregularly.
— Just add the following CSS code in “Custom CSS” box in Theme Options panel.
.entry-content p { clear: both; }April 12, 2013 at 10:03 am in reply to: Catch Everest Pro Installation Error and How to remove powered by wordpress etc. #6867Sakin
Keymaster@Leozaw: Looks like you already have Catch Everest Pro Theme installed. You need to delete that and upload it and then activate it.
To remove the powered by in Catch Everest Pro is simple, Just go to “Appearance => Theme Options => Footer Editor” and change the text or delete the text that you don’t want.
Sakin
KeymasterSorry Maeve, not support at this time. We will think about this feature in near future. We though Footer widget will be enough and this will complicate the theme.
Sakin
Keymaster@maevamena: In Catch Everest Pro theme you can change the font from “Appearance => Theme Options => Font Family Options”
For widget title, change the font in Headings Tags from h1 to h6 Font Family.
Sakin
Keymaster@LandUnknown: Add the following CSS in “Custom CSS” box in Theme Options panel.
.page-header { border: none; text-align: left; font-size: 26px; font-size: 2.6rem; line-height: 1.8; }
@media screen and (min-width: 1190px) { .page-header { font-size: 30px; font-size: 3rem; } }
@media screen and (max-width: 1060px) { .page-header { font-size: 20px; font-size: 2rem; } }
@media screen and (max-width: 760px) { .page-header { font-size: 16px; font-size: 1.6rem; } }
Sakin
Keymaster@LandUnknown: For image slideshow, yes you need to search for plugin. Search here http://wordpress.org/extend/plugins/ and find the best fit for you.
-
AuthorPosts
