wilbert@schaapman.com
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Deafult Country transport cost calculatorThanks, that did the trick!
That is the strange thing, there are three zones with special transport costs (by exmple 3011AA) out of these zones, there is a transport fee of 250 euro’s.
But the caclulations isnot working at all when the options is on (Hide address when no address ia available)?Do you get it?
- This reply was modified 1 week ago by wilbert@schaapman.com.
https://ibb.co/8PMv7M0
So i need to show shipping cost only when there is a postal code available.
When i vink on this options (second options), the calculator isnot wokring anymore.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Magic tag-> image titleThis is my template
[if documenten]
<h2>Documenten</h2>
<ul id=”ws_logos” style=”list-style-type: none;”>
[each documenten]
<li class”ws_logo”>{@title}
[/each][/if]
the links are oke (href), but the title is displayed as post title, for sure!
- This reply was modified 2 months, 3 weeks ago by wilbert@schaapman.com.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Magic tag-> image titleAny news ?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Magic tag-> image titleBut this gives the title of the post!
I need the title of the uploaded document!Forum: Plugins
In reply to: [Yoast SEO] Website crash, missing youast tableIt is working now, this error was related to seo plugin wasnot active.
It looks liek it is oke.
the “yoast_indexable” table is back.Is this a common issue? with latest version?
Forum: Plugins
In reply to: [Yoast SEO] Website crash, missing youast tableIf i install test helper and click on button :Rest indexavles tables & migrations” i get an fatla error
Fatal error: Uncaught Error: Class ‘WPSEO_Options’ not found in public\wp-content\plugins\yoast-test-helper\src\wordpress-plugins\yoast-seo.php on line 224
Forum: Plugins
In reply to: [Yoast SEO] yoast_indexable not existWhen i have actived yoast plugin the site crashes.
When i add debug on, it is telling met there is a yoast_indexable missing.
When i check the database i dont’s see this table, only these ar my youst tables:
wp_yoast_indexable_hierarchy
wp_yoast_migrations
wp_yoast_primary_term
wp_yoast_seo_links
wp_yoast_seo_metaHow can this table lost?
Forum: Plugins
In reply to: [Yoast SEO] yoast_indexable not existI did, but still the same. When the plugin yoast is activated, my site is totally down!.
Forum: Plugins
In reply to: [Yoast SEO] yoast_indexable not existNo it isnot a multisite. When i use the yoast helper plugin, same story get a wordpress error. When i look at the database, the yoast indextable is totally missing?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Tags get 404I added a function to get the cusotm post type in the archive of the tag, and it looks like it is working now!
function wpa_cpt_tags( $query ) {
if ( $query->is_tag() && $query->is_main_query() ) {
$query->set( ‘post_type’, array( ‘post’, ‘beco_item’ ) );
}
}
add_action( ‘pre_get_posts’, ‘wpa_cpt_tags’ );I think this should be in the pods functionality?!
- This reply was modified 5 months, 3 weeks ago by wilbert@schaapman.com.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Tags get 404It is related to pods custom post types.
When i create a normal post using tags, the tag isnot getting a 404 page?
I used a tag which is also used with one of my custom post.
He founds only the normal post.How can i solve this?
- This reply was modified 5 months, 3 weeks ago by wilbert@schaapman.com.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Tags get 404I also tried with standaard theme, no succes.I still get a 404 when clicking on a category or tag?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Tags get 404I already did, no succes.