Forum Replies Created

Viewing 20 posts - 6,201 through 6,220 (of 14,497 total)
  • Author
    Posts
  • in reply to: Logo / site-title centred over the full width in one line #45316
    Sakin
    Keymaster

    @Johannes: This is confusing. Can you just post in the screenshot of what you want and then your site URL. Then I will be able to send you the custom css.

    in reply to: Add Genericons to post meta data section #45315
    Sakin
    Keymaster

    @Fede1583: Sorry this theme doesn’t have Genericon options for post meta. We will add in our features requested list. So, that we will update in future version update.

    To hide the author, you can add the following css in “Appearnace => Theme Options => Custom CSS” box.
    .by-author { display: none; }

    in reply to: full width main menu #45314
    Sakin
    Keymaster

    @tboslett: Sorry I cannot give css solution by checking in screenshot. I need to see your site URL then I can check in and provide you css.

    in reply to: Catcheverest Text Changes Size Randomly #45313
    Sakin
    Keymaster

    @bhnightclub: First, I see that you are using old version of Catch Everest Free theme. You are using Catch Everest version 1.5.4 but the latest version is 1.8. So, can you update and check if this get fixed.

    Also this look like Chrome rem issues. So, if this doesn’t get fixed after the update then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    body > div { font-size: 1.4rem; }

    in reply to: Responsive issue in IE #45282
    Sakin
    Keymaster

    @offirkeren: For me it’s not working even in Firefox. The problem is with “Mobile Casino No Deposit Index” widget in your sidebar. So, remove that or change that in responsive table or responsive column.

    in reply to: Social Media icons #45281
    Sakin
    Keymaster

    Hi Joao,

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

    ul.social-profile li.facebook a { background-position: 0 -43px; }
    ul.social-profile li.twitter a { background-position: -44px -43px; }

    Regards,
    Sakin

    in reply to: Responsive issue in IE #45278
    Sakin
    Keymaster

    @offirkeren: This page uses table which is not responsive. So, you need to convert that into responsive column or responsive table. For that please use plugins. There are responsive table and responsive column at http://wordpress.org/plugins/, you can use that. This is not theme issue so I cannot help much on this.

    in reply to: Background width #45277
    Sakin
    Keymaster

    @Joaozinho: This is because the background image size is smaller size at 1280px width 1010px height

    so upload the larger image.

    in reply to: Edit Page Size and Remove Gap above header #45275
    Sakin
    Keymaster

    @Chris: To increase the site width to 1100px width, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1025px) {
        #page { width: 1100px; }
    }

    About the header image, I am not 100% sure if this will work on not. You can upload header image from “Appearance => Header” and then upload the image. Then you will see ‘Crop Header Image’ box. See this screenshot http://www.pinterest.com/pin/548594798331307420/ . Then you need to click on ‘Skip Cropping, Publish image as is’. This should load your original image you have uploaded.

    To remove to gap, I need to check in your site URL. So, that I can check in and send you the custom css.

    in reply to: Upgrade to PRO version #45274
    Sakin
    Keymaster

    @matteo: Thanks and it’s all good to upgrade. Have a nice weekend 🙂

    in reply to: No Scroll Header #45254
    Sakin
    Keymaster

    @Kim: Thanks and issue solved by regenerating thumbnail and cache flush. Have a nice weekend.

    in reply to: Feature slider stopped working #45253
    Sakin
    Keymaster

    @Threemorebites: There is some conflict with script. If it’s not plugin then maybe your widget.

    Can you check remove your text widget where you have added Top Food. I see there a lot of scripts. When I check in your site, you have google analytic, StatCounter and other script added in your sidebar text widget. These script are supposed to be added in “Appearance => Theme Options => Webmaster Tools => Code to display on Footer”

    in reply to: No Scroll Header #45252
    Sakin
    Keymaster

    @Kim: Yes, check your email.

    in reply to: Feature slider stopped working #45232
    Sakin
    Keymaster

    @Threemorebites: I just check in your site and the slider code looks fine. Have you added any new plugin or updated your plugin. I doubt there is conflict with your ‘tooltipster’ plugin. Can you deactivate that plugin and check in.

    in reply to: No Scroll Header #45230
    Sakin
    Keymaster

    @Kim: This is strange looks like regenerate is not working in your site. Did you activate any new plugin or update plugin recently. As I tested in my server and it’s working fine. I have just tested in new demo server as well. It’s working fine.

    Also when I check in your source of your image in the site, it’s
    <img width="644" height="312" alt="laser-hair-removal" class="attachment-featured-slider wp-post-image" src="http://hidemyage.com/wp-content/uploads/laser-hair-removal1.jpg">

    You can see the image tag is taking width and height properly but the in src it is taking full image. So, it’s issue with the image crop.

    I will also email you, if you want to talk in detail.

    in reply to: extra space within posts #45212
    Sakin
    Keymaster

    @Kim: As there is lot of empty paragraph code <p></p>. When you edit the post, check in with text mode and you will see all the codes. See this screenshot which shows how to go to text mode http://www.pinterest.com/pin/548594798332210926/.

    Note. When ever you press enter from your keyboard, WordPress adds in paragraph.

    in reply to: No Scroll Header #45210
    Sakin
    Keymaster

    @Kim: I check in the theme update and it’s nothing to do with image size. I see in the code it is still set to
    add_image_size( 'featured-slider', 644, 320, true );

    Check that regenerate thumbnail plugin and clear your cache. I am sure it’s not related to theme update.

    in reply to: Reduce hight homepage headline #45207
    Sakin
    Keymaster

    @rgamlam: You can change the padding-bottom and padding-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    in reply to: Upgrade to PRO version #45206
    Sakin
    Keymaster

    @matteo: Upgrading to Pro version is pretty simple. Catch Everest Pro theme is the advance version of Catch Everest Free theme and it has lot of additional features. You can check at http://catchthemes.com/theme-instructions/catch-everest-pro/.

    So, all your work on free theme will be safe. You custom css and theme options settings will be there when you upgrade to pro version. But there are few settings that WordPress changes when upgrade. This has been explained in http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    Note: I hope you haven’t edit/added any core theme files inside ‘catch-everest’ theme directory. As all files inside ‘catch-everest’ theme directory will be reverted back to original when you update or upgrade your theme.

    in reply to: Add Margin Space to Main Content Area #45205
    Sakin
    Keymaster

    @rojtalbot: If you want that for all pages, then remove .home from yoru css. So, replace your css
    .home #main { padding-top: 0; }
    With the following css
    #main { padding-top: 0; }

Viewing 20 posts - 6,201 through 6,220 (of 14,497 total)