Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #766249

    Hi,
    When I use the masonry gallery with 7 images it looks nice. But when I click on an image it says in the lightbox image xx/21 . Why does it says 21 images?

    Thanks

    #766462

    Hey jvbragt,

    That’s weird, I tried to check on the other images on first it’s 2/21, next is 5/21. Can you try to recreate it again and check? then try to disable all plugins and see if the issue is resolved.

    Best regards,
    Nikko

    #766598

    Hi,

    I found the plugin that’s responsible for the inconvenience. http://tutorials.mysitemyway.com/adding-versatile-button-shortcodes-to-your-wordpress-theme/
    Is there a way to fix this? I realy like the buttons

    #766799

    Hi,

    Try to reinstall the latest version of the plugin if that does not work I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    However you can add button styles manually.

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    give the button a custom css class name “my-button”.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .my-button {
     /* Custom button css style here*/
    
    }
    

    You can also check on codepen for more button inspiration :)

    Best regards,
    Vinay

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