Forum Replies Created

Viewing 20 posts - 7,381 through 7,400 (of 14,497 total)
  • Author
    Posts
  • in reply to: Add various lines of tagline #32981
    Sakin
    Keymaster

    @drlapco: There is not option to do that. The site description is from your “Settings => General” tagline text.

    in reply to: Delete background #32980
    Sakin
    Keymaster

    Hello silvan,

    I just check in your site and see that you have edited the theme files directly. You are not supposed to edit any files inside ‘catch-everest-pro’ theme directory. As all the edits will be reverted back to original when you update the theme. So, if you want to edit these then you need to build child theme and edit it.

    Which section you want to make it transparent?

    About the slider background only on Homepage, you need to check if this option is there on the plugin or not.

    in reply to: removing ad code #32978
    Sakin
    Keymaster

    @Melih: If you have added from there then you can remove from there. Check yout “Appearance => Theme Options => Custom CSS” box and also “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”.

    in reply to: Is this theme WPML compatible? #32968
    Sakin
    Keymaster

    Hi Walter,

    We are not yet ready to make this feature on our Free Theme. Maybe in future. But not at this stage.

    Regards,
    Sakin

    in reply to: Rename menu options in mobile #32967
    Sakin
    Keymaster

    @kteschmitt: Sorry cannot understand it. I need live site. Let me know when your site is live.

    in reply to: Add various lines of tagline #32965
    Sakin
    Keymaster

    @drlapco: When I check in your site, it under construction. So, I cannot check in.

    in reply to: Reduce paragraph spacing #32964
    Sakin
    Keymaster

    Thanks Erik, yes everyone has own choice and there is variety of theme with different line spacing and choosing the best fit is good.

    in reply to: Catch Box Pro not reproducing correctly on Android #32911
    Sakin
    Keymaster

    @luismarioochoa: If you don’t need responsive then you can disable it from “Appearance => Theme Options => Responsive Design”

    in reply to: Social Icons Create too much space in header #32910
    Sakin
    Keymaster

    @markpysher: Cool it worked for you.

    in reply to: Border Around Featured Posts #32909
    Sakin
    Keymaster

    @TheSydneySiders: You can increase the width and decrease the margin left in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
    #featured-post .post {
        margin-left: 5%;
        width: 30%;
    }
    }
    in reply to: Button colour change & how to centre content in sidebar #32908
    Sakin
    Keymaster

    Hi Ian,

    Sorry it doesn’t open. I think you hosting server allows this site to open in your IP only. As nothing comes out when I type without .com.

    in reply to: Issue with website tittle #32907
    Sakin
    Keymaster

    Hi Lukasz,

    You are not supposed to edit any core theme files. I see that you are using Simple Catch Theme, so you are not supposed to edit any files in the folder ‘simple-catch’. As these files will be reverted back to original when you update your theme and you will loose your customization.

    So, to add any extra css you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. Both are safe for updates.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the color of Site Description.
    #site-details #site-description { color: #ddd; }

    Regards,
    Sakin

    in reply to: remove post title and excerpts from post slider #32905
    Sakin
    Keymaster

    @Phuong: In Catch Box theme, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-wrap .featured-text { display: none; }

    in reply to: Add various lines of tagline #32904
    Sakin
    Keymaster

    @drlapco: Sorry I am not so clear about your question. But look like you are talking about the width of the Site Description/ Tagline. If so then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-description { max-width: 290px; }

    If you are talking about different thing. Then please explain in reference with your site URL.

    Sakin
    Keymaster

    @Gregory: That place is called Homepage Featured Content. See the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/. You can change that from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    Sakin
    Keymaster

    @Tim: You are missing serialization of database when you perform basic search and replace. Try script like this https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: PDF Documents #32901
    Sakin
    Keymaster

    @Amy: PDF cannot be added as image in the Website. You can only use jpeg, png and gif. When you save as jpeg, you can choose the quality. If you are not sure about the editing software then you can use only converter http://pdf2jpg.net/, don’t forget to choose the quality. First try with Good and if you are not satisfied with the result then you can use Excellent quality.

    in reply to: Delete background #32900
    Sakin
    Keymaster

    @NAVARRE: You can just send me your site URL and let me know when you want to make it transparent and then I will send you custom css.

    in reply to: Woocommerce Sidebar not working #32896
    Sakin
    Keymaster

    @webhive: Strange. It’s working fine on our site http://catchthemes.com/demo/catchbox-pro/. Maybe your upload process got interrupted before completing full file transfer. If you have FTP access then can you re-upload the files.

    I will email you personally, if you need help. You can reply me there.

    in reply to: Featured Slider "Content" text limit #32847
    Sakin
    Keymaster

    Hello sdupre,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to reduce spaces in Text Box in Slider.

    #main-slider .entry-header { margin-bottom: 0; }
    #main-slider .entry-content { padding-top: 0; }
    #main-slider .entry-title { line-height:1.3; }

    I guess you are using Featured Image Slider, where you can add content as per your need in Content Box. So, edit text in that box.

    Regards,
    Sakin

Viewing 20 posts - 7,381 through 7,400 (of 14,497 total)