Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Martin: I see that you are using “Mobile Theme” module from “Jetpack” plugin for which we don’t have any control. You can go to “Jetpack => Settings” and deactivate “Mobile Theme” and check in.
Sakin
Keymaster@kathiejs:
1. For caption image, you can add the following css in “Appearance => Theme Options => Custom CSS” box:.wp-caption img { width: 100%; } .wp-caption .wp-caption-text { padding-left: 2px; }2. Sorry I don’t get it what you mean by image in a thumbnail grid. Can you explain what are you trying to do or maybe share screenshot.
Sakin
Keymaster@Schelbert: I don’t know where did you got that script and css. I hope it works fine. So, consult with your developer.
1. You can add script in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes” box:
<script> jQuery(document).ready(function($) { $(window).scroll(function () { if ($(window).scrollTop() > 100) { $('header').addClass('shrink'); } else{ $('header').removeClass('shrink'); } }); }); </script>2. Then you can add your css in “Appearance => Theme Options => Custom CSS”
header.shrink { position:fixed; clear:both!important; width:100%; height:50px!important; max-height:50px!important; min-height:50px!important; z-index:999999999; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }Sakin
Keymaster@alsummers: It should work. I haven’t seen such a long menu. But can you add in and let me know it then I can check that for you.
Sakin
Keymaster@kathiejs: Thanks
@aparente001: I have already answered you in http://catchthemes.com/support-forum/topic/different-layout-on-one-page/Sakin
Keymaster@aparente001: Ok you can just change the layout of your single post. For that just edit that post, and then you will see “Catch Evolution Options” meta box, from there you can select “Sidebar Layout Options” as per your need. You will see option like this https://www.pinterest.com/pin/548594798329896962/
Sakin
Keymaster@barbyma31: I don’t think W3 Total Cache will have issue with Slider. Maybe other plugins. So, can you try disabling plugin one by one to find the conflicting plugin. Also, some time if you have JS minify in W3 Total Cache then it will not work. So, do not enable minify and check in. Also when you post in your support question, always post in your site URL so that I can see issue live.
Sakin
Keymaster@j17dascoli: Please update to Catch Kathmandu Pro version 4.3.1 which fixed this issue. Refer to change log page at http://catchthemes.com/changelogs/catch-kathmandu-pro-theme/
Sakin
Keymaster@effess: It will show mobile hamburger menu only in your mobile devices. Sorry no option to show in desktop.
Sakin
Keymaster@effess: To edit this, first you need to build child theme. Best option will be to download child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and the copy
content-page.phpfile to your child theme. Then remove that text as per your need.June 28, 2015 at 4:06 am in reply to: Add phone number and email address to right side of header #60215Sakin
Keymaster@Monkey_girl: The easy way to add is to upgrade to Pro version where you will get Header Right Sidebar. You can just add or remove widgets from “Appearance => Widgets”.
But if free, yes first you need to build child theme. Then you need to copy function
catchresponsive_header_right()fromcatchresponsive-structure.phpand then add it and edit as per your need in your child themefunctions.phpfile.Sakin
Keymaster@Les:
1. Not sure about this issue. Are all script loading fine.
2. For menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:@media screen and (max-width: 1280px) { #secondary-menu ul.menu a { padding: 2px 10px; } } @media screen and (max-width: 1152px) { #secondary-menu { display: none; } #secondary-mobile-menu { display: inline-block; } }Sakin
Keymaster@Maverick87Shaka: Yes, that is high level of customization and yes, you can copy that social icon code from
catchresponsive_header_right()and move tocatchresponsive_primary_menu()then you need to adjust the css for width in your child themestyle.css. For this you might want to hire a developer to customize it for you.Sakin
Keymaster@Maverick87Shaka: It’s fine. Just for your future reference.
Sakin
Keymaster@lastdayremnant: The css in working fine.
June 26, 2015 at 10:51 pm in reply to: Polylang: translating Featured Content title and description #60186Sakin
Keymaster@Pius: It’s should work as it’s working on our server. What is the difference in you live server. Maybe you need to contact Polylang plugin support.
Sakin
Keymaster@Maverick87Shaka: Please don’t post same question twice. It will be difficult to manage for me. I have answered in detail here at http://catchthemes.com/support-forum/topic/remove-header-search-box/
-
AuthorPosts
