Forum Replies Created

Viewing 20 posts - 3,861 through 3,880 (of 12,027 total)
  • Author
    Posts
  • in reply to: Homepage Hover Color #260814
    Skandha
    Participant

    @meshellefae: Hello there,
    I am still not able to access your site. Can you please check this with your web server?

    Kind Regards,
    Skandha

    in reply to: Theme is not Responsive #260810
    Skandha
    Participant

    @abh: Hello there,
    The section backgrounds cannot be made responsive like other images as the height of one section is always 100% of the height of the viewing screen.

    The theme does support static homepage. You seem to be using elementor plugin.

    Kind Regards,
    Skandha

    in reply to: Add SmartSlider 3 #260803
    Skandha
    Participant

    @cpalo: Hello there,
    Please contact Smart Slider plugin support regarding the issue. They might be able to help you out better with this.

    Kind Regarrds,
    Skandha

    in reply to: HTTP versus HTTPS #260793
    Skandha
    Participant

    @daimon: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Previous section visible on scroll – Home page #260788
    Skandha
    Participant

    @kass: Hello Cassiopée,
    The button seems to be working at my end. Can you please check again?

    Kind Regards,
    Skandha

    in reply to: Homepage Hover Color #260775
    Skandha
    Participant

    @meshellefae: Hello there,
    Your site doesn’t seem to be accessible. Can you please if the URL you provided is correct?

    Kind Regards,
    Skandha

    in reply to: Main Menu #260774
    Skandha
    Participant

    @stevefoxfoxtop-net: Hello there,
    The menu on your site seems be displaying like in the demo. Is your issue resolved?

    Kind Regards,
    Skandha

    in reply to: Excerpt Text Restriction CSS Request #260773
    Skandha
    Participant

    @swatch: Hello Siren,
    The option to change the excerpt length is in the customize.

    Go to => Appearance => Customize => Theme Options => Excerpt Options => Excerpt Length (words) => Change the number and Publish.

    Let me know if this solves your issues.
    Kind Regards,
    Skandha

    in reply to: change font size & hide widgets #260736
    Skandha
    Participant

    @bme: Hello there,
    TO increase the font size in mobile devices
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mobile-header-right-nav a {
        font-size: 20px;
    }

    It is possible to hide widgets or any section in mobile devices. Let me know which section would you like to hide.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: How can I create a blank page template #260734
    Skandha
    Participant

    @fabitami: Hello there,
    Please follow this article as this might help you out.

    Kind Regards,
    Skandha

    in reply to: Duplicate Featured Header Image #260627
    Skandha
    Participant

    @sharingwellstewart: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/izabel/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Please tell me about “Featured Slider” and demo import #260624
    Skandha
    Participant

    @choro: Hello there,
    I will need to look into your site to debug the issue. Can you please post in your site URL?

    Kind Regards,
    Skandha

    in reply to: Words being hyphenated – help #260620
    Skandha
    Participant

    @beckyrose: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page {
    	hyphens: none !important;
    }

    Let me know if this solves the hyphen issue.
    Kind Regards,
    Skandha

    in reply to: Previous section visible on scroll – Home page #260619
    Skandha
    Participant

    @kass: Hello Cassiopée,
    Please use the following CSS Code instead of the above one.

    #fullpage .section:not(.site-footer), #feature-slider-section .hentry {
        height: 100vh !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Slider overlap text since update #260609
    Skandha
    Participant

    @rolandv: Hello Roland, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Rock band front page #260606
    Skandha
    Participant

    @hemsokta: Hello Stefan, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-band/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Removing search bar from top of page #260605
    Skandha
    Participant

    @ellored: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-right #search-5 {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: modifying header images #260565
    Skandha
    Participant

    @planarknight: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    1.
    To display the header media logo only on homepage

    body:not(.home) .site-header-logo {
        display: none;
    }

    2.

    .site-header-logo img {
        max-width: 200px;
    }
    .custom-logo {
        max-width: 100px;
    }
    .custom-header::before {
    	background-image: unset;
    }
    .custom-header-media img {
        display: block;
    }
    .custom-header-content {
        position: absolute;
    }
    .custom-header {
    	height: 100%;
    }
    .custom-header {
    	min-height: unset !important;
    }

    4. Please let me know which text would you like to bold.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Customizing Blog by Categories #260529
    Skandha
    Participant

    @dlavocat: Hello there,
    Go to => Appearance => Customize => Theme Options => Layout Options => Homepage/Archive Layout => Select No Sidebar and Publish.

    It is not possible to have the social links below each posts like in the picture. If you really need it I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Rock band front page #260524
    Skandha
    Participant

    @hemsokta: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content .section-title {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 3,861 through 3,880 (of 12,027 total)