Forum Replies Created

Viewing 20 posts - 4,821 through 4,840 (of 4,916 total)
  • Author
    Posts
  • in reply to: Need header changes and categories for every page #82227
    Mahesh
    Participant

    Hi @shikarime,

    Thank you for using Catch Everest Pro.
    I’m glad that you tried on your own and fixed your issue. I checked the your problem with the header image on hover and is working fine as on the site you’ve mentioned, there is no 50% text visible issue. Please share an image of it to make it clear. It would be more easier if we check it as a website.

    The next issue about the categories in different page, instead of creating custom pages, you can do it by adding categories in menu.
    Go to “Dashboard=> Appearance=> Menu” then click on “Categories” dropdown then check on the categories you want then click “Add to menu” button and then save it.

    If you have any questions, let me know.

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #82226
    Mahesh
    Participant

    Hi @rflores,

    For this, you have to create a child theme. You can find the details HERE or simple download the “Simple Catch Pro Child Theme” from this LINK

    Then add the following codes in child theme’s function.php.

    add_action( 'init' , 'simplecatch_child_adjust_image_size');
    function simplecatch_child_adjust_image_size() {
        remove_image_size( 'featured');
        add_image_size( 'featured', 210, 210, true);
    }

    Regards,
    Mahesh

    in reply to: header not centre #82224
    Mahesh
    Participant

    Hi @Urszula,

    It seems you’ve put some widgets in Header Right, please remove it.
    Go to Dashboard=> Appearance=> Customize=> Widgets=> Header Right” and delete all widgets from here. Then the headings and logo will be centered.

    Regards,
    Mahesh

    in reply to: Different page title colors? #82223
    Mahesh
    Participant

    Hi @effess,

    Here is the CSS for two pages, “Magic of Lavender” and “Research Lavender”. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following styles:

    #main .type-page.post-1910 .entry-header .entry-title a{
    	color: #26a4cd;
    }
    
    #main .type-page.post-1950 .entry-header .entry-title a{
    	color: #a7a475;
    }
    in reply to: header not centre #82167
    Mahesh
    Participant

    Hi @Urszula,

    Please post in your site url, so I’ll be able to know your problems.

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @Lucia,

    For removing white border on main content of pages and posts, please add the following CSS in Custom CSS box:

    .hentry {
    	border: none;
    }

    Regards,
    Mahesh

    in reply to: Different page title colors? #82164
    Mahesh
    Participant

    Hi @effess,

    Please let me know the colors for the respective pages, then it’ll be easy for me to provide you with the CSS code.

    Regards,
    Mahesh

    in reply to: Remove shadow on Site Title #81910
    Mahesh
    Participant

    Hi @Henry,

    Thank you for using Catch Adaptive Pro.

    There is no in-built feature to change the text-shadow of the Site Title. However, you can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS.

    .site-title{
        /* Note: This is the default value, please change it as per your requirement */
        text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.5);
    }

    Regards,
    Mahesh

    in reply to: Main and Footer menus showing on mobile pages #81896
    Mahesh
    Participant

    Hi @cherdavid,

    Checked you site, you’ve used Custom CSS file and the following css is overriding the theme’s css. The following css is causing the problem

    #branding #access, #colophon #access-footer {
        background: linear-gradient(#610000, #772626) repeat scroll 0 0 rgba(0, 0, 0, 0);
        clear: both;
        display: block;
        float: left;
        margin: 0 auto 2px;
        width: 100%;
    }

    Remove the above codes and this will fix it.

    Regards,
    Mahesh

    in reply to: How to Remove Title from Body of Page #81895
    Mahesh
    Participant

    Hi @Jeff the Tax CPA,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS:
    Hide title in File Portal Page only

    #main #post-187 header.entry-header{
        display: none;
    }

    Hide title in all Pages

    #main .page header.entry-header{
        display: none;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @Lucia,

    That’s great. I’m glad you’ve fixed the issue.

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #81893
    Mahesh
    Participant

    Hi @rflores,

    The image displayed in the slider and the blog post is the same image i.e. Featured Image. The image used inside the post content has nothing to do with it. The image selected as featured image is automatically cropped to 210*210 image to be displayed in the post list as thumbnail.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Different page title colors? #81892
    Mahesh
    Participant

    Hi @effess,

    Please post in you site url.

    Regards,
    Mahesh

    in reply to: How to make featured slider image width of screen? #81891
    Mahesh
    Participant

    Hi @Robert,

    For removing space between featured slider and featured content, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS.

    #feature-slider{
        padding-bottom: 0;
    }

    For full-width slider, Sakin will answer it, its a bit complicated.

    Regards,
    Mahesh

    in reply to: error in category-template.php #81886
    Mahesh
    Participant

    Hi @Simon,

    Please try changing to core theme i.e. twentyfourteen, twentyfifteen etc, if the the error still shows up it is a plugin issue, try deactivating plugins and check it.

    Regards,
    Mahesh

    in reply to: How to make featured slider image width of screen? #81820
    Mahesh
    Participant

    Hi @Robert,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Featured Slider covering Menu DropDown #81819
    Mahesh
    Participant

    Hi @Keith,

    This is a bit complicated, Sakin will answer this.

    Regards,
    Mahesh

    in reply to: error in category-template.php #81818
    Mahesh
    Participant

    Hi @Simon,

    This is not the theme issue, may be some plugins you’ve used is causing this. Try deactivating the plugins and check it again. It would be better if you post in your site url.

    Regards,
    Mahesh

    in reply to: Posts & Blog Seperate #81817
    Mahesh
    Participant

    Hi @Steve,

    For this you have to create custom template. Then create a page and assign that template to it. Then Go to “Dashboard=> Appearance=> Customize=> Static Front Page and select “A static page” from “Front page displays”. And select the recently create post as Front page and Blog page in Post page. In custom template you’ll need to add the code to display custom posts you want in the front page.

    This is out of the theme scope, you’ll need to hire a customizer.

    Regards,
    Mahesh

    in reply to: Homepage language #81812
    Mahesh
    Participant

    Hi @Steve

    Thank you for upgrading to Adventurous Pro version.

    The theme is already translation ready, you can use translation plugins like qTranslate, WPML. You need to follow their instructions for implementation.
    You’ll need to contact their support.

    Let me know if there is any other theme related problems.

    Regards,
    Mahesh

Viewing 20 posts - 4,821 through 4,840 (of 4,916 total)