Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    06.06.2016 at 02:15 #28188

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    05.06.2016 at 06:02 #28179

    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

    Denzel Chia
    Moderator
    Posts: 2656
    05.06.2016 at 05:51 #28178

    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

    Denzel Chia
    Moderator
    Posts: 2656
    04.06.2016 at 04:14 #28174

    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.

    Loco Translate

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    04.06.2016 at 03:39 #28173

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 09:43 #28168
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 08:44 #28165

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .nav ul li a {
    text-shadow: none !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 08:42 #28164

    Hi,

    The URL you provided shows me a 403 forbidden.
    Not able to access your login page.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 04:26 #28160

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    03.06.2016 at 04:17 #28159

    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