lerrie
Forum Replies Created
-
you are right! It works now. However, I am using a multi language website. Your plugin allows me to enter 1 club site url (in which I enter a custom page). How can I make sure that the url in the front end always links to the page in the right language? (I can’t fill out a site url for every language).
Hi Roch,
That is right. I’m using the default shortcode: [team_standings 3890]. When switching to the default theme the links don’t work either.
Hi Roch, on the top left of the homepage you can find 2 standing tables (groep a / groep b or group a and group b). I would like to make the club names active links towards the url that has been entered on the club page.
Hi Roch,
The url works fine for me!? ?? Thanks for your quick reply!
Forum: Plugins
In reply to: [Yoast SEO] Meta description no saving/ updatingAnyone? My products are not showing correctly in Google atm.
Forum: Plugins
In reply to: [LeagueManager] Display name/title of league does not workI see the problem lays in the “league_id=all” parameter of the shortcode. Whenever I change this to a specific ID number it shows the name of the league. How can I still get this to work for league_Id=all?
Forum: Plugins
In reply to: [LeagueManager] Display name/title of league does not workHi,
Thanks for your reply. I am using the following shortcode:
[matches league_id=all match_day=1 template=programma]I want to show the league name to which the match belongs to. I’ve added the var_cump, but it shows nothing. This is the code I use for the programma template:
<?php if (isset($_GET['match_'.$league->id]) ) : ?> <?php leaguemanager_match(intval($_GET['match_'.$league->id])); ?> <?php else : ?> <?php if ( $matches ) : ?> <table class='leaguemanager matchtable' summary='' title='<?php echo __( 'Match Plan', 'leaguemanager' )." ".$league->title ?>'> <tr> <th class='match'><?php _e( 'Tijd', 'leaguemanager' ) ?></th> <th class='match2'><?php _e( 'Wedstrijd', 'leaguemanager' ) ?></th> <th class='match'><?php _e( 'Groep', 'leaguemanager' ) ?></th> <th class='match'><?php _e( 'Veld', 'leaguemanager' ) ?></th> <th class='match'><?php _e( 'Uitslag', 'leaguemanager' ) ?></th> </tr> <?php foreach ( $matches AS $match ) : ?> <tr class='<?php echo $match->class ?>'> <td class='num' style="padding: 5px!important;"><?php echo $match->start_time ?></td> <td class='num2' style="padding: 5px!important;"><a href="<?php echo $match->pageURL ?>"><?php echo $leaguemanager->getMatchTitle($match->id) ?></a></td> <td class='num' style="padding: 5px!important;"><?php echo $league->title ?><?php var_dump($league); ?></td> <td class='num' style="padding: 5px!important;"><?php echo $match->location ?></td> <td class='num' style="padding: 5px!important;"><?php echo $match->score ?></td> </tr> <?php endforeach; ?> </table> <?php endif; ?> <?php endif; ?>
Wow thats solved it! Thanks for your help!
Hi Ewout,
Thanks for your reply and excuse me for my late reply.
I don’t see any red flags, only some orange flags for:
MBString extension
opcache
GMagick or IMagickI did not paste the special character to the settings page, it gets the character from the country selection of the woocommerce order.
Do you think the orange flags are causing the problem?
Someone?
Forum: Fixing WordPress
In reply to: Archive if/else not displaying correctlyAnyone?
Forum: Plugins
In reply to: [Custom Permalinks] Notice: Undefined indexPerfect! Thanks a lot!
Forum: Plugins
In reply to: [Custom Permalinks] Notice: Undefined indexSomeone?
Forum: Plugins
In reply to: [Yoast SEO] Product Attribute Title Problem Woo-commerceFound out that you cannot set the same permalink structures for both the product category/ attribute as the products itself. Have to find another solution first.
Forum: Plugins
In reply to: [Yoast SEO] Product Attribute Title Problem Woo-commerceAdditional information: at the individual product attribute settings I have also adjusted the Yoast SEO title settings (screenshot https://dl.dropboxusercontent.com/u/65537313/title.PNG ). However, the above mentioned page stilld oes not display the correct title.