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: Blog & Blog Grid Template Freezing Mac
Hey Ben
I’m on a local host, freezing probably the wrong term.
If I use blog or blog grid template in admin and update its fine then try to view the page it won’t load just keeps spinning and then my mac starts heating up big time fans crank up temp on CPU gets up 90 degrees.
Only way to move on is to exit the page and things return to normal temps go down, don’t have to restart though.
Other templates seem fine?Cheers,
Chad
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
May 18, 2014 at 8:53 am #9173Hey so theme options > language settings you can change the sale word to whatever you want.
If you want to hide it the css is:
.woocommerce span.onsale, span.onsale, .woocommerce #carouselcontainer span.onsale { display:none; }As for the shop page, just open the page titled shop in your pages and change the title.
Ben
In forum: Virtue ThemeIn reply to: Feature image does not show on first page
May 18, 2014 at 8:49 am #9171The home page uses a different page template. so it’s overriding your page template settings. If you edit the header though with the code I sent it will work.
Ben
In forum: Virtue ThemeIn reply to: How to move secondary navigation below slider images
May 18, 2014 at 8:46 am #9169So in your child theme, templates > header.php add this above your secondary menu.
<?php if(is_page_template('page-feature.php') || is_front_page() ) { global $post; $height = get_post_meta( $post->ID, '_kad_posthead_height', true ); if (!empty($height)) $slideheight = $height; else $slideheight = 400; $swidth = get_post_meta( $post->ID, '_kad_posthead_width', true ); if (!empty($swidth)) $slidewidth = $swidth; else $slidewidth = 1170; $uselightbox = get_post_meta( $post->ID, '_kad_feature_img_lightbox', true ); if (!empty($uselightbox)) $lightbox = $uselightbox; else $lightbox = 'yes'; $thumb = get_post_thumbnail_id(); $img_url = wp_get_attachment_url( $thumb,'full' ); $image = aq_resize( $img_url, $slidewidth, $slideheight, true ); //resize & crop the image ?> <?php if($image == "") { $image = $img_url; } ?> <div class="container"><div class="imghoverclass img-margin-center"> <?php if($lightbox == 'yes') {?><a href="<?php echo $img_url ?>" rel="lightbox" class="lightboxhover"><?php } ?> <img src="<?php echo $image ?>" alt="<?php the_title(); ?>" /> <?php if($lightbox == 'yes') {?></a><?php } ?> </div></div> <?php } ?>Then in your child theme, page-feature. remove lines 7-45
Ben
In forum: Virtue ThemeIn reply to: Call to action widget
May 18, 2014 at 8:40 am #9168Hey, yeah I see it I should have tested with the sidebar. When I added I was thinking about pagebuilder, it works there, but my mistake. I’ll fix in the next version.
Ben
In forum: Virtue ThemeHello Everybody inhere,
I can’t find where to change or hide the Word shown on pictures on shop-page.
In German it’s even wrong “Verkaufen” means “Sell” instead of Buy (Kaufen)!
Can please somebody help me on that?
Beside this I would be glad if you could tell me where to change Title “Shop” on shop page.
Please see here: *Login to see link
Thanks in advance
Martin
In forum: Virtue ThemeHi again,
Page is set to feature and a feature image is uploaded. It works perfect for all pages, except on the page that is set as my static starting page where the image does not show. If I change the starting page (under settings – reading) the picture disappears at the new starting page and appeares on the one that is no longer the starting page.
Any solutions to this?
/Bente
In forum: Virtue ThemeIn reply to: How to move secondary navigation below slider images
In forum: Virtue ThemeTopic: Call to action widget
Hi Ben,
just a few hours and we will launch die online-shop. I’ve updated the template and every plugin. Now I’ve read, that you added a call to action widget and gave it a try. But the button will not render, I got this on the rendered page:[btn text=”Zum Shop” tcolor=”#ffffff” link=”*Login to see link size=”large” target=”false” font=”h1-family”]
Have a look on my staging side
In forum: Virtue ThemeIn reply to: Feature options "image" does not work
May 17, 2014 at 10:46 pm #9144Hey so thats the issue, the featured image is where you put the image if you are only showing one image: http://docs.kadencethemes.com/virtue/#featurepage
Your css will work but your still requiring javascript to load for the images where if you just added the image as the featured image and not in the slider images it would work.
Ben
In forum: Virtue ThemeIn reply to: How to move secondary navigation below slider images
May 17, 2014 at 10:44 pm #9143Are you wanting to set a banner for the whole site or just have the featured image on some pages?
Ben
In forum: Virtue ThemeHi, I am trying to change the “hover mode” color of the upper square nav buttons on the portfolio page. Right now they change to a dark blue when mouse hovers over. I’m using a child theme and I just can’t find the class name to edit this. Please help! Thanks, Sharon
In forum: Virtue ThemeIn forum: Virtue ThemeI enjoy working with your theme, but I’d like to have the navigation bar below my feature pictures. I use the secondary menu.
I guess I have to change the order of some code in the header.php??
I want to display in order from the top: logo, feature image, secondary menu,
I am using a child theme, but so far I have not added anything to it.
I hope you can help!
/Bente
In forum: Virtue ThemeIn reply to: Feature options "image" does not work
No, I did set the size of the image to be exactly like the image. (I guess)
I place the photo, I want to display on a page, at the bottom of that same page in “Feature page slider images”. Is this where it should be?
(And if you cannot find out, maybe you can just give me some code to color the buttons/arrows/handles next to the pictures black as this will solve my problem – I am thinking of these: http://soenderborgmusikforening.dk/?page_id=114)
/Bente
In forum: Virtue ThemeIn reply to: Feature options "image" does not work
May 17, 2014 at 1:55 pm #9132Hmm. so my guess:
on the page with the image did you set your height and width to be smaller then the size of the image?It should still show the image though…
So maybe:
Are you adding a image into the “featured image” and not the slider images for the image page?Ben
In forum: Virtue ThemeI’m adding new product with inventory and attributes/variations. After product is setup (and in preview mode), if selecting an unavailable combination of variations, I receive the error popup “*Login to see link undefined”. Selecting OK in the error message window clears the message, but the screen is then frozen. Refreshing the window clears it, but the error just reoccurs. All seems to be set properly, re: attributes, stock quantities, prices, etc. These products are currently in draft mode as we are not ready to go live (obviously, this would need to be cleared up before). Not sure what else to check here. Any help would be appreciated (as always!)
In forum: Virtue ThemeHi
I only want to display one picture at the top of each page, but if I choose “image” in the “Feature Options”, I just get the H1 as a link in a small box?? Like here *Login to see link
If I choose “flexslider” I can see the picture, but then there are also some handles/buttons on both sides of the picture, I’d like to get rid of. (See here: *Login to see link
So a fix to either of the above will be much valued.
Thx!
In forum: Virtue ThemeIn reply to: Full Width Image Revolution Slider
In forum: Virtue ThemeIn reply to: Changing CSS on Post screw up CSS on Pages
May 16, 2014 at 6:14 pm #9100yeah, just add .single-post to the beginning of each css style, for example
.single-post h1 { font-family: Lato; }and if you wanted to target pages:
.page h1 { font-family: Lato; }Ben
-
AuthorSearch Results


