nirav

Forum Replies Created

Viewing 15 posts - 511 through 525 (of 552 total)
  • Author
    Posts
  • in reply to: Header Images not loading #11109
    nirav
    Keymaster

    Hello Will,

    I have 2 home pages, when I only created one.

    You can delete the unwanted home page from pages menu.

    For Home page Slider

    Home page slider only works if you have set home page template as “home”.
    Please follow below steps to show home page slider.

    1) Please log in to the admin area
    2) Go to “Pages >> Edit Home page >> Page Attributes”.
    3) Set “Home” or “Full Width Page” under Page Attributes.
    4) Now go to Appearance >> Customize >> Featured Slider Options >> Slider On/Off.
    5) Check “Enable Slider” checkbox.
    6) Set slider pages under Slide – 1 to Slide – 5.
    Slides are only worked if it is a child of “Slider” Page.

    For Home page content

    On the home page either you can load content or widgets.
    You can see in our demo we have set many sections on the home page. You can manage these sections from widget areas.
    And if you want to show content which you have set on the home page then you can set Page Attributes as a “Full Width Page”.

    Hope it will work for you.

    Thank you

    • This reply was modified 4 years, 8 months ago by nirav.
    in reply to: Typography – Descenders are Cropped #11108
    nirav
    Keymaster

    Hello Karen,

    Greetings of the day!

    You can fix this using custom CSS.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    #home-page-widget-area .widget-title{
    line-height: 1.3;
    }

    And you are done.

    Thank you

    in reply to: Header Images not loading #11104
    nirav
    Keymaster

    Hello Will,

    You should easily update the menu items from the admin area. WordPress provides a good page for the instructions related to it which you can find here.

    Hope this solves your query!

    Thanks.

    in reply to: Header Images not loading #11103
    nirav
    Keymaster

    Hello Will,

    Greetings of the day!
    Thank you for purchasing our theme!

    We have reviewed your site and it seems that you have not set up proper data for the home page.

    You can set home page data using two way.

    1. Manually
    If you want to set up your home page as per your requirements then you might get help from our
    Documentation.

    2. Import Demo Data
    If you want to set up your website exactly as our demo site then you can do it by import demo data.
    You might get complete guidelines from the Documentation folder under your downloaded Super Construction Plus theme folder.

    Hope it will work for you.
    Please feel free to let us know if you have any further queries.

    Thank you.

    in reply to: Sticky Menu #11090
    nirav
    Keymaster

    Hello Karen,

    Greetings of the day!

    In order to make sticky header, you would need to use either #masthead id or .site-header class.

    If you are using id then must include “#” sign and if you are using a class then must include “.” at beginning of id or class.

    Thank you

    Regards,
    Team ProDesigns

    • This reply was modified 4 years, 8 months ago by nirav.
    in reply to: Sticky Menu #11072
    nirav
    Keymaster

    Hello @karen,

    We try to include as much of new features and fixes as possible in our updates.
    We are planning to add this in one of the next 2 updates. Once the update is done we will update in this post.
    Unfortunately, the ‘Custom CSS’ option could not be used to have this function.
    You may find using the plugin myStickymenu plugin useful for now.

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Header Images not loading #11070
    nirav
    Keymaster

    Hello Will,

    Greetings of the day!

    Can you please explain more? We are sorry, we did not understand your issue.
    May we request you to provide us a screenshot of the issue or website URL?

    Thank you

    in reply to: Header Menu CSS Problem #11069
    nirav
    Keymaster

    Hello Karen,

    Greetings of the day!

    Unfortunately, this is a bug and we will be resolving it soon in our next update.
    We are sorry for the inconvenience you may be facing.

    In the meantime, if you need to implement this now, you can do this via a custom CSS.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .business_point_widget_call_to_action{
    z-index: 99;
    }

    Hope it will work for you.

    Thank you
    Regards,
    Team ProDesigns

    in reply to: Get License for Development Site #11063
    nirav
    Keymaster

    Hello Karen,

    Greetings of the day!

    We have installed the theme, activate license and import demo data to your site.
    It works exactly as it looks on our demo.

    Please feel free to let us know if you have any other query.

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Couple of .php pages are out of date. #11057
    nirav
    Keymaster

    Hello Amanvir,

    Greetings of the day!

    Can you please tell us when you face this issue?
    It will more helpful if you share any screenshot or website URL?

    Thank you

    in reply to: Social network support vk.com #11054
    nirav
    Keymaster

    Hello Alex98,

    Greetings of the day!

    Lots of social media icons available in theme, but there are no icons for Vkontakte.
    You can add these icons using custom CSS without creating a child theme.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    .social-widgets ul li a[href*="vk.com"]::before{
        content: "\f189";
    }
    
    .social-widgets ul li a[href*="vk.com"]:hover{
        background-color: #5181b8;
    }

    Please feel free to let us know if you have any further queries.

    Thank you

    • This reply was modified 4 years, 8 months ago by nirav.
    • This reply was modified 4 years, 8 months ago by nirav.
    in reply to: Removing the grey are. #11047
    nirav
    Keymaster

    Hello kireevr1996,

    We are happy to help you. Feel free to contact us if you need further help.

    nirav
    Keymaster

    Hello kireevr1996,

    We are happy to help you. Feel free to contact us if you need further help.

    nirav
    Keymaster

    Hello Kireevr,

    Thank you for using our theme.
    “Related Posts” can be managed from customizer.
    Follow the below steps to hide/show “Related Post” section.

    1) Login to the admin panel.
    2) Go to Appearance >> Customize >> Theme Options >> Post Options
    3) Uncheck “Show Related Posts” checkbox.

    And you are done.

    Thank you

    Regards,
    Team ProDesigns

    in reply to: Removing the grey are. #10999
    nirav
    Keymaster

    Hello Kireevr,

    In order to remove the background color, you would need to add custom CSS.
    Please follow the steps below:

    • Please log in to the admin area
    • Go to “Appearance >> Customize >> Additional CSS”.
    • Paste the below code in “Additional CSS” and save it afterward:
    .detail-wrap pre{
    background:transparent;
    }

    Please feel free to ask other questions.

    Thank you

    Regards,
    Team ProDesigns

Viewing 15 posts - 511 through 525 (of 552 total)