• Hi – please can you assist me I am struggling with a few things. I have set my wordpress site up with a stain home page and been working through layout over last month or so.

    I would like to:

    – Remove Page heading “home” etc on each page. These appear below the navigation bar on each page. Projects, eModels, Contact, Home. I can not find this in any of the setting options. Is there customs CSS that I can insert?

    – Enable background image only on the home page, and not on any of the other pages.

    – There is a white bar, footer on each page that currently appears that I would like to remove.

    – Navigation bar. Currently changes configuration and opacity (too clear) when scrolling down. To remain in same position and configuration at top of page.

    – Set up secondary right floating menu / translation widget. I have tried configuring general layout with 25% sidebar. And then adding widget from appearances > widgets. However it still does not appear.

    Any help on the above would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    Please see below the answers to your questions:

    1. Remove Page heading_ Please use the following CSS:
    .before_blog_1 h1 {

    display: none;
    }

    2. Remove the background on the pages:
    The background is set for the WP on all pages. We can suggest the following solution. Please remove the Background image from the Customize > General > Background image. Then insert it for only the Hompage with the following css:

    body.custom-background.home {
    background-image: url(https://nineyardsconsulting.com/wp-content/uploads/2018/04/OF18NR0.jpg);
    background-position: center center !important;
    }

    3. Remove white bar on footer _ please use the following CSS:

    #footer-bottom {
    display: none;
    }

    Regarding 4 and 5 please contact us using the following email address: [email protected]

    Please, mention the URL of this forum topic in your message. We will provide a solution as soon as possible and share it here as well.

    Thanks. Have a nice day.

    Thread Starter clydeyl

    (@clydeyl)

    Oh wow this was amazing all three solved.
    I did add below for formatting:
    background-repeat: no-repeat;
    background-attachment: fixed;

    Will reach out to the email for 4 & 5.

    I had found the below thread but unable to apply changed myself.
    https://web-dorado.com/forum/themes/20529-business-elite-how-to-remove-menu-transparency.html

    Could I benefit to ask another pressing issue I am having with eModels.
    I would like to post an part of an excel file, two sheets and certain sections, keeping the original functionality but not allowing access to the original file.

    Currently I am using OneDrive to test and embed the doc – but this give access to the original.

    I have tried plugins:

    wpDataTables
    wp Dynamic Tables
    Docexpresso

    and various others but none keep the functionality and or meet the requirements.

    I have found “spreadsheet converter”. From reviews and videos this looks ideal. Its an adin to excel to then allowing publishing to wordpress via a SSC Calculator uploaded plugin. However this does not work on Mac (my operating system).

    Do you have any suggestions for me? Many thanks.

    Hi,

    We are happy that the suggestions helped. We will be waiting for the email regarding the rest of questions.

    Regarding showing excel file, please note that unfortunately, we do not have that kind of plugin. The best that we can suggest in this case is to use the Form Maker WD plugin, create the form, insert the page breaks (to have pages instead of sheets) and do not use the “Send” button. So that you just have the fields displaying. However to be sure whether all the sections and functionalities can be shown we need to have a closer look at the file.

    If you don’t mind please share it with us either with the email (previously provided) or just posting here.

    Thanks. Have a nice day.

    • This reply was modified 6 years, 7 months ago by WD Support.
    Thread Starter clydeyl

    (@clydeyl)

    Hi – noted for Excel, I will keep searching solutions and test spreadsheet converter option above – when i get access to a Windows Systems.

    I have reached out on mail for follow up.

    Question on the Navigation Bar.
    Location: I would like for this not to appear on the home page. Is there perhaps customs CSS that I can put in to apply this?

    Ta

    Hi,

    Did I understand correctly that you want to remove the menu bar shown in the screenshot?

    If yes, then please use the following CSS code

    #header .phone-menu-block {
    display: none;
    }

    In the case you do not want the logo in the left part to display too, please use the following CSS:

    #logo img {
    display: none;
    }

    Thanks. Have a nice day.

    Thread Starter clydeyl

    (@clydeyl)

    Hi – yes when I add that CSS, this achieves the desired result on home page but takes it away from all pages. Is there no was to isolate this just to the front / home page? Thanks

    Hey,

    Sure please use the following CSS to remove from only the homepage.

    > For menu bar
    .page-id-410 #header .phone-menu-block {
    display: none;
    }

    > For logo
    .page-id-410 #logo img {
    display: none;
    }

    Thanks. Have a wonderful day.

    Thread Starter clydeyl

    (@clydeyl)

    Hey,

    I have recently migrated this website across to domain – nineyardscounsel.com
    unfortunately the old header image still appear (every page excepting home page – as per coding above). How do I change this image as I have checked through the backend in appearance and can not locate it.

    Many thanks.

    Hi,

    Could you please try to use the following code:

    #logo img {
    display: none;
    }

    Thanks.

    Thread Starter clydeyl

    (@clydeyl)

    I still want the an image to be displayed and link back to home page – however just no the current image. If you could advise.

    Hi,

    Please in this case do not use the previously sent code to remove the logo. Just follow this steps to change the image.

    Thanks. Have a nice day.

    Thread Starter clydeyl

    (@clydeyl)

    Thank you that was exactly what I needed for the logo!

    Is there a way to set up a download link so files download directly for visitors – without first taking site visitors to a page where they have to search again and select the document / media they have already selected. Many of my customers get confused and can’t find the link on this page. Many thanks.

    Hi,

    Could you please send us the URL of the the page where you want the files to be located and the URL of the other page where the files are currently available for download?

    We will try to help.

    Thanks. Have a nice day.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Business Elite – Take away page title at top of page’ is closed to new replies.