Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@micahrj: See this for removing comments http://en.support.wordpress.com/enable-disable-comments/ or you can check this video http://www.youtube.com/watch?v=VxTlMfVkL0o&list=UUvG9V9e1s2lN-hoWeHsDCJQ&index=11
Sakin
Keymaster@golfer300: Yes there is missing file. Either re-upload all the files from Filezilla or WordPress admin panel. I have also emailed you. So, if you need my assistance then reply me email.
Sakin
Keymaster@futureblu: You can try adding in The following CSS in “Custom CSS” box in your Theme Options panel.
#header-left { float: none; }
#site-logo { float: none; text-align: center; }
#site-logo a { display: inline-block; }
Sakin
Keymaster@futureblu: Yes the featured image in set as per the width of the screen. We need to thing about this in more details. If you want to hide featured image in the post then add the following css in “Custom CSS” box in theme options panel
.single .featured-image { display: none; }
Sakin
Keymaster@micahrj: This theme is designed to make it menu left align. You might need to take hemp from tweaky or http://jobs.wordpress.net/.
But first you can try the this solutions. I hope it works for you. Just add the following css in “Custom CSS” box in your Theme Options panel.
#access ul { text-align: center;}
#access ul li { display: inline-block; float: none; margin-bottom: 0; }
#access ul li a { float: none; }
Sakin
Keymaster@golfer300: You have social icons in Footer but the image is missing. What did you do with the theme. As there is no version and all on the sytle.css and also image “social-profiles.png” is not found on folder image of theme.
Please download the theme and then upload the files. This will bring back the social icons.
Sakin
Keymaster@Count Moriarty: For any css customization. You don’t need to build child theme. Just add the css in “Custom CSS” box in your Theme Options panel.
Sakin
Keymaster@TripleMoxy: The header Right is the space for Header Right Sidebar and Search on one of the widget. You can add other various widgets such as Social links and text.
This is responsive design and we cannot center vertically but yes you can add padding top to move the search little down. But this might hamper the design in mobile devices.
To add the padding top. You can add the following CSS in “Custom CSS” box in your theme Options panel.
.sidebar-top { padding-top: 35px;}
March 13, 2013 at 11:36 am in reply to: Full-width logo: close empty space above & below, match menu bar width #5086Sakin
Keymaster@table26: You have header right and left margin set is 3%. Login to your WordPress Dashbaord and then go to “Theme Options => Theme Options => Header Options”. There in Header Right Margin and Header Left Margin make it both 0 and click on Save button.
When you make the Margin 0 on all side. The Image shift to left as your the space will be 1000px when there is no margin and your image size is only 975px that is why it shows 25px white space at the right side. Just upload the image with the width 1000px and remove all the margin. Then it will be fine.
Sakin
Keymaster@willko: Oh ok then just add the following css in “Custom CSS” box in your Theme Options panel in your WordPress Dashboard.
#header-right .widget_search { display: none; }
Sakin
Keymaster@silvia83: Check out the Theme Instruction http://catchthemes.com/theme-instructions/catch-everest/ .See this from Theme Instruction page
How to add Featured Post Slider
Currently this theme only support Posts as the Featured Slider. To add Featured Slider, follow these basic steps:
1. Click on Appearance -> Theme Options -> Featured Post Slider from your WordPress Dashboard.
2. Click on Slider Options to select various slider options like enable slider, number of slides, transition effect, transition delay and transition length
3. Then Click on Featured Post Slider Options and Add in the Post ID’s in Featured Slider Post#1, #2, #3 respectively.
4. Click on Save button.Note:
* When you add the Post Id\’s, make sure you have added in the Featured Image in your Post.
* If you are unable to find the post ID then you can install the Catch IDs Plugin to find the Post IDsSakin
Keymaster@MikeSc: Do you mean Homepage Featured Content “Headline”. Yes that is missing. We were trying to add in but by mistakenly it got updated. We will add that in future version update. Sorry for now.
Sakin
Keymaster@fredrik.arvas: Yes blue.css control the blue style.
Sakin
Keymaster@silvia83: It’s fine you have add pages for your product. Only for the Featured slider you need to add in the post. If you are talking about this then sorry you need to create extra post for this.
But there is one option, if you don’t want the slider to link to post then want it to link to page. Then you might consider using redirect plugin to redirect your post to page. http://wordpress.org/extend/plugins/redirection/
Sakin
KeymasterHello Fredrik,
In Catch Box pro theme. You can just select the “Blue” in “Color Scheme” from your Theme Options panel.
Regards,
SakinSakin
Keymaster@bhristincerger: There are ways to show your blog post. All the post are categories that mean you can add the Category in the “Custom Menu” See this http://en.support.wordpress.com/menus/ . This will add category in menu and then you will be able to see the post in the respective category.
Also you can use the widgets to add it in your sidebar.
-
AuthorPosts