Forum Replies Created

Viewing 15 replies - 241 through 255 (of 18,918 total)
  • Moderator threadi

    (@threadi)

    We can’t really answer that here, because it depends heavily on your skills and circumstances, which we don’t know. Try out what works best for you and what helps you achieve your goals – and then go that route.

    Moderator threadi

    (@threadi)

    So, what did the tests of my tips mentioned above reveal?

    Moderator threadi

    (@threadi)

    Take a look under Settings > Writing. There’s a checkbox there for “Allow users to switch editors”.

    Moderator threadi

    (@threadi)

    No, those are two different plugins.

    You can find everything you need to know about WP Multilang on their plugin page: https://ww.wp.xz.cn/plugins/wp-multilang/ – if you have any questions, please post them in the support forum there.

    WPML, on the other hand, is a commercial plugin for multilingual functionality. You can find all the information about it, as well as support, here: https://wpml.org/

    Moderator threadi

    (@threadi)

    Which import tool are you using exactly? The one found under “Tools” in WordPress itself? The challenge there is that imports that take a very long time can cause the hosting service to time out. In that case, you have the following options:

    • Check with your hosting provider to see if you can increase the timeout limits. Depending on the size of the import, this might help – but it might not be enough.
    • Don’t use the browser-based import, as that causes timeouts; instead, use the WP CLI: https://developer.ww.wp.xz.cn/cli/commands/import/ – you’ll need SSH access to the hosting for this. If necessary, contact your hosting provider about this as well.
    • Or use a different plugin for the import. There are many to choose from that can also bypass any timeouts that might occur: https://ww.wp.xz.cn/plugins/tags/importer/
    Moderator threadi

    (@threadi)

    You don’t need to know PHP to do this. The easiest way is to use phpMyAdmin or a graphical interface provided by your hosting provider for the database. See: https://ww.wp.xz.cn/documentation/article/reset-your-password/#through-phpmyadmin

    If you have any questions, contact your hosting provider’s support team.

    Moderator threadi

    (@threadi)

    And you can also add screenshots in your post on the above mentioned Astra forum as described here: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots

    Moderator threadi

    (@threadi)

    Then there is an issue with the email settings in your WordPress and/or your hosting account. To resolve this, however, you must first reset your password using one of the methods mentioned above.

    Once you’re back in the backend, you should check why you can’t send emails. Possible causes include plugins you’re using or the fact that your host has disabled the email function. But checking that is the second step.

    Moderator threadi

    (@threadi)

    What exactly is the error? There are other ways to reset a user’s backend password. See: https://ww.wp.xz.cn/documentation/article/reset-your-password/#through-phpmyadmin

    Moderator threadi

    (@threadi)

    CSS Hero appears to be a commercial plugin. If you have any questions about it, I would recommend contacting their support team: https://www.csshero.org – unfortunately, we can’t help you with that here in the forum.

    Moderator threadi

    (@threadi)

    Changes to the database can always be problematic. However, I’m not sure which CSS you’re referring to. If it’s code in the Customizer that you want to save, it won’t be created as a new record – instead, an existing one will actually be updated it it exists. What exactly happens when you try to save the Customizer? Do you still get an error message, and if so, what does it say?

    Moderator threadi

    (@threadi)

    Neither Elementor nor WordPress automatically creates a page called “pricing plan”. To me, that sounds more like another plugin you’re using, or perhaps a theme you’re using for the subscriptions you’re referring to. The login form you linked to, for example, is generated by your theme. However, the Listeo theme is a commercial theme, and we can’t help you with it here in the forum. I’d recommend contacting their support: https://themeforest.net/item/listeo-directory-listings-wordpress-theme/23239259/support

    Moderator threadi

    (@threadi)

    Yes, this HTML line break is correct here as well. In the shortcode block, you enter the individual shortcodes with a line break – which is then also applied in the output.

    If you want to omit it, enter the shortcodes without a line break:

    <!-- wp:shortcode -->
    [gallery ids=10518][gallery ids=10518][gallery ids=10518]
    <!-- /wp:shortcode -->

    Alternatively, you could also choose not to use shortcodes and use blocks instead. These ultimately offer the user more options as well.

    Plugin Author threadi

    (@threadi)

    Regarding Icon Size:
    You have apparently already replaced the icon with your own SVG, but it is being output in the HTML code with incorrect dimensions: 1×1. Consequently, it is “invisible” (to small) without the help of some CSS. The reason for this is that WordPress was unable to detect the SVG’s dimensions during the upload process and generated the HTML-code with this wrong size (1×1). This is an issue inherent to the SVG file itself and must be resolved at the time of its creation. For instance, you can easily upload and use this SVG of the WordPress logo with the correct dimensions: https://de.wikipedia.org/wiki/Datei:WordPress_logo.svg

    Regarding Icon Visibility:
    I am unable to reproduce the issue you described on any of my test systems. The “Replace” link is always visible – it is simply not possible to hide it. Should icon graphics unexpectedly disappear, deactivating and then reactivating the plugin usually resolves the issue; this triggers the routines that verify the icons and reinstalls them if they are found to be missing. If, however, icon graphics – such as your SVG – simply lack dimension data, you may need to edit the file to add the dimensions, save it, and then re-upload it.

    Regarding Linking:
    In my experience, the internal linking structure between pages in “Easy Language” contexts often differs from that of standard translations into languages ​​like English or Spanish. Very few projects simplify every page of a website into Easy Language. Consequently, as soon as a visitor clicks on an element – such as the logo – they would be taken out of the Easy Language section. Therefore, these click-paths and navigation sequences must be implemented on a project-by-project basis – for example, by ensuring the logo is not linked. Since the logo is implemented uniquely on every website, the plugin cannot automatically prevent or alter this behavior.

    Alternatively, you can use a multilingual plugin such as Polylang. The “Easy Language” plugin integrates with such tools, adding “Easy Language” as a selectable language option; however – due to the structural architecture of multilingual plugins – it cannot automatically simplify text content in this context. In this scenario, you must manually provide the simplified text versions; in return, you gain access to the standard features of multilingual plugins, such as the ability to ensure the user remains within the selected language environment while browsing the website.

    Since the actual question regarding Divi has already been resolved, feel free to mark this topic as “resolved” and leave a positive rating here: https://ww.wp.xz.cn/support/plugin/easy-language/reviews/ – you are also welcome to ask any further questions in the forum at any time.

    Moderator threadi

    (@threadi)

    I recommend getting in touch with Elementors’s support about this via https://elementor.com/support/ if you have Elementor Pro or https://ww.wp.xz.cn/support/plugin/elementor/ if you do not.

Viewing 15 replies - 241 through 255 (of 18,918 total)