Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #299784

    BBadmin
    Participant

    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

    #300268

    Zeshan
    Member

    Hi 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!

    #300291

    BBadmin
    Participant

    Hi,

    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

    #300952

    Rad
    Moderator

    Hi 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!

    #301970

    BBadmin
    Participant

    Hi,

    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

    #301972

    BBadmin
    Participant
    This reply has been marked as private.
    #302106

    Rue Nel
    Moderator

    Hello 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.

    #306867

    jilee0612
    Participant

    Hi,

    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.com

    Thank you again, you help and support are key. I have already got 3 people to buy x πŸ™‚

    Val

    #307145

    Zeshan
    Member

    Hi 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!

    #308073

    BBadmin
    Participant

    Hi 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
    Val

    #308269

    Rue Nel
    Moderator

    Hey There,

    Thanks for letting us know.

    If there’s anything else, we can help you with, please let us know.