Forum Replies Created

Viewing 20 posts - 4,641 through 4,660 (of 14,504 total)
  • Author
    Posts
  • in reply to: Password not working on passworded page #53225
    Sakin
    Keymaster

    @bigoslesli: nice 🙂

    in reply to: test #53222
    Sakin
    Keymaster

    @Melissa: Can you let me know what are you testing. Please don’t test in our support forum. Thanks

    in reply to: Remove Search From Header #53220
    Sakin
    Keymaster

    @Richard: In Catch Box Pro theme, if you just want to use Social Icons in the header right sidebar and remove search then you can go to “Appearance => Widgets” and add “Catch Box Social Widget” to Header Right Sidebar.

    in reply to: Background Widget Color and Disappearing Menu #53219
    Sakin
    Keymaster

    @luvharris: ok I got it. It’s because of the following css in your Custom CSS box, where you have made white background for current page. So, your can either change that background color or add text color in the following css:

    /* For menu bar color – current page */
    #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: White; }

    Maybe just change background color like this:

    /* For menu bar color – current page */
    #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: #86cf86; 
    }

    Or maybe you want to keep the background color white but make the text color green, then it will be as:

    /* For menu bar color – current page */
    #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: #fff;
    	color: #86cf86; 
    }
    in reply to: Menu alignment #53196
    Sakin
    Keymaster

    thanks for your appreciation

    in reply to: Ugly share to facebook #53195
    Sakin
    Keymaster

    @andriansah: Yes, it’s from the plugin settings.

    in reply to: image size #53194
    Sakin
    Keymaster

    @Francis: Sorry I am bit confused with image are you talking about. Can you explain me or maybe upload screenshot in your site and send me url explaining the issue.

    in reply to: Sticky Post Full Content Display #53193
    Sakin
    Keymaster

    @Kim: sorry there is no option to do that. For this you need to build child theme and then copy content.php file in your child theme and then edit it as per your need using is is_sticky() condition.

    in reply to: Header image #53192
    Sakin
    Keymaster

    @Camel1021: Exact px of the height depends on the screensize that you are viewing from.

    in reply to: Header – Left Sidebar Widget #53188
    Sakin
    Keymaster

    @Lisa: Sorry we cannot guarantee Cross Browser in Custom css. If you use theme functions then yes, it will similar.

    in reply to: How to create title on home page? #53187
    Sakin
    Keymaster

    @al9x_creative: There is no option to add in by theme options. You need to build child theme and then copy content.php file in your child theme and add in the title over there. This is bit technical and you might need to hire developer to work on it.

    in reply to: Image in slider now centred #53185
    Sakin
    Keymaster

    @teegee777: you can add following css:
    #feature-slider .cycle-slideshow img { margin: 0; }

    in reply to: Background Widget Color and Disappearing Menu #53184
    Sakin
    Keymaster

    @luvharris: Sorry I don’t get it what you mean.

    in reply to: Problems in the sidebar #53182
    Sakin
    Keymaster

    @Saverio: Sorry I don’t get it what you mean. Can you explain please?

    in reply to: Increasing Upload Size in Adventurous #53181
    Sakin
    Keymaster

    @ncfarmerboy: You need to contact your Site Hosting Company to increase the upload limit. They need to edit php.ini file with the following code:

    upload_max_filesize = 40M
    post_max_size = 40M
    in reply to: Featured image in main content #53180
    Sakin
    Keymaster

    @Jean-Paul: Sorry there is no option to do that. Featured Images are used for Archive/homepage and for slider. As you can just add your featured image in your page/post content editor and it will display it.

    But have you tried in “Header Featured Image Options” from your Theme Options panel. There in “Enable Featured Header Image” you can choose “Pages & Posts”.

    in reply to: Fixed/Sticky Menu and Transparency/Opacity #53179
    Sakin
    Keymaster

    @luismarioochoa:
    1. Let me know it what you want to do with the search. I think it’s better to hide it or show below the header image in mobile devices.
    2. Image size is mentioned properly in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Create extra fixed menu on top? #53178
    Sakin
    Keymaster

    @Nijn: Then you need to add your new menu below access-top wrapper ID.

    in reply to: Free v. Pro version #53177
    Sakin
    Keymaster

    @nextstep: Catch Box Pro is an advance version of Catch Box Free theme and there are lot of nice additional featured in pro version which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: align img top #53175
    Sakin
    Keymaster

    @offirkeren: I don’t get it what you mean. Your images under More Mobile Casinos are arranged in table. So, it’s your table code.

Viewing 20 posts - 4,641 through 4,660 (of 14,504 total)