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 - 16,981 through 17,000 (of 53,646 total)
  • Author
    Search Results
  • #192790

    I Updated your function to this:

    function kt_custom_child_init() {
    	remove_action( 'woocommerce_above_main_content', 'virtue_woocommerce_page_title_container', 20 );
    	add_action( 'woocommerce_before_main_content', 'kt_woocommerce_page_title_container_check', 20 );
    	function kt_woocommerce_page_title_container_check() {
    		if(is_archive()) {
    			virtue_woocommerce_page_title_container();
    		}
    	}
    }
    add_action('init', 'kt_custom_child_init');

    Your all set.

    Ben

    #192779

    I don’t think we’re going to be creating child pages other than those under Member Bands, so this should work just fine. Thanks Hannah!

    In forum: Virtue Theme

    In reply to: Disable sidebar

    #192778

    A “courses” page is different from a “topic” page. Before we go any further please make sure you link to each post type you want to change.

    Courses would use css like this:

    .single-sfwd-courses #ktsidebar {
    display: none;
    }
    .single-sfwd-courses #ktmain {
    width:100%;
    }

    I’m seeing the page template work fine. You didn’t have it set for the page you linked to. You were setting the wrong thing. The settings for this plugin: Cpt custom page template. I don’t suggest you use that plugin. But regardless if you want to set a page title you must use the correct page attributes settings.

    Ben

    In forum: Virtue Theme

    In reply to: Disable sidebar

    #192775

    It’s not working for this page in the course: https://www.priceaction.com.br/courses/al-brooks-price-action-best-trades/

    When I try to make a new landing page, it’s not working either. Example: https://www.priceaction.com.br/teste-jogar-fora/

    Thank you,
    Felippe

    #192774

    For the loop you will have to override the file in your child theme/templates/content-loop-portfolio.php

    between line 150 and 151 add:

    <?php 
    $tags = get_the_tags( $post->ID, 'portfolio-tag' );
    if ( $tags && ! is_wp_error( $tags ) ) {?> 
    <div class="portfolio-loop-types portfolio-loop-tags">
    <?php 
    $output = array(); 
    foreach($tags as $tag){ 
    	$output[] = $tag->name;
    }
    echo implode(' | ', $output); ?>
    </div>
    <?php } ?>

    For the single portfolio page add this in your fucntions.php file:

    add_action('kadence_single_portfolio_footer', 'custom_add_single_portfolio_tags');
    function custom_add_single_portfolio_tags() {
    	$tag_terms = get_the_terms( $post->ID, 'portfolio-tag' );
    	if ( $tag_terms  && ! is_wp_error( $tag_terms ) ) {?> 
    		<div class="kt-portfolio-tags pdetails"><span class="portfoliotags"><i class="icon-tag"></i> </span>
    		<?php echo get_the_term_list( $post->ID,'portfolio-tag','',', ','') ?>
    		</div>
    	<?php } 
    }
    In forum: Virtue Theme

    In reply to: Disable sidebar

    #192772

    I’m seeing it work on the course page you linked to.

    Are you wanting something else?

    #192771

    In the portfolio grid view below the portfolio type
    On the portfolio page on the bottom of the page

    In forum: Virtue Theme

    In reply to: To be BOLD or not.

    #192756
    This reply has been marked as private.
    #192755

    Oh sorry, you can use this:

    .page-child .col-md-12.col-sm-12.footercol1, .page-child .container.above-footer-widgets {
        display: none;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Disable sidebar

    #192752

    That follows the default you have set for your blog posts since it’s a post type without its own template (thus in WordPress defaults to blog post template).

    So you can set your default but that would affect all your blog post defaults.

    Or you can hide the sidebar with css for that post type:

    .single-sfwd-topic #ktsidebar {
        display: none;
    }
    .single-sfwd-topic #ktmain {
        width:100%;
    }

    Or you can use a child theme and unhook the sidebar for that post type with a function like this:

    function kad_sidebar_on_sfwd_topic_page($sidebar) {
    if (is_singular('sfwd-topic')) {
    return false;
    }
    return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_sfwd_topic_page');

    Ben

    #192751

    You could also set the home page header to None. Just make sure you have turned on the transparent header from your static home page settings and there you can also set the page title area to hide.

    Hannah

    #192750

    Sorry, turns out I am in the wrong regarding the home page header in Ascend. Working too fast and not paying attention to detail…my apologies!!! The Ascend Demo is actually not using a slider at all. Ben explained this above. So from Theme Options > Home Page Header you would set the page header to Shortcode Entry, but no shortcode actually added. Then in your static homepage add your background image to your first page builder row.
    Again, I apologize for adding more confusion to this! I hope this has cleared it up a bit. Let us know if you have further questions in setting this up!

    Hannah

    #192747

    This is browser specific accessibility code that highlights what is focused. For users that don’t have a mouse and tab through the page it tells them where they. It’s usually not recommended to remove since it’s for accessibility but you can force it away with css like this:

    a:focus, button:focus, a, button, .kad-navbtn { 
      outline: none;
      box-shaddow:none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
     -webkit-tap-highlight-color: transparent; 
    }

    Although many people take this opinion about it:

    Removing the focus outline is like removing the wheelchair ramp from a school because it doesn’t fit in with the aesthetic.

    Ben

    #192742

    That works at the present time because only Member Bands has child pages. It may work indefinitely. But how do I also get it to suppress the widget in Footer Column 1?

    Thanks!

    #192737

    In what order in the portfolio loop. and where on the single portfolio pages?

    Ben

    #192735

    Hi Angelo,
    The page you linked to took me to a “does not exist” page. Can you check that your link is correct?

    Hannah

    #192732

    Hi Mike,
    You could use the following css to hide your footer widget from all your child pages:

    .page-child .container.above-footer-widgets {
        display: none;
    }

    Would that work for you?

    Hannah

    In forum: Ascend Theme

    In reply to: Page Titles

    #192729

    Hello,

    You can turn off the site title by default in Theme Options> Page Settings. Find “Display page title by default” and set to OFF.

    Does that work for you?

    -Kevin

    #192728

    Are you wanting the posts to be full-screen width?

    How are you adding the post to page. It’s probably best that you wait till you are on a live server and we can give you css specific to your site.

    Ben

    In forum: Ascend Theme

    Topic: Page Titles

    #192718

    Hi Everyone,

    Is there another way of removing all page titles apart from using CSS?

    .page-header {
    display: none;
    }

    Thank you,
    Peter

Viewing 20 results - 16,981 through 17,000 (of 53,646 total)