Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Kristi,
By default there is no option to add featured image in your RSS feed. WordPress only have option to either show full content or excerpt content in the RSS feed and it is controlled through “Settings => Reading”, For each article in a feed, show.
But if you want this features then you might want to look for plugins at http://wordpress.org/plugins/. I just did a quick scan and this plugin looks interesting Featured Images in RSS w/ Size and Position
Regards,
SakinJune 5, 2014 at 1:47 am in reply to: Displaying featured image in image slider instead of full size #33522Sakin
Keymaster@Leonie: You can upload any image in your featured image slider. If you are having difficulty adding in the image from uploads. Then you can edit your image from Post Thumbnail editor and then copy that image URL and just paste that image url in Featured Image Slider Options.
Sakin
Keymaster@philippe: Can you let me know you site URL so that I can check in. As this should work when I test our demo page http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fcatchthemes.com%2Fdemo%2Fcatchbox-pro%2F
Sakin
Keymaster@mds88: Sorry I don’t understand your request. Can you explain in reference with your site URI for better understanding.
Sakin
Keymaster@dfwrgjeff: You can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#main { padding-top: 50px; }June 4, 2014 at 12:18 pm in reply to: Button colour change & how to centre content in sidebar #33443Sakin
KeymasterHi Ian,
For child theme tutorial see this http://catchthemes.com/blog/create-child-theme-wordpress/
Regards,
SakinJune 4, 2014 at 12:17 pm in reply to: Pre-sales Question: Form placement on top banner possible..?? #33442Sakin
KeymasterI don’t see any changes in this code. You need to change here. Can you send me the code that you have added. For code please try to use http://gist.github.com/.
See this code where I have added right box in the featured image https://gist.github.com/anonymous/6fe360cf0f833b04cfab
Sakin
KeymasterDear S. Bartsch,
There is no option to add screenshot in this forum. But you can upload your screenshot image in your site or any photo sharing site and then add in your image url here.
Regards,
SakinSakin
Keymaster@shamwow: Sorry not so clear what you want. If you don’t need to change your homepage and remain as it is then you don’t need to add anything in “Reading Settings”.
Sakin
KeymasterHello Poornima,
Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#access ul li a { padding: 0 51px; }Regards,
SakinSakin
Keymaster@theresem: Where did you get login link. Are you talking about widget in Sidebar then go to “Appearance => Widgets” and then add or remove widgets in respective sidebars.
Sakin
Keymaster@theresem: Go to “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save changes.
Sakin
KeymasterHello Ian,
To center the calendar, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.spider_calendar #calendar_1 { display: block; margin: 0 auto; }To change the border color in our sidebar widgets, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { border-color: #516856; }Yes, you should not edit any files inside the theme directory ‘catch-kathmandu-pro’ as these files will be reverted back to original when you update the theme. So, you will loose your customization. So, to preserve this either you need to add your custom css in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding you custom css in child theme style.css.
Regards,
SakinSakin
KeymasterHello Yuliya,
1. How to reduce space above and below logo?
— For this, you can adjust the padding as per you need need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.#header-content { padding-top: 50px; padding-bottom: 30px; } #site-logo { padding-bottom: 20px; }2. Is it possible to increase a text size on header right widget (where I have a phone number)?
— You can add the following css in “Appearance => Theme Options => Custom CSS” box. If needed you can increase the size more.
#sidebar-header .widget_text { font-size: 16px; }3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…
— You can either add white background by adding in following css in “Appearance => Theme Options => Custom CSS” box.
#main { background-color: #fff; }
or hide with the following css
.page .entry-header { visibility: hidden; }
or you can just add background in page title
.page .entry-header { background-color: #fff; }Regards,
SakinSakin
Keymaster@AKMARK5000: Yes, as you said you want content visible to only register user. So, you need some kind of membership and access control plugin.
Sakin
Keymaster@kteschmitt: If you are using Child theme then create empty
functions.phpfile in your child theme and then copycatchbox_header_menu()function from Catch Boxfunctions.phpand then edit it in your child theme as per your need.Sakin
KeymasterHello SBartsch,
I check in your site in Chrome browser and it’s working fine. Can you refresh your chrome browser and check in. There might be cache issue or also check in your chrome extension and zoom.
Regards,
SakinJune 3, 2014 at 12:39 am in reply to: Image slider width differences firefox and chrome browsers #33317 -
AuthorPosts
