Forum Replies Created
-
AuthorPosts
-
August 27, 2014 at 10:50 am in reply to: How do i get audio player to show on posts on front page? #43059
Sakin
Keymaster@thecraigknight: Check your layout settings at Theme Options panel. Go to “Appearance => Theme Options” from your WordPress dashboard and select “Show Full Content” in content layout. This will show full content in your front page. Then if you want to break the page as per your need then you can use
<!--more-->tag. See this for more tag option http://en.support.wordpress.com/splitting-content/more-tag/Sakin
Keymaster@kkldesigns: Thanks for sharing.
Sakin
Keymaster@Peregrino: I check in your site and see your header image is full width. Header image in set to 100% width. So, it depends on the image you upload. If that image is large then it will be full width and if that is small then will show the image as centered.
Sakin
Keymaster@Melanie: You can add the following css in your custom css box.
#header-menu ul.menu ul { top: 2.5em; }Sakin
Keymaster@Melanie: Tour opt-in has fixed with of 406px. Either this opt-in need to to be responsive or you need to disable responsive in your site.
Sakin
Keymaster@Melanie: It’s because of your custom css. Remove the following css:
div#sidebar-header-right.widget-area.sidebar-top.clearfix { margin-right: 55px; }Sakin
KeymasterHi Robin,
It looks like you are checking your site from more than 1600px screen size. So, you can upload large image as per your need. Just use Featured image slider and then upload large image as per your need. It’s set to 100% so, if you upload large image, it will show large one.
Regards,
SakinSakin
Keymaster@kkldesigns: I just check in your site and the slider you have added is fine but looks like there is conflict with plugins that you are using with our slider script. So, can you try disabling plugins one by one and check in. I suspect shadowbox-js plugin.
Sakin
Keymaster@Peregrino: Thanks for your appreciation and we are glad that we are able to help you. Yes, let me know how can I help you with the update.
Sakin
Keymaster@John: We don’t have switch to mobile version link. I am not sure what you are talking about. Can you share your screenshot. I just check in your site pixtraveler.reynsoft.com from my iphone and it look totally different and it’s not our theme.
Sakin
Keymaster@OhSweetPete: With CSS, you can only change the to Web safe font. You can add the the font css in the “Appearance => Theme Options => Custom CSS” box.
#site-title { font-family: Arial, sans-serif; }But you can use google font plugins and other plugin which you can search at http://wordpress.org/plugins/ and change the font.
Sakin
Keymaster@Peregrino: Ok nice you got it fixed.
Sakin
KeymasterHi Steve,
First you have posted it in wrong support forum. This is Simple Catch Theme Support forum. For Catch Kathmandu, use this one http://catchthemes.com/support-forum/forum/catch-kathmandu-public/
You can check our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/
1. Popular Places is just demo and it’s called “Homepage Featured Content” which you can add your own image, title and content from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
2. Add image should work and also when you post image URL it should work. As it’s working fine in our server. Check this screenshot http://www.pinterest.com/pin/548594798331986216/ . When you paste in Image URL, make sure it’s image URL and not attachment URL.For more, please post in your site URL.
Regards,
SakinSakin
Keymaster@SameenIbne: If you have added in the Post ID and Featured Image then it should work fine. Can you recheck it in reference with http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ . Maybe, you missed out steps.
Sakin
KeymasterHi Brian,
It’s bit confusing question. Do you mean to adjust the number of posts in homepage or no of words in excerpt content in post.
To excerpt limit: Go to “Appearance => Theme Options => Excerpt / More Tag Settings” and change the number of words there and save changes.
To limit the number of posts in homepage: Go to “Settings => Readings” and change the number for Blog pages show at most.
Regards,
SakinSakin
Keymaster@donnasander: Hum this is strange that we don’t have an issue like this when we update the theme. Maybe it’s problem with your child theme. Check your child theme settings with our same child theme in http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@ashrafashraf: You can try following css.
@media screen and (max-width: 960px) { body { background: none #fff; } }Sakin
KeymasterHi Niel,
Sorry, I gave it in wrong order. You can add the following css instead.
#access ul li#menu-item-23 { border-right: 0; } @media screen and (min-width: 768px) { #access ul li a { padding: 0 24px; } } @media screen and (min-width: 961px) { #access ul li a { padding: 0 36px; } } @media screen and (min-width: 1061px) { #access ul li a { padding: 0 43px; } } @media screen and (max-width: 960px) { #access ul li a:hover, #access ul li.current-menu-item a, #access ul li.current-menu-ancestor a, #access ul li:hover > a { line-height: 36px; } }Regards,
Sakin -
AuthorPosts
