Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #503734

    I would like to insert a page contents into another page based on page-id 4994.
    So with the Aviai Builder, would like something like:

    Slider
    Text Box
    Text box
    Inert contents of page-id 4994
    Text box.

    I use a “page in widget” widget for other items, but the contents of this page that I want is not showing up on there to access.

    Thanks as always.

    #503834

    Hi WSRJohn!

    Thank you for using Enfold.

    I don’t think this is possible with the theme and the plugin that you used has not been updated for over 2 years which makes it incompatible with the latest version of WordPress. Unfortunately, I don’t know of any plugin that can accomplish this. You might need to add the content of another page manually. Or you can try this plugin: https://wordpress.org/plugins/rps-include-content/

    Cheers!
    Ismael

    #504261

    Bummer but ok. Let me ask this… how can i remove title for one page with page id 4994?

    #504355

    Hi!

    Can you please post the link to your page and point out the title you would like to remove?

    Regards,
    Yigit

    #504381

    Template is custom and somewhat broken. But link is http://www.waterstone-realty.com/idx/listings/home

    Would like to make menu transparent as well like homepage. http://www.waterstone-realty.com

    #504393

    Hey!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Cheers!
    Basilis

    #505104

    Thanks, but that might have been an option before all the self mod. How about just the css to remove page title and menus on a specific page id such as page id 4994? I installed plug ins to remove title but it doesn’t work since your template is custom.

    #505267

    Hi,

    Please try this in Quick CSS to hide the title:

    .page-id-4994 .title_container {
    display:none !important;
    }

    Do you want to not display the whole header? If so try this as well:

    .page-id-4994 #header {
    display:none !important;
    }

    Best regards,
    Rikard

    #505566

    Thanks, works. If I wanted header to reappear when scrolling down like it happens in the theme, what would I do?

    #505570

    Also need to get rid of white space now at top please.
    http://www.waterstone-realty.com/idx/listings/home

    #505851

    Hi!

    Replace the code with this:

    .html_header_top.html_header_topbar_active.html_header_sticky .page-id-4994 #main {
        padding-top: 0;
    }
    
    .page-id-4994 .av_header_top {
    display:none !important;
    }
    
    .page-id-4994 .header-scrolled {
        display: block !important;
    }

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.