Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@techfinderr: Color option is available in Adventurous Pro. I recommend you to upgrade to Pro version. Or you’ll need to hire a customizer. Change theme color to #00cc99 sounds vague. If you do want to change link color to the mentioned color, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#header-right .widget ul.menu li:hover > a, #header-right .widget ul.menu a:focus, #header-right .widget ul.menu .current-menu-item > a, #header-right .widget ul.menu .current-menu-ancestor > a, #header-right .widget ul.menu .current_page_item > a, #header-right .widget ul.menu .current_page_ancestor > a, a { color: #00CC99; }Regards,
MaheshMahesh
Participant@igarciadelamo: Oh yes, there has been a little bug in the theme. Our team is already on fixing the issue and will be fixed in the next update which will be released soon. We’ll notify you as soon as we release the update. Sorry for the inconvenience and thank you for your patience.
Regards,
MaheshMahesh
Participant@bsmitty358gmail-com: Can you please send the your admin credential via email @ mahesh [at] catchthemes [dot] com. I’ll have to check on your server.
Regards,
MaheshMahesh
Participant@mariajackson: I checked your site and still seeing only one image in the slider. Can you please send the your admin credential via email @ mahesh [at] catchthemes [dot] com. I’ll have to check on your server.
Regards,
MaheshApril 18, 2016 at 1:07 pm in reply to: Since update, I've got problems in the header section, and no use of the cjkkkkm #89804Mahesh
Participant@seanywoo: Is the customizer working fine with other themes (WordPress core themes)? Please check and let me know.
Regards,
MaheshMahesh
Participant@mupa: I’m afraid this is not possible with our custom options. For this, you might need to hire a customizer or search for menu with with this feature.
Regards,
MaheshMahesh
Participant@sbatailler: Thanks for the details. Did check your site. And now the slider seems to be working fine. Please check.
Regards,
MaheshMahesh
Participant@uschelbert: The logo is responsive but the Custom CSS you’re using is making causing the issue. Please use the following CSS instead:
#header-image { padding: 20px; } #main-feat-img { margin: 0; }And for hiding word Home, add the following CSS:
.home #breadcrumbs { display: none; }Regards,
MaheshMahesh
Participant@a2h2: You’ll need to create a child theme for this. You can find more on creating child theme HERE. Then in your child theme’s functions.php add the following codes.
add_filter( 'get_the_archive_title', function ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } return $title; });Regards,
MaheshMahesh
Participant@soundaroundme: We had not tested the plugin with Clean Box. But just now, I did some quick test (not with subdomain- cause of some hosting/redirection problem) but with the other like set from content, set from the directory name in pretty permalinks the theme and plugin is working fine. Please change url modification in language setting of the plugin and see if it works.
Regards,
MaheshMahesh
Participant@sece43: Thank you for using Catch Kathmandu Pro. Glad to know you resolved the issue all by yourself. Have a nice day!
Regards,
MaheshMahesh
Participant@uschelbert: I checked your site and the logo is in the left and has no shadow. I assume you have resolved the issue. Let me know further.
Regards,
MaheshApril 18, 2016 at 9:56 am in reply to: Since update, I've got problems in the header section, and no use of the cjkkkkm #89790Mahesh
Participant@seanywoo: Our team is already into resolving the problem. We are trying to fix the issue as soon as possible and we’ll let you know. Sorry for the trouble and inconvenience.
Regards,
MaheshMahesh
Participant@rflores: What seem to be the problem? I assume you are not able to update the theme yet, cause you are using Simple Catch Pro (ver 3.3) while the latest version available is ver 3.6. Pro theme cannot be updated directly as free themes. You can download the updated theme from Catch Theme’s account page
https://catchthemes.com/my-account/
Then use Catch Web Tools plugin’s Catch Updater module to update the theme.
https://wordpress.org/plugins/catch-web-tools/installation/
Here is the video tutorial on how to update your theme with Catch Updater.
https://www.youtube.com/watch?v=W95SuabDZi8Let me know if any problem occurs.
Regards,
MaheshMahesh
Participant@soundaroundme: Yes, it is also possible with that option. Thank you. Have a nice day!
Regards,
MaheshApril 18, 2016 at 9:33 am in reply to: Header Right Menu, how to change the seize of the "background box" #89786Mahesh
Participant@webmasterbert: For that, you can directly use the bigger image. And if you do like to increase the height anyway, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.catchresponsive-nav-menu a { line-height: 51px; } #menu-header-right-menu .menu-item img { vertical-align: middle; }Note: Increased height with 5px
Regards,
MaheshApril 17, 2016 at 12:09 pm in reply to: Since update, I've got problems in the header section, and no use of the cjkkkkm #89752Mahesh
Participant@seanywoo: Custom Header was added in latest Catch Box version so you are seeing two images. You will need to disable custom header by going following link with admin logged in ( since customizer is not loading in your context ):
http://www.thevillablogger.com/wp-admin/themes.php?page=custom-header
We are trying to resolve the customizer issue. Sorry for the inconvenience. Thank you for your patience.
Let me know if any problem occurs.Regards,
MaheshApril 17, 2016 at 11:57 am in reply to: Header Right Menu, how to change the seize of the "background box" #89751Mahesh
Participant@webmasterbert: Please post in your site url.
Regards,
MaheshMahesh
Participant@rmjtrif-com: Did you get the update?
Regards,
Mahesh -
AuthorPosts
