Forum Replies Created

Viewing 20 posts - 6,001 through 6,020 (of 14,505 total)
  • Author
    Posts
  • in reply to: header margins left & right side #46818
    Sakin
    Keymaster

    @sabine: Can you replace your following CSS from “Appearance => Theme Options => Custom CSS” box
    #header-content { padding: 0; }

    With the following css:

    #header-content {
        margin: 0;
        padding: 0;
    }
    in reply to: Strange things #46817
    Sakin
    Keymaster

    @sabine: Sorry I don’t get it what you mean. For me the widgets are working fine.

    in reply to: Homepage Featured Content not displaying properly on iPad2 #46813
    Sakin
    Keymaster

    @jmott310: Yes, I have replied you in email and you can send me the access so that I can check your site.

    in reply to: Increase body width/decrease sidebar width #46809
    Sakin
    Keymaster

    @msabeer3d: Sorry I don’t think there is anything that we can do with that menu hand cursor.

    For font you can either upgrade to pro version where you will get font option in theme options panel or you can search for font plugin.

    in reply to: How to have smaller images in posts #46758
    Sakin
    Keymaster

    Yes, thanks for your feedback and appreciation.

    in reply to: Edit Description #46749
    Sakin
    Keymaster

    @RadMod: Can you send me your site URl so that I can check in.

    in reply to: How to have smaller images in posts #46748
    Sakin
    Keymaster

    @Em Smilingheart: Sorry every theme cannot be so flexible like that.

    in reply to: code for Hiding words or white wording #46744
    Sakin
    Keymaster

    @Joz: That should work. If it’s not then I need to look at the live site. So, please buzz me when you put your site live.

    in reply to: Top Navigation Menu? #46743
    Sakin
    Keymaster

    @fmck718:
    1. I need to see your site to check the gap difference and then send you the custom code. So, please send me your site URL.

    2. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box to add the border in top and bottom of menu.

    #header-menu {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

    3. Sorry there is no option to add different image in the two version. But yes we can control the size of it’s through custom css.

    in reply to: Youtube widget #46741
    Sakin
    Keymaster

    @Caducassau: I am using Mac and I checked in with Chrome, FF and Safari. It’s working fine in all browsers. Can you refresh your browser and check in.

    Sakin
    Keymaster

    @Jale: Hum for this, I guess you need to activate “Jetpack” plugin “Widget Visibility” module, as this will give option to add in widget only in specific pages.

    in reply to: Social links Setting shows nothing #46737
    Sakin
    Keymaster

    @mahroch: This is strange, as it is working fine in our sever. Looks like there is conflict with the plugins or jquery tabs. So, first can you deactivate plugins and check in. There might be conflict with some incompatible plugins. If it’s not working after disabling the plugins then let me know it. Thanks.

    in reply to: Catchbox Adspace Widget #46736
    Sakin
    Keymaster

    @Kim: Contact form 7 shortcode will not work in Catch Box Ad Space widget. So, I think you need to install “Widget Contact Form 7” plugin for that.

    in reply to: Edit Header HTML #46735
    Sakin
    Keymaster

    @RadMod: Sorry, I don’t get it what you mean. It’s fine you can add in HTML codes.

    in reply to: All pictures aligned left #46734
    Sakin
    Keymaster

    @Tillman: I see that you have added in the following css in “Appearance => Theme Options => Custom CSS” box. So, remove the following css from there and then it will remove left alignment.

    img[class*="align"],
    img[class*="wp-image-"],
    
    .entry-summary img.wp-post-image { 
       border: none;
       float: left;
    }
    in reply to: Mobile Menu Gone After WP 4.0 Update #46733
    Sakin
    Keymaster

    @kjwebdesigner: That’s nice that you got it fixed. But it’s strange as it should work even if you have unchecked Secondary Menu.

    in reply to: Padding at top #46732
    Sakin
    Keymaster

    @maria: Sorry I don’t see our theme in your site. Can you confirm that you are using Catch Everest Pro theme.

    in reply to: Move slide to new action hook? #46731
    Sakin
    Keymaster

    @MIchael: That’s cool 🙂

    in reply to: Top Navigation Menu? #46646
    Sakin
    Keymaster

    @fmck718: You can reduce the line height in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu a { line-height: 45px; }

    in reply to: How to have smaller images in posts #46644
    Sakin
    Keymaster

    @Em Smilingheart: Sorry that is not possible with the css to reduce the height only. Sorry I don’t get your second point.

Viewing 20 posts - 6,001 through 6,020 (of 14,505 total)