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
For the Blog Category Page: I’m using a plugin “WPCustom Category Image” that should allow me to post an image that appears at the top of a blog category page. I can set the image on the category admin page, but it does not appear on the blog category page. I have also tried another similar plugin with the same result. Is there something in Virtue Premium that is keeping this image from appearing?
Also, perhaps related: I have added some text content to the main Blog page, but it does not appear. What am I missing?
In forum: Virtue ThemeTopic: Different page
I have the “Contact Us” button placed in the topbar and it works just fine calling and displaying a page named “Contact Us”. But if I wanted it to call and display another contact page named “Contact 123ABC” for example, I know I could create and save that “Contact 123ABC” page but how would I get the “Contact Us” button in the top bar to call and display the alternate, new page?
In forum: Virtue ThemeIn reply to: How to display "Mobile Shop page two Columns "
Hello there,
1-I’ve applied the following CSS in order to achieve the mobile view into two columns shop page, however while rotating mobile from portrait to landscape or vise-versa, the display seem to contribute two columns unevenly, Any idea?
@media (max-width: 480px) {
.kad_product {
width: 50%;
padding: 0 5px;
}
}2-And what codes do i have to use in order to achieve Category images to be Fullwidth with no padding 100% or divided again two columns equally.
For your info > http://www.janelleteo.com
Thank you guys!
With Regards,
ZayIn forum: Virtue ThemeIn reply to: error loading page
September 27, 2016 at 12:55 pm #115024Don’t use private unless it’s truly a private page. If you wanting to keep your site from views while building then use a coming soon plugin.
BenIn forum: Virtue ThemeIn reply to: error loading page
In forum: Pinnacle ThemeIn reply to: my-account page slider
In forum: Virtue ThemeIn reply to: looking for a user guide for Virtue
September 27, 2016 at 12:21 pm #115006Hey,
1. Navigation is set in your “appearance > menus” see here: https://www.kadencewp.com/building-displaying-menus/2. They are icon boxes. In your theme options > home layout. Scroll down till you see “icon boxes” and you can edit each one.
3. Check out this tutorial: https://www.kadencewp.com/using-page-builder-virtue-premium/
You will go to your home page and edit the “ROW” in that you can set the background for the ROW. Make sure your editing the row not the widget.Let me know if that helps,
Ben
In forum: Virtue ThemeIn reply to: Virtue & BPS Pro compatibility issue
In forum: Virtue ThemeIn reply to: product condition section
thanks for helping
1- i need the used products to have categories too, as u said adding a used categories wont have their categories isnt it?
2- this is shop page http://www.kvendors.com/products/
3- i add them can u provide me with the css please to display in line
4- this is the css
@media (max-width: 767px){
.product_item .details_product_item {
width: 60%;
float: left;
text-align:left;
padding-left:3px;
}
.product_item .product_details h5 {
padding-left:0;
}
.product_item a.product_img_link {
width:40%;
float:left;
}
.product_item .price {
font-size: 14px;
}
.products .product_item:hover {
box-shadow: none;
}
.grid_item img {
padding: 10px;
}
.products .contentclass {
background: #fff;
}
.products div.product {
border: none;
border-top: 1px solid #e5e5e5;
box-shadow: none;
}
}In forum: Virtue ThemeIn reply to: Problem with table rows
In forum: Virtue ThemeTopic: Sidebar on blog post page
In forum: Pinnacle ThemeIn reply to: Overide and use a Shortcode Slider
September 27, 2016 at 10:33 am #114987Hey Rick, If you use a child theme: https://www.kadencewp.com/child-themes/
You can add this function in the child theme functions.php file:
add_action('kt_afterheader', 'kt_slider_every_page'); function kt_slider_every_page() { echo do_shortcode('[kadence_slider id="header1000"]'); }Then in your theme options > page title turn that off by default.
Ben
In forum: Virtue ThemeI have installed the Virtue Premium demo site where I am attempting to modify it’s current content.
I don’t yet understand where to change the content. I seem to keep finding the settings themself, but not where I can change the content.
I’ve been away from webdev for a few years and my brain is spinning.lynlife.com
Where can I find documentation that shows me how to:
1. Change the top navigational values on the homepage
2. Change the icons and words on the icon boxes below the photo (what are these boxes called?)
3. Change the photo in the call to actionI seem to be going in circles looking for where to make the content changes.
Thank you.
LynIn forum: Pinnacle ThemeIn reply to: Overide and use a Shortcode Slider
Hello Rick,
I don’t believe that there are any built in ways to default your site’s page header to be a slider. This can for sure be accomplished using a Child theme and adding the correct function, but I’m not sure how to write it out. For now, your best bet will be do to it manually.
Ben or Hannah may have a better suggestion, so I’ll flag this thread for them to see.
Thanks,
KevinIn forum: Pinnacle ThemeIn reply to: my-account page slider
In forum: Pinnacle ThemeHey Kjersti,
You should be able to turn off the page header/title on every page by going into the page edit screen and finding the “Page Title and Subtitle” area.
There, switch “Hide Page Title” to HIDE. This should remove the title and header image from the page in question.
Let me know if this works for you!
-Kevin
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: Product Gallery
In forum: Virtue ThemeIn reply to: product condition section
Hello Sarmad,
In the future, please keep each support thread to one or two questions each. It can very quickly get confusing when dealing with so many issues at the same time. Thanks!
1. This is likely something that you would want to accomplish using product categories. In Products> Categories, you can easily create New and Used categories to assign to products.
2. This is something you’ll want to accomplish with CSS. if you can post a link to the store front of your site, I’ll provide you the CSS to make the background white.
3. You can use the Contact widget in the topbar (via Appearance> Widgets), and only fill in the email and phone number portions of the widget. This will place the text in your topbar. Be sure that you have the top bar widget area enabled in Theme Options> Topbar Settings. After the widget is placed, some CSS styling will be required to get it lined up the way you want.
4. Please specify what this CSS is trying to accomplish and provide a link to these products.
5. The theme developer will be able to answer this when he sees this topic.
6. SKU (short for stockkeeping unit) is a number that is intended to help you keep better track of your products.
7. Every product page has it’s own unique class. What are you intending on using a product ID for? It’s likely the class could serve the same function.
Let me know if this is helpful, and be sure to follow up on the unanswered questions so we can get them all squared away.
Thanks,
KevinIn forum: Virtue ThemeIn reply to: Safari Menu duplication
I’m also seeing this in Safari. The menu items are displaying below the main navigation, but they are not presented as links. They are not clickable, and they do not appear as actual page elements in the Safari inspect tool.
Hopefully that information is helpful.
-Kevin
-
AuthorSearch Results


