Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi JRV,
You can add the following css and adjust it accordingly through “Custom CSS” box in your Theme Options under Appearance tab of WordPress Dashboard.
#branding ul.menu a { line-height: 3em; /* Decrease the number as per your need */ }
Regards,
SakinSakin
KeymasterHi Aimzill,
This requires a lot customization and I need to know your knowledge about the theme and development before I send you instruction. Also please request this type of request through support ticket.
Regards,
SakinSakin
KeymasterCan you send me your site URL and let me know what did you changed.
Sakin
KeymasterHi Gracias,
This required custom support and I have already send you the fixed as requested in support ticket.
Regards,
SakinSakin
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
to
Sakin
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
-
AuthorPosts