Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@spotlessdalmatian: Yes, there is one plugin name “Simple Share Buttons Adder” and the script from Sharethis.com . This is not added by us so I don’t know where you have added it.
Sakin
Keymaster@Websiteguy: You can then either copy the header.php fine in your child theme and add the code in the position that you want or just create functions.php file in your child theme and add the following code:
<?php function catcheverest_child_metaslider() { echo do_shortcode("[metaslider id=1336]"); } add_action( 'catcheverest_before_main', 'catcheverest_child_metaslider', 10 );Sakin
Keymaster@pemca: Wow, I didn’t knew that you are so good at CSS and inspect element. Congrats 🙂
Sakin
Keymaster@spotlessdalmatian: Either you are using 2 different social plugins or 2 different social code. Both the button are not from our theme. If you see our demo page http://catchthemes.com/demo/catch-box, you will see in the footer, the social icon that comes with our theme. Please check your plugins.
Sakin
Keymaster@CRICKETBIRD: Can you post in your site URL so that I can check in?
Sakin
Keymaster@EirikurVa: That is responsive design theme and it is not recommended to increase the width. For larger width you can use Catch Evolution and Catch Kathmandu pro theme.
If you want to increase to Catch Box Pro theme then you need to consider hiring customizer to work for you.
I will check in, can you post in your site URL and let me know the width that you want to increase to.
Sakin
Keymaster@Websiteguy: I see that you have use Catch Everest Free theme but have hide “Theme: Catch Everest” from your footer. Please add it back as this is the only reason we provide free theme and free support. If you want to edit “Footer Text” then you can upgrade to Catch Everest Pro theme and edit the footer text from “Appearance => Theme Options => Footer Editor”.
Are you trying to Meta Slider a plugin code. Then you need to build child theme and then add it through your child theme functions.php file using action hook
catcheverest_before_mainSakin
Keymaster@Lucia: I have uploaded screenshot. See this http://www.pinterest.com/pin/548594798331207092/
Sakin
Keymaster@Peyton: We also use W3TotalCache plugin. It’s really good but we need to configure as per your server. So, consult with your hosting provider for W3TotalCache plugin recommended settings.
Sakin
Keymaster@Lucia: For navigation please use Custom Menus from “Appearance => Menus” and then you need to assign location to your custom menu from “Appearance => Menus => Manage Location”. In your custom menu, you can add home from “Pages” tab in “Appearance => Menus”, in pages box you can click on View All and it will show you the home at the top. Just select home and click on “Add to Menu”. For more details about custom menu. Check out http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@duozhang1992: This will be bit technical and you might need to hire customizer to work for you. First you need to build child theme and then copy
content.phpfile in our child theme. Then edit the code by adding the conditionis_front_page().But if you just want to hide it for the user then you can simply hide the content section in your front page by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.blog .post .entry-content, .blog .post .entry-meta { display: none; }Sakin
Keymaster@mpetric:
1. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box..page-title { color: #444; font-family: Arial,sans-serif; font-size: 34px; font-weight: bold; line-height: 45px; } @media screen and (max-width: 767px) { .page-title { font-size: 19px; line-height: 25px; } } @media screen and (max-width: 319px) { .page-title { font-size: 18px; line-height: 22px; } }2. For that, you need to go to “Appearance => Menus” and then create custom menu. Then you need to assign that menu from “Appearance => Menus => Manage Locations”.
So, for the menu item that you don’t want to link with, like for Band and Media. You need to add that menu item as links. In that custom link field, in URL just add
#and in Link Text you can add the text to menu and wrap with span code like this<span onClick="return true">Band</span>, then click on “Add To Menu”. This will add that Prent Drop menu in your menu. Then after adding it, if you don’t want that#as well then you can delete that#from URL and Click on Save Menu.Sakin
Keymaster@s-design: Sorry we don’t have that options. You can grant wither full access or no access.
Sakin
Keymaster@duozhang1992: Sorry I am bit confused about your question. Where do you want to show post titles only. You can use “Recent Posts” widget to show post title only in your sidebar from “Appearance => Widgets”
Sakin
Keymaster@Sebastian: I give you the upper CSS without !media screen for default font size. Then if you want to change only for specific or various screensizes then you need to add that font css in those media screen as well.
Sakin
Keymaster@Lucas: What is your issue? Can you explain with reference to your site URL? So, that I can check your site and give you the suggestions.
February 7, 2014 at 4:33 pm in reply to: Header Options: Additional option to move logo position up and do #20089Sakin
Keymaster@Matthew: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header-top { padding-top: 10px; }Sakin
KeymasterIn your custom css box, you will find the following CSS:
/* For menu bar color – hover color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #0E6735; }Replace with the following
/* For menu bar color – hover color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #0E6735; color: #fff; } -
AuthorPosts
