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 - 51,161 through 51,180 (of 53,646 total)
  • Author
    Search Results
  • #12661

    Its close just need to fix the url section:

    .page-header {
    background: url('http://www.firehouseglassworks.com/wp-content/uploads/2014/07/banner_100px.jpg') no-repeat center top;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Changing colors prices

    #12660

    ok I’ll send the files must be translated texts virtue
    such as English 404 php <? php _e (‘Sorry, but the page you Were trying to view does not exist.’, ‘virtue’); ?>
    In Romana <?php _e(‘Ne pare rău, dar pagina pe care ați încercat să o vedeti nu există.’, ‘virtue’); ?>

    In forum: Virtue Theme

    In reply to: Changing colors prices

    #12659

    ok I’ll send the files must be translated texts virtue
    such as English 404 php <? php _e (‘Sorry, but the page you Were trying to view does not exist.’, ‘virtue’); ?>
    In Romanian <? Php _e (‘Sorry, but the page you tried to view does not exist.’, ‘Virtue’); ?>

    #12658

    I tried adding this to my custom css to add a background image to the page title area but it’s not working.

    You can see my site at http://www.firehouseglassworks.com.

    Any help is appreciated. 🙂

    .page-header {
    background: url(‘ no-repeat;
    }

    Trisha

    #12657

    Ok so that makes sense. So you need to open the wp-content folder to have read/write ability. For specifics it’s the file in the wp-content/themes/virtue_premium/themeoptions/inc/field/typography/

    The load happens when you click on a page in the them options with a font option.

    Ben

    In forum: Virtue Theme

    In reply to: Shop setting

    #12651

    Looks like you have your home page as the shop page?? And it looks like you have one product? And it looks like that product wasn’t given a price.

    What seems to be the issue?

    Do you need some demo content to help build the site? https://www.kadencewp.com/install-virtue-premium-with-demo-content/

    Ben

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12648

    In the css above you have a space at the beginning of the url. Just remove that space:

    body.page-id-3610 {
    background: url('http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/scanned-dried-flowers-BG-Photopage.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-3610 .contentclass {
    background: transparent;
    }
    
    .page-id-3610 .headerclass {
    background: transparent;
    }
    
    body.page-id-4438 {
    background: url('http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/test-background-green.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }
    .page-id-4438 .headerclass {
    background: transparent;
    }
    
    body.page-id-212 {
    background: url('http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/About-page-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-212 .contentclass {
    background: transparent;
    }
    
    .page-id-212 .headerclass {
    background: transparent;
    }

    Ben

    In forum: Virtue Theme
    #12640

    You would need to use a different widget, so like the carousel widget or use the recent product shortcode in a text widget : [recent_products per_page="12" columns="4"]

    Ben

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12634

    The images are leading to “page not found” but I don’t understand why. I uploaded them and copied their permalinks to put in the code. Is that wrong?

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12633

    Hi Ben
    Sorry to bother you again but I just want to know what I should do. I have inserted the following code in order to have three different full-width images on 3 different pages:

    body.page-id-3610 {
    background: url(‘ http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/scanned-dried-flowers-BG-Photopage.jpg’);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-3610 .contentclass {
    background: transparent;
    }

    .page-id-3610 .headerclass {
    background: transparent;
    }

    body.page-id-4438 {
    background: url(‘ http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/test-background-green.jpg’);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }
    .page-id-4438 .headerclass {
    background: transparent;
    }

    body.page-id-212 {
    background: url(‘ http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/About-page-bg.jpg’);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-212 .contentclass {
    background: transparent;
    }

    .page-id-212 .headerclass {
    background: transparent;
    }

    The way it is behaving is it is choosing one image (not even one of the images entered in the code above, but the original image I was playing with!) and uploading them to all three of the pages I’ve chosen.
    Is this something to do with my caches ? I have completely disabled that W3 cache plugin so I don’t understand what’s going on.

    Many thanks for any help you can give me.

    #12631

    Ok. But in future I will add some features out of Home-Page Layout Section of Virtue. Is there no fix/workaround for it only for page-title relating, without loosing all Homepage design options? Would be simple with a new changeable general option, if page title should appears in Homepage manager anymore or better is styled as in normal Page.
    So Homepage could be still styled and changing layout as with actual Virtue Homepage Options, but only page title is moved out of the menu, because it should be fixed under header as in normal page.

    I am wondering that it’s not possible at the moment, because everybody who uses sidebar should be affected by this issue of different layout from homepage and normal page.

    #12622

    I set up a widget on the home page for recently viewed products. It is stacking them vertical. I don’t like the way that it looks. Is there a way to change the layout to horizontal, or maybe grid?

    In forum: Virtue Theme

    In reply to: SKU not showing

    #12614

    Hmm have you tried recounting your terms in the woocommerce settings > tools?

    Do you have pagebuilder enabled for products?

    Ben

    #12611

    You shouldn’t have to comment out something.
    Did you make your home page the shop page? If so then it wouldn’t quite work. Which might explain the issues. The shop settings in the theme options you can have a slider. If you want a slider above the header then you would turn off the shop slider in the shop settings and use the home page slider.

    Ben

    In forum: Virtue Theme

    In reply to: SKU not showing

    #12598

    It is only doing it on one of the product pages. The other 5 products are showing it fine.

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12594

    Yea you have some conflict with page minifying your css and messing up the css. Check your minify settings. Clear the cache and start by disabling minify to get things working.

    Ben

    In forum: Virtue Theme

    In reply to: SKU not showing

    #12593

    You had a SKU showing the other day? What type or product are you using? If it’s disappearing then something in the admin isn’t working. It’s possible it’s conflicting with pagebuilder. The authors of pagebuilder are working on an update to fix but for now you have to make sure page builder isn’t turned on of products.

    Ben

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12588

    hmmm thanks – but now the bg image has disappeared, even before I put the extra headerclass code in that you added…
    here’s what I entered:

    body.page-id-4438 {
    background: url(‘http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/test-background2.jpg’);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }

    .page-id-4438 .headerclass {
    background: transparent;
    }

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12586

    You should add this too:

    .page-id-4438 .headerclass {
    background: transparent;
    }

    and you might want to switch the position from background-position: center; to background-position: top center;

    Ben

    In forum: Virtue Theme

    In reply to: Backgrounds to pages

    #12585

    Yea I may work on a plugin in the furture that can do this. anyway yes use css, just need to change this for the size, instead of cover use contain.

    background-size: contain;

    body.page-id-4438 {
    background: url(‘http://www.studiobricolaged.co.uk/wp-content/uploads/2014/07/test-background2.jpg’);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    }
    .page-id-4438 .contentclass {
    background: transparent;
    }

    Ben

Viewing 20 results - 51,161 through 51,180 (of 53,646 total)