Forum Replies Created

Viewing 15 posts - 166 through 180 (of 869 total)
  • Author
    Posts
  • in reply to: share buttons #24000
    Aizaz Awan
    Keymaster

        Hello, @ismailgorunmek,

        You can turn ON and OFF the social share icons from Porto >> Theme Options >> General >> Social Share as per your requirements.

        Best Regards,
        PThemes Team.

        in reply to: Product carousel #23998
        Aizaz Awan
        Keymaster

            Hello, @antoniskaratzis,

            You can use the “Porto Posts Grid” element and set it as shown in these screenshots to achieve your desired results: https://postimg.cc/bS9KVqfJ & https://postimg.cc/crjVD9Vf

            Please read more about it in our theme documentation here: https://www.portotheme.com/wordpress/porto/documentation/porto-post-grid-widget/

            Hello, @ismailgorunmek,

            Unfortunately, the functionality you’re looking for on the single product page (with product images) isn’t available by default and would require additional customization or third-party plugins.

            Best Regards,
            PThemes Team.

            in reply to: Specific filter per category #23997
            Aizaz Awan
            Keymaster

                Hello, @mariom,

                Unfortunately, we haven’t tested any third-party plugins with our theme, so we’re unable to provide recommendations. However, you may want to search online and try a plugin that best meets your needs.

                Best regards,
                PThemes Team.

                in reply to: Mobile search bar #23996
                Aizaz Awan
                Keymaster

                    Hello, @reycasper,

                    I have reuploaded the same screenshot here: https://pasteboard.co/OYEVPbXrPt2M.png please check it.

                    And please generate a fresh new topic for your issues.

                    Thanks for your understanding.

                    Best Regards,
                    PThemes Team.

                    in reply to: How to edit top nav in Porto Business 3 Template #23904
                    Aizaz Awan
                    Keymaster

                        Hello, @barryhynd,

                        Please navigate to Porto >> Template Builder >> Header and edit the Custom Header from there, by editing it, you will be able to change the content: https://postimg.cc/XrmYR3C7

                        Best Regards,
                        PThemes Team.

                        Aizaz Awan
                        Keymaster

                            Hello, @kennydang,

                            Unfortunately, this option is not available. When you select the filter, it is applied immediately. However, you may want to explore third-party plugins that could better meet your needs.

                            Best regards,
                            PThemes Team.

                            in reply to: Update 7.3.0 the translations (localization) do not work #23901
                            Aizaz Awan
                            Keymaster

                                Hello, @supermoko,

                                Please rename the language files as follows:

                                porto-es_ES.po
                                porto-es_ES.mo

                                Then, upload them to the directory: /public_html/wp-content/languages/loco/themes/.

                                This should resolve the issue and ensure that your language settings are preserved even after theme updates.

                                If the issue persists, please provide your site’s WP Admin URL and credentials in the private content section of this topic, and we’ll be happy to assist you directly.

                                Best regards,
                                PThemes Team.

                                Aizaz Awan
                                Keymaster

                                    Hello, @manuel-santos,

                                    The warnings you’re seeing are related to the PHP file l10n.php, which handles localization (translations) in WordPress. Specifically, the error messages are indicating that there is an “undefined array key” named “path” in that file. This typically suggests that somewhere in the code, WordPress expects an array to contain a key “path”, but it doesn’t, hence the warning.

                                    1. Check WordPress Localization Settings:

                                    The error occurs in the l10n.php file, which is responsible for localization and language handling in WordPress. Sometimes, this issue is caused by a missing or improperly set language file.

                                    Verify Your WordPress Language Settings: Go to your WordPress dashboard and check under Settings → General, and ensure that the correct language is selected.

                                    Reinstall WordPress Core Files: It’s possible that some WordPress localization files were not properly downloaded or got corrupted. You can try reinstalling the WordPress core files to ensure all the necessary files are in place:

                                    Go to Dashboard → Updates → Reinstall Now to reinstall the WordPress core.

                                    2. Turn OFF the debug mode:

                                    Disable WordPress Debugging:

                                    Open wp-config.php in your WordPress root directory.
                                    Set the following constants to false:


                                    define( 'WP_DEBUG', true );
                                    define( 'WP_DEBUG_LOG', true );
                                    define( 'WP_DEBUG_DISPLAY', false );

                                    3. Custom Solutions:

                                    If you have tried all the steps above and still can’t resolve the issue, you can attempt to suppress the warnings temporarily by modifying the PHP error reporting. However, this is not a recommended long-term solution as it won’t fix the root cause:

                                    Add the following line to your wp-config.php file to suppress these warnings:


                                    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);

                                    4. Contact WordPress Support:

                                    If you’ve tried all of the above steps and the problem persists, it may be time to contact support for WordPress for assistance.

                                    I hope this helps you narrow down the issue! Let me know if you need further assistance.

                                    Best Regards,
                                    PThemes Team.

                                    in reply to: Error importing DEMO #23899
                                    Aizaz Awan
                                    Keymaster

                                        Hello, @lojagolfe,

                                        Please completely reset your site OR Install a fresh new WordPress.
                                        And provide us the permission to Install the theme and import the demo again on a fresh new WP, and we will Install it for you without that sidebar issue.

                                        Best Regards,
                                        PThemes Team.

                                        in reply to: Specific filter per category #23896
                                        Aizaz Awan
                                        Keymaster

                                            Hello, @mariom,

                                            Unfortunately, this is not possible.

                                            The sidebar is configured under Appearance >> Widgets >> Shop Sidebar, and it functions as the global sidebar, appearing across all Shop and Category pages. It cannot be set individually for different category pages.

                                            You might want to explore third-party plugins that could better meet your needs.

                                            Best regards,
                                            PThemes Team.

                                            in reply to: Error importing DEMO #23862
                                            Aizaz Awan
                                            Keymaster

                                                Hello, @lojagolfe,

                                                Porto is fully compatible with both Elementor and WPBakery. Additionally, the demo imported without any issues and is functioning perfectly.

                                                Best Regards,
                                                PThemes Team.

                                                in reply to: Error importing DEMO #23860
                                                Aizaz Awan
                                                Keymaster

                                                    Hello, @lojagolfe,

                                                    I didn’t do anything special. I just went to Porto > Setup Wizard > Demo Import, first removed the previous demo content, then imported the new demo content as usual, and it worked.

                                                    Best Regards,
                                                    PThemes Team.

                                                    Aizaz Awan
                                                    Keymaster

                                                        Hello, @nicksmet,

                                                        I have just checked your site’s mobile version and it is working perfectly fine for me, please refer to this screenshot: https://postimg.cc/Z0dFPBzM please try to cleat the cache of your mobile and check back again.

                                                        Best Regards,
                                                        PThemes Team.

                                                        in reply to: Loco plugin causes HTTP500 error #23838
                                                        Aizaz Awan
                                                        Keymaster

                                                            Hello, @nicksmet,

                                                            Could you please contact us via our support system with your site WP Admin URL and Credentials so that we can have a look into it for you on your site and help you out.

                                                            Best Regards,
                                                            PThemes Team.

                                                            in reply to: On the mobile menu there are no products shown #23837
                                                            Aizaz Awan
                                                            Keymaster

                                                                Hello, @nicksmet,

                                                                Glad to hear it’s been resolved! Thanks for letting me know.
                                                                If you need any other help, feel free to write back to us anytime.
                                                                We are always here to help you.
                                                                Thanks for contacting us.
                                                                Have a nice day.

                                                                Best Regards,
                                                                PThemes Team.

                                                              Viewing 15 posts - 166 through 180 (of 869 total)
                                                              Customize Icon
                                                              Need Customization? We specialize in delivering high-quality web and mobile design/development services to our clientele. Should you require customization services, please do not hesitate to reach out to us at your convenience.