Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@marcodimi: Ok I will email you detail.
Sakin
Keymaster@marcodimi: For update you need to upload it from “Appearance => Themes => Add New => Uploads Themes” and then upload the theme zip file that you have download it from your account at http://catchthemes.com/my-account
Premium theme updates works like that. If you have done it previous like that then you don’t need once setup of activating Catch Updator plugin.
Sakin
Keymaster@Justin: Sorry there is no option to display below the title when you are in excerpt layout. If you want to do that then you need to build child theme and change the place of thumbnail. For more about child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
But what you can do in change the layout to “Full Content Display” from “Appearance => Theme Options => Layout Options => Archive Content Layout”. Then you can add image just below your title and use more
<!--more-->tag to split the content. For more tag, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@cytorath18: Here is no search bar at the top right corner. I think you are talking about search toggle in menu. For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it.
#search-toggle { display: none; }Sakin
Keymaster@msdossfl: thanks for your appreciation and if you like my support and Catch Kathmandu theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform
Sakin
Keymaster@Michaela: It will be as below.
#secondary .widget-title { background-color: #000 }For detail customization of site, we recommend you to hire customizer.
Sakin
Keymaster@Michaela: Slider and all the script from our theme is already minified. So, you don’t have to do this for theme. You can do that for other plugin and WordPress script.
Sakin
Keymaster@Nadae: Can you go to “Appearance => Theme Options => Header Options” and make sure you have un-checked “Disable Header Right Sidebar?” and save changes. After then, you need to go to “Appearance => Widgets” and then add widgets to your Header Right sidebar.
Sakin
Keymaster@marcodimi: Please follow update instructions at http://catchthemes.com/theme-instructions/catch-box-pro/#updating
Sakin
Keymaster@orim: Looks like you have edit core theme files and can you check your
single.phpfile with this file https://themes.svn.wordpress.org/catch-base/2.5/single.php. You must have deleted code there.Sakin
Keymaster@msdossfl: Can you check your settings at “Appearance => Theme Options => Comment Options” and then make sure you have selected “Use WordPress Settings”. If this is fine then you need to go to “Settings => Discussions” and make sure you have selected “Allow people to post comments on new articles”. This will create comment for new post only. But for your old posts, you need to edit those posts. See this screenshot https://www.pinterest.com/pin/548594798333128024/
Sakin
Keymaster@Stuli: If you just want image slider without link then you need to select slider type as “Featured Image Slider” where you have option to upload image, title, content and link all option. But Image Slider type is only there in pro version. For more about pro version additional features, you can refer to theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro/
Sakin
Keymaster@cterreri: Please don’t edit any code theme files inside ‘catch-mustang’ theme directory. As all these files will be reverted back to original when you update the theme. So, best option if to build child theme and then only edit those files in child theme. For child them, refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@mbfadmin: Your table code is not responsive. So, you can either use responsive columns plugin or responsive table plugin and then add the details.
Sakin
Keymaster@chatfield-court: It’s because of adsense code. You have started
<center>code and instead of closing it you have again open<center>code. So, either remove that center code in the following code:<center><div id="adsense"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- chatfieldcourt.com_300x250top of post --> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-3962782087565969" data-ad-slot="3724409336"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div><center>Or make that closing like below:
<center><div id="adsense"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- chatfieldcourt.com_300x250top of post --> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-3962782087565969" data-ad-slot="3724409336"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div></center>Sakin
Keymaster@Cathy: You can add the following css:
#branding #s { background: none transparent; box-shadow: none; } -
AuthorPosts
