Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Lemonice,
You need to build child theme and customize it. This is not supported in Simple Catch Theme. You need to upgrade to Simple Catch Pro http://catchthemes.com/themes/simple-catch-pro/
Regards,
SakinSakin
KeymasterI send you how to edit it but if you need more support then you might need to contact through Support Ticket or Hire a Customizer for more customization.
Sakin
Keymaster@Ladyhawk: After you click on radio button as “Static Page”. You need to select the page from Front Page options just below.
If you still have problem then can you send me your site URL.
Sakin
Keymaster@lance4510: This feature is not added in Theme Option. But if you are comfortable editing the code in header.php then it’s fine.
Create a child theme and edit the header.php:
Just delete the following line:
<meta name="viewport" content="width=device-width" />
Sakin
Keymaster@macca_andy: The feature you have asked here is not included in Catch Box theme.
This is free theme for the WordPress Community and yes we are talking your advices and adding the features in the updates.
Sakin
Keymaster@tonycouto: It’s really strange why do you want to remove the heading from your pages. Also send me your site URL. Maybe you can try CSS to hide it.
Sakin
Keymaster@mustick: This is really hard to recommend plugin. It depends on the users need and requirements. You can check out http://wordpress.org/extend/plugins/ and search for social. Maybe you can try Add this plugin ( http://wordpress.org/extend/plugins/addthis/ )
Sakin
Keymaster@legarth: It should work in you just change the “Excerpt Length in Words” in your Theme Options. I just check in the theme option and it is working fine
This will not increase the word only if you have added in excerpt box when writing post. So, keep the excerpt box empty.
If this is not working then there most be something going in your configuration and if you need advance help then use Support Ticket.
Regards,
SakinSakin
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,
Sakin -
AuthorPosts