Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Eklundz: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .in-tag a { background-color: #0088cc; padding: 5px; color: #fff; -moz-border-radius: 5px; border-radius: 5px; }Sakin
Keymaster@jemfrim949: Can you explain bit more about the issue. As when I check in your site in Mozilla browser it all looks good.
Sakin
Keymaster@Caitlin: I am bit confused about your request as you haven’t share your site URL. So are you trying to add Featured Slider in Catch Kathmandu Pro theme.
Please check in the Theme Instruction at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/. In Featured Slider, you can choose the from Page Slider or Post Slider or Category slider or image slider and how to add that is mentioned in theme instruction page.
Sakin
Keymaster@ian.scott: You are not allowed to edit that in Free Version. This is the copyright information that we add for providing Free Themes and Free Support. If you want to remove or edit that then you need to upgrade to Catch Everest Pro theme where there is easy option to do that from “Appearance => Theme Options => Footer Editor Options”. See the theme instructions of Catch Everest Pro theme at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@craiginthebox: I don’t get it what you mean. We shouldn’t add another article before closing article code. The page take one article and each post takes one each. Maybe you can just change css and wrap it.
Let’s edit your front-page.php file. Add the code
<div id="home-wrap">just belowget_header(); ?>and code</div><!-- #home-wrap -->just above<?php catchbox_content_query_nav( 'nav-below' ); ?>Then in you child theme style.css add the following CSS:
#home-wrap { background-color: #fff; border-bottom: 2px solid #ccc; -moz-border-radius: 5px; border-radius: 5px; } #home-wrap .hentry { border: none; }Sakin
Keymaster@aeriformarts:I just check in your site and see that there was Link URL set to none so it didn’t add url. In LINK URL, you should always set to FILE URL to get the image url.
Sakin
Keymaster@Robson: Oh qtranslate is very confusing. Maybe posting in support forum of qtranslate and then answering will be better.
For link can you try relative link like for resume:
/curriculoSakin
Keymaster@Nancy: If that is white-spaces issues then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#fixed-header-top ul li a, #header-menu ul.menu a { white-space: nowrap; } #fixed-header-top ul.menu ul li a, #header-menu ul.menu ul li a { white-space: normal; }Sakin
Keymaster@BenniemanZA: So what he want? Can you be more specific about the width. For larger width theme, check our Catch Kathmandu theme http://catchthemes.com/demo/catch-kathmandu/ . You can either user Free version or pro version of it.
Sakin
Keymaster@jmb500: I just tested our site with Dancing Script Google font in “Appearance => Theme Options => Font Family Options => Headings Font Family”. It’s working fine. I suspect some other issues. I will email you to check in details.
March 13, 2014 at 5:29 pm in reply to: No featured thumbnail issue on Facebook share of homepage #21312Sakin
Keymaster@Keren: That’s cool.
Sakin
Keymaster@Nancy: Ok now let’s try to reduce the spaces by reducing the padding. The following css will change from 20 to 15. I hope this will fix it. Your browser is taking static width for the menu item and this is strange.
#header-menu ul.menu a { padding: 0 15px; }Sakin
Keymaster@craiginthebox: I told you that you are not supported to create page template. You just need to add home as page. So, you need to go to “Settings => Reading” and select your page to show in homepage from “Front page displays => A static page” and then in your child theme create the file name
front-page.phpand here goes the sample code for the file.
https://gist.github.com/anonymous/05b0588726655f11c326#file-front-page-phpSakin
Keymaster@aeriformarts: It’s bit strange as it’s working on our site. Ok I will contact you in email for detail review. When you upload the media, did you check in “Link URL”, it should be “File URL” and not “None”, then you can click on “Insert Into Post”.
For detail review, please reply via email.
Sakin
Keymaster@delboorman: The following CSS will make the width of Header Search Box to 190px always.
.header-sidebar #s, .header-sidebar #s:focus { width: 190px; }Sakin
Keymaster@delboorman: You can add the following css. But you have customized site a lot so I am not 100% sure that it will work fine or not.
/* To fix the custom social icon size */ ul.social-profile li { height:33px; width:33px; } /* To the margin of Footer Widgets */ #footer-sidebar .widget { margin: 0; } /* To increase the padding of social icon */ #footer-sidebar .widget_catcheverest_social_widget { padding-top: 45px; } /* To Make social icon in float right */ #footer-sidebar ul.social-profile { float: right; } /* To Hide Site Footer Info */ #site-generator { display: none; }March 13, 2014 at 8:39 am in reply to: No featured thumbnail issue on Facebook share of homepage #21292Sakin
Keymaster@Keren: I just check in your site and see that you have setup blank image from Jetpack plugin. I found this
<meta property="og:image" content="http://wordpress.com/i/blank.jpg" />
You can test your site https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fhis-israel.com%2FChange that image from ‘http://wordpress.com/i/blank.jpg’ to whatever you desire and will be solved. Look for setting in your JetPack plugin. As this image is from Jetpack plugin.
Sakin
Keymaster@ourag: Yes I got it and I found the problem plugin. That is “Mashshare Share Buttons” plugin. Now, your site is showing content.
Sakin
KeymasterI have already send you an email at contact[at]ourag[dot]com
-
AuthorPosts
