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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Put background image in page header (title area)
July 11, 2014 at 10:28 am #12661Its 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 ThemeIn reply to: Changing colors prices
July 11, 2014 at 10:10 am #12660ok 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 ThemeIn reply to: Changing colors prices
July 11, 2014 at 10:08 am #12659ok 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’); ?>In forum: Virtue ThemeI 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(‘*Login to see link no-repeat;
}Trisha
In forum: Virtue ThemeIn reply to: Pacifico? Add fonts? bigger shadow in boxed layout?
July 11, 2014 at 9:44 am #12657Ok 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 ThemeIn reply to: Shop setting
July 11, 2014 at 9:31 am #12651Looks 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 ThemeIn reply to: Backgrounds to pages
July 11, 2014 at 8:48 am #12648In 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 ThemeIn reply to: Recently viewed products
July 11, 2014 at 8:22 am #12640You 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 ThemeIn reply to: Backgrounds to pages
In forum: Virtue ThemeIn reply to: Backgrounds to pages
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.
In forum: Virtue ThemeOk. 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.
In forum: Virtue ThemeTopic: Recently viewed products
In forum: Virtue ThemeIn reply to: SKU not showing
July 10, 2014 at 3:17 pm #12614Hmm have you tried recounting your terms in the woocommerce settings > tools?
Do you have pagebuilder enabled for products?
Ben
In forum: Virtue ThemeIn reply to: Revolution Slider Not Working
July 10, 2014 at 3:02 pm #12611You 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 ThemeIn reply to: SKU not showing
In forum: Virtue ThemeIn reply to: Backgrounds to pages
July 10, 2014 at 10:59 am #12594Yea 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 ThemeIn reply to: SKU not showing
July 10, 2014 at 10:53 am #12593You 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 ThemeIn reply to: Backgrounds to pages
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 ThemeIn reply to: Backgrounds to pages
July 10, 2014 at 10:33 am #12586You should add this too:
.page-id-4438 .headerclass { background: transparent; }and you might want to switch the position from
background-position: center;tobackground-position: top center;Ben
In forum: Virtue ThemeIn reply to: Backgrounds to pages
July 10, 2014 at 10:30 am #12585Yea 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
-
AuthorSearch Results


