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
Hi there,
sorry if this question has already been answered, but I have had a good lok through and can not find an answer.
Can you edit what page template is used as default? It is currently set to side bar, but I would like it set to ‘full-width’.
Is this possible. I know I can do this manually but ideally I need it as the default template for when clients are updating their pages.Kind regards,
DarrenIn forum: Virtue ThemeIn reply to: Blog post full size in Homepage
In forum: Virtue ThemeIn reply to: Improper Image size of each product
In forum: Virtue ThemeIn reply to: Landing Page template still has header?
In forum: Virtue ThemeIn reply to: Landing Page template still has header?
Hey Peter,
You can’t use a page template on the homepage. It will automatically get overridden by the home page template. You can use this css to hide the header and footer on the homepage:.home .headerclass { display: none; } .home #containerfooter { display: none; }Just paste that in your custom css box in Theme Options > Advanced Settings.
Hannah
In forum: Virtue ThemeIn reply to: Show full blog post instead of excerpt
In your admin panel go to Pages then find the page you have assigned to be your blog page (the one using the blog page template). Then within that page you should see a Blog List Options tab. If you don’t see this you may need to select it from the Screen Options tab on the top right of the page.
See here- https://www.kadencewp.com/creating-a-blog-page-with-virtue/Hannah
In forum: Virtue ThemeHi Guys,
Love the theme but having some troubles with the landing page template. It was working absolutely fine on the page I created (no header or footer) until I made that page the front page in the WordPress Reading Settings.
Is there anything else I need to do in the theme options? Or what else could cause the theme to still display the header and footer when it’s set as the static front page, but the page template is still set to ‘landing page’.
Cheers
Edit: forgot to say, running the latest version 3.6.4
In forum: Virtue ThemeIn reply to: Show full blog post instead of excerpt
Hannah, I saw similar instructions in another forum post, but I’m not following. Told you I wasn’t much of a Blog guy! What do you mean by my “blog edit page”? I’m not able to find Blog List Options on any pages related to my blog posts. I guess I need the “For Dummies” version of these instructions. Thanks much.
In forum: Virtue ThemeIn reply to: Bounce Rate in Google Analytics
Hi there,
I just found out, that my bounce rate went from 70% to 1,5% since I changed from Virtue free to Premium. Also the pages/visitors went from 1,5 to 3. I do not have an extra plug in for Analytics and there is no extra snippet before the /head tag. But it seems that there might be a problem that analytics counts the people double.. Do you have any idea for me? http://www.diymode.de
Thank you
ElizaIn forum: Virtue ThemeIn reply to: blog excerpts problem
In forum: Virtue ThemeHi,
Is it possible to display the images in the bottom portfolio carrousel (portfolio pages) in black and white.
And on hoover show colors of the images.Same as the image grid on my homepage
http://www.dmdj.nlHope you can help.
Thanks & regards,
BertIn forum: Pinnacle ThemeIn reply to: Site in full width
Hi Hannah.
Yes, I want to use all the screen for set content in it. For example: in this page (www.upndown.es/blog/salto-del-nervion), I want to put a widget with photos at left, blog content at the center, and the sidebar at right, using all the width (from edge to edge). Something like this:
In forum: Virtue ThemeHi my website url *Login to see link and as you can see i have include the social media icons at the right top of the page, but i need to include the wedding wire social media icon as well( since we are in the business of wedding hair and makeup wedding wire is important social media ) .
so can you please suggest how to do and what to do create the social media icon on the top along with the other social media icons.
thank you in advance for your support.
PanddukIn forum: Virtue ThemeIn reply to: Show full blog post instead of excerpt
In forum: Virtue ThemeIn reply to: Homepage keeps disappearing and reappearing?
In forum: Virtue ThemeIn reply to: Virtue Image Menu hover color
In forum: Virtue ThemeIn reply to: Remove links in Custom Carousel
Hi Ben,
unfortunately I do not exactly understand what you mean by this
@media (min-width: 992px) {
what do you want me to do? : Make sure to close each one out.The code you wrote did the job. But also made all my pictures in my projects pages (portfolio) black and white..
.custom_carousel_item a img, img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.custom_carousel_item:hover a img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
#home-custom-carousel .custom_carousel_item a {
pointer-events: none;
}So I tried something .. and it seems to work
#home-custom-carousel .custom_carousel_item:hover a img{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
-o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}#home-custom-carousel .custom_carousel_item a {
pointer-events: none;
}Regards,
BertIn forum: Virtue ThemeHi
First of all love your theme, started with the free version but when i bought premium… its just amazing:).
So now my questions:)
In page builder i use the image menu widget. Heres my site: *Login to see link
1. How to change the colour of the title – one(css) for changing the colour of the letters only(on hover) in title, other(css) to change whole title colour on hover. And how to change the on hover colour itself?
2. Second- is there an option to enlarge the image on hover(but only inside the box)?
3. offtopic- where did some icons get lost- for example icon-bullseye?
4. Any advice of a plugin to translate sites to english/german?ps. sorry for not that great english im from poland:)
Regards
KamilIn forum: Pinnacle ThemeTopic: Site in full width
In forum: Virtue ThemeI’m trying to remove the grey, text box shading from my category images in my WooCommerce shop page. They grey box is obscuring the images, especially when viewed on a phone or tablet. Is there a setting or code that can be used to make the text box area transparent so that it doesn’t obscure the images? Also, my images are black & white. Once the box is transparent, is there any way of changing the text color only on this text of the page? I don’t know if this is a theme settings change or a WooCommerce issue. I’ve also got two blank spaces for category images that don’t exist. Any idea on how these are removed? My shop page can be found below.
Powder River Ordnance Shop Page
Thank you for any assistance,
Kenet -
AuthorSearch Results


