Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #897187

    Hello,
    I think the headline rotator might have just the effect I am going for – if only I could change 2 things:

    1) I’d like to have it stop rotating after the last alternative and keep that last option visible. So it slides in…and stays there. Is that possible?
    2) I’d love to be able to style the headline text. I’m especially interested to see how the appended text will look if italic. Is that an option?

    See private content for URL and how to access this development site.

    #898192

    Please help me. This is the last thing we are needing to resolve before we can go live with this new site.

    #898217

    Hi,

    1. That would require custom coding to be implemented. i you need assistance you can consider to hire someone
    2. Some custom CSS required.
    Let us know what change you want to do and we will send you over the CSS

    Best regards,
    Basilis

    #898225

    Thanks Basilis. We’ve decided to keep the styling as is. But I do still want the rotation to stop. What kind of coding would someone need to do? Would I need to install a child theme?

    I’m really surprised it is not a setting.

    #900100

    Hi,

    This is possible but you have edit the js > shortcodes.js file. Look for this code around line 4034.

    _self._move({}, _self.open);
    

    Below, add the following script:

    if(_self.open == _self.count - 1) {
    	clearInterval(_self.autoplay);
    }
    

    Best regards,
    Ismael

    #900147

    When I go to that file, a message appears below it that says:

    There are 9 errors which must be fixed before you can update this file.

    Update anyway, even though it might break your site?

    I did a manual check for Enfold theme updates and it says my theme is up to date.

    What do you recommend? It won’t let me try the changes you have suggested.

    #900153

    I have activated the child theme for this site now, if that helps.

    #900532

    Hi,

    I don’t think you can update the file in the Appearance > Editor panel. Please edit it by way of cpanel or FTP.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.