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

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 22,141 through 22,160 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #72634

    Can you post a link?
    Ben

    In forum: Virtue Theme

    In reply to: Aligning Staff grids

    #72627

    That works well. Thanks!

    Is a refinement possible (always another question, isn’t there…) : can I put a limit on the number of lines of text under the images? As you may have seen on the see-change.org.au page, each photo has a one-line descriptor under it, which links to the post.

    Regards,
    Walter

    #72602

    It wouldn’t do any damage you can preview a different theme.

    But I can tell you if the page has no header or footer then it’s an issue with the coding of the plugin and the wrapper in the theme. What plugin is this? Can you post a link to the plugin download so I can see how they are coding?

    Ben

    #72596

    The icons aren’t google fonts and if it’s taking that long to load the file most likely it’s a different issue. Can you post a link to your site.
    Ben

    In forum: Virtue Theme

    In reply to: Staff filter drop-down

    #72575

    Hey,
    You can hide items but the filter isn’t set up to have submenu items. Another option though would be just to use the mobile layout all the time:

    .filter-trigger {
        cursor: pointer;
        display: block;
        padding: 10px 0;
        color: #444;
        background: rgba(0,0,0,.01);
    }
    #filters {
        height: 0;
        overflow: hidden;
        padding: 0 15px;
        margin: 0;
        float: none;
        background: rgba(0,0,0,.01);
    }
    #filters li {
        float: none;
        margin-left: 0;
        margin-bottom: 2px;
    }
    #options {
        text-align: center;
        padding-right: 0;
        padding-bottom: 20px;
    }

    You can see what I mean by adding that css in your theme options > advanced settings.

    You can change staff with a filter using a child theme: https://www.kadencewp.com/child-themes/

    You would add this to the functions.php file

    add_filter('kadence_staff_post_slug', 'custom_staff_slug');
    function custom_staff_slug() {
    	return 'team';
    }

    Ben

    #72574

    Hey! Ben & Hannah

    it’s me again. a couple days ago im asking about padding matters

    This Link :

    Hannah give me the css like this.

    .post-type-archive .wrap.contentclass {
    padding-top: 20px!important;
    }

    to make a space between my product and the menu bar on the “product page”, and it work perfect!

    Now i wanna ask, what CSS i should use to have same result on these pages.

    1.
    2.
    3.
    4.

    because all these 4 pages still having a close gap between the page itself and the menu bar.

    Thank You

    In forum: Virtue Theme

    In reply to: wrong space

    #72573

    Can you post a link?

    Ben

    In forum: Virtue Theme
    #72568

    Hey Lenardo,
    Thanks for the post. I’ll update. I’ve been looking at migrating to CMB2 which does this a little differently but thats an easy quick fix.

    Ben

    In forum: Virtue Theme
    #72562

    Also right now in your custom css box I see that you have added this:

    .page-id-2621.page-header {
        display: none;
    }

    Which will not work.. You are missing the space and that is important.. needs to be this (what hannah posted)

    .page-id-2621 .page-header {
        display: none;
    }

    Hope that helps,

    Ben

    #72559

    More info – Ok this is super-weird…

    This post:
    http://daveromeo.com/sample-blog-post/
    has issues with bad display using a shortcode in the layout builder to display sidebar content (left and right)

    but, this page:
    http://daveromeo.com/seminars/getting-past-your-past/
    is fine using the same technique (shortcode to display sidebar content – though only one sidebar shortcode is used in the content on this page, and it’s at the bottom)

    Please, please, please help!!!

    In forum: Virtue Theme

    In reply to: facebook sharing

    #72551

    If your using pagebuilder you will want to have the yoast description added. it’s easier then for the meta description to be added since pagebuilder is set up differently then the standard post options.
    Ben

    In forum: Virtue Theme

    In reply to: Aligning Staff grids

    #72550

    Hey,
    You can upload and assign a featured image into each post as your dummy image. Just like you would set a normal image you can assign a default one.

    You can add this css to set the min height for your text.

    .staff_item_info {
        min-height: 290px;
    }
    @media (min-width: 1200px){
        .staff_item_info {
        min-height: 250px;
    }
    }
    @media (max-width: 767px){
        .staff_item_info {
        min-height:0;
    }
    }

    Ben

    #72546

    Any word on this? Not to be pushy, but I’m REALLY against a wall here… I’m supposed to deliver this work to my customer in a couple of hours and I’ve just hit this wall in FF and IE where everything is broken, but it didn’t show up like this in Chrome and Safari, which are the two environments that I was working in for all of my development. (If there’s a quick fix for FF/IE, great! If not, I really need a suggestion on how to accomplish what I’m trying to do here in a different way – I’m flexible in the approach, but I do need to be able to manage, in the widgets/sidebars area, the sponsors on the left and right of the top-center image on the blog posts, or at least some other way to manage them off-post – so they can be changed globally, regardless of individual post content.)

    Please help ASAP!!!

    Thank you much,
    -Dan

    In forum: Virtue Theme
    #72540

    Updated Virtue theme this morning, now 3 of 4 product page url’s are redirecting to a page not found error with a /?post_type=product in the url instead of the actual product url. Please Advise. Thanks.

    In forum: Pinnacle Theme

    In reply to: Specific Mobile Menu

    #72513
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Carousel doesnt work

    #72504
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: facebook sharing

    #72503

    no, i did not know it lasts so long
    i will wait and see, but it is really strange that some posts do work without yoast description and others not 🙁
    thank you again

    #72501

    My staff page is almost OK. It’s

    On two browsers, Firefox 43.0.1 and Chromium 46.0.2490.86, the 1st row in the 3rd column is one line deeper than the other 3 columns. As a result the top of the 2nd row is ragged. (I’ll create a dummy featured image for people who don’t submit their own.)

    I’d like it to look like

    I copied in the CSS below from a recent post (18/12) on this topic, but while the page looks better it’s still ragged.

    .staff_item_info {
    min-height: 150px;
    }

    .init-isotope .staff_item img {
    max-height: 270px;
    }

    Any suggestions welcome.

    Regards,
    Walter

    #72498

    This page looks exactly right in Safari and Chrome, but it’s weird and broken in FF and IE. Please help! (Any custom CSS or PHP work-around would be awesome. I’m using the Stag Custom Sidebars to place shortcodes inside of the Page Builder page – that’s how we’re placing the sponsor images on either side of the blog logo. It’s really important that we can manage certain areas through sidebars.)

    Thanks.
    -Dan

    In forum: Pinnacle Theme

    In reply to: Pinnacle and Sensei

    #72481

    I added this css:

    .sensei .main .pageclass {
        padding: 15px 15px 20px;
    }
    

    and changed the functions to this:

    
    <?php 
    global $woothemes_sensei;
    remove_action( 'sensei_before_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper' ), 10 );
    remove_action( 'sensei_after_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper_end' ), 10 );
    
    add_action('sensei_before_main_content', 'kt_theme_wrapper_start', 10);
    add_action('sensei_after_main_content', 'kt_theme_wrapper_end', 10);
    
    function kt_theme_wrapper_start() {
      get_template_part('templates/page', 'header'); 
    	
        echo '<div id="content" class="container"><div class="row"><div class="main '.kadence_main_class().'" role="main"><div class="postclass pageclass clearfix entry-content" itemprop="mainContentOfPage">';
    
    }
    
    function kt_theme_wrapper_end() {
     		echo '</div>';
    		do_action('kt_after_pagecontent'); 
           echo '</div><!-- /.main -->';
    }

    Ben

Viewing 20 results - 22,141 through 22,160 (of 29,722 total)