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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 51,901 through 51,920 (of 53,646 total)
  • Author
    Search Results
  • #9188

    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

    #9173

    Hey 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

    #9171

    The 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

    #9169

    So 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 Theme

    In reply to: Call to action widget

    #9168

    Hey, 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

    #9161

    Hello 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:

    Thanks in advance

    Martin

    #9157

    Hi 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

    #9156

    I’d like to have a different picture at each page. (Those that I just learened have to be uploaded as “Featured Image”).

    /Bente

    #9153

    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=” size=”large” target=”false” font=”h1-family”]

    Have a look on my staging side

    #9144

    Hey 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

    #9143

    Are you wanting to set a banner for the whole site or just have the featured image on some pages?

    Ben

    #9142

    Hi, 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

    #9139

    One more thing from me, I hope you can find the time to answer:

    My theme is all in black color, but every time a new page is loading there is a flash of white light. This tires the eyes so I hope for a fix. Any hope?

    /Bente

    #9137

    I 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

    #9136

    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

    #9132

    Hmm. 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

    #9130

    I’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 “ 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!)

    #9126

    Hi

    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

    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:

    So a fix to either of the above will be much valued.

    Thx!

    #9114

    Sorry Ben but when I set revolution slider in theme options, I don’t get the buttons options You mention : 1 asking if you want to put the slider at the top of the page, 2 asking if you want the arrow button at the bottom.

    Thanks

    #9100

    yeah, 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

Viewing 20 results - 51,901 through 51,920 (of 53,646 total)