Forum Replies Created

Viewing 20 posts - 10,761 through 10,780 (of 14,509 total)
  • Author
    Posts
  • in reply to: Menu Space #13852
    Sakin
    Keymaster

    @fenz: Refresh your browser and check it as when I check in Chorme, Safari and Firefox. It’s all fixed.

    in reply to: Click on Slider #13833
    Sakin
    Keymaster

    @richemont: If you have Catch Everest Pro theme installed and want to link slider image to custom url then you have to use “Featured Image Slider”, where you can add your own image, title, description and links all optional.

    Go to “Appearance => Theme Options => Featured Slider => Slider Options”, click on “Image Slider” and then add the images and links in “Featured Image Slider Options”. See this screenshot http://pinterest.com/pin/548594798329509357/ and for more instruction, you can check our theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Tagline Alignment #13832
    Sakin
    Keymaster

    @marcie1980: You have empty tagline in your site. Check in “Settings => General”. Maybe you are talking about Site Title. If that is the case then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the font size and alignment.

    h1#site-title {
        font-size: 20px;
    }
    #site-details {
        padding: 0;
        text-align: right;
        width: 100%;
    }
    in reply to: Sidebar Color #13831
    Sakin
    Keymaster

    @marcie1980: If you want to add background color to your sidebar. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar { background-color: #eaeaae; }

    But if you want to cover whole content and sidebar then add the following
    #main { background-color: #eaeaae; }

    in reply to: Adding text box widget in side bar for one page only #13830
    Sakin
    Keymaster

    @Charliecorns: You have to use plugin. Try to search for Widget plugin in http://wordpress.org/extend/plugins/. When I search in I found this plugin http://wordpress.org/plugins/display-widgets/ . I hope it works for you.

    in reply to: Paragraphs break #13829
    Sakin
    Keymaster

    @EPICPROJECT: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site-content article {
    	word-wrap: normal;
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    in reply to: Remove "posted by author" #13828
    Sakin
    Keymaster

    @riggdigg: Replace your custom CSS with the following CSS.
    .entry-meta .by-author { display: none; }

    in reply to: Images not showing on facebook when links posted. #13826
    Sakin
    Keymaster

    @ilovefitflops: This is your plugin issue not theme issue. As Theme never use any Open Graph. This falls under plugin territory and WordPress.org doesn’t allow theme to add that.

    You have plugin conflict between “WordPress SEO by Yoast” and “NGFB Open Graph” as both of this plugin add Open Graph Text. So, remove plugin NGFB Open Graph and Setup WordPress SEO by Yoast Properly.

    For homepage Open Graph image, you have to go to “SEO => Social” and add in the image URL there. For individual page and post, WordPress SEO by Yoast plugin will add the featured image. This will solve your issue.

    in reply to: Menu Space #13817
    Sakin
    Keymaster

    @fenz: This will be difficult to debug. ok let’s try out few things. I see that there is css loading from test.amak.com.sa/ar/wp-content/plugins/vertical-news-scroller/css/newsscrollcss.css that is giving issue. Can you add the following css in “Appearance => Theme Options => Custom CSS” box.
    .verticalScroll .widget-title { float: none; }

    in reply to: Replacing search bar with google adsense search bar #13813
    Sakin
    Keymaster

    @Kanika Gupta: I see that you are using Catch Box Free theme and have customize the core theme files such as style.css, footer.php, index.php and functions.php. Your customization will be overwritten when you update your theme to latest version. So, whenever you want to customize your core theme files you need to build child theme and edit it.

    Also in free plugin, we don’t recommend to remove the powered by Catch Themes. As this is only means to provide free theme, free support and free update.

    For adding google search, I recommend to use Plugin. Try searching for plugin in http://wordpress.org/extend/plugins/

    in reply to: Remove Comments Section #13807
    Sakin
    Keymaster

    @phnam: You have to do that from WordPress settings that is from “Settings => Discussion”. From here you can disable for all new pages and posts. But if you have already published posts and pages then for older posts and pages, you need to individually remove it from Discussion box in the page and post editor. See this for more details http://en.support.wordpress.com/enable-disable-comments/

    in reply to: Click on Slider #13806
    Sakin
    Keymaster

    @lwatts: For that you need to use Featured Image Slider, where you can leave the link to empty. See this screenshot http://pinterest.com/pin/548594798329509357/ . This option is only available in Pro or Premium themes.

    in reply to: Replacing search bar with google adsense search bar #13803
    Sakin
    Keymaster

    @Kanika Gupta: Send me your site URL and I will take a look at your code.

    in reply to: home page #13802
    Sakin
    Keymaster

    @omgstyle: To make the slider area complete black you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: #000; }

    For detail color options, please upgrade to Catch Everest Pro theme, where you have color options in your Theme Options panel. See details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/.

    For free theme you have to manually change it.

    For Footer Background Color, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #e5e4e2; }

    For Menu Background Color, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu { background-color: #e5e4e2; }

    in reply to: How to use optional sidebars abd footers catch box pro? #13796
    Sakin
    Keymaster

    @mlw5137: Sorry I don’t understand. Can you tell me what are you trying to do it.

    in reply to: Web Clip Icon #13795
    Sakin
    Keymaster

    @ChrisR: The upload was working fine and there was preview in your admin section. But due to the coding issue, the image was not replacing the default web clip image. I have fixed it in your site and we will update this in new version.

    Thanks for your cooperation.

    in reply to: Customization Issues #13794
    Sakin
    Keymaster

    @mvtpinheiro: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .tag-links { display: none; }

    in reply to: Slider images #13790
    Sakin
    Keymaster
    in reply to: Web Clip Icon #13784
    Sakin
    Keymaster

    @ChrisR: That’s strange you should be able to change it. I need your WordPress Site Admin access so that I can check in. So, I will contact you through email.

    in reply to: Can't Download Theme? #13783
    Sakin
    Keymaster

    @spenchase: Please check in with our Sales as when I check in your account, it’s fine.

Viewing 20 posts - 10,761 through 10,780 (of 14,509 total)