Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterWe’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.
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
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
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 ) ); } });
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=d6dda9817d25d465a52860d9e7021981Psink
KeymasterHi @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.
Psink
KeymasterHi @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.
Psink
KeymasterIt 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.
Psink
KeymasterHello,
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.
Psink
KeymasterHello,
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=8ec9cd8e4f0adba81ff3f51d9b00fcc3For further investigation is it possible to share your site temporary login to prashant.themepalace@gmail.com
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.
June 16, 2025 at 1:59 am in reply to: University Hub Pro-3.4.4 install WooCommerce plugin has an error #210016Psink
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!
June 16, 2025 at 1:42 am in reply to: How to make the Home menu item selected when entering the main page #210015Psink
Keymaster@sunlyfenggmail-com, Is it something like in the screen record?
https://demo.wenthemes.com/university-hub-proSeems 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
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
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 -
This reply was modified 2 months, 1 week ago by
-
AuthorPosts