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 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 3,641 through 3,660 (of 5,356 total)
  • Author
    Search Results
  • #75629

    Hello,
    Can I remove the word “sidebar” in the left menu on this home page

    thanks!

    In forum: Virtue Theme

    In reply to: embed video in post

    #75607

    Thank you Kevin, but I don’t see the “if video post” area, or “head content” in the edit post page.
    Should I be using the Post Meta Video Widget?

    Please note, these posts are in the sidebar, not under the page header.
    Here’s a link to the site-thanks so much!
    http://www.falconconsultinggroup.com/the-falcon-consulting-groups-managing-partner-thomas-raftery-appeared-on-nbc10-philadelphia-to-discuss-issues-related-to-1-2-billion-powerball/

    #75536

    Hey Rick,
    You can use this css to move the sidebar to the left:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Just paste that in your custom css box in Theme Options > Custom CSS.
    You can remove extra spacing with css. If you post a link to the page you’re adding a sidebar I can help with that.

    Hannah

    #75515

    Right now we have a table in the main content and no sidebar. Here is a link so you can see what we are trying to do. http://0dd.c8d.myftpupload.com/

    #75514

    Is it possible to have the primary sidebar on the left hand side instead of the right? Is their code for it?

    Is it possible to remove the spacing between the sidebar and the main content so it is flush with each other?

    Thank you for the help.

    #75463
    This reply has been marked as private.
    #75460

    Hi Hanna,

    Thank you for your help.

    Your css-snippet altered the location of the buttons on both the product pages, as well as the event-pages.

    The support of the Plugin provided me with the following:

    To make sure that rule change does not impact the display of the + and – buttons elsewhere, I recommend using a new rule.

    #content .kt-event-sidebar .quantity .minus, #content .kt-event-sidebar .quantity .plus {
    position: relative;
    }

    From there you will still have to add 2 new rules (#content .kt-event-sidebar .quantity .plus and #content .quantity .kt-event-sidebar .minus) to fine-tune the position of the buttons (the top, right and bottom values).

    Using this code indeed the shop products are untouched while at the event pages the buttons start moving.

    Combining your advice with this other advice got me where I am now.
    #content .kt-event-sidebar .quantity .minus, #content .kt-event-sidebar .quantity .plus {
    position: relative;
    float: right;
    }

    ‘Till here I understand what is happening with the different snippets of code. But now I’m at a loss. The buttons are close, but not yet where they should be.

    Any idea how I can position these buttons better?

    Thanks!

    Robert

    #75390

    Hi Russell,
    You should be able to determine the sidebar on all pages either from within theme options or from the edit page. You can disable from blog entries by going to Theme Options > Blog Options and setting Blog Post Sidebar Default to “No, do not show”.
    If you wanted, you could remove Admin from the sidebar. You can edit/remove sidebar content from Appearance > Widgets.

    Hannah

    #75382

    1. Try copying this CSS into Theme Options >Advanced Settings.

    @media (min-width: 992px) {
    aside.col-lg-3.col-md-4 {
        padding-top: 110px;
    }
    }

    2. It depends on which sidebar you are placing on the page, as well as what sidebar you are placing the widgets in. There is an option to create new sidebars under Theme Options >Misc Settings >Create Sidebars. Once you make a new Sidebar there, then go into Appearance >Widgets, and place the desired widgets into that sidebar. Then, on each edit page screen, you will find Sidebar Options, where you are able to choose which sidebar displays on an individual page.

    Hope that helps!

    #75329

    Hi Ben,

    I have a two-part question:

    (1) I have a static front page with a Kadence Slider header (love it!) and Call to Action. I just switched to the primary sidebar and added the Pinnacle Latest Blog Posts Widget, which is exactly what I wanted. It is not lining up properly on the home page (see http://www.wetapestry.com). Is there a way to push it down to align with the image menu in the first two columns and ensure the Call to Action extends all the way across the page?

    (2) Also, if I put that widget there, then does it mean whenever I have widget space on other pages that that EXACT widget is the one that will show up, or can I change it page by page AND/OR make the blog list longer, or with excerpts?

    Thank you for your help! I am loving your theme and am eager to rate it soon. Just need a bit more work with it. 🙂
    Caroline

    #74996

    Hey Sabrina,
    There isn’t a built in way to make this work. A workaround would be to set your homepage as a static page and add your sidebar via pagebuilder just by adding widgets on top of each other within one long column. Does that work for you?

    Hannah

    #74939

    The sidebar starts directly under the banner and besides the image menu.
    Is it possible to start with the sidebar under the image menu, besides my “popular looks” carousel? Because I want the image menu to be full size (same width like the banner)

    thank you!

    http://www.coconut-couture.com

    #74919

    sorry missing the period before the second sidebar:

    .sidebar a {
    color:#0a592d;
    }
    .sidebar a:hover {
    color:#ad4306;
    }

    Ben

    #74899

    Hi Ben,

    Thanks for the quick reply.

    In my case I have added this code to the ADVANCED SETTINGS – CUSTOM CC box
    .sidebar a {
    color:#0a592d;
    }
    sidebar a:hover {
    color:#ad4306;
    }

    The link colour is fine and works ok but still the HOVER effect is not working.

    I have tried with a few different widgets i.e pages, text, visual editor and the hover link does not in any of them.

    #74891

    Hey,
    You can add css like this:

    .sidebar a {
    color:blue;
    }
    sidebar a:hover {
    color:green;
    }

    Ben

    #74885

    Hannah and Ben, thank you for your replies!
    Ben, thank you very much, and with extra addition of this code:

    .blog_carousel .blog_item {
    min-height: 250px;
    max-height: 250px;
    }

    looks lovely.

    ***
    Ben, there is a typo in RU localization. The button After should say “Следующий”, while it’s saying “Слеудющий”. I’ve tried this to fix it:

    .kad-post-navigation .kad-next-link a:after {content: ‘Следующий’;}

    but it added the word instead of replacing it. How can I replace the word?

    ***
    ” The next and previous posts buttons should just lead to the next post regardless of category.”
    And now it does work like that, so weird, as me and other people too were trapped in a very limited number of posts at some point when using those arrows, but i can’t get same behavior again. Well, for better..

    ***
    Ben, I assume I should move this in the child theme content-single.php

    <?php wp_link_pages(array(‘before’ => ‘<nav class=”pagination kt-pagination”>’, ‘after’ => ‘</nav>’, ‘link_before’=> ‘<span>’,’link_after’=> ‘</span>’)); ?>
    <?php if(isset($virtue_premium[‘show_postlinks’]) && $virtue_premium[‘show_postlinks’] == 1) {get_template_part(‘templates/entry’, ‘post-links’); }?>

    . But I can’t figure to where exactly.. Could you please point out after which line? Below is the full code for the page. (i will send a second batch of beer credits within a month..:)

    Alesya.

    <?php if(kadence_display_sidebar()) {$slide_sidebar = 848;} else {$slide_sidebar = 1140;}
    global $post, $virtue_premium; $headcontent = get_post_meta( $post->ID, ‘_kad_blog_head’, true );
    if(empty($headcontent) || $headcontent == ‘default’) {
    if(!empty($virtue_premium[‘post_head_default’])) {
    $headcontent = $virtue_premium[‘post_head_default’];
    } else {
    $headcontent = ‘none’;
    }
    }
    $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 = $slide_sidebar;
    if ($headcontent == ‘carousel’) { ?>
    <section class=”postfeat carousel_outerrim loading”>
    <div id=”post-carousel-gallery” class=”fredcarousel fadein-carousel” style=”overflow:hidden; height: <?php echo esc_attr($slideheight);?>px”>
    <div class=”gallery-carousel kad-light-wp-gallery initimagecarousel” data-carousel-container=”#post-carousel-gallery” data-carousel-transition=”300″ data-carousel-auto=”true” data-carousel-speed=”7000″ data-carousel-id=”postimgcarousel”>
    <?php
    $image_gallery = get_post_meta( $post->ID, ‘_kad_image_gallery’, true );
    if(!empty($image_gallery)) {
    $attachments = array_filter( explode( ‘,’, $image_gallery ) );
    if ($attachments) {
    foreach ($attachments as $attachment) {
    $attachment_url = wp_get_attachment_url($attachment , ‘full’);
    $image = aq_resize($attachment_url, null, $slideheight, false, false);
    if(empty($image)) {
    $image = array();
    $image[0] = $attachment_url;
    $image[1] = 400;
    $image[2] = $slideheight;
    }
    echo ‘<div class=”carousel_gallery_item” style=”float:left; margin: 0 5px; width:’.esc_attr($image[1]).’px; height:’.esc_attr($image[2]).’px;”>’;
    echo ‘‘;
    echo ‘'.esc_attr(get_post_field('post_excerpt', $attachment)).'‘;
    echo ‘
    </div>’;
    }
    }
    } else {
    $attach_args = array(‘order’=> ‘ASC’,’post_type’=> ‘attachment’,’post_parent’=> $post->ID,’post_mime_type’ => ‘image’,’post_status’=> null,’orderby’=> ‘menu_order’,’numberposts’=> -1);
    $attachments = get_posts($attach_args);
    if ($attachments) {
    foreach ($attachments as $attachment) {
    $attachment_url = wp_get_attachment_url($attachment->ID , ‘full’);
    $image = aq_resize($attachment_url, null, $slideheight, false, false);
    if(empty($image)) {
    $image = array();
    $image[0] = $attachment_url;
    $image[1] = 400;
    $image[2] = $slideheight;
    }
    echo ‘<div class=”carousel_gallery_item” style=”float:left; margin: 0 5px; width:’.esc_attr($image[1]).’px; height:’.esc_attr($image[2]).’px;”>’;
    echo ‘‘;
    echo ‘'.esc_attr(get_post_field('post_excerpt', $attachment)).'‘;
    echo ‘
    </div>’;
    }
    }
    } ?>
    </div> <!–post gallery carousel–>
    <div class=”clearfix”></div>


    </div> <!–fredcarousel–>
    </section>
    <?php } else if ($headcontent == ‘shortcode’) { ?>
    <div class=”sliderclass”>
    <?php $shortcodeslider = get_post_meta( $post->ID, ‘_kad_post_shortcode’, true );
    if(!empty($shortcodeslider)) { echo do_shortcode( $shortcodeslider ); } ?>
    </div><!–sliderclass–>
    <?php } ?>
    <div id=”content” class=”container”>
    <div id=”post-<?php the_ID(); ?>” class=”row single-article” itemscope=”” itemtype=”http://schema.org/BlogPosting”&gt;

    <div class=”main <?php echo kadence_main_class(); ?>” id=”ktmain” role=”main”>
    <?php while (have_posts()) : the_post(); ?>
    <article <?php post_class(); ?>>
    <?php if ($headcontent == ‘flex’) { ?>
    <section class=”postfeat”>
    <div class=”flexslider kad-light-wp-gallery kt-flexslider loading” style=”max-width:<?php echo esc_attr($slidewidth);?>px;” data-flex-speed=”7000″ data-flex-anim-speed=”400″ data-flex-animation=”fade” data-flex-auto=”true”>
    <ul class=”slides”>
    <?php
    $image_gallery = get_post_meta( $post->ID, ‘_kad_image_gallery’, true );
    if(!empty($image_gallery)) {
    $attachments = array_filter( explode( ‘,’, $image_gallery ) );
    if ($attachments) {
    foreach ($attachments as $attachment) {
    $attachment_url = wp_get_attachment_url($attachment , ‘full’);
    $caption = get_post($attachment)->post_excerpt;
    $image = aq_resize($attachment_url, $slidewidth, $slideheight, true);
    if(empty($image)) {$image = $attachment_url;}
    echo ‘

  • '.esc_attr($caption).'
  • ‘;
    }
    }
    } else {
    $attach_args = array(‘order’=> ‘ASC’,’post_type’=> ‘attachment’,’post_parent’=> $post->ID,’post_mime_type’ => ‘image’,’post_status’=> null,’orderby’=> ‘menu_order’,’numberposts’=> -1);
    $attachments = get_posts($attach_args);
    if ($attachments) {
    foreach ($attachments as $attachment) {
    $attachment_url = wp_get_attachment_url($attachment->ID , ‘full’);
    $image = aq_resize($attachment_url, $slidewidth, $slideheight, true);
    if(empty($image)) {$image = $attachment_url;}
    echo ‘

  • ‘;
    }
    }
    } ?>

    </div> <div class=”clearfix”></div>


    </div>
    <!–Flex Slides–>
    </section>
    <?php } else if ($headcontent == ‘carouselslider’) { ?>
    <section class=”postfeat”>
    <div id=”imageslider” class=”loading”>
    <div class=”carousel_slider_outer fredcarousel fadein-carousel” style=”overflow:hidden; max-width:<?php echo esc_attr($slidewidth);?>px; height: <?php echo esc_attr($slideheight);?>px; margin-left: auto; margin-right:auto;”>
    <div class=”carousel_slider kad-light-wp-gallery initcarouselslider” data-carousel-container=”.carousel_slider_outer” data-carousel-transition=”600″ data-carousel-height=”<?php echo esc_attr($slideheight); ?>” data-carousel-auto=”true” data-carousel-speed=”9000″ data-carousel-id=”carouselslider”>
    <?php $image_gallery = get_post_meta( $post->ID, ‘_kad_image_gallery’, true );
    if(!empty($image_gallery)) {
    $attachments = array_filter( explode( ‘,’, $image_gallery ) );
    if ($attachments) {
    foreach ($attachments as $attachment) {
    $attachment_url = wp_get_attachment_url($attachment , ‘full’);
    $image = aq_resize($attachment_url, null, $slideheight, false, false);
    $caption = get_post($attachment)->post_excerpt;
    if(empty($image)) {$image = array($attachment_url,$slidewidth,$slideheight);}
    echo ‘<div class=”carousel_gallery_item” style=”float:left; display: table; position: relative; text-align: center; margin: 0; width:auto; height:’.esc_attr($image[2]).’px;”>’;
    echo ‘<div class=”carousel_gallery_item_inner” style=”vertical-align: middle; display: table-cell;”>’;
    echo ‘‘;
    echo ‘'.esc_attr($caption).'‘;
    echo ‘
    ‘; ?>
    </div>
    </div>
    <?php } } }?>
    </div>

    </div>
    </section>
    <?php } else if ($headcontent == ‘video’) { ?>
    <section class=”postfeat”>
    <div class=”videofit” style=”max-width:<?php echo esc_attr($slidewidth);?>px; margin:0 auto;”>
    <?php $video = get_post_meta( $post->ID, ‘_kad_post_video’, true ); echo do_shortcode($video); ?>
    </div>
    </section>
    <?php } else if ($headcontent == ‘image’) {
    $thumb = get_post_thumbnail_id();
    $img_url = wp_get_attachment_url( $thumb,’full’ ); //get full URL to image (use “large” or “medium” if the images too big)
    $image = aq_resize( $img_url, $slidewidth, $slideheight, true, false); //resize & crop the image
    if(empty($image[0])) {$image[0] = $img_url; $image[1] = null; $image[2] = null;}
    if($image) : ?>
    <div class=”imghoverclass post-single-img” itemprop=”image” itemscope itemtype=”https://schema.org/ImageObject”&gt;
    ” rel-data=”lightbox” class=””>
    ” itemprop=”contentUrl” alt=”<?php the_title(); ?>” />
    <meta itemprop=”url” content=”<?php echo esc_url($image[0]); ?>”>
    <meta itemprop=”width” content=”<?php echo esc_attr($image[1])?>px”>
    <meta itemprop=”height” content=”<?php echo esc_attr($image[2])?>px”>

    </div>
    <?php endif; ?>
    <?php } ?>
    <?php get_template_part(‘templates/entry’, ‘meta-date’); ?>
    <header>
    <?php if(kadence_display_post_breadcrumbs()) { kadence_breadcrumbs(); } ?>
    <h1 class=”entry-title” itemprop=”name headline”><?php the_title(); ?></h1>
    <?php get_template_part(‘templates/entry’, ‘meta-subhead’); ?>
    </header>
    <div class=”entry-content clearfix” itemprop=”description articleBody”>
    <?php the_content(); ?>
    </div>
    <footer class=”single-footer”>
    <?php $tags = get_the_tags(); if ($tags) { ?> <span class=”posttags”><i class=”icon-tag”></i> <?php the_tags(”, ‘, ‘, ”); ?> </span><?php } ?>

    <?php $authorbox = get_post_meta( $post->ID, ‘_kad_blog_author’, true );
    if(empty($authorbox) || $authorbox == ‘default’) { if(isset($virtue_premium[‘post_author_default’]) && ($virtue_premium[‘post_author_default’] == ‘yes’)) { virtue_author_box(); }}
    else if($authorbox == ‘yes’){ virtue_author_box(); } ?>
    <?php $blog_carousel_recent = get_post_meta( $post->ID, ‘_kad_blog_carousel_similar’, true );
    if(empty($blog_carousel_recent) || $blog_carousel_recent == ‘default’ ) { if(isset($virtue_premium[‘post_carousel_default’])) {$blog_carousel_recent = $virtue_premium[‘post_carousel_default’]; } }
    if ($blog_carousel_recent == ‘similar’) { get_template_part(‘templates/similarblog’, ‘carousel’); }
    else if($blog_carousel_recent == ‘recent’) {get_template_part(‘templates/recentblog’, ‘carousel’);} ?>

    <?php wp_link_pages(array(‘before’ => ‘<nav class=”pagination kt-pagination”>’, ‘after’ => ‘</nav>’, ‘link_before’=> ‘<span>’,’link_after’=> ‘</span>’)); ?>
    <?php if(isset($virtue_premium[‘show_postlinks’]) && $virtue_premium[‘show_postlinks’] == 1) {get_template_part(‘templates/entry’, ‘post-links’); }?>

    <meta itemprop=”dateModified” content=”<?php echo esc_attr(get_the_modified_date()); ?>”>
    </footer>
    <?php comments_template(‘/templates/comments.php’); ?>
    </article>
    <?php endwhile; ?>
    </div>

    #74871

    Hey,
    1. My account is your page title. You can place all uppercase text into any page title and that would of course show as uppercase. You can also use css that would make all your page titles uppercase by default. This doesn’t have to be page by page wanting uppercase.

    .page-header h1 {
        text-transform: uppercase;
    }

    2.
    a.

    .kad-account-sidebar {
        text-transform: uppercase;
    }

    b. It is a 1px solid line? did you want to change the color?
    c.

    .kad-account-sidebar {
        font-family: lato;
        font-weight: 300;
    }

    d.

    .kad-customer-name h5 {
        margin-bottom: 2px;
    }

    3. I use chrome inspect. But you can use safari you just need to click the toggle for the sidebar of the inspect tool so you can see the styles being applied.

    Yeah applying your own css would be really easy, see here: https://www.kadencewp.com/chrome-inspect-tool/

    Ben

    #74862

    Hi There,

    The link hover effect is working fine on all the main body text throughout the site but does not work in the sidebars so all the links within the side bars
    look static when you hover over them with the mouse, i.e they stay the same colour.

    Any ideas please?

    #74825

    Hey, in your child theme you can add this function. Just change custom-page.php to whatever your custom template is.

    add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
    function kad_sidebar_on_special_page($sidebar) {
    	if (is_page_template("custom-page.php")) {
        return false;
      }
      return $sidebar;
    } 

    Ben

    In forum: Virtue Theme

    In reply to: Widget allignment

    #74748

    Hi Pam,
    Did you want everything in the sidebar center aligned? Try using this css:

    .sidebar div {
        text-align: center !important;
    }

    Hope it helps!

    Hannah

Viewing 20 results - 3,641 through 3,660 (of 5,356 total)