paulovsky
Forum Replies Created
-
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] WPML compatibilityHello and thank you for your help!
This might be a bit tricky to explain but I will try my best.
SEO Framework is compatible with WPML, that is certain, but only when it comes to the normal usage of the wordpress editor. However, WPML has a different UI for translations, called the Translation Editor. This is useful to avoid having to redesign the page for each language, as it only shows the text strings.
The problem is that the SEO’s custom fields do not register in this interface and it causes a workflow headache. I need to send a separate file with the SEO fields to my translators, they will send it back to me and then I will open and edit each page after it has been translated.
Apparently your plugin has to output the custom fields in a way that WPML can see them, as seen here.
Following WPML’s instructions, please provide a wpml-config.xml that is compatible with their guidelines for the Translation Editor.
Forum: Plugins
In reply to: [The Events Calendar] Map URL in China in event calendarSorry, I am not a developer, I’m just a member of the community.
Forum: Plugins
In reply to: [The Events Calendar] Map URL in China in event calendar@alexlii you can check this page
https://developers.google.com/maps/faq#china_ws_access
You will have to edit the code to use the Maps API in China. The bad side is that it doesn’t support https and it will also give you some page speed warnings, but it is possible.
Forum: Plugins
In reply to: [Download Monitor] Will there be a table template@hchouhan your page is a bit scarce on the details of custom templates. Can you tell how to output the download short description and categories, for example?
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] user roles for seo managerfound it!!
add_filter( 'the_seo_framework_settings_capability', 'my_autodescription_settings_role' ); function my_autodescription_settings_role() { // Default is 'manage_options' $role = 'publish_pages'; return $role; }added in a functionality plugin, works perfectly.
- This reply was modified 8 years, 9 months ago by paulovsky.
Forum: Reviews
In reply to: [Download Monitor] It’s good.. But!+1
Forum: Themes and Templates
In reply to: [Independent Publisher] How to remove dynamic CSS Customizer?@erikvisser I’m facing the same problem. My optimization plugin (Autoptimize) does not optimize this and it adds up to 3 seconds to my loading times.
Any other options, @raamdev?
Forum: Plugins
In reply to: [Simple Job Board] Using a custom page as listing templateThank you for your reply. I patched it by adding an extra </div> on archive-jobpost.php, line 165. I am aware that is not the ideal fix, but it works.
Forum: Plugins
In reply to: [Simple Job Board] Using a custom page as listing templateThis template (archive-jobpost.php) is wrapping my website’s footer in the main content container. This doesn’t happen in the job single post layout. Please help me reviewing the container settings or give me advice on how to change the archive template:
page with the wrong footer
page with the right footer- This reply was modified 8 years, 10 months ago by paulovsky.
Forum: Plugins
In reply to: [Simple Job Board] Using a custom page as listing templateThis issue is not ‘resolved’.
My workaround was to edit the archive template and add the content I created before.
- This reply was modified 8 years, 10 months ago by paulovsky.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] CSS when using shortcodeSame issue here.
Forum: Plugins
In reply to: [Simple Job Board] Template structure issues and conflictsThank you for the quick reply, I will post back any developments.
Forum: Plugins
In reply to: [Inline Related Posts] LocalizationPlease address this issue on the next upgrade.
Forum: Plugins
In reply to: [Inline Related Posts] AMP errors + impossible to add class/style manuallyIt would be great that this AMP issue could be addressed in the next update. It is a great plugin.
Same for me. Any suggestions/help?