Dillx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Taxonomy and archive pagesI have managed to get round it using this
$the_tax = get_taxonomy( get_query_var( ‘taxonomy’ ) );
$my_tax=$the_tax->labels->name;Then I test the name.
Forum: Fixing WordPress
In reply to: is_tax() no longer working after upgrade to 3.5I have managed to get round it using this
$the_tax = get_taxonomy( get_query_var( ‘taxonomy’ ) );
$my_tax=$the_tax->labels->name;Then I test the name.
using latest version of plugin and WordPress 3.4.2.
Have also tried removing directory from dev version and putting back and icons reappear. cant find any differences on the databases or the directories, but presumably there is something stored somewhere that say ‘dont bother looking in the directory as its not there’.
Forum: Fixing WordPress
In reply to: is_tax() no longer working after upgrade to 3.5Is this a bug with 3.5 ? I seem to have a similar problem.
If it is a bug where does it get reported and is anyone looking at it ?Forum: Plugins
In reply to: [Yoast SEO] Using Breadcrumbs & Custom Postshave sorted out accessing the string, my error in string manipulation !
I think the problem may be to do with the general setting of comments
“Allow people to post comments on new articles”. If this is on then the reviews appear in the tabs. However, if you want to restrict comments to specific posts, products say, then the reviews don’t appear even if they exist. The test is comments_open() true. Although you can set the comments on for particular posts you cant for Products, so they will always return false.
So that’s why I think it doesn’t work.Ok I have looked everywhere to try and find out why my review tabs are missing.
I have even put in
add_action( ‘woocommerce_product_tabs’, ‘woocommerce_product_reviews_tab’, 30 );
add_action( ‘woocommerce_product_tab_panels’, ‘woocommerce_product_reviews_panel’, 30 );
to try and add them.In admin mode the product appears with review box at the bottom, but it doesnt appear when the product is displayed/
I only have one product and one category. All the setting relating to reviews are set to show reviews, stars etc.
yippee
Sorry my fault – messed up the edit….
Changing line 175 to$keywordStopWord = sprintf(__(“The keyword for this page contains one or more %s$1stop words%s$2, consider removing them. Found ‘%s$3’.”, ‘wordpress-seo’ ),”“, ““, “%s”);
doesnt give the error.
Um not sure if this is progress….
Parse error: syntax error, unexpected ‘;’, expecting T_PAAMAYIM_NEKUDOTAYIM in /home/xxxxx/public_html/addons/xxxx.co.uk/wp-content/plugins/wordpress-seo/admin/linkdex/linkdex.php on line 175
Doesn’t seem to make any difference
Forum: Plugins
In reply to: Google Maps Embed Plug in (Pierre Sudarovich) Validation errorsI got this to validate correctly as follows :-
Edit the script to remove the formatting like below…..
<script src=”https://maps.google.com/maps/?file=api&v=2&key=ABQIAAAAZDKXbXMIR4dQ4Ow_zXijmxTZhZXGlAJbkzq23j7OS8e0AHxCphSdxdxl0eowMayGfuhebnrhwx673w” type=”text/javascript”></script>
<div class=”GoogleMap” id=”Googlemap_0″>Loading…Be careful to see the map you have to activate the Javascript!
</div><div id=”directions_0″></div>
<script type=”text/javascript” src=”https://mywebsite.co.uk/wp-content/plugins/google-maps/maps.php?hl=en&ie=UTF8&msa=0&msid=202277486735667694273.0004a41d00063c121e24e&ll=50.529143,-3.566437&spn=0.209516,0.439453&z=11&&Glink=https://maps.google.co.uk/maps/ms&count=0″></script>Then add your formatting in the CSS file.
Forum: Plugins
In reply to: Nextgen gallery v1.8.1 NggTags links not working properlyHave no updated the database to remove the invalid tag counts.
This has now stopped SEO producing the invalid ngg_tag sitemap.
Would still like to know how to get this working properlyForum: Plugins
In reply to: Nextgen gallery v1.8.1 NggTags links not working properlyHave removed all my tags from all my images but sitemap still has links in and nextgen thinks there are images still tagged (I think it may be to a gallery that has been deleted).