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: Styling a menu in page builder
July 23, 2014 at 10:12 am #13616The textwidget would only have padding if you’ve added padding in your custom css, and by looking at your site you have, 20px of bottom padding. Not sure why you want 20px of padding but you should make it more specific so it doesn’t interfere every place you use a text widget.
You can control the icon widget with this css, this will drop your padding down and will effect only the home page:
.home .kad-icon-box i { padding-top: 0; } .home.kad-icon-box { padding: 1px; margin-top:10px; margin-bottom:5px; }Ben
In forum: Virtue ThemeIn reply to: Where Logo upload for Home page
What format are you trying to display? Can you post a link? If you set your page template to “portfolio grid” in your gallery page then save the page a list of options will appear allowing you to change the column number, items per page, etc. Not sure if that’s what you’re after. Here’s a tutorial on the portfolio page: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
Hannah
In forum: Virtue ThemeHi,
I just got virtue and bought virtue premium. Tried to install virtue premium WordPress theme as it comes in folder , i compressed and zipped the file named virtue_premium.zip, then I installed >>Appearance>>Add Themes>>Install Now – Installed the zip folder, but after a few minustes of installation right to the end, “file size too large” appeared and the page just showed “The uploaded file exceeds the upload_max_filesize directive in php.ini.”!
What can I do next? How to install the virtue premium theme here since the file size is big!
In forum: Virtue ThemeIn reply to: Where Logo upload for Home page
Thankyou Hannah
Found the logo up load, boy I am stupid not to find this.. Thanksnext issue
I am creating the gallery from the libary…I have just upgraded from free version and the gallery config changed. I was happy with what I had before I think it was default mode..I am seeing the premier version is set to virtue gallery.
If I shut that off will it go to the wordpress default gallery?
Also what is the portfolio grid template ..is there documentation for this and can I use this on woo product pages?
In forum: Virtue ThemeIn reply to: Where Logo upload for Home page
Hey,
A logo can be added in theme options > main settings.
Are you creating a gallery through a portfolio grid template? If you can’t see where it says to choose a type make sure that page options is selected in the screen options tab at the top right of the page.
Hope this is helpful!
HannahIn forum: Virtue ThemeWhere is the logo header upload? Usually on Appearance- header but this is not here on this theme..Where can I find this?
Also after I upgraded from Free the premium, the gallery style changed. I am seeing that the Gallery type box does not appear when creating a gallery..is there any way to make this show up to be able to choose.
Thanks
Barry
In forum: Virtue ThemeIn reply to: portfolio customization
Hey,
If I understand correctly you can do this by creating different portfolio types then selecting which type you would like in each portfolio edit page. Then when you go into your actual portfolio page you can chose to only show certain types.
Here’s a tutorial: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/Hope this is helpful!
HannahIn forum: Virtue ThemeTopic: portfolio customization
Good Morning,
I’d like to know if I can customize the my portfolio page and how I’ve to do. My idea is to publish, first, only the general categories of my jobs and, second, I’d to have the opportunity to enter into
each general category to view the different creations inside a single considered category.Thanks in advance
Wutangrob
P.s: virtue premium theme – website:www.studioebau.it
In forum: Virtue ThemeDear Ben, all,
Is there anyway to make wide parallax work for smaller responsive screens as well. For a page like *Login to see link
we are replicating the parallax segments to show as though the content is overlaid on the same image. However when we see it in smaller screens, there is an annoying repetition of images without the parallax effect.
In forum: Virtue ThemeIn reply to: Help with image sizes and layout
July 22, 2014 at 11:26 pm #13583The header widget area doesn’t really work well to change whats in it from page to page without a plugin. Here is an example: https://wordpress.org/plugins/display-widgets/screenshots/
You would have to add the widget to the header for me to be certain of what css to add. need to see what it’s going to look like.
You can make the icons larger with this css:
.kad-header-widget .virtue_social_widget a i { font-size: 28px; line-height: 30px; }Moved a little left with this css:
@media (min-width: 992px) { .kad-header-widget { padding-left: 50px } }Ben
In forum: Virtue ThemeIn reply to: Help with image sizes and layout
I had tried putting the paypal/credit card signs that you see in the bottom right footer in the header widget but then removed it coz the layout was off and it was too large. If those signs can go in the top right hand side proportionally that would help a lot. I would then leave the social media links in the center of header but make it a little bit larger or more to the right (where it is now it is not really centered).
on other pages I was hoping i could add a widget for example like a small gallery of photos on my safari page http://www.africatrademakers.com/about/safari and also banners or ads. I am still working on content as I go as well.
Thanks so much…again
In forum: Virtue ThemeIn reply to: Help with image sizes and layout
July 22, 2014 at 11:02 pm #13581You can make it specific to the home page with this css:
.home .kad-slider .kad-slide { background-size: contain !important; }Adjusting the widgets in your header is best done with css. Looking at your site now I only see one widget. What else are you wanting to add, where are you wanting the social widget that you have there?
Ben
In forum: Virtue ThemeIn reply to: Help with image sizes and layout
Thank you so much Ben, the information you shared was beyond helpful. The css you gave did work but I chose not to use it because it was changing all my kadence sliders not just the one I wanted, so instead I just resized the slider images after you explained the above. I do like the pictures to act as a background pic in most cases, but it wasn’t useful for my home page slider. Maybe you can share how to make the code apply only to a specific slider lets say on the home page that way the kadence slider can be used both ways?
Also, I have one more question about editing the header. How do I change the header widget position? It is placing any widget I add to the header in the dead center, one on top of the other… I would like to have some widgets and images etc in my header across not one on top of the other. I have read about editing the header.php file but I don’t know how to do that or where to start. Any other simpler solutions you may offer are greatly appreciated.
In forum: Virtue ThemeIn reply to: CSS Help
In forum: Virtue ThemeIn reply to: CSS Help
July 22, 2014 at 2:39 pm #13569.page-id-58 .panel-grid { margin-top: 0; margin-bottom: 0; background-image: url(“http://baywatcharms.com/wp-content/uploads/2014/07/dark-wood-background_11.jpg”); padding: 20px; border-radius: 10px; border: 3px solid #959595; }Ben
In forum: Virtue ThemeTopic: CSS Help
I did this for my home page. I like the way it looked, so I thought I would do it for the rest of my pages. Seem to be having trouble locating it on the about us page. *Login to see link
Here is what I did.
.home .home-margin {
margin-top: 0;
margin-bottom: 0;
background-image: url(“*Login to see link
padding: 20px;
border-radius: 10px;
border: 3px solid #959595;
}In forum: Virtue ThemeIn reply to: woocommerce_cart page missing
In forum: Virtue ThemeTopic: CSS Help
I am working on the following page. *Login to see link If you look at the recent product area, there is some blue text that is hard to read. I have tried to change the color with CSS, but can’t seem to locate the right path to make the change.
In forum: Virtue ThemeIn reply to: woocommerce_cart page missing
July 22, 2014 at 1:12 pm #13558Again this is a WPML thing. They are selected if you are on the dutch but not on english. I think it would be more clear once you create all the pages for woocommerce in all three languages.
Ben
In forum: Virtue ThemeIn reply to: woocommerce_cart page missing
-
AuthorSearch Results


