Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@AnnaVartanyan: For this, you need to post in your site URL. So, that I can check in details.
1. I am not so clear about this. Which light blue you want to change.
2. What do you mean by home button color? Do you just want to change that home menu color or menu active color.Sakin
Keymaster@AnnaVartanyan: Thanks a lot. You made my day. Cheers ๐
Sakin
Keymaster@AnnaVartanyan: If you like Catch Everest theme and my support then please help me by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform
Sakin
Keymaster@dragonsky51: Not sure what are you trying to do it. We don’t support jQuery issues. For that you need to hire a customizer.
Our menu in Catch Responsive uses of z-index 198. If you want to change that then you can change the z-index in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-primary, .nav-footer { z-index: 198; }Sakin
Keymaster@AnnaVartanyan: To make it box and color of any text, the code will be as below:
<span style="color: #ff3333; font-weight: bold">PAGE NAME</span>But if you want to change the menu item text color, then please send me that page URL.
Sakin
Keymaster@Haydie: WPML team doesn’t offer technical support via e-mail and they support through their forum. So, please start your own thread at https://wpml.org/forums/forum/english-support/
If you need to directly email to representative of WPML to know the process then you can email at mercedes.b[at]icanlocalize[dot]com
Thanks
Sakin
Keymaster@bertolotti: Cool. Thanks ๐
Sakin
Keymaster@liberiangirl90: Thanks for your appreciation. If you like my support and Catch base theme then please provide your valuable review at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform.
thanks in advance ๐
Sakin
Keymaster@eamonabraham: To hide entry meta in home, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
.home .entry-meta { display: none; }Sakin
Keymaster@Cybersnaby: Thanks a lot. You made my day. Cheers ๐
Sakin
Keymaster@vichewordpress: I check in your site form my iPhone and I just need to click on time. Did you wait for your site to load in phone first as I see large background in your site which might have hamper menu loading. Also for menu icon, it should be just single touch.
Sakin
Keymaster@vichewordpress: I see that you are using Default page menu that is why you have issue like that. We will fix this in new version update.
For now, you can edit file
inc/catchresponsive-menus.phpand find the following code:
return preg_replace( '/<ul>/', '<ul class="menu catchresponsive-nav-menu">', $ulclass, 1 );Then replace it with:
return preg_replace( '/<ul>/', '<ul class="menu page-menu-wrap">', $ulclass, 1 );Sakin
Keymaster@Susie: For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 480px) { #featured-content.layout-three .hentry { text-align: center; width: 33.33%; } }Sakin
Keymaster@Ariane: Sorry there is no option to do that in Theme. But you can hide footer in homepage with custom css. So, post in your site URL and then I can check in.
Also you can use plugin like “Jetpack” and activate “Widget Visibility” module and show and hide widgets in various pages.
Sakin
Keymaster@vichewordpress: We are using latest version in demo page as well. Can you post in your site URL and let me know your issue in iPhone. As when I check in our demo at iPhone, it’s working fine.
-
AuthorPosts
