Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@matthewseanmclachlan: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-top { z-index: 99; }Sakin
Keymaster@Kim: Thanks 🙂
August 26, 2015 at 8:27 pm in reply to: I want to use other font family different from default given. #65348Sakin
Keymaster@Unnop: Yes, we would love to add that. But this falls under plugin territory. So, will add in Catch Web Tools plugin. For now, search for plugin in WordPress.org like
https://wordpress.org/plugins/use-any-font/August 26, 2015 at 3:24 pm in reply to: I want to use other font family different from default given. #65305Sakin
Keymaster@Unnop: Sorry you cannot add like that. For custom fonts, either you need to install it using WordPress plugin or build child theme and embed font in your child theme style.css using font face. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/.
-
AuthorPosts
