Forum Replies Created

Viewing 20 posts - 6,501 through 6,520 (of 14,509 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @natoulie: But you don’t have Logo in your site. First add in Logo from “Appearance => header” and then let me know it. Then I will check in your site and send you the css.

    in reply to: Upgraded to Everest Pro now sliders no longer function #43373
    Sakin
    Keymaster

    @mtn: Did you check in your options at “Appearance => Theme Options”

    1. For Featured Slider: Go to “Appearance => Theme Options => Featured Slider => Slider Options” from your WordPress Dashboard and check your “Enable Slider”.

    2. For Homepage Featured Content: Go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” from your WordPress Dashboard and check your “Disable Homepage Featured Content”.

    If you still have issue then I will be emailing your personally, you can reply me there.

    in reply to: Problem with home page setting #43370
    Sakin
    Keymaster

    @Mark: This looks strange issue that I haven’t faced it. There shouldn’t be different options to select posts in homepage. So, I need your WordPress access to check in. I will email you personally and then solve this issue.

    in reply to: Spacing in Blockquotes #43368
    Sakin
    Keymaster

    @Janette: You should have posted in your site URL so that i could check in. If you are talking about the spaces between paragraph in blockquote, then you can reduce the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    blockquote p { margin-bottom: 20px; }

    in reply to: move entry-content in mobile portrait view? #43367
    Sakin
    Keymaster

    @catwingz: Sorry you forgot to post in your site URL so that I can check in. Also which mobile view portrait are you check in.

    in reply to: Having just feature content and slider #43366
    Sakin
    Keymaster

    @Phil: Sorry to add video in the slider, you might need to hire customizer at http://catchthemes.com/hire-customizer/ as there is no option at this stage. We will look forward for this option in future version update.

    But yes, you can add embed video in other places like featured content, pages, posts and widgets. Also you can look for slider plugin at http://wordpress.org/plugins/ which have option to add in video.

    Yes, you can change the promotion headline background color and text color. I have changed the background color and border color to black and text to white. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

    Regards,
    Sakin

    in reply to: Missing 'Updated' #43333
    Sakin
    Keymaster

    @fer.pinto: Adventurous theme doesn’t have support for Google Structure data. This will be added soon in new version.

    in reply to: Malware errors Everest Pro #43332
    Sakin
    Keymaster

    @oly: Looks like you have been hacked. As we don’t have query.js file in our theme. Now, you need to clean your site and make it secure. I suggest you to hire security expert to help with this. Also your hosting server can also help you.

    in reply to: Image borders #43307
    Sakin
    Keymaster

    @Joaozinho: For that page, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #post-43 .entry-content img { border: 1px solid #000; }

    in reply to: Image borders #43303
    Sakin
    Keymaster

    @Joaozinho: Post in the URL where you want the border. So, that I can check in and send you the css.

    in reply to: Menu not always visible 2 #43302
    Sakin
    Keymaster

    @Joaozinho: Sorry no option as I don’t see any issue. When I load your site many time as well there is no issue. We cannot do anything for loading issue that comes sometime. If you need to check in details then you might want to check in customizer at http://catchthemes.com/hire-customizer/

    in reply to: post #43300
    Sakin
    Keymaster

    @ashrafashraf: Catch Box doesn’t have full width slider. About the Arabic language, this we don’t do it. In Catch Box theme, one of our user ed3s contribute the language file to us and then we added in the theme.

    in reply to: Notice after update to v.3.2 #43296
    Sakin
    Keymaster

    @Gary: I re-check in and I am 100% sure that we don’t have any function call register_uninstall_hook. Maybe some of your plugin are using that function.

    in reply to: Menu not always visible 2 #43294
    Sakin
    Keymaster

    @Joaozinho: Can you refresh and check in. As I am able to view your menu. Sometime, it might be due to slow internet and loading issue.

    in reply to: Notice after update to v.3.2 #43293
    Sakin
    Keymaster

    @Gary: We don’t have register_uninstall_hook. So, are you using child theme and added that hook?

    in reply to: post #43280
    Sakin
    Keymaster

    Hi A.J.

    It is not possible to make everything from the same theme. That is why we are releasing different theme design at http://catchthemes.com/themes/category/premium/ . The design you have mention pretty matches with http://catchthemes.com/demo/adventurous/

    Regards,
    Sakin

    in reply to: Header widget area #43279
    Sakin
    Keymaster

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

    /* For Pinterest */
    ul.social-profile li.pinterest a {
        background-position: -216px -43px;
    }
    /* For RSS */
    ul.social-profile li.rss a {
        background-position: -130px -43px;
    }
    in reply to: Spacing above social icons above posts #43278
    Sakin
    Keymaster

    @Kim: You haven’t added the css I gave you for the title.

    For space below the date and author, you can change the padding top as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    .entry-content, .entry-summary { padding-top: 20px; }

    For the social icon position in header, you can change the top as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-top { top: 30px; }

    in reply to: Forum – is there a way to search within a theme? #43277
    Sakin
    Keymaster

    Hi Kim,

    1. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .sep, .entry-meta .by-author { display: none; }

    2. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption {
        background: none transparent;
        max-width: 100%;
        padding: 0;
    }

    Regards,
    Sakin

    in reply to: Notice after update to v.3.2 #43276
    Sakin
    Keymaster

    @Gary: It’s strange which code did you change it.

Viewing 20 posts - 6,501 through 6,520 (of 14,509 total)