Forum Replies Created

Viewing 20 posts - 2,521 through 2,540 (of 4,903 total)
  • Author
    Posts
  • Mahesh
    Participant

    @fede15: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @fede15: Just to let you know that the update has been released. Please download and install the latest version and check if it fixes the issue. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @floh:
    1)i have a problem with the featured content. I don´t want the image of the page to be displayed at the featured content excerpt.
    => Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .featured-homepage-image {
        display: none;
    }

    2. at the place where the logo is, we want an image too. so it should be the logo AND an image (like a background banner)
    => Do you mean to add a background image to the header? If so, add the following CSS:

    #masthead {
        background-image: url("link to your desired image");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    Note: Please replace link to your desired image in the above code with you desired image url.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Post page appearance #100902
    Mahesh
    Participant

    @valeska-conducere: Do you mean to display image in blog excerpt like in the demo link below?
    https://catchthemes.com/demo/full-frame/blog/
    If so, this feature is already in Full Frame Pro version, I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Floating check box under comments, how to get rid of it? #100901
    Mahesh
    Participant

    @amyestrada: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change portfolio color #100900
    Mahesh
    Participant

    @ourherbfarm: You’ll need to use Custom CSS for this. Let me know what you want to change and I’ll provide you with the CSS.

    Regards,
    Mahesh

    in reply to: Add additional font #100898
    Mahesh
    Participant

    @ourherbfarm: Yes, this is possible through Custom CSS. First upload you desired font then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @font-face {
        font-family: myCustomFont;
        src: url('link_to_source');
    }

    then use as

    p.some_class {
    	font-family: myCustomFont;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Custom page template with one column #100897
    Mahesh
    Participant

    @dship16: Glad to know you’ve figured it out all by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Removing grey line after post #100896
    Mahesh
    Participant

    @mistye: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Cusotm CSS box and add the following:

    .hentry, 
    .widget-title, 
    .widget {
        border-bottom: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Indivdual Sidebar Menu Style #100895
    Mahesh
    Participant

    @bb-one-net: Glad to know you’ve fixed the issue by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Content too far below site title #100894
    Mahesh
    Participant

    @jhgtyre: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-branding {
        margin-bottom: 80px;
        margin-top: 165px;
        min-height: auto;
    }
    
    @media screen and (max-width: 1023px) and (min-width :  768px) {
        .site-branding {
            margin-bottom: 320px;
        	margin-top: 230px;
        }
    }
    
    @media screen and (max-width :  767px) {
        .site-branding {
            margin-bottom: 130px;
            margin-top: 110px;
        }
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Resize Sidebar e-commerce #100892
    Mahesh
    Participant

    @anamaggarwal1991gmail-com: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @fede15: The issue will be fixed in the next update. Thank you for your patience. We’ll let you know as soon as the update is live.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #100887
    Mahesh
    Participant

    @debswebs: Sorry, we didn’t mean to let you down. I guarantee you that, you will get what you paid for. We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Option Sidebar Position #100820
    Mahesh
    Participant

    @nikibranting: I’m afraid, Adventurous Pro does not have three column layout. But if you want to display the optional sidebar on gallery page only, this can be done. Go to gallery edit page, then scroll down to Adventurous Options, select Right Sidebar in Sidebar Layout option. Then select Optional Sidebar One in Select Sidebar option. This will use widgets in Optional Sidebar One widget area(Go to Dashborad=> Appearance=> Widgets and put you desired widgets in Optional Sidebar One widget area and click Save). Then click Update. Hope this helps.

    Regards,
    Mahesh

    in reply to: full image not displayed after clicking slider #100815
    Mahesh
    Participant

    @zinas: Catch Everest free version does not have option to chose image size on single page. It will display featured sized(690 x 462) image by default. I recommend you to upgrade to Pro version. Or if you do want it in the Free version, I recommend you to hire a customzier.

    Regards,
    Mahesh

    in reply to: How do I change default font all over the theme? #100814
    Mahesh
    Participant

    @emielstubbe: Thank you for your appreciation. Let me know if you have any questions. Have a nice day!

    Regards,
    Mahesh

    in reply to: Social Media Buttons #100813
    Mahesh
    Participant

    @dreamcatcher: It is the primary sidebar area. The widgets put in this widget area is displayed as it is now. If you want to change the positions, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Layout Option #100812
    Mahesh
    Participant

    @tonje-gravdehauggmail.com: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #100811
    Mahesh
    Participant

    @debswebs: You are currently using version 3.1. The latest version available is 3.3. Please contact our sales team, if you have subscription validity, you’ll get the updated theme.
    https://catchthemes.com/contact-us/
    I checked your site, somehow the HTML is not quite structured. Please contact the sales team and you’ll get the theme file, then try with a fresh install. Hope this solves your issue. Let me know if any problem.

    Regards,
    Mahesh

Viewing 20 posts - 2,521 through 2,540 (of 4,903 total)