Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #416161

    i ‘d activated avia advanced page builder for posts,then i managed my post page but i ‘d got a problem with a bar shown in the bottom of the post witch contain related posts, i ‘d tried all the proposed solutions on Kriesi but no thing work with me
    please help me !!!

    #416556

    Hey reraow!

    It seems like you have already figured it out – http://i.imgur.com/Bm8Ie6D.png ? :)

    Best regards,
    Yigit

    #416589
    This reply has been marked as private.
    #416593

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .chrome a.b-animate-go, .ff a.b-animate-go, .safari a.b-animate-go { display: none !important; }

    Cheers!
    Yigit

    #416597

    Hello Yigit
    that’s really magic !!!
    awesome please could you tell me how you figure it out ?

    #416600

    Hi!

    Simply by inspecting elements – http://i.imgur.com/JiLQFnI.png :)
    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

    • This reply was modified 9 years ago by Yigit.
    #416605

    Hello Yigit
    when i add .chrome a.b-animate-go, .ff a.b-animate-go, .safari a.b-animate-go { display: none !important; }
    to my custom css all the images with effects disappeared :)

    #416606

    Hey!

    Can you please try using following code instead

    a.avia-post-nav + a.b-animate-go {
      display: none;
    }

    Regards,
    Yigit

    #416608

    Hi!
    it works nice :)
    thx alot for the help
    but what the + means ?

    #416613

    Hi!

    That means, target “a.b-animate-go” selector only if it is after “a.avia-post-nav” in DOM :)
    You are welcome, always glad to help :)

    Regards,
    Yigit

    • This reply was modified 9 years ago by Yigit.
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.