Forum Replies Created
-
AuthorPosts
-
Thanks a lot for your input Mike!
I just set it up, will wait a few days and get back to you in case the tracking doesn’t work.
Cheers
Robin.Actually I went for another solution since I couldn’t find a way to get the flip animation to work.
I simply used javascript to change the image on hover:<img id="my-img-id" onmouseover="this.src='hovering-image-url.png';" onmouseout="this.src='base-image-url.png';" src="base-image-url.png" />
…and styled it in my style.css file.
The result isn’t quite the one I was after but it’s okay :)- This reply was modified 7 years, 1 month ago by Robin. Reason: Error in code
Works! Thanks
RSending it over in the private content.
Thanks in advance!
RobinI haven’t been able to solve this myself yet.
Could you guide me in finding ways to style Enfold’s comment section?
Thanks again!Thank you Ismael!
Works perfectly now :)Hi Ismael,
Thank you for your help!! :)
So I’ve generated the shortcode:
[av_portfolio columns='1' one_column_template='default' items='1' contents='no' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no' query_orderby='rand' query_order='DESC']
And included it in my 404 like this, following instructions on the link you gave me:
<?php echo do_shortcode( '[av_portfolio columns='1' one_column_template='default' items='1' contents='no' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no' query_orderby='rand' query_order='DESC']' ); ?>
However the 404 is now endlessly loading – do you know how I could fix this?
Thanks again and all the best,
RobinPerfect!
It actually worked then :)
My bad, and thanks again!Hi Yigit,
Thanks for your reply!
Unfortunately it still doesn’t work (even when adding the missing semi-column after the last line of your code ;) )I’m transferring the details of the admin login below.
CheersWorks perfectly!
Thanks :)Thanks for your reply!
Thanks!
Hi Yigit,
Thanks for the answer!
I’d seen this, but it still doesn’t work :(Basically I want to use a lighter version of the Open Sans font that already features in Enfold for my headers.
Any clue on how I might do this?Cheers
Robin -
AuthorPosts