Diego Pereira
Forum Replies Created
-
Forum: Plugins
In reply to: [Debug Bar Localization] Fatal error with WordPress 6.5+I created a PR here: https://github.com/jrfnl/debug-bar-localization/pull/28
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] Admin mail is not sentHi there @hecsaber,
Could you please create a ticket in our support forum? I believe this issue requires further investigation.
This is the support forum link: https://wpml.org/forums/forum/english-support/
Thanks!
Hello @sooskriszta, welcome!
Are you using a third-party plugin to add external and affiliate URLs? Could you please give us more details and maybe some screenshots?
Yes, it should be possible to have different URLs for different languages. But we need more details to tell you how to do that.
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] Tags issueHi there @madfcat ?? welcome!
It’s possible to translate and modify the translation of tags through Woocommerce > Woocommerce Multilingual > Tags
Please check more details on this link: https://wpml.org/documentation/related-projects/woocommerce-multilingual/#translating-product-categories-tags-attributes-and-custom-taxonomies
I tried to reproduce the issue you mentioned (It add’s a “secondlanguage” sufix) and noticed that it only happens when you try to use the same slug from original to the translation, which is expected.
However, I also found a workaround that may be useful to you:
– Go to Products > Tags
– Change the language using the language switcher at the top admin bar
– “Quick edit” the tag
– Remove the language sufix and saveI reocrded the tests and steps here: https://drive.google.com/file/d/1SPHzSMN60sKmF3IImU7CEDTuHvTKwE0P/view
Please let us know if it worked for you.
Forum: Plugins
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] Link to Project PageClosing the ticket for now. Please re-open if needed.
Hello @maroal93,
The portfolio that is on your site is not the same as our plugin, so unfortunately I can not fix it because I am not the developer.
Looking in the code it displays the name “tgx portfolio”. It was generated by some other plugin.
An workaround is to fix this with CSS. Looking in the code I believe the snippet below fix the problem. You can add it in “Appearance ? Customize ? Additional CSS”.
html body .tgx-portfolio .hover-3 .effect-3 .info { bottom: -260px; }
If the problem persists, please contact the plugin developer.
All the best,
Diego- This reply was modified 6 years, 7 months ago by Diego Pereira. Reason: fixed css snnipet
Forum: Reviews
In reply to: [Portfolio for Elementor & Image Gallery | PowerFolio] Simple and practiceThanks a lot for the feedback @momo-fr!
The code is ready for translation, but I think I forgot to generate the .mo file.
I’ll check and fix it in the next update.
All the best,
DiegoHello @tatjanasolovjova,
This happens because the CSS class system can not start with a number, but a letter. Our plugin converts the category name into a CSS class. In this way Isotope (the jquery plugin we use for the filter) does not recognize the class and ends up not filtering.
We’ll figure out a way to fix this, but a quick (but maybe not elegant) solution would be to put a letter at the beginning of the category name (eg Y 2018 rather than just 2018).
All the best,
DiegoForum: Plugins
In reply to: [Power Ups for Elementor] Post Carousel SizeI will mark this ticket as resolved for now ??
Forum: Plugins
In reply to: [Power Ups for Elementor] Post Carousel SizeHello @davidmarek,
Yes, it is possible! You can set a minimum height for the items, so they have a default size.
Please go to “Appearance ? Customize ? Additional CSS” on you WordPress dashboard and add this CSS snippet:
.elpug-blogroll-carousel .elpug-blog-item { min-height: 500px; }
You can change the 500px to any size you want.
For now we don’t have the post meta on the items, but i will add this suggestion to our development queue.
Thanks for using the plugin, if you need anything just message us.
All the best,
Diego- This reply was modified 6 years, 7 months ago by Diego Pereira.
Forum: Reviews
In reply to: [Power Ups for Elementor] AwfulHello @icecandy,
I’m Diego, developer of the “Power-Ups for Elementor” plugin.
Our plugin is still in the initial phase and I saw that you had difficulties using it. Could you give us more details to fix and improve it?
Widgets are displayed in the Elementor widget bar (in the power-ups for elementor section). There is also a menu of settings in WordPress admin, where you can enable or disable features. Make sure they are not disabled.
We really want to improve our plugin to add new features constantly. If there is anything we can do for you, please let us know.
All the best,
DiegoHello @tatjanasolovjova,
You can use a plugin like Loco Translate (https://www.ads-software.com/plugins/loco-translate/) and create a new translation to your language. The plugin is 100% translatable ??
If you need any help please reply here.
PS: if you liked the plugin, please rate us. It will help us grow, improve the plugin and build new features: https://www.ads-software.com/support/plugin/portfolio-elementor/reviews/#new-post
All the best,
Diego- This reply was modified 6 years, 7 months ago by Diego Pereira.
Forum: Fixing WordPress
In reply to: Pop Up Window for SubscribtionHello,
It happens because of the 100% full width and height.
You can try to define a width and height then position it on the middle of the screen.
You can also use a media-query to edit it only in the desktop:
only screen and (min-width: 992px) { .modal { width: 800px; left: 50%; margin-left: -400px /*half of the size*/ height: 400px top: 50%; margin-top: -200px; } }
Forum: Fixing WordPress
In reply to: REVSlider SVG Static Layer not DisplayingHello,
Please try to get in touch with the Revolution Slider Support (or your theme support, if the plugin is included with your theme). They should help you in this case.