Forum Replies Created
-
AuthorPosts
-
Psink
Keymaster@KKNP, Yes I can see the text of the table aligned at the center on the smaller devices. Here is the CSS that will fix the issue
@media only screen and (max-width: 1023px){
td, th{
padding: 10px;
text-align: left;
}
}Please let us know if it works
Psink
Keymaster@KKNP, please add this CSS at the end of the Additional CSS.
#breadcrumb {
margin-left: auto;
}#main-nav .main-nav-wrapper .container{
z-index: 1;
}#breadcrumb .container div {
position: absolute;
}#breadcrumb .breadcrumb-trail .trail-items{
padding: 10px 20px;
padding-bottom: 30px !important;
}After adding the above CSS your site looks something like this
https://www.awesomescreenshot.com/video/13079498?key=0d9c4880f7905e1484c61a8a0ebaf68cPlease let us know if it works or not
Psink
Keymaster@THOMASS, I guess maybe the plugin is responsible for the blinks. You can try deactivating the plugin one by one and find out which plugin is responsible. Once you find out you can uninstall that plugin
Regarding Changing the theme yes it may affect the ranking, it depends upon the scripts and other resources used in the theme
-
This reply was modified 2 years, 9 months ago by
Psink.
December 5, 2022 at 10:21 pm in reply to: Bug on mobile devices with dropdown menu not populating under Africa/Asia/Europe #187315Psink
Keymaster@THOMASS, Could you please report this issue to the theme author? You are using the generatepress theme
Here is the support link https://generatepress.com/support/
Psink
Keymaster@KKNP, Could you please provide us with a screenshot of the text? I have visited your site but I did not get the text that needs to be aligned at the center in the mobile screen
Psink
Keymaster@NATALIESUSANA, Seems WP Travel is inactive. Please activate the WP Travel plugin and the contact form 7 plugin before you import the demo data.
Before you import the data. Make sure you have reset your site. You can use WP Reset plugin to reset the site. After resetting, activate WP Travel and Contact Form 7 plugin. Now you are ready to import the demo data
Psink
Keymaster@NIKONIKOENGLISH, To enable icons in the menu first we need to enable CSS Classes setting for the menu where we can add the icon class
Please follow the screen record
https://www.awesomescreenshot.com/video/12824949?key=5591cc88a15751412b02e39509a595f7If have any confusion please let us know
November 27, 2022 at 10:31 pm in reply to: How to remove page title without affecting page URL #187084Psink
Keymaster@VERTICALIFI, Remove the previous CSS code from the Additional CSS and add this CSS code
header.entry-header {
display: none;
}this code will hit all the pages
Psink
Keymaster@HNESCAPES, For demo import, install the Catch Theme Demo Import Plugin. After the plugin is active you will see the Themepalace Demo Import tab inside Appearance in the admin panel. Click on Themepalace Demo Import. You will see three fields to upload demo data.
here is the link for the demo data
https://themepalace.com/instructions/themes/travel-life/#doc-demo-file-51Extract the file and upload the data in respective fields and click import it will while to complete the import
Please let us know if you have any confusion
Psink
Keymaster@PRISCILLALONG93, Please try by manual import. I will provide you a demo data of Signify eCommerce.
First, we need to reset the database. For that install, WP Reset plugin and active it. After that, you will see WP Reset option inside the Tools in the admin dashboard.After a complete reset active all the recommended plugins and also the Woocommerce.
Then Go to the Catch Themes Demo Import tab and upload respective demo files and click on import
here is the link for demo dataNovember 20, 2022 at 10:25 pm in reply to: How to remove page title without affecting page URL #187039Psink
Keymaster@VERTICALIFI, Please Add this CSS in the Additional CSS
.home .post-21 .entry-header{
display: none;
}GO to Appearance >> Customizer >> Additional CSS, paste the above code there and published the site
Let us know if it works or not
Psink
Keymaster@TSC20234, Add this CSS in the Additional CSS
.main-navigation ul.nav-menu > li > a {
padding: 6px 10px;
font-size: 16px;
}Please let us know if it works or not
Psink
Keymaster@RAVENST0NE, Could you please share your site URL? We will check and provide you with a solution
if possible send your admin login through our contact form
https://themepalace.com/contact-us/-
This reply was modified 2 years, 10 months ago by
Psink.
Psink
KeymasterHello,
I guess you did go through the instruction of Musicsong Pro. Here is the instruction for the Musicsong
-
This reply was modified 2 years, 9 months ago by
-
AuthorPosts