Forum Replies Created
-
AuthorPosts
-
November 10, 2014 at 10:45 pm in reply to: How to optimize simple catch theme for mobile user. #47266
Sakin
Keymaster@agrawal1294: Simple Catch Theme will display same in mobile devices as it’s not responsive design as our other themes. So, you can upgrade to Pro version, which is responsive design and it will automatically adjust as per the screensize.
I am not sure about WP Touch mobile plugin. But if you use Jetpack mobile theme then it will show the default site without the slider in their own format.
Sakin
Keymaster@fmck718: There is nothing call impossible. But yes, this option is not there in Catch Everest Theme.
To add this type of customization, you need to build child theme and add all the customization in your child theme. For this you need to have child theme, actions hook and functions knowledge. So, I suggest you to hire customizer for this task.
Sakin
Keymaster@TenThousandThistles: For sales and account issues, please contact our sales directly at http://catchthemes.com/contact-us/
Sakin
Keymaster@Sri: Then you just add in Category itself in the menu. There is functions to do that in theme. OR you might find that features in plugin. So, try searching at http://wordpress.org/plugins
Sakin
Keymaster@Joaozinho: It’s not that you cannot do it. But we don’t have that option. So, try checking in plugins for menus or you might need to hire custmizer to work on it.
Sakin
Keymaster@Drewmikita: For sales and account issues, you need to contact them at http://catchthemes.com/contact-us/ . When I check in our server, I found the username on that email but couldn’t find in order details.
Sakin
Keymaster@TBM: Not sure about that as I don’t think Catch Everest Free version is compatible with WPML plugin. Only Catch Everest Pro theme in GPL compatible. See this http://wpml.org/theme/catch-everest-pro/
Also you can simple add widget is Header Right Sidebar or Header Top Sidebar in Pro version. For more details about pro version, please check in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@esskimchi: If you have recently add this theme from your old them then you need to regenerate thumbnail using Regenerate thumbnails plugin http://wordpress.org/extend/plugins/regenerate-thumbnails
This plugin will regenerate thumbnail for all your old post. For new post it will be fine. We don’t need to do anything. For more see the theme instructions page at http://catchthemes.com/theme-instructions/simple-catch/
Sakin
Keymaster@Brent: It’s not plugin, it’s a theme. So, you need to install it from “Appearance => Add New”. Please check in detail theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
KeymasterHi Kathleen,
The slider will slide only after the site has been loaded fully. We did this in order to load your content first. But you have your site loading issue sometime. So, can you try adding in W3 Total Cache plugin. Also sometime the loading issue might be caused by your hosting server.
Regards,
SakinSakin
Keymaster@Kim:
1. It should work. Can you try changing the max-with to 960px.So, the css will be as below:@media screen and (max-width: 960px) { .entry-title, .entry-content h1 { font-size: 22px; } .entry-content h2 { font-size: 16px; } }2. Look at these images
https://hidemyage.com/wp-content/uploads/hair-extension-close-up-e1415294943697-215×250.jpg
https://hidemyage.com/wp-content/uploads/IMAG1143-342×600.jpgNovember 8, 2014 at 10:48 pm in reply to: How do I change the name that appears in the browser tab? #47174Sakin
KeymasterHi Karen,
I see that you have install WordPress SEO plugin, so check in it’s title settings at “SEO => Titles & Meta” and also the setting in “Readings => Settings”
Regards,
SakinSakin
Keymaster@ClaudioC: Thanks for the code. It’s strange why you have loading issues. We have heavy image in our demo site and without cache plugin and it still loads fast. See this http://tools.pingdom.com/fpt/#!/c9K0gR/http://catchthemes.com/demo/catch-kathmandu/
Did you try adding in W3 Total Cache plugin. Most of the loading issue are from images.
Sakin
Keymaster@Delfim: We worked with WMPL plugin and qTranslate plugin only. I don’t know about others. WPML should be good one. As most of our users are using WPML plugin.
Sakin
Keymaster@Irina:
1. Hum, I don’t know much about German translation as it is contributed by our user. If you know it then you can send us the correction and then we will change it. As per the English Color Options in Theme Options panel. To change the title of page/post, you need to change the color code in “Title Color” and “Title Hover Color” which is at 13th and 12thm position from the last.
I think you have already found it. As I need that you have already change the title color to #f15917 and title hover color to #93be662 and 3. It is not working as you have forgot to add in one closing bracket
}in your Custom CSS. So, can you find the following css in Custom CSS:.social-profile ul li.google-plus a { background-position: -528px -44px;And then add the closing brackets. It should be as:
.social-profile ul li.google-plus a { background-position: -528px -44px; }4. Sorry I am still confused as there is no color option for Secondary menu that is “Outback”. It’s little difficult to change the color of Secondary menu. So, can you explain the color code. If you make it same as Main menu then people might get confused with the menu. But if you want then let me know it. I have to try it and send you long css code.
5. OK Nice.
6. You can change the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
.sidebar-top .widget { margin-bottom: 30px; }Sakin
KeymasterHello Helena,
There is custom css that is removing the page title from your page slider. So, you need find the following css in “Appearance => Theme Options => Custom CSS”
.home #content-sidebar-wrap, .page .entry-header { display: none; }Then replace that css with the following css:
.home #content-sidebar-wrap, .page #content .entry-header { display: none; }Sakin
Keymaster@David: You can create custom menus from “Appearance => Menus” and then add in custom links. Then you can add the custom menu in your sidebar from “Appearance => Widgets”
Sakin
Keymaster@Kim:
1. Social share in the post falls in plugin territory. You can need to use plugins. There are lot of plugins such as Jetpack plugin sharing http://jetpack.me/support/sharing/ and other you can find in http://wordpress.org/plugins2. You can change the color to its hover state if you need it. If you don’t like the social icons then you can use plugin and choose the icons you want. There are lots of options in plugins.
Sakin
Keymaster@Malar: Please post in your site URL so that I can check in and send you the custom css. I am just giving you sample code as in general. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.If you want to further decrease then you can reduce 20px to 10px or less as per your need.
#hgroup-wrap { padding-bottom: 20px; }Sakin
Keymaster@ClaudioC: Thanks and when post these type of script. Please use code command or paste your code in https://gist.github.com/ and add in the URL here. Thanks a lot.
-
AuthorPosts
