Forum Replies Created

Viewing 20 posts - 2,461 through 2,480 (of 14,501 total)
  • Author
    Posts
  • in reply to: Stocks ticker between header image and articles #65566
    Sakin
    Keymaster

    @Carlo:
    1 & 2) I see that you have added widget in “Header Top Sidebar”. So, it will be at top of your page. For header right, you need to move that widget from Header Top to the Header Right Sidebar.

    3. To center it, you can add teh following css:
    #branding #text-3 { text-align: center; }

    4. This is default search widget in Header Right Sidebar. So, if you have no widget in “Header Right Sidebar” then default search widget will appear. You can either add widgets to Header Right Sidebar or replace that search widget or disable header right sidebar from “Appearance => Theme Options => Header Options” and check in “Disable Header Right Sidebar”

    in reply to: How to Remove the Gradient on Featured Images #65565
    Sakin
    Keymaster

    @paulFort2: Ok you can hide it by adding the following css in “Appurtenance => Theme Options => Custom CSS” box:

    #slider-wrap .featured-text { display: none; }

    in reply to: Chicago Pro – Sidebar Showing in Incorrect Area #65563
    Sakin
    Keymaster

    @Joyce: Looks like you already fixed it. Sorry for the late response as your text like were marked as spam and couldn’t check in.

    Chicago Pro has new sidebar so it might get conflict with. Go to “Appearance => Widgets” and check if there is anything in Header Right Sidebar.

    in reply to: Featured Image on Pages #65561
    Sakin
    Keymaster

    @scooby: Sorry I don’t understand it what is not working as expected in pages. Please post in your site URL and explain.

    in reply to: Continue Reading Adds Additional Symbols #65560
    Sakin
    Keymaster

    @wertooos: Please check your settings at “Appearance => Theme Options => Excerpt/More Tag Settings” and change “More Tag Text”.

    in reply to: Spacing btw social icons widget and main menu #65559
    Sakin
    Keymaster

    @Laurent: Ok let me know if upload site in any testing live server where I can look.

    in reply to: Change menu colors? #65558
    Sakin
    Keymaster

    @AnnaVartanyan: Thanks 🙂

    in reply to: Error 404-Page NOT Found #65557
    Sakin
    Keymaster

    @Moods: Looks like there is settings issue. Can you go to “Appearance => Customize => Theme Options => Homepage/Frontpage Options”, then un-select all category or select the categories from which you want to show posts.

    in reply to: adding a button below promotion headline button #65539
    Sakin
    Keymaster

    @Kim: there i no option to add more button, as promotion headline is only for 1 promotion headline.

    If you like then you can add HTML code in Promotion Sub-headline.

    The other option is to build child theme and edit that functions to add new features.

    To center image in footer widget with CT Advertisement, you can add the following css in “Appearance => Customize => theme Options => Custom CSS Options” box:

    #supplementary .widget_widget_catchbase_adspace_widget img {
        display: block;
        margin: 0 auto;
    }
    in reply to: justifying text #65538
    Sakin
    Keymaster

    @Kim: For that, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #promotion-message p {
        text-align: justify;
    }
    in reply to: use "more" option / change font size / photos in widget #65537
    Sakin
    Keymaster

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

    .widget_widget_catchbase_adspace_widget img {
        display: block;
        margin: 0 auto;
    }
    in reply to: Stocks ticker between header image and articles #65536
    Sakin
    Keymaster

    @Carlo: For that you can add widget in Header Right Sidebar from “Appearance => Widget” and to make it full width, just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary, #sidebar-header-right {
        display: block;
        width: 100%;
    }
    .sidebar-top .widget {
        width: 100%;
    }
    in reply to: Header to go across the page #65535
    Sakin
    Keymaster

    @ccarmody: To add header image like the reference site, you can go to “Appearance => Header” and upload the header image with max width: 1140px. If you want similar theme to that either use “Catch Evolution” http://catchthemes.com/themes/catch-evolution/ theme or “Catch Box” http://catchthemes.com/themes/catch-box/ theme

    in reply to: "continue"-arrow" doesn´t work #65498
    Sakin
    Keymaster

    @Cordula: That is default RSS feed from WordPress core and we don’t have control on it. You might want to try plugin for that.

    in reply to: Unable to select select sub menu items #65497
    Sakin
    Keymaster

    @Kim: Please don’t post same question in two places it will be difficult for us to manage. Please post in proper theme support forum.
    http://catchthemes.com/support-forum/topic/sub-menu-doesnt-appear-as-drop-down/

    in reply to: SSL Failure because of mixed content #65495
    Sakin
    Keymaster

    @Mirko: This is more of server and database configuration issue. Please contact your Hosting server and also check this steps http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/

    in reply to: Menu (color) Menu (on iphone) And one column width #65491
    Sakin
    Keymaster

    @vichewordpress: It’s just opposite to yours. When I touch with my thumb, it opens but when I press it will not. As press is pro highlight and touch is for open.

    in reply to: Full width slider #65482
    Sakin
    Keymaster

    @Susie: you can add the following css:
    #feature-slider .cycle-slideshow { max-width: 100%; }

    in reply to: Change menu colors? #65475
    Sakin
    Keymaster

    @AnnaVartanyan: Ok for that try changing color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu li:hover > a, 
    #header-menu ul.menu a:focus, 
    #header-menu .menu .current-menu-item > a, 
    #header-menu .menu .current-menu-ancestor > a, 
    #header-menu .menu .current_page_item > a, 
    #header-menu .menu .current_page_ancestor > a {
     background-color: #000;
     color: #eee;
    }

    Note: you will find color option in theme options panel of pro version. Also check out additional features info of pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Sub menu doesn't appear as drop down #65474
    Sakin
    Keymaster

    @Kim: Hum, there is no option to create more then one button in promotion headline. The only option I see is to add HTML links in Promotion Subheadline text.

    Justify align is not good practice in web but if you want to do that then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #featured-content .hentry {
        text-align: justify;
    }

    Note: Please post in proper support forum. Your site is using Catch Base Pro theme where as you have posted in question in Catch Evolution theme. So, it might confused other users. Please user Catch Base Pro support forum at http://catchthemes.com/support-forum/forum/catch-base-pro-premium/

Viewing 20 posts - 2,461 through 2,480 (of 14,501 total)