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: Pinnacle Theme
Topic: "Add to Cart" on Shop page
Hello,
In setting up WooCommerce, all the products list on the Shop page correctly. However, when hovering over the product, the “Add to Cart” text is in red, as is the background.
I removed all my custom CSS, and the problem remained.
Anyone know what the issue might be?
Thanks!
James
In forum: Pinnacle ThemeIn reply to: Portfolio type > breadcrumbs
In forum: Virtue ThemeIn reply to: add to cart buttons are missing on product page
In forum: Pinnacle ThemeTopic: Portfolio type > breadcrumbs
Hello,
I did not success to place the breadcrumbs in the Portfolio Types pages (here for example : *Login to see link above the title and on the left, such as on a portfolio item page (here for example : *Login to see link
Does it exist a solution ?
Thanks for your help !
In forum: Virtue ThemeIn reply to: Sticky menu on mobile.
April 21, 2016 at 10:32 am #918761. you can add this:
@media (max-width: 767px){ .headerclass > .container { padding: 0; } }2. The menu is at the top. The button can scroll with the page but not the actual menu so you have to go to the top to see it.
Ben
In forum: Virtue ThemeIn reply to: Change sidebar width and padding between widgets
Try this CSS.
@media (min-width: 992px) { #content .main.col-lg-9 {width: 80%;} #content aside.col-lg-3 {width: 20%;} .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span { padding: 5px 5px 5px 5px; float: left; } .widget { margin-top: 0px; } .sidebar .widget-inner li { line-height: 10px; } }The padding CSS might need to be changed, but try this and see if it works. If you’re still having issued with the padding, erase the CSS that applies to it and let me know so I can help your write it.
In forum: Virtue ThemeIn reply to: Issues with woocommerce
April 21, 2016 at 10:21 am #918711. What plugins are you using? have you tried deactivating your plugins?
3. What is in your child theme? You have an open
<a>tag on the page and it’s making everything a link.Ben
In forum: Pinnacle ThemeIn reply to: Demo content
Hey,
You can create a look like that using page builder.
See here- https://www.kadencewp.com/home-page-pinnacle-premium/
Or if you like you can upload the demo content- https://www.kadencewp.com/demo-content-pinnacle-premium/Hannah
In forum: Virtue ThemeI have tried to reset all plugins and theme, but still can’t seem to get the add to cart button to show up on products page. It doesn’t matter if it’s a simple product or variable there’s no button.
Any suggestions would be awesome *Login to see link
In forum: Virtue ThemeTopic: facebook feed plugin
I am trying to put a facebook feed in the Primary sidebar. The name of the plugin is “Custom Facebook Feed” and to display the feed there is a setting for inserting a shortcode, and the direction say:
Displaying your Feed
Copy and paste this shortcode directly into the page, post or widget where you’d like the feed to show up:[custom-facebook-feed]
However, I cannot find a place to paste the shortcode in the Primary Sidebar. Any ideas?
In forum: Virtue ThemeIn reply to: Problem with parallax image
April 21, 2016 at 10:13 am #91864Conflict with pagebuilder running there own parallax script. I’m still working on a final solution yours should just be a temp fix.
Ben
In forum: Virtue ThemeIn reply to: Image Menu Item – Link deaktivation
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Virtue button
In forum: Virtue ThemeIn reply to: Virtue button
Hi Hannah,
Thanks for the css code for the contact page button, it’s much better now. In fact, yes I do want to to have all of the buttons style with uppercase and bold.
For buttons in visual editor, it’s working fine but for buttons in plugins, like for Instagram feed or Topbar, it’s still small as my chosen font is quite thin as regular.Is there a css code that will apply to all my buttons even those used with plugins please?
Thanks
Stephanie
In forum: Virtue ThemeIn reply to: Move WOO Breadcrumbs
Alright, it is all in my custom css (I use child theme)
.topbarmenu ul li a {
font-size: 15px;
font-weight: 500;
font-style: normal;
}.footernav ul li a {
font-size: 14px;
}.widget_nav_menu ul li a {font-size:17px}
.widget_nav_menu ul li a { font-weight:500}
.sidebar .widget-inner li.sf-dropdown > a {
font-weight: bold;
}
.widget_nav_menu ul li a {color:#333;}.home .virtue_banner {
display: none;
}
.page-id-31 .virtue_banner {
display: none;
}.topbar-widget .virtue_social_widget {
float:right;
margin-left: 30px;
}.form-search{
width: 180px;
}
#topbar-search form{
float: right;
margin-left: 15px;
}#content .main {float:right;}
#kadbreadcrumbs {
float: none;
text-align: left;
font-size: 16px;
line-height: 16px;
}.post-type-archive-product div#kadbreadcrumbs {
position: absolute;
left: 0px;
top: 60px;
}.post-type-archive-product .page-header .col-md-6 {position:static;}
.post-type-archive-product .page-header {position:relative;}.post-type-archive-product .page-header h1.page-title {margin-bottom:35px;}
In forum: Virtue ThemeTopic: woocommerce layout
Hi there
Im using a different layout from the default woo commerce. Im using the following code on some pages.
.postid-1211 .product-img-case {
display: none;
}
.postid-1211 .product-summary-case {
width: 100%;
}
How do I extend this to include all woo commerce products so I dont have to enter the code for each page.
Kind regards
PaulIn forum: Virtue ThemeIn reply to: Parallax and portflio ?????
Hey Richard,
You can’t actually use a page template on the homepage as the homepage template will override it. Assuming your page is set as a static page, I would recommend using page builder and adding your portfolio posts via shortcode in the visual editor. This would work:[portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true]
Then to add a parallax image you can add a row through page builder and ensure that you add content to the row, even if it’s just a blank text widget. Then set your image as the background for that row and set the row layout to full width stretched.
These may help-
https://www.kadencewp.com/using-page-builder-virtue-premium/
https://www.kadencewp.com/creating-a-home-page-with-virtue/Hannah
In forum: Virtue ThemeTopic: More than one H1 tag?
In forum: Virtue ThemeApril 21, 2016 at 8:16 am #91837Hello,
I want to change sidebar width to 20% and another part of page to 80%
.col-lg-3 {
width: 20%;
}.col-lg-9 {
width: 80%;
}Reduce padding between widgets
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
padding: 5px 5px 5px 5px;
float: left;
}.widget {
margin-top: 0px;
}.sidebar .widget-inner li {
line-height: 10px;
}On PC everything look good, but on mobile images are not displayed correctly – images width not showing properly.
This is page *Login to see link
Thanks in advance.
Best regards,
Ivan -
AuthorSearch Results


