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 - 12,221 through 12,240 (of 53,646 total)
  • Author
    Search Results
  • #224062

    Hey,
    Thanks for posting.

    1. Yes, the page becomes fullwidth and then you add in the content you want to show, like a contact form.
    2. Yes.

    I hope that helps,

    Ben

    #224058

    Currently the Virtue Premium Theme website that I am working uses the contact template that came with the theme.

    If I decide to use the contact 7 plugin. Can I do the following:

    Continue to the use the Contact template with contact 7?

    If I use contact 7 in the contact template, do I turn off the “use contact form” under Contact page options?

    Thanks, Steve

    In forum: Virtue Theme
    #224057

    It will appear on pages where you are working in pagebuilder but not on standard pages.

    Ben

    #224052

    Hi,
    I use the ascend theme in combination with elementor on
    On the right hand side of the homepage I have 6 blue blocks with text inside. I used the text editor widget for this.
    I have to put a link behind the blue blocks but i’m only able to link the white text inside.
    How can I put a link behind the hole block?

    #224050

    Hey Dean,
    Best to not use a table. There are only a couple of cases where you have data where a table makes sense to use.

    You just need to use columns. You can add a column using the block editor, pagebuilder or if in the classic editor use the virtue shortcodes.

    Ben

    In forum: Virtue Theme
    #224047

    Hey,
    That is pagebuilders live editor. Totally normal and if you want to use it you can but if you don’t like it you can ignore it.
    Ben

    #224043

    Hi, Ben,

    In another thread, which I can’t find right now, I was having difficulty with the editor mode on pages and posts. I mentioned that sometimes a “Live Editor” pops up and you asked for a screen shot.

    Well, this come-and-go Live Editor just showed up again. Here is the screen shot.

    In forum: Membership Forums

    In reply to: Staff and authors

    #224023

    Hey,
    To create the plugin I think it would still disconnect from staff. You would just provide a way to loop through authors and provide settings for what to show on author pages. It’s an idea one I can put on the board.

    If you want to mix with staff I would suggest just manually adding a link to the wordpress generated author pages in each staff post.

    Ben

    In forum: Pinnacle Theme
    #224007

    Hey,
    Your portfolio page just needs to have a different slug from your portfolio posts for pagination to work in WordPress.

    If you change your portfolio page slug that shows in the url from portfolio to my-portfolio for example then it would work,

    This is a limitation on how the permalinks work in wordpress.

    Try it and let me know.

    Ben

    #224006

    Hi

    I made an one-page website for a client with Virtue premium. Everything went well but there is one “annoying” problem. On mobile/tablet, after clicking on an anchor menu item, the menu stays open (unless you click on the icon again). Is there a way to let the menu close automatically after selecting an anchor menu item?

    For mobile I used the “use simple mobile header” option and the “make the mobile header sticky” option.

    Thanks in advance

    Greetings

    #223999

    Hi, here http://157.230.115.238/categoria/cuchillos/chef/ we installed your siteorigin woocommerce template plugin we set to use the woocommerce default in all the woocommerce sections but the page is still displaying with our customizations, we can onlyreturn to the default woocommerce page disabling your plugin… is here some reset we have to do to hace the page on defaul without disable your template plugin ( we want to use it only for checkout page)…

    thank you
    Angelo

    In forum: Ascend Theme
    #223998

    Hey Hannah, the homepage for frankvicci.com seems to have an error. The header image appears to be off, and some of the text extends beyond the boundary on mobile devices. Is there a css that can snap everything back into place?

    #223979

    Hello, today I noticed that the products are no longer listed based on high to low price but rather at random. in principal nothing has change other than just updating the plugins. Can you please advise how to fix this and have the product to appear high to low price in product main page?
    web address: http://www.veito.co.uk

    #223977

    Hiya
    Just a thought for a new plugin or a way to enhance theme > staff. Is it possible to connect these staff entries as authors to posts? So that on the staff page you could click a link to see all blogs posted by the corresponding staff/author. I’m using an outdated author plugin for this currently but either switching to using staff or having a member author plugin from Kadence would be awesome!
    Any thoughts on this?
    Thank you.

    In forum: Pinnacle Theme
    #223971

    Hello Hannah!

    Yes I did. Permalink settings: Post name
    I’ve never changed this setting, no I’ve resaved it.

    So if I click on 2nd page (…/portfolio/page/2/), ‘page is not found’.

    What is wrong?

    ————————————–
    My problem is, that I have too many items on the portfolio page, so the page loading time is too high.

    My other idea is to create more portfolio pages, and make menu items for these several pages.
    Like: 1st portfolio page: 5 types ; 2nd portfolio page: 2 types.
    But in this case, why can I choose only one type of portfolio work / or All types?

    ————————————–
    Thx,
    Anita

    #223959

    How would I go about embedding a swf file in a portfolio page? Do I need to use a separate plugin?

    #223957

    I am at a loss on getting a video I created (which is on YouTube) to appear on a portfolio page. Perhaps I’m using the wrong short code? Or, some other setting is wrong? I have the following settings:
    Project Layout – Above
    Project Options – Video
    Gallery Post Shortcode – [youtube=https:youtu.be/fmCm-cD0Nu4&rel=0]
    Video Embed – [youtube=https:youtu.be/fmCm-cD0Nu4&rel=0]
    Project Summary – Image with video lightbox

    Can you help?

    #223953

    Thanks but then how to do I make page content contained to 940px?

    #223949

    Hello, is it possible to make the header full width but contain the page content to 940 px?

    Thanks.

    #223937

    Let me see if I can explain, opacity doesn’t add the white. The issue is that you are adding opacity to the same item that you are setting the background black. This doesn’t work because the layer behind that is white (your main content background) and that is why it’s showing washed out. It’s also not good to add opacity to the container because everything inside that container inherits that opacity.

    So remove this css you added:

    #pageheader {
        opacity: 0.75 !important;
    }

    Instead, add this:

    .header-color-overlay {
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    I hope that helps!

    Ben

Viewing 20 results - 12,221 through 12,240 (of 53,646 total)