eizymeizy_0809
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htaccess 301-redirect not workingHere’s how it looked before I stripped away everything:
RewriteOptions inherit # Created by Redirection # Sun, 14 Aug 2016 09:20:09 +0000 # Redirection 2.4.5 - https://urbangiraffe.com/plugins/redirection/ <IfModule mod_rewrite.c> RewriteRule ^/sv/systemfunktioner/fa-fler-kunder/fa-fler-besok-och-leads$ https://www.funnelbud.com/sv/systemfunktioner/fa-fler-kunder/fa-fler-leads [R=301,L] RewriteRule ^/sv/test160814$ https://www.funnelbud.com/sv [R=301,L] </IfModule> # End of Redirection # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress RewriteCond %{HTTP_HOST} ^funnelbud\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.funnelbud\.com$ RewriteRule ^/?$ "http\:\/\/www\.funnelbud\.com\/sv" [R=301,L]
It’s row 7-14 in the code above that doesn’t work.
Forum: Plugins
In reply to: [Dynamic Widgets] "Category pages" empty when using WPMLHad the same problem. WPML has this issue with several plugins. Here’s what you have to do:
1) In WPML, select Language A as your main language.
2) Edit the widget visibility. (When editing, make sure that the language selector at the top bar shows Language A.)
3) In WPML, select Language B as your main language.
4) Edit the widget visibility. (When editing, make sure that the language selector at the top bar shows Language B.)
5) And so on, for all languages..Forum: Plugins
In reply to: [Yoast Duplicate Post] Compatible with WPML plugin?It would be great if this was compatible with WPML since all our posts are in multiple languages.
Forum: Reviews
In reply to: [Favicon by RealFaviconGenerator] Fantastic, easy and just worksHappy to help, I really mean it, it is really clear that you have really thought through every single step of this process, very impressive, smooth and easy to use.
Great, it worked! I’m changing my review now to what it actually deserves!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Google Analytics event trackingThat should solve it (the HTML version). Great, thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Can I send Contact Form 7 data to mailchimp?Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Can I send Contact Form 7 data to mailchimp?I wasn’t aware of this being not ethical, thanks for letting me know. But isn’t it assumed that they will get follow up emails if they sign up on a form and provide their email address. We tell them “enter your email here if you want to be notified when we have some product updates”.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Can I send Contact Form 7 data to mailchimp?Is there a way to send all CF7 submissions without showing the checkbox? (So basically, hiding the checkbox and making it auto-ticket ‘yes’)
Forum: Plugins
In reply to: [Custom Post Type and Taxonomy GUI Manager] Can this do what I want?Hi Ankit, thanks for your response, I found a solution to the question.
Forum: Reviews
In reply to: [Query Multiple Taxonomies] Great! Works perfectly and easy to configureWow, you have a really good website there and I can see how this plugin is very helpful.
One question: How did you actually create the taxonomies? Did you use another plugin for that?
Are the “toys” in your website a special post type? Or just normal page post types?