Forum Replies Created

Viewing 20 posts - 5,921 through 5,940 (of 14,497 total)
  • Author
    Posts
  • 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.

    in reply to: Image at top of Footer Sidebar area #47246
    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.

    in reply to: Updating to v2.6 #47245
    Sakin
    Keymaster

    @TenThousandThistles: For sales and account issues, please contact our sales directly at http://catchthemes.com/contact-us/

    in reply to: How to filtering new post by page #47244
    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

    in reply to: Menu sub option increases screen width size #47243
    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.

    in reply to: Log In issues #47242
    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.

    in reply to: Language selector in header #47241
    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/

    in reply to: simple catch – slider format error #47240
    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/

    in reply to: Install Error, No valid plugins were found #47194
    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/

    in reply to: Slider not working #47176
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Mobile responsiveness #47175
    Sakin
    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.jpg

    in reply to: How do I change the name that appears in the browser tab? #47174
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Homepage Button target="_blank" #47173
    Sakin
    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.

    in reply to: Home page in other language(s) #47164
    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.

    in reply to: Color changes on my website #47161
    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 #93be66

    2 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;
    }
    in reply to: Featured slider does not link to a correct page #47156
    Sakin
    Keymaster

    Hello 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; 
    }
    in reply to: long list of links in optional sidebar #47155
    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”

    in reply to: Social icons #47154
    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/plugins

    2. 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.

    in reply to: white space below the slider and 3 headers #47130
    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;
    }
    in reply to: Homepage Button target="_blank" #47123
    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.

Viewing 20 posts - 5,921 through 5,940 (of 14,497 total)