Forum Replies Created

Viewing 20 posts - 2,121 through 2,140 (of 4,903 total)
  • Author
    Posts
  • in reply to: Transparent Logo #104382
    Mahesh
    Participant

    @sammyjenkis: I checked your site, the logo is fine, it has transparent background.

    Regards,
    Mahesh

    in reply to: Background image on some, not all pages #104381
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #104380
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Sticky Footer #104379
    Mahesh
    Participant

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

    html, body.page-id-17  {
        height: 100%;
    }
    
    .page-id-17 #page, .site-inner {
        position: relative;
        min-height: 100%;
        height: 100%;
    }
    
    .page-id-17 #colophon {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Remove Default slider images #104378
    Mahesh
    Participant

    @promomusic: For changing Slider image, go to Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider and choose Image in Select Slider Type option then upload the image.
    I checked your site and seems you’ve removed the slider.

    Regards,
    Mahesh

    in reply to: Fabulous Fluid #104377
    Mahesh
    Participant

    @roman06:
    1. Please post in your site url.
    2. For custom images, I recommend you to upgrade to Pro. It has Custom Featured Slider option so you can put the image you want within the option.
    3. Have you set the page as the Posts page?
    4. Demo use a static page.
    i. Demo Slider
    ii. Demo Featured Grid Content
    iii. Static Page’s Content
    iv. Featured Content
    v. Some Footer Widgets
    5. I don’t get this, please clarify. The recommended size for slider image is 1680px x 750px

    Regards,
    Mahesh

    Mahesh
    Participant

    @heidi-bissell: Just to let you know that the latest update of the theme has been released. Please update.

    Regards,
    Mahesh

    in reply to: Enable courses on specific pages other than the frontpage #104310
    Mahesh
    Participant

    @skolekirkeodense: Can be simply hidden with Custom CSS where not necessary. If you want, I can help you further. Please post in your site url and the pages where you want to display it.
    But if you want to completely remove it from other pages, you’ll need to do create child theme and customize further. I recommend you to hire a customizer for this.

    To modify content and images, go to Dashboard=> Appearance=> Customize=> Theme Options=> Courses then select any of the option from Select Courses Type. Page, Post and Category uses Page’s, Post’s content and featured image. While Image lets you put the custom content, images and links directly.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Menu problems #104307
    Mahesh
    Participant

    @wouwonline: Please add the following CSS:

    .tax-product_cat.woocommerce h1.page-title {
        font-size: 30px;
    }

    Regards,
    Mahesh

    in reply to: Cannot remove demo slide #104306
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Wrong displaying of a single product #104305
    Mahesh
    Participant

    @serpico57: Seems, you’ve selected Entire Site, Page/Post Featured Image in Enable Header Featured Image on option, that is why the single product image is being displayed in Header. Please select Entire Site option. It will resolve the issue.
    Note: Selecting the Entire Site, Page/Post Featured Image option will put the image in single page as Header image.

    Regards,
    Mahesh

    in reply to: Transparent Logo #104301
    Mahesh
    Participant

    @sammyjenkis: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Sticky Footer #104300
    Mahesh
    Participant

    @helgphi: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Repeated refreshing after post/page update/creation #104299
    Mahesh
    Participant

    @altusfiction: Have you installed any plugins? If yes, try disabling the plugins one by one and check if that resolves the issue. Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: upgrading to version 2.0 #104298
    Mahesh
    Participant

    @wandelvanuit: Did the update execute properly? Did any error occur during the process? Let me know further.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #104297
    Mahesh
    Participant

    @marie21: Catch Responsive has Featured Page Slider that uses selected page’s featured image as Slider Image. And automatically it uses Page’s title as title and alt property of <img> element. If you want to have custom title and alt, I recommend you to upgrade to Pro version. It has Featured Custom Slider featured.

    Regards,
    Mahesh

    in reply to: Catchbox and WordPress 4.7 Compatibility #104296
    Mahesh
    Participant

    @skynet: Yes, the update will be released before the release of WordPress 4.7. Everything works perfectly fine just the migration will be available in the latest update. It will still migrate with no problem even if you update the theme after upgrading the WordPress core. Hope you understand.

    Regards,
    Mahesh

    Mahesh
    Participant

    @marketingman: Add the following CSS:

    #header-featured-image img {
        border-radius: 10px;
    }

    Note: Please adjust the border-radius as per desired.

    Regards,
    Mahesh

    Mahesh
    Participant

    @heidi-bissell: Sorry for that, username cannot be changed.

    Regards,
    Mahesh

    in reply to: Background image on some, not all pages #104293
    Mahesh
    Participant

    @elkehb: For that use the following CSS:

    body.custom-background.page-id-52 #main {
        background-image: url('url-to-background-image');
        background-repeat: repeat;
    }
      
    article.hentry {
        background-color: transparent;
    }

    Note: Please replace url-to-background-image in the above code with the actual image url.

    Regards,
    Mahesh

Viewing 20 posts - 2,121 through 2,140 (of 4,903 total)