Forum replies created

    In reply to Lost my icons
    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 07:33 #22021

    Hi,

    Something is wrong with your website setup.

    You have a CORS issue. Please see explanation.
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS

    The following is what you will see if you use firebug error console.

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://vipermetal.fi/wp-content/themes/evolve-plus/library/media/js/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

    Sorry, I am not server expert. Cannot help in this issue.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 07:26 #22020

    Hi,

    Please provide website url to your gallery.
    No promises, I will try to come up with a solution.

    Thanks!

    In reply to Image carousel
    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 07:25 #22019

    Hi,

    Sorry, we do not provide customization support.

    Thanks!

    In reply to Image carousel
    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 07:23 #22018

    Hi,

    For example.

    [images]

    [/images]

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:40 #22017

    Hi,

    Updated on your site.

    .copyright{
    color:red !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:36 #22016

    Hi,

    I have added the following codes in your Theme Options -> Custom CSS

    #nav ul li:hover{
    background:#f1f1f1 !important;
    }

    You can change the #f1f1f1 to other color hex code.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:25 #22015

    Hi,

    Please provide website url to your video embed.
    No promises, I will try to come up with a solution.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:20 #22014

    Hi,

    Sorry for the misunderstanding! 🙂
    Thank you very much for your feedback.

    Best Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:17 #22013

    Hi Finn,

    You are welcome! Thank you!

    Have a nice day!

    Denzel Chia
    Moderator
    Posts: 2656
    12.11.2015 at 06:14 #22012

    Hi,

    I can only use css to hide the arrows and bullets.
    You will have to find a setting in revolution slider to stop the transition.

    Please use the following.

    .tp-leftarrow, .tp-rightarrow, .tp-bullets {
    display: none !important;
    }

    Thanks!