Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@newbiebx: Thanks Happy New Year 2014…. Sorry I don’t know which site your are talking about. Please send in your site URL.
Sakin
Keymaster@Olivier: Can you send me your site URL so that I can check in.
Sakin
Keymaster@davidyoungs: You can just hide the Site Title by using CSS and then add the logo as you want. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the site title.
#site-title { display: none; }Sakin
Keymaster@Peter: See the instruction http://catchthemes.com/theme-instructions/catch-everest-pro . You can just go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” and add heading on each “Title”.
Sakin
Keymaster@Joaozinho: You can add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding: 0; }Sakin
Keymaster@fastfun.jp: archive-services.php can be use to replace your service archive page but cannot be used for homepage. But the best way to change the homepage is through functions.php or index.php file.
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; } -
AuthorPosts
