Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,544 total)
  • Author
    Posts
  • in reply to: Cannot install theme #210214
    Psink
    Keymaster

    Hi @bruce-hastampertech-com,

    We’ve tried to replicate the issue on our end, but everything appears to be working fine with the theme.

    To investigate further, could you please provide temporary admin access to your site? You can share the login credentials securely via email at prashant.themepalace@gmail.com.

    in reply to: Square Icons #210213
    Psink
    Keymaster

    @chrissifer, for a some reason font awesome is not being loaded into the DOM. If possible could you please share a temoprary site login for further investigation?

    You can share a site login to prashant.themepalace@gmail.com

    in reply to: Square Icons #210212
    Psink
    Keymaster

    @chrissifer, Seems there is a issue with “Team View” plugin. For now could you please temporarly disable the plugin. We will release the fix soon

    in reply to: Can I stop theme_google_fonts from autoloading? #210195
    Psink
    Keymaster

    @paul614724, Yes, you can disable autoload option for theme_google_fonts.

    Please add this code to your site. You can use code snippet plugin WP Codeto cadd this code

    add_action('init', function () {
        global $wpdb;
    
        $option_name = 'theme_google_fonts';
    
        // Check if option exists and is set to autoload
        $autoload_value = $wpdb->get_var(
            $wpdb->prepare(
                "SELECT autoload FROM {$wpdb->options} WHERE option_name = %s",
                $option_name
            )
        );
    
        if ($autoload_value === 'yes') {
            $wpdb->query(
                $wpdb->prepare(
                    "UPDATE {$wpdb->options} SET autoload = 'no' WHERE option_name = %s",
                    $option_name
                )
            );
        }
    });
    in reply to: Featured content and image slider #210170
    Psink
    Keymaster

    @thinbluegeek, It looks like the homepage content is currently being used as the slider content. Please check the slider settings in the Customizer and consider selecting a different page for the slider content instead of the homepage.

    Check this reference screen record.
    https://www.awesomescreenshot.com/video/42034210?key=d6dda9817d25d465a52860d9e7021981

    in reply to: Bug in theme Signify Dark (2.1) #210155
    Psink
    Keymaster

    Hi @pavol,

    Seems the issue has been resolved with v2.2. We have visited your site, and we have found that the background color of the menu is black

    Let us know if you are pointing to some other issue other than the background color of the menu

    Regards,

    • This reply was modified 2 months, 1 week ago by Psink.
    in reply to: Bug in theme Signify Dark (2.1) #210144
    Psink
    Keymaster

    Hi @pavol,

    We’ve tried to replicate the issue on our end, but unfortunately, we couldn’t reproduce it — the theme appears to be functioning correctly.

    For further investigation, would it be possible to share your site URL? This will allow us to inspect the issue directly and help identify the root cause more effectively.

    in reply to: can’t renew, says email address already in uses #210117
    Psink
    Keymaster

    It appears that the license key is already active on another website. To proceed, please deactivate the license on the existing site first. Once deactivated, you will be able to activate it on your main site.

    Let us know if you need help locating the currently activated site or deactivating the license.

    in reply to: Homepage Sortable not working #210081
    Psink
    Keymaster

    Hello,

    Thank you for providing the login details.

    I’ve checked the theme customizer, and the sortable sections appear to be working correctly — the Trip Search section is currently in the third position as expected.

    Regarding the header image on the destination page: at this time, the theme does not support displaying taxonomy images on their respective landing pages. However, you can set a general header image, which will appear across all pages of the site.

    in reply to: Homepage Sortable not working #210067
    Psink
    Keymaster

    Hello,

    Seems the issue is only on your particular site. We have tried to replicate the same issue but every things seems to be work fine. Here is the reference screen record
    https://www.awesomescreenshot.com/video/41332500?key=8ec9cd8e4f0adba81ff3f51d9b00fcc3

    For further investigation is it possible to share your site temporary login to prashant.themepalace@gmail.com

    in reply to: Homepage Sortable not working #210051
    Psink
    Keymaster

    @radfactor, It looks like you’ve managed to set up the homepage sections successfully — I can see the main slider appearing first.

    Let me know if you need any further assistance.

    Psink
    Keymaster

    @sunlyfenggmail-com, It seems you’re trying to perform a bulk installation of all the recommended plugins. Currently, there’s an issue affecting the bulk installation process.

    For now, could you please install the recommended plugins one at a time?

    Thank you for your understanding!

    Psink
    Keymaster

    @sunlyfenggmail-com, Is it something like in the screen record?
    https://demo.wenthemes.com/university-hub-pro

    Seems you have added a custom link for a homepage in the header menu. Please select the page rather than adding a custom link.

    Also if possible could you please share your site URL? so that we can inspect the site and find out the reason behind “Home” menu item is not select while homepage is active

    in reply to: Home Page Broken #209987
    Psink
    Keymaster

    @jason, the theme doesnot support header video. Also, the theme does not support for header image on the homepage. The header image works as a banner image on other pages. In case of a page or post, if there is no featured image, the header image is used as a banner image of the page/post.

    Regarding removing the page name from the banner, yes, it is possible by adding Additional CSS. You can provide us with a reference screenshot of the section where you want to remove the name of the page. We will provide you with CSS to remove it

    in reply to: tp-education bug in Kids Education Pro #209951
    Psink
    Keymaster

    @leescornerpta, thank you for bringing the issue with the TP Education plugin to our attention.

    We appreciate your feedback and would like to inform you that an official update will be released in the next couple of days.

    In the meantime, you can download the updated version of the plugin from the link below:
    https://we.tl/t-aI3MryaY0A

Viewing 15 posts - 16 through 30 (of 1,544 total)