Forum Replies Created

Viewing 20 posts - 5,561 through 5,580 (of 14,504 total)
  • Author
    Posts
  • in reply to: translate responsive box menu "menu" title #48955
    Sakin
    Keymaster

    @Boaz: Oh Sorry you don’t need that line in Catch Evolution Pro theme. Replace the previous JS script with the following one:

    <script type="text/javascript">
    jQuery(window).load(function() {
    
    //Remove Old Primary Menu 
    jQuery( "#tinynav1" ).remove();
    //Remove Old Footer Menu
    jQuery( ".sb-holder" ).remove();  
    
    // Add New Primary Menu Label
    jQuery('#access .menu').tinyNav({
    	active: 'current-menu-item',
    	header: 'Type-in-new-label' 
    });
    
    });
    </script>

    Ok you can add the following css in “Appearance => Theme Options => Custom CSS” box to change that arrow:
    .tinynav { background-position: left center; }

    in reply to: Recent Posts Widget is acting funny #48949
    Sakin
    Keymaster

    @Drewmikita: Thanks for the update.

    in reply to: Featured Content Images Off Center #48948
    Sakin
    Keymaster

    @Whitney: Can you post in your site URL so that I can check in.

    in reply to: Line display for blog posts #48947
    Sakin
    Keymaster

    @Glen: It’s there in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/ .
    How to Change the Excerpt Length and More Tag Text?
    1. Go to Theme Options under Appearance in your WordPress Dashboard
    2. Go to Excerpt / More Tag Settings
    3. Type in the Excerpt Length as in, the number of words, and More Tag Text
    4. Save your changes

    in reply to: top menu transparence #48946
    Sakin
    Keymaster

    @Kim: Can you check your color in “Appearance => Theme Options => Color Options => Custom Colors => Menu Active Background Color”. Can you try changing that to #fff

    in reply to: White Space Under Featured Content Options #48945
    Sakin
    Keymaster

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

    #main {
        height: 1%;
        overflow: hidden;
    }
    #colophon {
        border-color: #9aaa92;
    }
    in reply to: Panel not appearing on my blog page. #48944
    Sakin
    Keymaster

    @Glen: So the option for this is that, you set up Default Layout from Theme Options to have it sidebar. Then you said you have static frontpage where you want it to be full page no side panel. Then you edit that static front page and set that page as Full page no side panel. This will solve your issue. As the blog and categories will take the default layout setup in theme options panel.

    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

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