Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Joaozinho: I check in subpages in your site and it’s working fine. Can you tell me more details about your issue or maybe share screenshot showing the issues.
Sakin
Keymaster@Joaozinho: Excerpt is the default function of WordPress and has nothing to do with theme version. Yes, excerpt box allows you to add your custom text otherwise you need to use Featured Image Slider.
Sakin
Keymaster@October: It’s strange happening to your site. It looks like either your customization has some issues or the plugins. So, first you can try disabling plugin one by one to check in if there is any plugin issues. After you disable all plugin and still have issue then you need to check on your code changes.
December 20, 2013 at 11:21 pm in reply to: Header Options: Additional option to move logo position up and do #18477Sakin
Keymaster@Markus: I see that you are using Custom Header Image from “Appearance => Header”. For logo, it is recommended to use Logo from “Appearance => Theme Options => Header Options” and upload the image in “Logo url” and check “Disable Header Logo”.
For Custom header to make it on left, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding img { float: left; }Sakin
Keymaster@davidgoorevitch: The Featured Post Slider take the Featured Image, Title and Excerpt Content from the post. So you need to manage this accordingly or you can add CSS to make the fixed height for desktop view. Send me your site URL and then I will check in.
Sakin
Keymaster@shruti: If you use Featured Image Slider then you can add image of any size. If you are using Normal width then it width is 754px and for full width it’s 1190px width.
But if you use Featured Post Slider or Featured Page Slider or Featured Category slider then it will take the exact image size of width 754px and height 400px.
Which version of Catch Evolution Pro sure you using it. Make sure you are using the latest version 1.5. Then you will see the Featured Slider layout in “Appearance => Theme Options => Featured Slider => Slider Options”. There you will see the option “Slider Layout”
Sakin
Keymaster@Joaozinho: It’s little difficult to control that as it contains Title and Excerpt Content. You can control excerpt content of overall site from “Appearance => Theme Options => Excerpt/More Tag Settings” and change the excerpt length. You can also control for individual post from your “Excerpt Box” in your edit post. See this screenshot http://www.pinterest.com/pin/548594798330200958/ if you cannot find the excerpt box.
Sakin
Keymaster@Joaozinho: I just check in your site in my iPhone and it’s working fine.
Sakin
Keymaster@Markus: It’s already empty. It’s your header image which has the spaces. See your logo image http://www.fhfn.org/wp-content/uploads/2013/12/cropped-Banner-Color6.jpg
Sakin
Keymaster@Markus: I realized that you are using Catch Evolution Pro theme. So before adding that custom css. Can you go to “Appearance => Theme Options => Header Options” and then make it 0 for “Header Bottom Margin”
Sakin
Keymaster@Markus: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding to of menu.
#header-menu { padding-top: 0; }Sakin
Keymaster@suchi: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Initially it was 50px so the following CSS will reduce it by 30px.
@media screen and (min-width: 961px) { .home #main { padding-top: 20px; } .home .hentry { padding-bottom: 20px; } }Sakin
Keymaster@blackkeys: If you want to change the border color of the form input and textarea fields then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
input[type="text"], input[type="email"], textarea { border-color: #000; }Sakin
Keymaster@impresnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { text-transform: none; } .site-content #nav-below { display: none; }Sakin
Keymaster@silentcall: I see that you have added the following CSS in your Custom CSS box to position the header top sidebar.
.sidebar-top { position: absolute; right: 4px; top: 42px; }You can change that to
.sidebar-top { bottom: 0; position: absolute; right: 4px; }and if you want to go further down you can add the following CSS
.sidebar-top .widget { margin-bottom: 0; }Sakin
Keymaster@emily.m: Please take a look at our theme instruction page http://catchthemes.com/theme-instructions/catch-evolution/. For Excerpt layout, first you need to set Featured Images on those posts. Then only the Featured Image from that post will be displayed. The recommended size for featured image is 644px width and 320px height. So, if you have small image than this then it will display your original image and if it’s bigger then it will crop exactly in the size 644px width and 320px height.
Sakin
Keymaster@silentcall: Thanks for sharing.
-
AuthorPosts
