Forums Forums Search Search Results for 'yoast'

Viewing 10 results - 51 through 60 (of 70 total)
  • Author
    Search Results
  • #98750

    Anonymous
    Inactive

    Yoast disabled but no result

    #98746

    Anonymous
    Inactive

    Just yoast seo plugin on monday.

    #69113

    Anonymous
    Inactive

    Hi!.

    I want to replace the default navigation from the wp_pagenavi plugin to the Yoast breadcrumb,

    They use this code:

     <?php
    if ( function_exists('yoast_breadcrumb') ) {
    yoast_breadcrumb('<p id="breadcrumbs">','</p>');
    }
    ?>

    It is possible to do it?
    Thanks.

    #69109

    In reply to: Wp Title not working


    Anonymous
    Inactive

    Hi I fix this passing from archive to shortcode mode using a page template, in this way I create the page on the WP dashboard and I can manipulate the title with Yoast SEO plugin. Also, this has a detail, you need to cover the with a page the archive page name.

    For example, if the custom post type is event, then you need to create a page with that name and assign the page template that you create. Otherwise if someone gets there is going to find a generic archive page.

    😉

    #52966

    Anonymous
    Inactive

    Hi guys,

    First of all, great plugin :). Really looking forward to explore all the features!

    However, i have a question about the shortcode-implementation. I currently have multiple CPT’s and I’m using the shortcode functionality because the standard archive gives back the same title for every page, and the CPT archive option aint working out for me…

    I currently set up a whole bunch of archive pages, but on one page i have two search fields. Both the fields should update the same list of results. Is there any option how i can achieve this?

    <div id="employees-overview">
    
        <?php if ( function_exists('yoast_breadcrumb') ) {yoast_breadcrumb('<div id="breadcrumbs"><div class="container">','</div></div>');} ?>
        
    	<div class="container">
    	    <div class="intro">
    	        <h2><?php echo $title; ?><?php //echo get_the_title( $id+1 ); ?></h2>
    	        <?php //echo get_the_content( $id ); ?>
    	        <?php echo $text; ?>
    	    </div>
    	</div>  
        <div class="container">
        	<div id="list-overview">
        
    		    <?php if ( wp_is_mobile() ) { ?>
    			    <div class="showFilter">Toon filter</div>
    			<?php }?>
    		
    	        <div class="filter <?php if ( wp_is_mobile() ) { ?>mobile<?php }?>">
    	            <div class="content">
    	            <h3>Filter op functie</h3>
    	            <?php echo do_shortcode('[searchandfilter id="1188"]'); ?>
    	            </div>
    	        </div>
    		
    	       <svg width='188px' style="display:none;" class="loader" height='188px' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="uil-ripple"><rect x="0" y="0" width="100" height="100" fill="none" class="bk"></rect><g> <animate attributeName="opacity" dur="2s" repeatCount="indefinite" begin="0s" keyTimes="0;0.33;1" values="1;1;0"></animate><circle cx="50" cy="50" r="40" stroke="#066cb5" fill="none" stroke-width="2" stroke-linecap="round"><animate attributeName="r" dur="2s" repeatCount="indefinite" begin="0s" keyTimes="0;0.33;1" values="0;22;44"></animate></circle></g><g><animate attributeName="opacity" dur="2s" repeatCount="indefinite" begin="1s" keyTimes="0;0.33;1" values="1;1;0"></animate><circle cx="50" cy="50" r="40" stroke="#066cb5" fill="none" stroke-width="4" stroke-linecap="round"><animate attributeName="r" dur="2s" repeatCount="indefinite" begin="1s" keyTimes="0;0.33;1" values="0;22;44"></animate></circle></g></svg>
    		       
    	       <div class="search-module">
    	           <?php echo do_shortcode('[searchandfilter id="1190"]'); ?>
    	       </div>
    	       <?php echo do_shortcode('[searchandfilter id="1188" show="results"]'); ?>
    	       <?php echo do_shortcode('[searchandfilter id="1190" show="results"]'); ?>
    	         
    	    </div>
    	</div>
    </div>

    Would love te get some feedback. Thanks!

    #45750

    Anonymous
    Inactive

    Hi Ross,

    Thanks ever so much for this, just had chance to try it and that works perfectly with wpseo_title.

    Maybe update your documentation as most people use Yoast so will be helpful generally I’m sure :).

    Many thanks again,
    TJ

    #45433

    Ross
    Keymaster

    Are you using yoast by any chance? or another plugin which could affect titles?

    For yoast, I think the filter is wpseo_title or seo_title 🙂

    Also please double check the ID of your search form, when importing / exporting IDs get changes :/

    Thanks


    Anonymous
    Inactive

    Hi guys,
    I’ve got a big problem.

    at this link http://www.mk.com.au/events
    you can see a simple custom taxonomy archive.

    I’ve seen the theme sets the title/canonical link/description from the first post into the list.
    The events page shows “Discussion Group: OHS and WorkCover – Macpherson Kelley” instead the taxonomy Events title set on Yoast.
    It’s wrong also the way to share this page… Facebook shows the link and description of the first post –> http://www.mk.com.au/events/discussion-group-ohs-workcover/ and the client can’t publish correctly an adv post there.

    We have the same issue for Publications, News etc..

    Please, can you help me??
    The wp theme’s author suggested me to ask you, because it seems ok deactivating your plugin.

    Thank you very much
    Fabio

    #41429

    In reply to: Results not refresh


    Anonymous
    Inactive

    I will just add the I use a sidebar for dispalying the search results and I’m adding the code of the template for you to see since you can not see the page itself.

    <?php get_header(); ?>
    <div class=”container classroom”>

    <?php if ( function_exists(‘yoast_b
    crumb’) ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>

    <header>
    <?php the_archive_title(‘<h1 class=”blue title-big”>’,'</h1>’); ?>
    <form class=”search” action=”/” method=”get”>
    <label for=”search”></label>
    <input type=”hidden” value=”classroom_resources” name=”post_type” /><i class=”fa fa-search”></i>
    <input type=”text” name=”s” id=”search_classroom” placeholder=”Search Resources” value=”<?php the_search_query(); ?>” />
    </form>
    </header>

    <main class=”inner-wrap”>

    <article>

    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <div class=”post”>
    <?php the_post_thumbnail(‘classroom’);?>
    <h2>“><?php the_title();?></h2>
    </div>
    <?php endwhile; ?>

    <?php else : ?>

    <p><?php _e(‘No posts found. Try a different search?’,’lookstein’); ?></p>

    <?php endif; ?>

    </article>

    <?php get_sidebar(‘classroom_resources’); ?>

    </main>

    </div>

    <?php get_footer(); ?>

    #40667

    Ross
    Keymaster

    Hi Michael

    I tested with your theme – colormag – http://themegrill.com/themes/colormag/ – absolutely no issues.

    I also see from you error message above, that an error was being generated from “wordpress SEO” – aka YOAST – I also tested this with the latest version of S&F.

    No issues at all.

    There must be something else wrong in your setup.

    Ensure the following:

    WordPress is upto date
    All plugins are upto date
    Try the dev version of S&F (I’ve just emailed you a copy – as this is what I was testing with)

    If you still have issue, then I believe the problems will come from your customisation of your theme.

    If this is the case, Trevor will be able to assist in troubleshooting what the issue might be, but I would start by removing all custom code and adding it back one part at a time, to isolate the issue.

    Thanks

Viewing 10 results - 51 through 60 (of 70 total)