Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@brmurray: social icon widget is the additional custom widget that you provide in Catch Box Pro Theme.
Sakin
Keymaster@ibrokers: are you using Catch Box Pro Theme, then you can add in the social icon wights in Header right sidebar through Widgets.
Sakin
Keymaster@menmenm: That’s great. But the only thing that confused me is about
add_header 'X-UA-Compatible' 'IE=EmulateIE7';
Isn’t this will load the older version that is IE7 mode. So, maybe make it IE9 or newest.
So code can be
add_header 'X-UA-Compatible' 'IE=EmulateIE9';
or
add_header 'X-UA-Compatible' 'IE=edge';
Let me know your opinion as I am new to this.
Sakin
Keymaster@markwinspear: In your page, from the Screen Options check the “Discussion”. This will show the Discussion Box under your Page editor. Then in that Discussion Box uncheck “Allow Comments” and “Allow trackbacks and pingbacks on this page.”
If you are still confused then watch this video http://www.youtube.com/watch?v=zD08CkyaZYw
Sakin
Keymaster@menmenm: Go to Performance in your WordPress Dashboard and Click on “Empty All Caches” in your W3 Total Cache settings. This has happen to other users as well and they all fixed it by clearing the cache.
Sakin
Keymaster@DZipfel: that’s good but some features added translation will be missing. So, the best thing will be to open your de_DE.po with poedit software. You can download it from http://www.poedit.net/. then click on update it will show you the missing translation and then you can add in the translation.
Sakin
Keymaster@AiD: You can add the following CSS in “Custom CSS” box in your Theme Options panel.
html { height: 100%; }
body { min-height: 100%; position: relative; }
#main { padding-bottom: 70px; }
#colophon { bottom: 0; height: 25px; position: absolute; width: 100%; }
But I don’t know how much it will work. It will be better if you ask question in CSS forums.
Sakin
Keymaster@brmurray: Catch Box free theme doesn’t have this option. You need to upgrade to Catch Box Pro theme where the is Header Right sidebar and you can add in the Social Icon Widget is Header Right Sidebar through Social Icon widget.
Sakin
Keymaster@menmenm: It must be cache issue in your W3 Total Cache. Can you clear your cache from W3 Total Cache and check in.
Sakin
Keymaster@bobbafett: can you send me your site URL and I will check in. What you have done in your child theme css and you post here.
Sakin
Keymaster@aquahoya: Please post your query in New Support Forum. This page concerned about the site http://truthinablog.organika.ca/. Also when you post your question please add in your site URL.
Simple Catch Free site have only Featured Post slider, where you have to add in the Post Id which will take the Post title, excerpt and featured image of that post. In you have Simple Catch Pro Theme you have additional Featured Image Slider where you can upload independent image, title, content and links.
For Header background, you need to upload your header image through media uploaded in Add New media in your WordPress Dashboard. Then you can add in the following CSS in “Custom CSS” box in your Theme Options panel.
#header {
background: url("Your Background Image URL") repeat scroll 0 0 transparent;
}
You can add widgets in in your sidebar. Go to Appearance => Widgets. Then drag and drop widgets in the sidebar.
You can remove the comment through “Settings => Discussion”. But individual page and post setting will overwrite the overall setting. See this for more details http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@belgianbingo: You are actually using table that is why there is line, if you want to remove the table border in the homage then you can add the following css.
/* To Remove table border bottom in homepage */
.home #content table { border: none; }
/* To Remove table border top in homepage */
.home #content td { border: none; }
Sakin
Keymaster@belgianbingo: First to tell you that all your content in homepages at posts not pages and category. In This theme you don’t have option to add category. I see at page http://www.uitgesproken.be/vbs/?page_id=469, you have coded to add category on it.
The only option that is now with you is to add page as the homepeage through settings. Then in that page you add all the details.
Sakin
Keymaster@truthinablog: If you want padding just on title of the post then add the following css
.home #content .post h2.entry-title { padding-top: 25px; }
But if you want to add the padding to the whole div including the title and images then add the following css:
.home #main #content .post { padding-top: 25px; }
Sakin
Keymaster@frederikwa: This theme is design responsive so that the uses gets easy to read your content on the mobile devices. That why you will see the content in your mobile devices and then sidebar will move down your content.
But if you are talking about your table cut off which has match results. Then that table is not responsible. You need to add responsive table details.
That table if iframe table and which has got data in the div “fsbody” which is inside the iFrame and we cannot remove the width of the element inside the iFrame. If you can make that
#fsbody { max-width: 100%; }
then it will work.Sakin
Keymaster@JOSH15BW: For Catch Box Pro theme, you can login to your account and download the theme. There is complete CSS. If you have messed up the css then the best option is to deleted the current messed up theme and upload the one you downloaded from your account with Catch themes.
Sakin
Keymaster@thess: Add the following css:
#header .logo-wrap, #site-details { padding: 0; text-align: center; width: 100%; }
-
AuthorPosts