Anticosti
Forum Replies Created
-
Hi bazinga,
There is different solutions for your needs.
01. You could manage each menu item to show only in the chosen language(s).
02. You could also choose to hide some content with CSS.
ex. to hide the English language switch:
You have this in your source code:
<body class="blog language-en">You will create this CSS selector:
body.blog.language-en li.item-language-en { display:none; visibility:hidden; }Let me know…
Niket12
Use this shortcode:
{wpm_lang_switcher}
or visit Appearance/Menus/
and choose/add “Languages” to your Menu, from the left menu.
Hope this help…I swapped
“for"
and I swappedpages_typesforpost_types
Try with this instead:{ "post_types": { "artgallery": { "pages_title": {}, "pages_content": {} } } }- This reply was modified 6 years, 10 months ago by Anticosti.
Forum: Plugins
In reply to: [VS Contact Form] Activate confirmation email to sender (generates an error)Desactivating Post SMTP Version 2.0.3, solved the isssue for me.
Will look for an alternative SMTP plugin.I also have this kind of issue.
When I use Very Simple Contact Form Version 10.6
and activate this option: “Reply – Activate confirmation email to sender”
it generates an error sent into an email:
… The log to paste when you open a support issue: Invalid “Reply-To” e-mail address “<>”Please note I am using
Very Simple Contact Form Version 10.6
with:
Post SMTP Version 2.0.3Thanks
- This reply was modified 6 years, 10 months ago by Anticosti.
Sure!
Suppose you have created these custom post types: Faq, Services, StaffYou would then have to create a custom json file “wpm-config.json” that you put in the root of your child theme, where you would add these lines:
"post_types": { "faq": {}, "services": {}, "staff": {} }Please refer to the basic “wpm-config.json” file included in the plugin to see how it is formatted.
Daniel, you might want to check GitHub:
https://github.com/VaLeXaR/wp-multilang/issues?q=is%3Aopen+is%3AissueHi Hanes,
It would be so great if we could use a path like the one “Newsletter” plugin uses:
wp-content/extensions/newsletter/emails/themes
I am sure you can do it!
This way I could use your plugin again with “Oxygen Builder” which does not use any themes.Thank you for your attention,
Forum: Plugins
In reply to: [Sticky Posts - Switch] sticky class?+1
Forget this!
My bad. I found out the correct code:
Suggestions: %custom_suggestions%
instead of this badly formatted “Suggestions:%custom_{suggestions}%“- This reply was modified 6 years, 10 months ago by Anticosti.
There is a workaround solution I use to let a user post a new (not yet created) term on the site.
What I do is to create a “Other” term with a condition, that will shows a new input text field where the user can post the name of his suggested term. I will then examine the suggestion and create it if it’s passing my standards.Hope this help…
- This reply was modified 6 years, 10 months ago by Anticosti.
kallard,
This is probably just a CSS coding thing.+1 for the PLUS
01:
wp-admin/options-general.php?page=footable#general02: Go down to “FooTable Setup”
03: Attach to tables:
Replace “.footable” with “table”