-
AuthorPosts
-
June 12, 2015 at 2:57 am #299784
Hi guys,
testing xTheme for a friend before she buys the license – i actually will be developing her site so it would make my life easier if xTheme was doing all waht she wants π
She has a restaurant and wants to have an animated image on the homepage.
I have done a test creating a page on my own website:
http://www.briskbars.com/ina-test-temp/how can we keep this animated on mobile?
she saw that on this page and want the same…
http://eatchego.com/Also what is the best out of the 4 stacks to include a serie of small pictures on the same line (menu plates!) with a some dish name underneath? i know we can pretty much do everything with xTheme but again if i could avoid going too much into coding that would be great π
Thank you for your help
valerie
June 12, 2015 at 2:57 pm #300268Hi Valerie,
Thanks for writing in!
#1: I’m getting “404 Page not found” error while opening your provided URL. Would you mind confirming the URL again?
#2: You can perhaps try our Ethos 3 demo: http://theme.co/x/demo/ethos/3/
The example you have shared, could be possible but may require custom development. But this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks!
June 12, 2015 at 3:40 pm #300291Hi,
sorry had to deactivate the page for a while- back on:
http://www.briskbars.com/ina-test-temp/
it works perfectly on desktop, is there a shortcode to make it work on mobile?thank you
Valerie
June 13, 2015 at 4:17 pm #300952Hi there,
Your gif plays only once on my end, (Desktop and mobile). Then afterwards, it wont play even reloading the page.
Please try adding this code at Admin > Appearance > Customizer > Custom > CSS.
jQuery( function($) { $( 'img[src*=".gif"]' ).each( function(){ $( this ).attr('src', $( this ).attr('src') + "?stamp="+new Date().getTime()); } ); });
Thanks and let me know!
June 15, 2015 at 12:50 am #301970Hi,
I have tried this but unfortunately it does not work.
My friend has bought a xTheme licence and I have built her page,
http://www.bibimbar.com
Tried to add your piece of code in CSS but as mentioned it does not work.
any other suggestion?To the second question I first asked, I found a way around creating columns using integrity…i would need 7 columns but cornerstone doesn’t allow it…
http://www.bibimbar.com/menu-details/Thank you
June 15, 2015 at 12:51 am #301972This reply has been marked as private.June 15, 2015 at 3:48 am #302106Hello There,
Sorry it didn’t work. There was a typo error in our last reply. The code is meant to be added in the custom js in the customizer, Appearance > Customize > Custom > Javascript
jQuery( function($) { $( 'img[src*=".gif"]' ).each( function(){ $( this ).attr('src', $( this ).attr('src') + "?stamp="+new Date().getTime()); }); });
Please let us know how it goes.
June 19, 2015 at 1:46 am #306867Hi,
there is still an error in the code.
the .gift is basically a bowl + 12 elements added 1 by one in it.
how to have the “bowl + 12 elements” playing continuously?using your javascript now when you launch you see bowl + 3 elements than straight after bowl +12 elements, and it stops
http://www.bibimbar.comThank you again, you help and support are key. I have already got 3 people to buy x π
Val
June 19, 2015 at 9:20 am #307145Hi Val,
Thank you for your kind words! π
As per this thread: https://en.forums.wordpress.com/topic/animated-gif-wont-loop, the limitation is itself in your gif image. I created a example page, and the animated gif is working fine on both desktops and mobiles: http://www.bibimbar.com/test-gif-image/
Thanks!
June 20, 2015 at 6:53 pm #308073Hi again,
very strange when we open the .gift it keeps rolling,
yes seeing you gift page…mmm…
we will create a new gift and see…
hope it works πkeep you posted otherwise
thks again for the support
ValJune 21, 2015 at 2:29 am #308269Hey There,
Thanks for letting us know.
If thereβs anything else, we can help you with, please let us know.
-
AuthorPosts