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: Shop and Category Settings?
Hi again…
To be clear, the only page I am having trouble with is the homepage of the site, which is set in Woocommerce to be the Shop page. The column settings for for Products, but not for Categories. I would like either 2 x 2 or 1 x 4 categories on the homepage!
Thanks,
Valerie
In forum: Virtue ThemeIn reply to: Hide page banner and lines
In forum: Virtue ThemeIn reply to: image size of latest from the blog in home page
December 6, 2014 at 6:39 pm #24532So if you look here the video shows some options for your home page.. layout out how you can use pagebuilder: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Inside page-builder you can add a virtue: carousel widget and choose to show blog posts.
If you want to show a grid then you would make your home page the latest posts. in your settings > reading. The “page content” becomes your posts and you can select grid at the bottom of your theme options > home layout.
Ben
In forum: Virtue ThemeIn reply to: image size of latest from the blog in home page
Hi
Could you please give me more details about your shortcode proposal and how to do the blog carroussel.
Playing with the different options i only succeed to display a blog post carroussel on the bottom of posts but not on the home page
Sorry to disturb you
Thanks and best regardsIn forum: Virtue ThemeHello, I am attempting to design our schedule page, but seem to be running into some difficulty getting [tab] and [accordion] to play nice.
The schedule page is meant to be designed as follows:
One Tab for WEEKDAYS and one Tab for WEEKENDS
Inside WEEKDAYS Tab, accordions for Monday through Friday
Inside WEEKENDS Tab, accordions for Saturday and SundayHowever, on the WEEKENDS Tab, the accordions for: Wednesday, Thursday, and Friday are still visible. Since this is a live site, an example page of the intended design with the bug can be viewed (here).
In forum: Virtue ThemeIn reply to: responsive
thanks lot work successfully i have menu in my home page http://www.ponelec.com/fr i wanna know how to change sub menu size and colors
the menu name : Services
In forum: Pinnacle ThemeIn reply to: Blog page
December 6, 2014 at 11:24 am #24509In the settings > reading. Make sure you don’t have that page set as your latest post page.
Then in the page settings scroll down and turn the page header off.
Ben
In forum: Virtue ThemeTopic: Gallery Widget Images
I have added a Virtue Gallery Widget to the sidebar on one of my pages but the images seem to be fuzzy – I have tried resizing them (smaller) but it doesn’t seem to make any difference. How might I get the images to be sharper please?
Susan
Here is a link to the page
*Login to see linkIn forum: Virtue ThemeI have my new website up and running (*Login to see link but I’m having a few issues. The first issue I am having is with my mobile navigation menu being stuck behind the revolution slider on the homepage. When I originally input the slider it was going full screen so we had to make an adjustment by adding some css code. Now I think that code is forcing the slider in front of the menu:
.sliderclass {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}So I’m not sure how to make that slider code only applicable when viewing the desktop version.
Second issue I’m having is with the mobile version of my site. I want to use a different slider for the mobile version but I’m missing the plugins for the kadence and cyclone sliders.
Third issue is also related to mobile. When my mobile menu expands it is transparent and you can barely see any menu items. I’m certain that my css is clobbering it but I can’t pick it out. Any thoughts?
/***** GLOBAL *****/
.sliderclass {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
}#kad-banner {
padding-bottom: 20px;
}#logo {
padding-bottom: 0;
padding-top: 0;
padding-bottom: 10px;
}#thelogo {
height: 75px;
width: 360px;
margin: 0 auto;
padding-top: 10px;
}#topbar {
pardding-top: 20px;
padding-bottom: 0;
}#kad-banner>.container {
height: 80px;
padding-top: 0;
margin-top: 0;
}.page-header h1 {
font-size: 28px;
text-transform: uppercase;
color: rgb(68,68,68);
font-weight: bold;
}.footerclass {
border-top: 2px solid #BEB6BF;
}/***** HOMEPAGE *****/
.home_content {
margin-top: 20px;
}.home_content h5 {
border-bottom: 1px solid #BEB6BF;
margin-bottom: 15px;
padding-bottom: 5px;
}.home_content a {
text-decoration: none;
color: #9773F1;
}/***** BLOG *****/
.vendor_link {
text-decoration: none;
color:#B175BD;
}/*****INFO PAGES *****/
.info_pages h1 {
font-size: 28px;
text-transform: uppercase;
color: rgb(68,68,68);
font-weight: bold;
}.info_pages subtitle {
text-transform: uppercase;
}.info_page h5 {
color: #76777A;
}/***** FAQ PAGE *****/
.faq h5:hover {
color: #000000;
cursor: pointer;
}.faq>.question>h5 {
color: #000000;
cursor: pointer;
line-height: 30px;
}.faq>.answer p {
font-style: italic;
}
.faq a {
text-decoration: none;
color: #9773F1;
}/***** ABOUT *****/
#contact_info {
padding-top: 0;
}#submit {
// background-color: #898785;
background-color: #D0CFCE; background-image: -webkit-gradient(linear, left top, left bottom, from(#D0CFCE), to(#BCBCBC));
background-image: -webkit-linear-gradient(top, #D0CFCE, #BCBCBC);
background-image: -moz-linear-gradient(top, #D0CFCE, #BCBCBC);
background-image: -ms-linear-gradient(top, #D0CFCE, #BCBCBC);
background-image: -o-linear-gradient(top, #D0CFCE, #BCBCBC);
background-image: linear-gradient(to bottom, #D0CFCE, #BCBCBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D0CFCE, endColorstr=#BCBCBC);
color: #000;
}#submit:hover {
background-color: #BBBAB9; background-image: -webkit-gradient(linear, left top, left bottom, from(#BBBAB9), to(#A9A9A9));
background-image: -webkit-linear-gradient(top, #BBBAB9, #A9A9A9);
background-image: -moz-linear-gradient(top, #BBBAB9, #A9A9A9);
background-image: -ms-linear-gradient(top, #BBBAB9, #A9A9A9);
background-image: -o-linear-gradient(top, #BBBAB9, #A9A9A9);
background-image: linear-gradient(to bottom, #BBBAB9, #A9A9A9);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#BBBAB9, endColorstr=#A9A9A9);
}In forum: Virtue ThemeIn reply to: Product Custom (sort) ordering with Woocommerce
Ben/Hannah,
Thanks for getting back. I have product ordering set as “custom ordering+name”. At this link you will see my main product page http://pilgrimagepublications.com/pp_2014/
In full screen 1680 px wide the top line reads menu-item 0,1,2,3 the next line 5,7,6,4.
If have since noted that if I shrink the window width to that of the top bar the second line becomes 4,7,6,5.
If I further shrink so that there is just enough space for 3 cols the order of the first 8 items becomes 0,1,2,3,5,4,6,7
At 2 cols window width the first 8 are fine but there is a prob lower.
When I finally shrink to 1 col – everything is fine. Unfortunately 4 col seems to be the visual display!
In forum: Virtue ThemeIn reply to: page builder not appearing on portfolio pages
December 5, 2014 at 9:58 pm #24481Hey,
In the settings > pagebuilder. You can enable for portfolio items.Ben
In forum: Virtue ThemeIn reply to: image size of latest from the blog in home page
December 5, 2014 at 9:57 pm #24480Hey,
The images are sized to fix the columns they are in. And if you have more columns they would be smaller. The “latest posts module” only has a 2 column option but you can use a shortcode for a blog carousel. Or change the page to be your latest post page then use the “page content” to display your posts in a grid like the blog grid page.Ben
In forum: Virtue ThemeIn reply to: widget menu on homepage
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: remove or make invisible Category
In forum: Virtue ThemeI just install virtue premium and i have a very basic question :
How to re-size the image displayed in the section “latest from the blog” of a static home page with virtue premium.
The heigh & width are too large and i would like to reduce the default size
I didn’t find any option in the home page setting . The max column for blog is 2.Is it possible to increase this amount?
if yes do the images will be automatically resized or may i have to modify or introduce some code ?
Thanks a lot for ypur helpIn forum: Virtue ThemeNot sure if this issue is with the theme or with Woocommerce, but I am trying to use custom ordering to ensure that my most important products appear first in my shop page(s) and that other related products are closely grouped.
On the Products/Sort Products admin page everything is fine and consistent. In Products/Product Data/Advanced/menu order …everything is fine, but on the site when I display the shop page (4 column), the first row is fine and then in subsequent stuff gets jumbled. I have tried to find a pattern but to no avail.
In forum: Pinnacle ThemeTopic: Blog page
Hi guys
My Blog Page “News” Page is malfunctioning, here is the link *Login to see link how can I fix it? I would like to have it exactly the same as other pages! As you can see there’s an extra header!
In forum: Pinnacle ThemeIn reply to: group of pictures in demo
In forum: Pinnacle ThemeIn reply to: group of pictures in demo
-
AuthorSearch Results


