Forum Replies Created

Viewing 20 posts - 2,281 through 2,300 (of 4,903 total)
  • Author
    Posts
  • in reply to: Blog post titles not displaying in desktop view #103087
    Mahesh
    Participant

    @marketingpro76: The issue is because of the following CSS in you Custom CSS:

    @media screen and (min-width: 961px) {
        .entry-title { font-size: 0.00px; line-height: 1.62em;  }
    }

    Please remove it.

    Regards,
    Mahesh

    in reply to: Remove Page Titles #103086
    Mahesh
    Participant

    @jaehethe1: Yes, it is possible. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

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

    Regards,
    Mahesh

    in reply to: White borders #103085
    Mahesh
    Participant

    @panopano: Have you resolved the issue? I checked your site and didn’t find any white border around the content on your site.

    Regards,
    Mahesh

    in reply to: Child Theme #103084
    Mahesh
    Participant

    @voodoochill: It should work fine with the Code in child theme’s style.css. May be there is some error in you child theme’s style.css
    Let me know further.

    Regards,
    Mahesh

    in reply to: Footer background image #103083
    Mahesh
    Participant

    @voodochill: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Slider disappearing #103036
    Mahesh
    Participant

    @marco-cherin: Sorry no demo slider on this theme. Confused with slider in Demo site as demo slider.
    Yes you can remove the theme and install it, all you setting will remain as they are. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Adjust Page Width No sidebar #103032
    Mahesh
    Participant

    @uukuniemi: Add the following CSS:

    .no-sidebar.content-width #main {
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Adjust Page Width No sidebar #103029
    Mahesh
    Participant

    @uukuniemi: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Home page color #103028
    Mahesh
    Participant

    @mehes: Do you want to have the current background color on home page only? If yes, replace the above CSS (first one) with the following:

    .home #content {
        background-color: #ff00ff;
    }
    
    .home .panel-widget-style,
    .home .panel-row-style {
        background: none !important;
        border: none !important;
    }

    Also in the Contact Us page the widget I used to get the email, name, and address of the person who wants to contact us are disappeared:
    Can you please clarify more on this?

    Regards,
    Mahesh

    in reply to: Slider disappearing #103026
    Mahesh
    Participant

    @marco-cherin: Does this happen with Demo slider too? Please check. Please try installing a fresh copy of the theme. Hope this helps. If still doesn’t work, let me know further.

    Regards,
    Mahesh

    in reply to: Featured Slider – background and size #103024
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Page Title in Slider Image #103023
    Mahesh
    Participant

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

    .main-slider .slider-contents {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: No Sidebar (Content Width) #103022
    Mahesh
    Participant

    @timtimothy: No Sidebar (Content Width) will not expand the primary content to full width, it will remove the sidebar and centers the primary content with same width. Full Width feature is only available in Pro version. I recommend you to upgrade to Pro.
    Or you can use Custom CSS to make it full width. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .no-sidebar.content-width #main {
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: different Facebook icons in the header-top #103021
    Mahesh
    Participant

    @lisa1234:
    1. give the footer a different color (#009932)
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-generator {
        background-color: #009932;
    }

    2. No this is not possible by default in the theme. I recommend you to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Different in the pages. Reduce to one #103020
    Mahesh
    Participant

    @arteuno: I checked you site and understood what you meant. If you want to replace H1 header, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme override certain functions, to replace H1 in the pages.
    By the way, are you having any issues with multiple H1 in the page?

    Regards,
    Mahesh

    in reply to: Homepage background transparent instead white #103019
    Mahesh
    Participant

    @uukuniemi: Glad to know you’ve resolved it by yourself. Let me know if any problem. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @dercncplaner: Just checked with some Arabic text from your site to test whether excerpt function is working or not and the excerpt worked fine. I am not familiar with the Arabic language actually count the words, but it did truncate the content.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Make header thinner #102970
    Mahesh
    Participant

    @e-logan: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #102969
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: button missing in featured content slider in iphone browser #102968
    Mahesh
    Participant

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

    Regards,
    Mahesh

Viewing 20 posts - 2,281 through 2,300 (of 4,903 total)