konsument
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Media Category Management] mcm_categories not visible in bulk dropdownWell, the post thumbnails support helps showing the dropdown for normal post and pages.
How do I get the dropdown shown for my CPT?
Forum: Plugins
In reply to: [WP Media Category Management] mcm_categories not visible in bulk dropdownHi Jan,
thanks for your fast response. I figured the problem out myself:
You need to have Post Thumnails support enabled.
add_theme_support( 'post-thumbnails' );
Without this line the selector wont show up.
Could you please explain why?
Forum: Fixing WordPress
In reply to: ACF – get posts with repeated start and ending dateYes, I already asked the support but after several emails thats the final answer:
Honestly, you may have to hire a programmer to write and help you debug the code to solve the issue.
The code I provided you earlier should work. From my end, it is hard to point out why it is not working.
Sure Im willing to pay a programmer for this. But I thought this issue is pretty common to ask the community first.
Unfortunately Im no programmer and besides the ACF-Support only one person on stackoverflow had an idea:
it’s the multiple rows, in your failed test, it’s matching the start date from the 3rd row. and the end date from the first row …
… I think the wildcard in the meta_key is the problem, I don’t think you’ll do it with one query, you might need multiple querys, or multiple items in the meta_query array depends on whether there is always three rows, or many moreWhen theres no other possibility I sure will hire someone who solve this.
Just switch the middle radio label with third label and your good ??
1st Radio: Inhalt verfügbar für Alle
2nd Radio: Inhalt verfügbar für nicht angemeldete Benutzer
3rd Radio: Inhalt verfügbar für angemeldete BenutzerHey,
thanks for your fast reply! Small cause, large effect ??
The problem is based on a translation mistake! So the middle radio button says “content accessible for logged in users” instead “…for logged out users”.
Thats why I hadnt worked. Just update the language file and safe other german speaking idiots like me some time ??
Forum: Plugins
In reply to: [Polylang] Polylang 1.2.1 – search and cpt issuesHmm. Deactivating plugins or changing the theme doesnt help.
But an other strange thing: Ive moved all the files to a different server using the same database (just changed the base urls) and no problem at all.
Maybe its a mod_rewrite thing? I got no idea which other server-related settings could be responsible for this problem.
Forum: Plugins
In reply to: [Polylang] Polylang 1.2.1 – search and cpt issueswithout arguments like this:
<ul id="langmenu"><?php pll_the_languages();?></ul>
Forum: Plugins
In reply to: [Polylang] Polylang 1.2.1 – search and cpt issuesyes, like this:
pll_the_languages()
Forum: Plugins
In reply to: [Polylang] Polylang 1.2.1 – search and cpt issuesIs it possible to write you an email or pm as I dont really want to post a link to the website in public?
Forum: Plugins
In reply to: [Polylang] Polylang 1.2.1 – search and cpt issuesHi,
yes its unchecked. The switcher works fine except for the two issues Ive mentioned.