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
In reply to: Portfolio Image Grid Sizing
The only place I can see where to set a ratio is on a page with the template of a portfolio grid but not in a portfolio itself nor on a page that is set to the default template rather than the portfolio template. There are times I would like an image gallery on a page with a default template. With the CSS code I think the images still need to be sized more than 300×300. If I tried with images less than 300×300, some images would skew.
In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
Hi Ben,
Contact page is fixed, thanks!
Title in portfolio item is still not working…
Here’s the CSS:
@media (min-width: 992px) {
.main.col-md-12, .sliderclass .flexslider {
padding-left: 110px;
}
.page-header {
margin-left: 110px;
}
}
@media (max-width: 992px) {
.wrap.contentclass {
background: #fff;
}
}.postid-36 .flexslider.kt-flexslider.kad-light-gallery {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.kad-info-box {
text-align: center;
}.kad-info-box i {
float: none;
display: inline-block;
margin-right: auto;
margin-left: auto;
}
.titleclass h1 {
display: none;
}
.page-header {
display: none;
}
@media (min-width: 992px) {
#main.col-md-6 {
padding-left: 110px;
}
}
.page-header.single-portfolio-item {
border: 0;
display: block;
}
.page-header.single-portfolio-item h1 {
display:none;
}In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
June 14, 2016 at 3:45 pm #98942Hey,
2. Use this css:
@media (min-width: 992px) { #main.col-md-6 { padding-left: 110px; } }3.
.page-header.single-portfolio-item { border: 0; display: block; } .page-header.single-portfolio-item h1 { display:none; }and put this back in.
.page-header { display: none; }Ben
In forum: Virtue ThemeIn reply to: activation
June 14, 2016 at 3:33 pm #98936The slider and the gallery are differnet things. Did you see in the docs where there is a meta box area for slider images? near the bottom of the page?
Ben
In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
Hi Kevin,
Your last suggestion was already in the CSS.
2. Still no effect, contact page is still misaligned
3. I added your code, the portfolio items now display the double horizontal line again but without the title.Here is the complete code as it is now:
@media (min-width: 992px) {
.main.col-md-12, .sliderclass .flexslider {
padding-left: 110px;
}
.page-header {
margin-left: 110px;
}
}
@media (max-width: 992px) {
.wrap.contentclass {
background: #fff;
}
}.postid-36 .flexslider.kt-flexslider.kad-light-gallery {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.kad-info-box {
text-align: center;
}.kad-info-box i {
float: none;
display: inline-block;
margin-right: auto;
margin-left: auto;
}
.titleclass h1 {
display: none;
}
.page .page-header {
display: none;
}
}
@media (min-width: 767px) and (max-width: 1199px) {
#pg-28-0 .panel-grid-cell {
padding-left: 100px;
}
}
@media (min-width: 1200px) {
#pg-28-0 .panel-grid-cell {
padding-left: 125px;
}
}In forum: Virtue ThemeIn reply to: Kadence Slider
In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
2. I’m not sure why this isn’t working. It works in inspect tool for me. Maybe it will go into effect after you fix answer 3.
3. You’re missing a closing bracket in your custom CSS here:
.titleclass h1 { display: none; .page .page-header { display: none; }It should look like this.
.titleclass h1 { display: none; } .page .page-header { display: none; }Try fixing that and let me know if problem 2 still persists.
In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
In forum: Virtue ThemeIn reply to: Highlight page in menu + spacing on contact page
1. You can enable this by going into Theme Options> Menu Settings> and set “Hover and Active Font Color” as well as “Hover and Active Background Color.” Try this and let me know if that works for you!
2. Try this CSS.
@media (min-width: 767px) and (max-width: 1199px) { #pg-28-0 .panel-grid-cell { padding-left: 100px; } } @media (min-width: 1200px) { #pg-28-0 .panel-grid-cell { padding-left: 125px; } }3. Replace this:
.page-header { display: none; }to this:
.page .page-header { display: none; }Let me know if this works for you!
In forum: Virtue ThemeHi Kadence themes,
I have recently applied the virtue premium theme to my website mobitecture.com. All is well but I have a few questions about its appearance.
1. As you can tell I have removed the page title and lines using custom CSS. To have some kind of indication what page you are viewing I would like to highlight the page name in the menu by underlining the page title, by making it bold or by changing its colour. Is there any way to achieve this?
2. You have already given me a custom CSS to shift the spacing on the left to accomodate room for the vertical line. This works great on all pages except for the contact page. Please have a look at *Login to see link and tell me how to fix it?
3. I would like to display the title at the top of each portfolio item. I suppose removing this option from the theme might not be the best solution since this apparently also removes it from the portfolio items. Is there a way to set this option per page? I saw a video for the pinnacle theme where you can choose to hide or display the page title, is this possible for the virtue theme as well?
Since I have already made some modifications to the CSS I hereby post the custom code to give you the best possible impression on how my site is made.
@media (min-width: 992px) {
.main.col-md-12, .sliderclass .flexslider {
padding-left: 110px;
}
.page-header {
margin-left: 110px;
}
}
@media (max-width: 992px) {
.wrap.contentclass {
background: #fff;
}
}.postid-36 .flexslider.kt-flexslider.kad-light-gallery {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.kad-info-box {
text-align: center;
}.kad-info-box i {
float: none;
display: inline-block;
margin-right: auto;
margin-left: auto;
}
.titleclass h1 {
display: none;
}
.page-header {
display: none;
}In forum: Virtue ThemeHello : )
Can you tell me if it is possible to adjust the Shop category display? I tried drag and drop in the Product Category, but they will not move. I would like to put the more important products first.Also, this page is still not lining up correctly.
Thanks!!!
debIn forum: Virtue ThemeIn reply to: activation
In forum: Pinnacle ThemeIn reply to: Portfolio Image Grid Sizing
June 14, 2016 at 9:51 am #98885Which page? portfolios have a ratio option do you know what ratio you have set?
Ben
In forum: Virtue ThemeHi Ben,
I see the following message on my WordPress admin page.
Your theme (Virtue – Premium Child) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.
I checked the system status page but I didn’t see anything unusual.
Can you please let me know if you have any update on the files you have included in the original Virtue Child Theme?
Thanks for the help,
JayIn forum: Virtue ThemeJune 14, 2016 at 9:19 am #98866Hey,
You don’t need to backups.One is fine woocomerce and vaultpress are owned by the same company so thats why they are suggesting to use it.
This theme is ready for the update. I’ve been testing for a couple weeks. The big change in terms of what impacts the theme is a redesign to the my-account page. It’s set up more with tab like navigation now.
BUT woocommerce made a huge change to how shipping is dealt with. This will impact any shipping system you are using even the normal core shipping options so you need to be ready to in some ways remake your shipping options and you need to check with any shipping plugin your using to make sure they are ready for the update.
I hope that helps,
Ben
In forum: Virtue ThemeHello again, I couldn’t solve this problem by my own, help me..
Here is the front page and I want to make list view like in the red box.
Using page builder and that red box is a widget ‘Woocommerce products’, it only has 3 options which are all products, featured products, on sale products.
I need list view of specific category. Is there a way? or similar looks to show?hermadeals.com
Thanks always,
HeejaeIn forum: Virtue ThemeTopic: Portfolio disappear
Hi! After last update (today), at the my site http://www.herodesign.cz disappeared portfolio page. In fact, there is all portfolio – just click on the clicked area – but disappeared, for now 🙁
Do you have an idea, for correction this problem?
ThanksBreta
In the category pages of our WooCommerce shop the images and text for each product is not being displayed, however if you hover over where each product should be you can still click to follow the links through to each product, and this page works fine. The page has a loading icon for a very long period as if it is trying to load the content. The pages which are not working correctly are any which include a list of multiple products. Here is an example of one of those pages: *Login to see link
I switched to the 2015 theme, and this issue was no longer occurring so I know that it is linked to the theme and not to WooCommerce itself.
Thank you for any help you can give me.
In forum: Virtue ThemeJune 14, 2016 at 4:04 am #98845Hi,
Is Virtue Theme supports PHP7?
My site works perfectly fine under PHP5.6, but server error 500 shows up in certain pages/posts when switched to PHP7.
I have WPML team to check on this & they feedback it is not related to WPML.
Enclosed some of the details from error log fyi:
Tue Jun 14 13:22:54.700901 2016] [lsapi:error] [pid 982566:tid 140480012490496] [client 188.121.41.186:49248] [host edinskincare.com] get_client_block(16384) failed
[Tue Jun 14 13:22:54.700950 2016] [lsapi:error] [pid 982566:tid 140480012490496] [client 188.121.41.186:49248] [host edinskincare.com] Client error on sending request(POST /xmlrpc.php HTTP/1.1); uri(/xmlrpc.php) content-length(97445): user_get_body(3, 16384): read from client failed
[Tue Jun 14 14:46:21.485503 2016] [lsapi:error] [pid 1040494:tid 140480418440960] [client 62.149.143.75:34654] [host edinskincare.com] get_client_block(16384) failed
[Tue Jun 14 14:46:21.485553 2016] [lsapi:error] [pid 1040494:tid 140480418440960] [client 62.149.143.75:34654] [host edinskincare.com] Client error on sending request(POST /xmlrpc.php HTTP/1.1); uri(/xmlrpc.php) content-length(97445): user_get_body(3, 16384): read from client failedPS:
Site: http://www.edinskincare.com
I have switched back to PHP5.6 at the momentThanks.
-
AuthorSearch Results


