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 - 47,941 through 47,960 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Getting started

    In forum: Virtue Theme

    In reply to: Create a landing page

    #28080

    Sorry didn’t make it clear above. You do not (and really it’s easier if you don’t) need to make a template.

    Just go to pages, add new. Select the fullwidth page template.

    set your title to whatever you want. for an example lets say “landing page”

    then in the theme options > advanced settings. Add this css:

    .landing-page header.banner, .landing-page #containerfooter, .landing-page .page-header {
    display:none;
    }

    see how the title becomes the first class?

    Ben

    In forum: Virtue Theme
    #28078

    Fresh here and looking around but haven’t find a video that shows step by step how to set up slider or Portfolio Page.
    I’d appreciate a link where I can see step by step how to get started with Virtue Premium.
    Thank you
    RLA

    In forum: Virtue Theme

    In reply to: Create a landing page

    #28077

    Thank you Ben. I’m sorry but please could you explain in slightly more detail?

    I’ve copied and renamed page-fullwidth.php to page-landing.php. Am I supposed to put a new class in place of titleclass?

    <div id="pageheader" class="titleclass">
    		<div class="container">
    			<?php get_template_part('templates/page', 'header'); ?>
    		</div><!--container-->
    	</div><!--titleclass-->

    Andrew

    #28071

    Every page has multiple parts depending on your languages you’ve set up. you can control the page for each language. all you do is click the page to edit then choose which language of the page you want to edit.

    When your on the site you can choose the language and then each link will be for that language.

    Ben

    #28061

    I just came to realize, if I am trying to make multi-language option for the site, I will need to require different main navigation.
    E.g.
    for English version, the main navigation is in english
    for Chinese version, the main navigation is in chinese

    I don’t seem to see there’s such option. Is there such possibilities? Or I have to create multi wordpress? One for each language version but if I do this, the database for will be different so when people uses log-in. The user in English version won’t be able to log into the Chinese version and vise versa.

    What are the possible and easiest ways to solve this?

    In forum: Virtue Theme
    #28060

    ok well first you have to remove the php you added into your custom css box… php can’t go in css.

    So this has to be removed:

    add_filter( 'woocommerce_get_item_data', 'wc_checkout_description_so_15127954', 10, 2 );
    
    function wc_checkout_description_so_15127954( $other_data, $cart_item )
    {
        $post_data = get_post( $cart_item['product_id'] );
        $other_data[] = array( 'name' =>  $post_data->post_excerpt );
        return $other_data;
    }

    php functions should go in a child theme functions file.

    as for the other issue your missing a bracket in your css.. from hannahs css above, see how it has two closing brackets:

    @media (min-width: 900px) {
    #page-id-128, #content .main {
    float: right;
    }
    }

    Your missing the second in your css.

    Ben

    #28057

    Hmm I don’t think I understand what your asking? You want a different buy button on the single product page. But you want it where?

    Ben

    #28046

    Hey,
    Pagebuilder and the woocommerce shop page don’t get along well. Has to do with how woocommerce renders the page.

    You can use the shortcode [carousel type="sale-products"]instead though.

    Ben

    #28045

    Help needed to get the ‘read more’ on the Testimonials grid to link back to the rest of the full text of the testimonial and hopefully open in another page. I have tried all the normal WordPress actions and nothing is working.
    http://www.ablendabovegffoods.com

    Thanks,
    Theresa

    #28043

    Hej!
    Here I am again, other site other issue. First I must say Outstanding support.
    On most sites I use “on sale Products” in Homepage Layout Manager having latest posts or Home as static page.
    I want the Sales Carousel in the Shop page. Now, trying out the Page Builder that is Brilliant!, I used one row, inserted widget Virtue: Carousel/Sales.
    Why does it not display in a row as here: Take a look:
    My settings? Please advice.
    Peter

    In forum: Virtue Theme

    In reply to: Create a landing page

    #28039

    Hey,
    You can just use the fullwidth page template, then a very small amount of css.

    Here is my example page: http://themes.kadencethemes.com/virtue-premium-3/no-header-test/

    Just using the page title, which becomes a css tag in the body I added this css:

    .no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header {
    display:none;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Create a landing page

    #28032

    I want to create a template that I can use for very basic landing pages or squeeze pages that has pretty much *nothing* on it – no header, no sidebar, no footer – that I can use to capture emails, sell single products etc with traffic coming from certain PPC and FB campaigns.

    I’ve tried copying, renaming and editing a Virtue premium template (eg page-fullwidth.php) but because of the way templates are called I am still left with the header and sidebar.

    I could create a standalone html page outside of WordPress by hand but that would take longer and I would not be able to use the other features of WordPress and Woocommerce, eg shortcodes.

    So I need an incredibly basic blank page template (no header, footer, sideabar) that I can use as a template residing within WordPress for all of my landing pages.

    #28021

    Hi Ben

    Trying to create landing pages using adapted Virtue Premium templates but struggling a bit.

    1. Basic landing pages to collect an email address, nothing for sale
    2. Landing pages to sell a simple Woocommerce product or a variation of a variable Woocommerce product.

    Are you able to point me in the right direction please?

    Kind regards

    Andrew

    In forum: Virtue Theme
    #28017

    Hey Andrew,
    Looks like you’ve added this css:

    #page-id-128, #content .main {
    float: right;
    }

    Just need to change it to this:

    @media (min-width: 900px) {
    #page-id-128, #content .main {
    float: right;
    }
    }

    Hannah

    #28013

    Hi,

    I recently built a website with virtue theme. Firstly let me say how awesome it is – you guys did a great job.

    Im having some problems with making my site completely mobile responsive. You can see my site at http://www.sandusa.net.
    If we start with the shop page. It loads up but all you can see is the Products categories then the products are shown listed off the page (to the right) and there is no real theme formatting happening. Is there a mobile settings area I am missing somewhere or some CSS that I need to add?

    Id be happy to remove the product categories and have the products show up in a shop style.

    cheers,

    Baz

    #28011

    In the page builder editor click to edit the row then under Layout set the Row Layout to Full Width. Then under Design set the Background Image Style to Parallax. You also need to give your image some padding. This can also be done under Layout.

    Hannah

    #28007

    Hello again,

    A little bit of feedback here. I haven’t solved completely this issue, though I made some progress 🙂
    So, I was indeed using a cache plugin, and it seems that it was causing the issue. Although I’d deleted it, some code was left in my .htaccess file, as well as in my config file… Once deleted, the bug ‘tends’ to disappear, yet reappearing sometimes. I’m not sure, but I think (also not making much sense) that there is a correlation between the bug reappearance (portfolio grid page not updating + forced admin frequent log out) and I using duplicated css ids by mistake in different portfolio items.
    Hope that might help others with similar issues.

    Cheers,

    Laurent

    #28000

    You can get that image from here: https://unsplash.imgix.net/23/make-your-own-path.JPG?q=75&fm=jpg&s=303e1e225793deadcebf734f3b055352

    You can set as the row background in the pagebuilder row edit settings.

    Ben

    #27999

    Hi – An image has disappeared from the bottom of my homepage. It was a standard image of grass and leaves from the virtue premium package. Can you advise how to fix?

Viewing 20 results - 47,941 through 47,960 (of 53,646 total)