Forum Replies Created

Viewing 20 posts - 5,561 through 5,580 (of 14,497 total)
  • Author
    Posts
  • in reply to: floating top header #48943
    Sakin
    Keymaster

    @Ryan: Yes, I need to see your site and then only I can understand what you mean. As different user setup differently.

    in reply to: On mobile all menu is not showing #48938
    Sakin
    Keymaster

    @harish: Now I can click on “Contact Us” page from my mobile devices. Did you clear your cache and check in. Try refreshing your browser. See this screenshot from my phone http://prntscr.com/5heg3v

    Another, I also check in from http://mattkersley.com/responsive/ and it’s showing fine.

    in reply to: Adding mailchimp pop-up signup form #48935
    Sakin
    Keymaster

    @pnstlion: I am not sure about the MailChip and I haven’t used it. I found this plugin http://wordpress.org/plugins/mailchimp . Maybe this will hep you add in.

    in reply to: Page Code #48932
    Sakin
    Keymaster

    @Glen: thanks for the update 🙂

    in reply to: Problem with translation of first featured slide #48893
    Sakin
    Keymaster

    @Delfim: I have contacted WPML team and will you know once I get reply from them. Sorry for the trouble.

    in reply to: update single language strings to plural #48891
    Sakin
    Keymaster

    @Boaz: Sorry I don’t know how to explain it. You can use the software from poedit.net and then use it. I will contact you through email and then you can send me your he_IL.po file and the missing translation then I will add that for you.

    in reply to: Fatal Errors #48890
    Sakin
    Keymaster

    @alhaarth: Yes, look like that. It must be during the update.

    in reply to: Adding and Deleting an author #48881
    Sakin
    Keymaster

    @Drewmikita: You can hide the author and date from your blog posts using CSS. So, just add the following css in “Appearance => Theme Options => Custom CSS”
    .entry-header .entry-meta { display: none; }

    You can change your email address from your profile. Just got to “Users => Your Profile” from your WordPress Dashboard. From there you can change “Display name publicly as” and click on “Update Profile”.

    Sorry I don’t have much knowledge about Adsense.

    in reply to: floating top header #48880
    Sakin
    Keymaster

    @Ryan: That’s not possible with the settings but you need to do that from Custom CSS. Let me know your site URL and the height you desire then I will check in for you.

    in reply to: Date not showing; I see %A %e %B %Y instead #48879
    Sakin
    Keymaster

    @Parent: Thanks for sharing. I will keep it as note and will link to this if anyone has this issue.

    in reply to: Google Page Speed Tool #48878
    Sakin
    Keymaster

    @Aleao: That is not possible from my side and it’s not possible with just css as there are various screensizes and you need JS as well. I also don’t have that idea. So, better use plugin like Lazy Loader.

    in reply to: Problem with translation of first featured slide #48861
    Sakin
    Keymaster

    @Delfim: Can you show me the link of the support where you have posted in WPML. Then I will ask them personally. As they are the one to certify our theme Catch Kathmandu Pro as WMPL ready. See this http://wpml.org/theme/catch-kathmandu-pro/

    in reply to: On mobile all menu is not showing #48860
    Sakin
    Keymaster

    @harish: That is not our theme issue. It’s the issue of “REACH TO US” sticky popup you have added in your footer right cornet. It has z-index of 999999. If you remove that, you will be able to click “Contact Us” page. See this screenshot of how it looks in my mobile device http://prntscr.com/5gssii

    in reply to: Fatal Errors #48859
    Sakin
    Keymaster

    @alhaarth: Maybe some issue with plugins. Can you try disabling plugins and check in. As that error is simply not possible.

    in reply to: Adding mailchimp pop-up signup form #48858
    Sakin
    Keymaster

    @pnstlion: I added that code in normal .html file to check in. It’s not working. It’s not the issue of Theme. It will not work in any theme. So, can you re-check the code with mailchip. Get the full code with instruction then I can help you. Usually the code should work in text mode.

    in reply to: Translation #48856
    Sakin
    Keymaster

    @pimont: hum this is the first time, I have ever been asked to get the .po and .mo file for English. I didn’t know that English .po file is needed to WPML plugin. You can download software from poedit.net and then open catcheverest.pot file in Catch Everest Pro Languages directory and save as en_EN.po file.

    in reply to: Fatal Errors #48855
    Sakin
    Keymaster

    @alhaarth: This is really strange as get_header() is the WordPress core function and cannot be undefined functions. Which version of Catch Box and WordPress are you using it. If you are using older version then updating might solve this issue.

    in reply to: Widget alignment and RTL #48854
    Sakin
    Keymaster

    @geek654: Thanks for this theme is still not RTL ready. So, it will be bit difficult to manage css.
    To Sidebar text to be aligned right and archive to left, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary { text-align: right; }
    #secondary .widget_archive { text-align: left; }
    in reply to: Center Social Widgets in Sidebar #48853
    Sakin
    Keymaster

    @Kim: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .widget.widget_catchbox_social_widget ul { text-align: center; }
    .widget_catchbox_social_widget .social-profile ul li {
        display: inline-block;
        float: none;
    }
    in reply to: Page Code #48852
    Sakin
    Keymaster

    @Glen: Sorry I don’t get it what you mean. We don’t have any builder section content. What are you trying to do it. Can you explain in reference with your site URL.

Viewing 20 posts - 5,561 through 5,580 (of 14,497 total)