Forum replies created
Hi,
My static homepage works properly on test site.
If you have added any widget in your footer.
Remove them temporary. It could be one of them with script that’s written wrongly.
You can also disable one plugin at a time to see which plugin is causing this issue.
Any content with script that you had added in your footer could be causing this problem.
Thank you.
Hi,
This will require custom coding a javascript solution.
You can contact us for customization service via https://theme4press.com/theme-customization-service/
Thank you
Hi Marco,
Thank you for your feedback.
This shows that the language file included in the theme is not done properly.
I will report this issue to our developers.
Thank you.
Denzel
Hi,
Yes, that’s the right folder.
I had created a new set of Italian po and mo file.
They are not translated.
Please download Archive.zip and unzip it.
https://github.com/denzelchia/t4press-tracker/files/298632/Archive.zip
Backup your own set of Italian language files.
To do translation, you should install your Evolve Plus theme in your localhost,
So that you can update your language file.
Use poedit to open up my newly created po file.
Use this to translate the read more text.
Remember to save your translation to allow poedit to update the po and mo file.
The mo file has to be updated in order to work.
Upload your translation to your web server after you had finish doing it.
You can also try using this plugin.
Thank you.
You are welcome!
Hi,
Please use the following in your Theme Options -> Custom CSS
.nav ul li a {
text-shadow: none !important;
}
Thank you
Hi,
The URL you provided shows me a 403 forbidden.
Not able to access your login page.
Thank you.
Hi,
Your menu does not look and behave the same as my menu on my test site.
Are you using custom css for your menu in 2.6.4?
If yes, I suggest you to remove it and use what’s available in Theme Options -> Styling -> Menu
the mouse over will ‘slide up’ the menu instead of just flash it.
Sorry, I do not understand this. Maybe you are referring to the menu item animation.
You can go to Theme Options -> Header -> Menu -> Choose menu item hover effect
To choose your effect or turn it off.
Thank you.
Hi,
Please use the following in your Theme Options -> Custom CSS
.page-id-1742 .content-boxes .content-container {
padding: 10px 10px 10px 10px !important;
}
You can adjust your padding accordingly.
The 10px 10px 10px 10px represents top, right, bottom, left padding.
Thank you