Forum Replies Created

Viewing 20 posts - 3,541 through 3,560 (of 14,509 total)
  • Author
    Posts
  • in reply to: Cant find Promotion Headline Option #58788
    Sakin
    Keymaster

    @4N2: If you are using Adventurous free theme. Then first login to your WordPress Dashboard. Then go to “Appearance => Theme Options => Promotion Headline Options”.


    @moal
    : Thanks. Yes, it’s the 7th item in Theme Options panel.

    in reply to: colored area/line on homepage #58787
    Sakin
    Keymaster

    @Cattext: OK for child theme style.css, you can add the following css:

    .home #content-sidebar-wrap { display: none; }
    .home #featured-post { border-bottom: none; margin-bottom: 0; }
    in reply to: Dash before Captions #58786
    Sakin
    Keymaster

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

    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
        padding-left: 0;
    }
    in reply to: menu disappearing when scrolling down #58758
    Sakin
    Keymaster

    @jacquelyn_jefferies : It’s because you don’t have any elements in header. So, either wait for new version update or just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #masthead { display: none; }
    @media screen and (max-width: 980px) {
        #masthead { display: block; }
    }
    Sakin
    Keymaster

    @moal: Can you post in your site URL so that I can check in what are the settings you are using. Also where can I get that plugin to test it.

    Sakin
    Keymaster

    @widespread: Thanks for the update. Sorry, I missed it. Here is donation link http://catchthemes.com/donate/

    in reply to: header image #58732
    Sakin
    Keymaster

    @Kingfisher: Your header is hidden by the following css in “Appearance => Theme Options => Custom CSS” box. Remove it and you will see the header.
    #branding { display: none; }

    That footer.php should be same as original footer.php for slider to work. You shouldn’t change any core theme files inside catch-evolution theme. I see that you have changed footer.php file, that is why I am telling you to revert back or original.

    Sakin
    Keymaster

    @widespread: That XML is for string translation. See this https://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/strings-translation/

    Please post in your site URL as well. Also did you ask in that Polylang support forum.

    in reply to: Page: layout options #58706
    Sakin
    Keymaster

    @mvb:
    1. Oh sorry we don’t have that option. You need to build child theme and do it manually.

    2. For this, we are adding Featured Content “Display Content” option just for Featured Pages. Where you can add in Full Layout mode and then add in manual content breaks as per your need.

    in reply to: General help with some stuff #58705
    Sakin
    Keymaster

    @stevan021: Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #masthead {
        background-color: #000;
    }
    in reply to: Logo/widgets in Header #58704
    Sakin
    Keymaster

    @Vivien: You can upload image in your site or any photo sharing site and than add that image URL here.

    I check in your site and see your advertisement image and Site Title. It cannot be added to make it in the same place. So, you can either create additional text widget in Header Top sidebar and we can align that text to right of your image widget.

    But I don’t understand why don’t you use you Logo image from “Appearance => Theme Options => Header Options => Logo url”. This will be best options.

    in reply to: header image #58701
    Sakin
    Keymaster

    @Kingfisher: Can you go to footer.php file in your theme catch-evolution theme directory. It need to be same as https://themes.trac.wordpress.org/browser/catch-evolution/2.4.1/footer.php

    in reply to: Background image for page itself? #58700
    Sakin
    Keymaster

    @Michael: You can add your image url in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #content article {
        background-image: url("your-image-url");
    }
    in reply to: problems with menus translations #58699
    Sakin
    Keymaster

    @Sergey: I am confused about that. Can you post in your site URL and explain please. Also, let me know which plugin are you using for multi-language.

    in reply to: Featured Content-remove linkability #58698
    Sakin
    Keymaster

    @jacquelyn_jefferies: Then in your Link URL just add #

    Sakin
    Keymaster

    @Sandra1970: Why it is showing like that in your site. Maybe of you child theme css. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #slider-nav .slide-previous,
    #slider-nav .slide-next,
    #slider-nav .slide-previous:before,
    #slider-nav .slide-next:before,
    #slider-nav .slide-previous:hover:before,
    #slider-nav .slide-next:hover:before {
    	color: #33ccc9;
    }
    in reply to: Primary menu lay-out changes unpredictable #58695
    Sakin
    Keymaster

    @Bert: Yes thanks @mosign. It’s really hard to make perfect fit for menu items. Longer the menu items, it becomes difficult to manage it. Looking at your site, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 1280px) {
        .catchresponsive-nav-menu a { padding: 0 15px; }
    }
    @media screen and (max-width: 1152px) {
        .catchresponsive-nav-menu a { padding: 0 12px; }
    }
    @media screen and (max-width: 1100px) {
        .catchresponsive-nav-menu a { font-size: 14px; }
    }

    Yes, in mobile version you will see 3 horizontal bars. That’s standard.

    in reply to: center images within space #58694
    Sakin
    Keymaster

    @effess: Not sure about that, I need to check in your site. So, please send me your site URL.

    in reply to: put site description below logo #58693
    Sakin
    Keymaster

    @aparente001: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #masthead #hgroup {
        clear: both;
        padding-left: 0;
    }
    in reply to: How to have less margin/padding within footer? #58692
    Sakin
    Keymaster

    @robertjm: You can adjust the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #site-generator {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    Sorry I don’t know which document are you talking about. We only have document for Theme Instructions at http://catchthemes.com/theme-instructions/catch-box-pro/

Viewing 20 posts - 3,541 through 3,560 (of 14,509 total)