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
My homepage won’t update with new content. It appears to be stuck in a old version (IIRC, this was from when I still had Virtue Free).
Homepage is here: *Login to see link
If you move your mouse in the area, you’ll notice there’s a blank icon-box (left side of white content area) that will highlight. So there’s SOME content, it’s just old, and not what I currently have (I just have some sample text).
If I switch themes, the text I have there shows. I tried deleting/recreating the homepage, disabling plugins (I’m not using any cache plugins), etc to no avail.
All other pages work as expected.
EDIT: I just updated to 2.7.5. I did notice the problem AFTER I updated, but not sure if this actually had anything to do with it.
In forum: Pinnacle ThemeIn reply to: how to create a picture opening a modal gallery
I cannot use a widget in a post without pagebuilder and I’m using a different structure without the use of pagebuilder.
Otherwise it should have been a good solution.
The button with modal is good but it shows only the featured image and not the gallery image thumbnails otherwise should have been another possible solution.
No problem.
Later I will send you an email with some feedback about pinnacle.Have a great time.
Thanks
AngeloIn forum: Virtue ThemeIn reply to: product carousel for shop page
December 13, 2014 at 10:03 am #25130You can see some more shortcodes here: http://docs.kadencethemes.com/virtue/#shortcodes
So like the virtue: carousel widget. That is the same as the shortcode I posted above.
The home widget area is an option in the theme options > home layout. You can add things there in the appearance > widgets page.
Ben
In forum: Virtue ThemeIn reply to: text below portfolio item with beside layout
December 13, 2014 at 9:49 am #25128There isn’t a built in option for that. The only way I see doing this is using the three row and using pagebuilder for all the content. So setting the portfolio item to show none and using pagebuilder to add in your columns and image on the left with content on the right and below.
Ben
In forum: Virtue ThemeIn reply to: product carousel for shop page
Thanks Ben i’ve learnt this over a three day period it is seared into my overtired strained brain now, on the plus side i have got more familiar with short codes and working without page builder. Re your code though, obviously i can paste this in and it works but how to customise? i cant message you every time to spoon feed me coding, is there a wysywig shortcode plugin or pre built shortcode cheats for newbies you could recommend? The drop down shortcodes in the virtue theme are fairly limited,the virtue image carousel that can displays category products is great but as far as i know you can only add it to a widgetised area or via page builder.
One more burning question if you dont mind…where in gods name is the home widget area located?
Thanks for your help
Regards RichardIn forum: Virtue ThemeHi Ben, I’ve tried this CSS this morning, and it work beautifully, so the problem must have been me copying something incorrectly.
I tried moving the text to the centre and the right, and see what you mean about about the plugin being limiting – it doesn’t sit properly, so I have moved it back to the left. However, and in order to be consistent, I would like to make the portfolio page behave in the same way. I asked you a few days back about keeping the headers active at all times, but everyone who saw it agreed that it just didn’t look nice! So, I have reverted back to the original theme options, which gives me a centred title and opaque bar when hovered.
Is is possible that you could help me make the whole image slightly opaque when hovered, still with the title and bottom bar, in the same way as the gallery pictures are behaving? I’d also like the option to move the title to the left, (i’m not sure if it will look right but I’d like to see it), if it is possible?
As always, thanks very much for your assistance.
Jane
In forum: Virtue ThemeIn reply to: All icons disappeared!
December 12, 2014 at 7:55 pm #25108Your site will work, but your issue is caused because of an improper transfer from one domain to another. If you every loose that previous domain or use it for something different then your whole site will go down. It can also be a hit against your page speed for the browser to have to look up the dns server for the other domain.
Fixing requires that you either contact your server and ask theme to set your database urls straight or contact a developer to work in your server and fix the internal urls.
Ben
In forum: Virtue ThemeIn reply to: Move calculate shipping on cart page
December 12, 2014 at 7:22 pm #251051. You can but it means it will break the ability to close it.. the css is:
section.shipping-calculator-form { display: block !important; height: auto !important; }2. The theme doesn’t edit any of the woocommerce checkout so your fine using a plugin.
3. well first make your header color blue so it matches your topbar. Theme options > advanced styling.
The add this css:div#thelogo img { margin-top: -50px; }4. Yes, the theme options will transfer over automatically. Only thing you will have to do is re-assign your menus.
5. Just a matter of removing the natural spacing from your elements… here is code you can add:
.footerclass .kad-icon-box { margin-top: 0; margin-bottom: 0; }6. Because of how it’s coded it can go above the buttons with this css:
.sidebar a.paypal-express-checkout-button { display: block; width: 100%; clear: both; float: none; text-align: left; } .sidebar a.paypal-express-checkout-button img { float: none !important; text-align: left; }7. You can make the sidebar be on the left with css. The theme doesn’t have a option for two sidebars. You can fake it though if you use pagebuilder: https://www.kadencewp.com/using-page-builder-virtue-premium/
The css to move the sidebar to the left is:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Ben
In forum: Virtue ThemeIn reply to: Site Layout Style
December 12, 2014 at 7:08 pm #25104Hey,
I recommend using Yoast SEO plugin for seo needs. It works well and will give you a lot of control.As for your home page, if you make it a static page thats fine just have to make sure it’s not also a woocommerce page.
Ben
In forum: Virtue ThemeIn reply to: Moving Sharing Buttons
December 12, 2014 at 7:03 pm #25102You could absolute position it:
.page-id-230 .sd-content { position: absolute; bottom: 0; right: 0; } .page-id-230 div#portfoliowrapper { padding-bottom: 30px; }Ben
In forum: Virtue ThemeIn reply to: Move calculate shipping on cart page
Thank you Ben!
1. fixed it, the shipping calculator moved perfectly. is there any way to have it be open by default?
2. I added a multiple page check out plugin, any way to confirm that it doesn’t interfere with the theme or cause issues? I am fairly happy with it
3. yes I would like to add the logo to the top bar in the center. I also have another logo that is more ‘wide landscape that I could easily fit there. can you tell me what code to use to push it higher and I can play with it?
4. can I still create a child theme without losing anything in the process?
5. So I was attempting to make the footer take less space so I added this code, I would like it even smaller is that possible?
.footer-widget .widget, .footer-widget {
margin-top:0;
}
#containerfooter {
padding-top: 0;
}
.footercredits {
padding-top: 0;
padding-bottom: 0;
}6. Any way to integrate the check out with paypal button in the side bar cart better? It looks awkward right now, I would like it to span across under the view cart and check out.
7. Any easy way to add another side bar on the left on the home page? or move the existing one?
Thank you again for your support, I have been more happy with your theme in the past 48 hours of owning it than I was with any other eCommerce theme.
In forum: Virtue ThemeIn reply to: Site Layout Style
Ok, so apparently I had something going on with the “Static Page”. So I set the “Front Page Displays” to “Your latest posts”. However when you go to our website, the Web Tab at the top reads the “latest News Title”, rather than our “website “title”. Is there a way to change the tab to read our website title rather than the latest news title. Is there Static Page Setting that we would need to do that on? Any help is greatly appreciated.
In forum: Virtue ThemeTopic: Moving Sharing Buttons
Hi Ben,
Is there a way to move the sharing button (FaceBook) to sit below the portfolio items. As in this page:
*Login to see linkThanks,
Shaun.In forum: Virtue ThemeIn reply to: Site Layout Style
December 12, 2014 at 1:44 pm #25088Hey,
Looks like your home page is set as the my account page in your woocommerce setting? or something is off. Did you make your home page a static page?Ben
In forum: Virtue ThemeDecember 12, 2014 at 1:41 pm #25087Oh, well thats good clarification, thought you wanted this for the portfolio items on your portfolio page.
You can add this:
a.wpps_popup img { opacity: 1; transition: all .6s ease-out; -webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; -o-transition: all .6s ease-out; } a.wpps_popup img:hover { opacity: .6; } a.wpps_popup:after { content: 'View Details'; position: absolute; height: auto; width: 100%; text-align: left; bottom: 0; font-weight: bold; transition: all .6s ease-out; -webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; -o-transition: all .6s ease-out; left: 0; padding: 15px; opacity: 0; background: rgba(255,255,255,.6); } a.wpps_popup:hover:after { opacity: 1; }Your plugin for the galleries is a bit limiting. There isn’t any way to center the text because of how it’s set up.
Ben
In forum: Virtue ThemeIn reply to: product carousel for shop page
December 12, 2014 at 1:16 pm #25084You can do this, just not with pagebuilder, because of how the two work you can’t use pagebuidler on the shop page.. you can create a new page and not make it the shop page in the woocommerce settings.
But an easy way is just to use shortcodes. For example you can use this right in the page content, just make sure you r not on the page-builder tab:
[carousel type="cat-products" cat="tshirts" columns="4"]Ben
In forum: Virtue ThemeHello, I am having an issue with my Site Layout Style. “Main Settings” I have the site set to box’d I believe, where it will allow me to add a background. I Saved.
Next I went to “Home Layout”, and I have it set to “Display a Sidebar on the Homepage”. I Saved.
I Refreshed my website, and the Sidebar IS there. No problem.
HOWEVER, when I close all my windows, and open my website up again, the Sidebar is NOT there. I tried from Multiple computers, and NO SIDEBAR. All the settings are still the same, under “Main Settings” and “Home Layout”.
Why is it not appearing? Any help to resolve this would be great.
My website is *Login to see link . It should have the Sidebar on the homepage. Please advise.
Thank You.
In forum: Virtue ThemeIn reply to: Move calculate shipping on cart page
December 12, 2014 at 12:23 pm #25077Hey,
1. You can add this css in your custom css box:.cart-collaterals .shipping_calculator { clear: none; float: left; }2. This would likely take some functions to change how woocommerce organizes the checkout page. Where are you wanting the coupon input?
3. so you want the logo in the blue topbar? If you want a blue background would be easier to make your header background blue along with the topbar then add some css to push the logo a little higher.
4. You would have to download the file from the my-account page here. Then change the folder name and upload to have two versions at the same time.
I don’t recommend going that route. If you update your theme options all transfer so css in the advanced settings will be there with the next version.
As for adding functions I would strongly recommend you add a child theme and place your functions in that.
Ben
In forum: Virtue ThemeIn reply to: Site Layout Style
my website is http://www.AfrobaileRecords.com. It should have the Sidebar on the homepage. Please advise.
In forum: Virtue ThemePlease can someone tell me how to create a product carousel for the woocommerce shop page. The obvious way using page builder then adding the virtue carousel widget does not work, there seems to be some kind of page builder issue displaying the list vertically not horizontally.
I can get a product slider in the form of virtue image carousel to display on other pages but i want it on the shop page. I see on the shop page settings you can set up a slider but i dont want to display big bling photos to lust over i want to display product thumnails.
To clarify what i want to achieve it is:
a product slider on the woocommerce shop page displaying my choice of products sorted by products/ categories / tags etc and it be thumb nail size…ive lost days in this obsession please save me from myself and tellme the easy way to do this. Thanks in advance. -
AuthorSearch Results


