Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Ralph177: First you header ads are too large and is not responsive for mobile devices. That is why it is giving issue. You can add the following CSS and check in:
#sidebar-header-right { width: 77.5%; }January 4, 2014 at 9:17 am in reply to: Header Options: Additional option to move logo position up and do #18835Sakin
Keymaster@Markus: Sorry I gave you the detail instruction. So, how can I help you more. Maybe you need to hire customizer.
Sakin
Keymaster@Pete7feet: You can just add permalink structure in your site. Go to “Settings => Permalinks”. I recommend using Custom Structure as
/%category%/%postname%/Sakin
Keymaster@Sally Starlett:
Answer to your First Question
In Catch Evolution Free theme, you only have option to use Featured Post Slider which is there to highlight your post.
1. first you need to create the post and add featured image in your post. This featured image will be used for your slider.
2. Then you need to add in your post ID in “Appearance => Theme Options => Featured Post Slider”Answer to your Second Question
This feature in not there in our theme. For this you might find plugin in wordpress.org/plugins . Why don’t you just create a page/post where you describe the product and add “Buy Now” button which links to the main product page.January 2, 2014 at 11:40 am in reply to: Header Options: Additional option to move logo position up and do #18799Sakin
Keymaster@Markus: That’s your script taking space. Maybe you can try wrapping with container.
For example:<div style="width: 100px;">your script</div> <div style="width: 100px;">your another script</div>Sakin
Keymaster@Ralph177: Can you refresh and check in. As it looks fine to me. Maybe share your screenshot.
Sakin
Keymaster@realfitrealfoodmom: This is responsive theme so increasing and decreasing width is quite complicated. You need to consider smaller devices as well.
You can play around with the following Widths in CSS and add it in “Appearance => Theme Options => Custom CSS” box./* For Large Screen */ #primary { width: 754px; } #secondary { width: 406px; } @media screen and (max-width: 1224px) { #primary { width: 654px; } #secondary { width: 340px; } } @media screen and (max-width: 1060px) { #primary { width: 530px; } #secondary { width: 340px; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { #primary { width: 590px; } #secondary { width: 340px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sakin
Keymaster@Jeff: In both ways you have to do it by building child theme. As Custom Header only take single image.
By the way I found this code in your header
<a href="https://plus.google.com/103916497090918138727" rel="publisher">Google+</a>You are not supposed to add this in header. You can just add in Social Icon your Google pus link in “Appearance => Theme Options => Social Icons”
Sakin
Keymaster@CRICKETBIRD: Ok can you replace your current header with the small logo from “Appearance => Header” and then add the site title as the header text. Then buzz me back and I will send you the CSS.
Sakin
Keymaster@turnerbaldwin: Post in your site URL and then I will check in.
Sakin
Keymaster@panselli: It looks like there is conflict with the layout. There is 2 ways to solve it.
1. Edit the page ID “4” and in “Select Sidebar Layout”, select the Default Layout Set in Theme Settings.
OR
2. Go to “Settings => Readings” and in “Front page displays”, select “Your latest posts”Sakin
Keymaster@rckstr: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding-bottom: 0; }Sakin
Keymaster@Ralph177: I don’t see any changes in your site. You still have widgets in Header Top sidebar.
Sakin
Keymaster@terra: Can you select sidebar on those product page. If not then you need to use plugin for that. Search plugin in wordpress.org/plugins
Sakin
Keymaster@Ralph177: You need to add both the ads in Header Right Sidebar. Remove the ads from Header Top Sidebar. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header-right .widget_catchbox_adwidget { margin-botton: 0; }Sakin
Keymaster@ianroach: There in no option to do that. You need to build Child Theme and replace slider with the video.
Sakin
Keymaster@Graham: You need to remove the following CSS from your Custom CSS:
#header-right.header-sidebar.widget-area { height: 10px; } #header-right.header-sidebar.widget-area { margin-bottom: 0; padding-top: 10px; } #text-2.widget.widget_text { height: 5px; }Then add the following CSS in your Custom CSS
#text-2.widget.widget_text { margin-bottom: 0; }Sakin
Keymaster@Graham: try using hexadecimal color code in CSS. So, your Custom CSS can be as.
#header-menu ul.menu { border-top: 3px solid #fff; } -
AuthorPosts
