iparker
Forum Replies Created
-
Forum: Plugins
In reply to: [IdeaPush] Missing translations in vote-formHello,
thanks for your reply.
Yes I can send you a screenshot. But how can I attach a file?
Can you tell me your email? I will send you the screenshot via email.
Best regards,
Timo
Forum: Plugins
In reply to: [IdeaPush] Missing email field in idea-form?Thanks for your quick reply!
So the only correct way is that the guest users request a password and login via the wordpress login page (if the user wants to login from another device)?
I wish the would be a workaround for kind of “plain guest posting” without email/user creation.
Forum: Plugins
In reply to: [IdeaPush] Missing email field in idea-form?Sorry – I have to ask another aspect:
When I create an idea as a guest user I have to set an email for this.
Now the case: I want to create another idea from another device/ip. In this case I get the error that the account/email already exists.
But the guest user has no login and should not login.
So how can this be solved?
Forum: Plugins
In reply to: [IdeaPush] Missing email field in idea-form?Thanks again for your quick reply!
Let me ask one more question: I just turned the “Multiple IPs”-setting to yes. But I don’t see any change on the site.
Can you explain the impact of this setting to me?
Forum: Plugins
In reply to: [IdeaPush] Missing email field in idea-form?Thanks for your quick reply.
So the right way for test cases is to delete the guest-user?
Forum: Plugins
In reply to: [IdeaPush] Problem with breadcrumb-theme-link/wrong link in breadcrumbsHello,
thanks for your reply!
And is there also a php-way to change the single breadcrump link?
Do you have any idea?
Best regards,
Timo
Forum: Plugins
In reply to: [IdeaPush] Problem with breadcrumb-theme-link/wrong link in breadcrumbsSeems that the page https://ipm-promotion.de/idea/ is the idea archive.
Is it possible to change this and set the breadcrumb-link to another page?
- This reply was modified 5 years, 7 months ago by iparker.
Forum: Plugins
In reply to: [IdeaPush] Post/Create ideas for guests/without userI now hide some elements with css in the frontend:
.idea-author-container {
display: none !important;
}.single-idea .author-info {
display: none !important;
}.ideapush-container .user-profile-container {
display: none !important;
}Forum: Plugins
In reply to: [Multiple Domain] Snippet variable / Domain-Name for Yoast SEOHello,
I found this page https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/#custom-variables and this example https://gist.github.com/amboutwe/550c10ede7d065d9264930f5480ca748#file-yoast_seo_title_custom-variable-php so I used following code for this:
// define the custom replacement callback function get_multiple_domain_for_yoast() { return MULTPLE_DOMAIN_DOMAIN; } // define the action for register yoast_variable replacments function register_custom_yoast_variables() { wpseo_register_var_replacement( '%%multiple_domain%%', 'get_multiple_domain_for_yoast', 'advanced', 'Domain die aufgerufen wurde' ); } // Add action add_action('wpseo_register_extra_replacements', 'register_custom_yoast_variables');
Seems to work.
Best regards,
Timo
Forum: Plugins
In reply to: [Multiple Domain] Does the plugin work well with Yoast SEO?Hi Gustavo,
in another topic I found this link:
https://kb.yoast.com/kb/canonical-urls-in-wordpress-seo/
With this I created a simple filter-function to change the canonical url fixed:
add_filter( 'wpseo_canonical', 'yoast_seo_change_canonical_for_multidomain' ); function yoast_seo_change_canonical_for_multidomain( $canonical_url ) { return str_replace(MULTPLE_DOMAIN_DOMAIN, 'maindomain.com', $canonical_url); }
It seems that this works fine for me.
Best regards,
Timo
Forum: Plugins
In reply to: [Multiple Domain] Sitemap / robots.txt with multiple domains?Hi Gustavo,
thanks for your reply.
I use Yoast but I just insert the robots.txt-content via Yoast in the Editor/File.
Best regards,
Timo
Forum: Plugins
In reply to: [Multiple Domain] Does the plugin work well with Yoast SEO?Hi Gustavo,
thanks for your reply. Yes that sounds great. I also thought about something like the “primary” domain.
Best regards,
Timo
Forum: Plugins
In reply to: [Multiple Domain] Does the plugin work well with Yoast SEO?Hi Gustavo,
great to see your quick reply. I’m also interested in this question.
I also use Multiple Domain and Yoast without any problems. But I’m kind of “scary” about the impact of seo and duplicate content.
I will read the link you posted.
What is a good way with the canonical? Would that be a seo-friendly way? Is this supported in any way by multiple domain?
Best regards,
Timo
Forum: Plugins
In reply to: [Multiple Domain] Error-Output on wp-json-oembed-sites/urlsHi Gustavo,
thanks for your answer. After I increased the memory this error did not appear.
Best regards,
Timo
Danke für die Info. Ich hatte den Gedanken und die Hoffnung dass dies eventuell eine Einstellung im Plugin ist.
Viele Grü?e
Timo