Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@davidgoorevitch: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #slider-wrap { height: 400px !important; } }Sakin
Keymaster@Melissa: You can add your custom menu from “Appearance => Menus” and then when you add menu items for your custom menu, you can click on “Screen Options” and check “Link Target”. This will add extra field in your menu item and then you can select “Open link in a new window/tab” to option link in new window. See the screenshot http://www.pinterest.com/pin/548594798330834738/
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; } -
AuthorPosts
