Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@steve519: Sorry there no option to assign page with category. But there are plugins through which you can achieve this featured. Please search in http://wordpress.org/extend/plugins/
Sakin
Keymaster@maevamena: For text spacing. You have to adjust for all responsive layout. So, I don’t think I will be able to give you the answer. Sorry for this. You need to hire someone to do this.
Sakin
Keymaster@maevamena: You have to add like this for social widgets.
.widget .widget_catcheverest_social_widget { background: none; border: none; padding: 0;}Sakin
Keymaster@palmer.lee: Did you select the “Contact Page template” in Select Sidebar layout option in your page editor.
Sakin
Keymaster@maevamena: Please remove the following CSS from your “Custom CSS” box in Theme Options panel.
.site { background-color: #DDD0D6; }and replace with
.site { background-color: transparent; }
#main {
background-color: #DDD0D6;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
Sakin
KeymasterDear Luis,
1. For this, I don’t get it. Can you point me exactly what is the issue on which page for example.
2. I’d like to have a Fixed Header (and Footer) with Scrolling Content. I’d like the Header with its navigation intact, so visitors always have the ability to access the navigation while scrolling down to read the page content.
— This is beyond our theme scope so you need to customize it. So for this consider hiring someone in http://jobs.wordpress.net/ or Tweaky partner which banner is on the right sidebar.3. How can I add color and center Page Titles.
— To add color and center the page title, add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
.entry-title, .entry-title a { color: #dddddd; text-align: center; }4. Is there a Plugin that will help me achieve a Slide Show in the Header?
--- Yes there are lot of plugins which you will need to search in http://wordpress.org/extend/plugins/
April 13, 2013 at 11:38 am in reply to: Full-width logo: close empty space above & below, match menu bar width #6935Sakin
KeymasterHello Timo,
Please post Catch Responsive support in Catch Responsive Private forum only. Not here. This will make others confused.
For now I am answering here but from next time please post in proper forum.
Just add the following css in “Custom CSS” box in Theme Options panel. You can reduce or increase as per your need.
#hgroup-wrap { padding-bottom: 2.5rem; }Regards,
SakinSakin
KeymasterThanks for reporting the issues. We have just fixed it and posted for update in WordPress.org but the review team needs to approve it before it get live.
So for now those who have problem please replace your theme “catcheverest-functions.php” which you will find in “inc” directory of theme with http://themes.svn.wordpress.org/catch-everest/0.1.5.1/inc/catcheverest-functions.php
For those who cannot do this can post message here and I will login to your account and change it.
Thank you.
Sakin
Keymaster@frederikwa:I don’t understand what do you mean by eksempel. Also can you add in your site URL. I can help you in changing background color and few css tweaks.
Sakin
KeymasterYou can do same for header and footer.
#branding, #site-generator { background: url("http://www.hajzee.com/wp-content/uploads/white80.png") repeat scroll left top transparent; }Yes in Catch Box text appears below the logo. Why don’t you just make the logo with the text and problem solved.
Hide the post meta like tags and categories.
footer.entry-meta { display: none; }Sakin
KeymasterTo reduce the margin between the bottom of the logo and the top of the menu bar. Add the following CSS in “Custom CSs” box in Theme Options panel. Adjust the margin top as per you need in site http://baskingsharkscotland.co.uk/
#header #mainmenu { margin-top: 10px; }Sakin
KeymasterDear Luis,
There was problem with your mailing list code. I have fixed it ad now it is working fine.
Regards,
SakinSakin
Keymaster@frederikwa: I can only help you with few teaks and css here and there. But not with the site customization. For this you need to hire at http://jobs.wordpress.net/ or use tweaky services as shows in sidebar.
Sakin
Keymaster@standardman: Please check with other theme as well as we don’t have any specific format for iFrame.
Sakin
Keymaster@standardman: Why don’t you ask the plugin author about this why it is causing issues. Also please add in your site URL so that I can see it.
Sakin
Keymaster@TenThousandThistles: Can you send me your site URL? It’s strange why it is not working for you. I will contact you through email. Reply me there.
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
-
AuthorPosts
