Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 13,721 through 13,740 (of 53,646 total)
  • Author
    Search Results
  • #214345

    Hello,

    You can use both the home layout manager and page builder. Wherever you place “page content” in your home layout is where your page builder content will show.

    You can also add page builder content to your home widget area if you’d like a second content area. Place the widget area wherever you like in the home layout manager and that will determine the content placement.

    Hopefully that answers your question.

    -Kevin

    #214341

    Hi, Ben,

    I am confused. I have set up my Theme Options. In the documentation, I now notice that I can use Site Builder by Origin to layout HOME page.

    How do you use both? Or am I support to use one or the other.

    Second question, there is a Home Widget Area option on Home Page Layout. I enable. If I use Site Builder to layout widgets…how do I reorder the widget areas with fixed Theme Option areas?

    Thank you,
    Pam

    P.S. I used documentation at this link:

    #214339

    I’ve never had this happen, where the Primary Navigation menu shows on home page but not other pages. This is the first site I’ve set up to use the Gutenberg editor. Can’t find any settings besides the usual Appearance > Menus to assign a menu to a particular page. The header with the logo is showing on the Contact and Privacy pages, but no menu.

    Thoughts?

    Thanks,

    Charlie

    #214327

    To do this without using php in a child theme, one option would be to add the slider via shortcode in Theme Options> Main Settings, “Add shortcode here for output just after the header..”

    Add the shortcode within a div, like this: <div class="post_slider">[REV-SLIDER-SHORTCODE]</div>

    This would force the slider to show on every page. You would then hide it on pages by adding this CSS to Theme Options> Advanced Settings:

    .page .post_slider {
        display: none;
    }

    Then all of your posts should show the slider by default, and you wont need to adjust anything on a per post basis.

    Does that work for you?

    -Kevin

    #214303

    Hi Ben,

    Sorry to bother you again not sure this is related but I’m now having an issue with some items not displaying on mobile view.

    For instance if you launch in mobile view the homepage does not display the icon menu from the Theme Options => Home Layout as well as shortcode (Essential Grid) and a footer Page Layout widget (this effects all pages).

    I’ve tried loading in the following states – disabling all plugins, removing all css, just disabling Gutenberg and then disabling Pagebuilder.

    All with no success.

    Now for the strange part, all work fine if I start with a window on desktop starting with the none mobile view and then reduce to mobile view sizing using a mouse!

    Please can you advise.

    Thanks,

    Mark.

    #214294

    Is it possible to have a full width home page slider that doesn’t crop the sides of images on narrower/mobile views? Ideally the height of the full width slider would scale down as needed.

    Really wide windows end up cropping the tops of our slider images, and really narrow or mobile windows end of cropping the sides. Dealing with 1 is bad enough but both is nearly impossible as it limits the location of important text a small area in the dead center of the slide if we want to it be visible in all views.

    Any help is appreciated.

    In forum: Virtue Theme

    In reply to: Team webpage template

    #214287

    Hi

    Do you mean grouping them manually on the subject page or is “Groups” an existing menu option/ page template available in Virtue?

    Regards
    Yogi

    #214282

    Hi,

    Is there a way to create a menu label that isn’t a page or link itself, but has pages as sub-items in the menu?

    I’d like to group 4 pages together in the site menu under a category called something like “Resources”, but without needing a page that the menu item “Resources” links to.

    Thanks,
    Matt

    #214281

    Every time the page is scrolled to where the sticky header is supposed to activate, the header shrinks- quite literally, as its width is slightly (and bizarrely- always by exactly 40px) reduced and it is no longer full-width as it is supposed to be, leaving parts of the page exposed behind it.

    Do you have any idea what could be causing this? Should I downgrade back to the last known working version, 4.8.8, and if so- where can I obtain it?
    Thank you in advance for your help.

    This is the site in question. Please use mobile view.

    #214279

    Hi there

    is there any way I could insert a border around my web pages – Like the black border found here:

    I’d like it to be slightly thicker and a few millimetres off the edge itself

    thanks

    #214268

    Hi is there any way , when click on portfolio item , redirect it to another URL instead of portfolio item page? (even withe the help or jquery)

    #214259

    Using page builder or Gutenberg & Kadence Blocks you can recreate that page without using the home layout manager.

    The icons can be added with a shortcode in the “virtue shortcodes” generator on a visual editor widget.

    Or using the info box in the Kadence blocks.

    There are widgets and shortcodes for the carousels.

    Also a shortcode for the blog posts. Or you can use the Kadence Blocks Blog grid block.

    Ben

    #214239

    Thanks. Problem is now that everything is right next to side of page with 0 padding. I put 20px padding to move header text etc away from edge but this moves the background colour as well.
    Is there another way using css? If not I will go with the white background.

    Is there any short code that would replicate what I have now using page builder?
    https://lightandshadows.co.uk

    #214234

    Hi. Tried that but still doesn’t go to the edge of page.

    Do you have a link to the code needed to add:
    Portfolio
    Latest products
    Blog

    I assume doing this it will have the same look as I have now but with 100% width.

    So I can do this in Page Builder.
    Thanks

    #214233

    To my knowledge, the only way to do this is to stretch all your page content the full width of the page. Using Kadence Blocks or a page builder plugin you would have the ability to stretch only a single row. If you want to stretch the whole page full width you can use this css:

    @media (min-width: 992px) {
    .home .container {
        width: 100%;
        padding: 0 20px;
    }
    }

    Hannah

    #214229

    Many thanks. Just one other thing, how do I make the background colour of these fit the width of the page.
    I added this but doesn’t show 100%.

    .home-portfolio.home-margin.carousel_outerrim.home-padding.kad-animation{
    background: #999;
    padding: 20px;
    width: 100%;
    }

    #214227

    Theme: Virtue Premium v 4.9.1
    Example: (there are others)

    I want to use a custom image as a page title so I set “Show Page Title” to “Hide.” This works on desktop (iMac) laptop (Thinkpad), and tablet (Galaxy Tab A). But on mobiles (Galaxy S8, iPhone) the page title still displays above the custom image. I tried setting Simple Mobile Header on and off, and Use Featured Image with and without an image, and result is the same for mobile. What’s up with that?

    #214225

    You were right. Called tech support and they simply refreshed the php setting and it was up to 256mb again. They felt that last time they were in the account something got stuck. So far, I am good to go now. Thanks much.

    PS I did activate the Virtue Premium after updating it to see what it all looks like. I was using a child theme over the years created from one click child theme plugin. But I think if I don’t change php files and clean up what is messy using the VPremium, I think I will stay with the VPremium.

    The only thing I would like to do for all pages and posts is the margins for content to be wider so content isn’t so close to edge.

    #214217

    OK. I currently have it deactivated. And awhile back I had problems with “saving mode” being locked in process on several sites. When I deactivated tinymce and pagebuilder and SiteOrgin Widget bundle, the problem disappeared. I currently have tinymce and Site Origin bundle activated. But the pagebuilder deactivated. And don’t seem to have any problems for the moment. I am trying to use Gutenberg features and your added blocks/plugins instead. Although I do like pagebuilder and have used it for years before gutenberg.

    #214213

    Thank you Kevin. Could you also ask if there would be a way to make a choice to make the image carousel “sticky” so it stays in place while you scroll down the page? I’ve used this theme for 2 years and never knew about this feature!

Viewing 20 results - 13,721 through 13,740 (of 53,646 total)