Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@GunHoung: I have talking about removing it in Simple Catch Theme: http://catchthemes.com/demo/simplecatch/
If you inspect with the firebug, you will see class “post-by”
But if you are talking about Simple Catch Pro Theme http://catchthemes.com/demo/simplecatch-pro/ then yes you are right.
But this forum title if from Simple Catch Theme.
I am bit confused in which theme you are talking about.
Regards,
SakinSakin
KeymasterThis is really simple. In your WordPress Dashboard. Go to Appearance -> Featured Slider.
Then click on “Slider Effect Options”. From there check the box to Disable Slider Background Effect.
Sakin
KeymasterIn your WordPress Dashboard. Go to Settings -> Reading.
Then in Front page displays option select *A static page (select below) and form the Front Page choose your page index.
This will work fine.
Sakin
KeymasterYou can add the following css in your “Custom CSS” in Theme Options under Appearance Tab:
#header #mainmenu ul li a:hover,
#header #mainmenu ul li.current-menu-item a,
#header #mainmenu ul li.current_page_item a,
#header #mainmenu ul li.current-menu-parent a,
#header #mainmenu ul li:hover > a {
background-color: #444;
color: #fff;
}
I will add this in version update. Thanks a lot.
Sakin
KeymasterCan you send me your site URL and then I will check on it.
Sakin
KeymasterCan you send me your site URL?
Sakin
KeymasterCan you check again. It must be when your order was still in processing. But when I check in your account it looks fine.
Let me know if there is problem then I will contact you through email.
Sakin
KeymasterHi Andre,
There is url problem for pop-up player image.
Your original code is like below:
src="images/popup2.jpg"You need to change that to
src="http://soaking.net/images/popup2.jpg"Regards,
SakinSakin
KeymasterAdd the following CSS in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard.
h2#site-description,
#footer,
#footer a,
#footer span {
color: #fff;
}Sakin
KeymasterHi JGM,
I found issue in your site. The issue in your site is with the “Post From Site”. They have minimal.css which is causing the problem.
What you can do is open minimal.css in their plugin folder post-from-site -> includes directory. Then remove the following css from line no 55 onwards:
.clear {clear:both;}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
This will fix our issue. To clear with you this is not our theme issues. This is issue with the plugin.
Regards,
SakinSakin
KeymasterHi JGM,
You already update to the latest version and when I check in your site it is all fixed. http://www.idodepalos.com/
Regards,
SakinSakin
KeymasterSorry there is no post format in Catch Box theme.
Sakin
KeymasterFor picture, you need to make upload the image and add it as Featured Image. For the content part. You can add in the first paragraph to the Excerpt box in your post. If the excerpt box it not enable then you can enable it thorough “Screen Options” at the top right of edit/new post.
Sakin
KeymasterNo there is no simple option to do that. You need to build child theme and then customize the content.php to change
toSakin
KeymasterYes you just need to copy the css as above and paste in the the “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard.
Sakin
KeymasterHi, you need to create custom menu check this http://en.support.wordpress.com/menus/#changing-the-order-of-menu-items-and-creating-sub-menus
Sakin
KeymasterHi, You need to use custom menu. Go to Menu under Appearance Tab in your WordPress Dashboard and create your own custom menu. See this http://catchthemes.com/theme-instructions/catch-box/
Sakin
Keymasterthere is no such changes effecting the facebook comment. So, you need to check on the facebook comment function you added. Check out this plugin http://wordpress.org/extend/plugins/facebook/ by facebook and automattic.
Sakin
KeymasterYes I understand this. When you choose the layout without Sidebar. It centers the width with 640px. If you don’t like this then add the following CSS in your “Custom CSS” box in Theme Options under Appearance Tab in WordPress Dashboard:
.no-sidebar .div.col8 {
width: 978px;
}
Sakin
KeymasterHello, to remove the data you need to build child theme and do the customization.
But you also have a simple process of hiding it through css. You can add the following css in your “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard:
/*To Remove the Categories at the bottom of the posts.*/
.single .tags {
display: none;
}
/* to Remove Date and Author Name */
#main #content ul.post-by {
display: none;
}
Regards,
Sakin -
AuthorPosts
