Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@talkleft: Oh I got the issue that you are facing. You don’t need to add the above css. Just remove that. I see that you have activated “Jetpack” plugin “Mobile Theme” module. Just go to Jetpack from your WordPress dashbaord and then Deactive “Mobile Theme” module.
Sakin
Keymaster@Nancy: What happens when you add the second one.
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; width: 1px; } #sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s:focus { width: 196px; }Sakin
Keymaster@Nancy: First try the following css.
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; }If it doesn’t work then remove it and add the following
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; width: 0; } #sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s:focus { width: 196px; }March 16, 2014 at 10:40 am in reply to: Header image is perfect on desktop but too narrow on notebook #21438Sakin
Keymaster@Bouncedancer: You can upload screenshot in any photo sharing site and paste the URL here. We use Pinterest for Screenshots http://www.pinterest.com/catchthemes/
Sakin
Keymaster@Bouncedancer: To check that I need to see your site and check in the issue. Please post it in your site URL.
Sakin
Keymaster@Nancy: Can you try the following then.
#sidebar-header-right .widget_catchevolution_social_search_widget #social-search #s { display: block; width: 1px; }Sakin
Keymaster@donestefano71: Thanks for the info I will add function to reset all the transit needed using the condition inside the functions like this
if ( function_exists( 'qtrans_convertURL' ) ) { delete_transient( 'catcheverest_image_sliders' ); }So, I hope the upcoming version 1.7 will fix your issues. We are testing and will be live in few days.
Sakin
Keymaster@Nancy: Don’t have that browser to test. You can try adding in the following CSS.
#sidebar-header-right .widget_catchevolution_social_search_widget .social-profile { display: block; width: 90px; }Sakin
Keymaster@Betty: I think you are checking it in IE8, our theme supports only from IE9 onwards. IE8 is very old to give support. If you are searching for IE8 issues then see this http://catchthemes.com/support-forum/topic/site-not-working-in-internet-explorer-8/
Sakin
Keymaster@Caitlin: It must be cache what took some time to change your site details. It will take a bit time to crawl and fix it. Also I recommend using “WordPress SEO by Yoast” plugin for Search Engine Optimization and also for Facebook Open Graph. For Facebook Open Graph, you can test your site at https://developers.facebook.com/tools/debug/
Sakin
Keymaster@t3seo: WPML means WordPress Multi-Language Support which mean translation ready. We didn’t mean WPML plugin. We have seen people using this plugin with our theme with few tweaks.
Sakin
Keymaster@Robson: We will be updating the theme to support qTranslate custom links. Let me know if you need any other things to be added for qTranslate. For slider, the code will be like this https://gist.github.com/catchthemes/9565356
Sakin
Keymaster@Robson: I am also searching for solution. As we haven’t work with this plugin. If you get any answer from their forum then do let me know. I will also post in details, if I find anything.
Sakin
Keymaster@sticksoutfitter: ok I am testing your site now.
IE10 and IE11: Looks great
IE9: Everything works good just in search box you will loose placeholder. This is not an issue. As people still can type in and search.IE8 is too old browser. We don’t support IE8 and even WordPress theme guideline doesn’t support IE8. You can try any WordPress default theme. Same issues.
But I have one solution for you which will make your site display properly in IE8 bit cannot be perfect as IE10 and 11. Just install this plugin https://wordpress.org/plugins/wp-ie-enhancer-and-modernizer/
Sakin
Keymaster@kissthegroom: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.sb-selector:link, .sb-selector:visited, .sb-selector:hover { color: #757575; text-shadow: none; } .sb-options a:link, .sb-options a:visited { color: #757575; } .sb-options a { border-bottom: 1px solid #E9E9E8; } .sb-options a:hover, .sb-options a:focus, .sb-options a.sb-focus { background-color: #E9E9E8; }Sakin
Keymaster@telexesposito: For that you need to ask plugin author support forum. Also if you check the plugin status, it is compatible up to WordPress version 3.3.2 and now we are already in WordPress version 3.8.1. See the plugin review http://wordpress.org/support/plugin/wp-minify
Sakin
Keymaster@Scholz: Sorry I don’t get it what you mean. Can you explain bit more in detail and what do you mean by image color.
Sakin
Keymaster@Susan:
1. Editing the footer copyright information is not allowed to change in Free Themes. If you want to edit/remove it then you need to upgrade to pro version when you can simply go to “Appearance => Theme Options => Footer Editor Options”.2. In Free version, you have to manually edit each pages to remove the comment. See the screenshot http://www.pinterest.com/pin/548594798329843253/ . But in Pro version it really simple. Just go to “Appearance => Theme Options => Comments Options”.
3. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box which will make your Title as per your page title.
#header-menu ul.menu a { text-transform: none; }If you just want to display the product then you can use Gallery but if you want to sell it as well then you can use plugin such as Woo Commerce. But for these setup you need to hire customizer.
Sakin
Keymaster@ourag: See this for child theme https://codex.wordpress.org/Child_Themes
Ok I am going to show you the steps and in this step we will finally create child theme of Catch Box Theme.
1. First you need to create folder with name example: catch-box-child
2. Then create style.css file inside the folder catch-box-child . In you child theme style.css there are 2 things that you need to focus on 1) Template: catch-box, it should be your parent theme folder name and 2) `@import url(“../catch-box/style.css”);` importing parent theme sytle. For example, your style.css file should be as https://gist.github.com/catchthemes/9552857
3. Then you can zip the folder and upload like a new theme using WordPress admin panel theme uploaded or you can simply upload the folder from FTP. -
AuthorPosts
