Okay
  Public Ticket #1179258
gallery
Closed

Comments

  • Masoud started the conversation

    Hi I want to remove the border/stroke on each image and reduce the space between each image. How can I do this. Thanks

    This page created by adding element Image Gallery 

  •  8,470
    Tahir replied

    Hey Masoud,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .gallery a img {
        border: none !important;
        margin-bottom: 0px !important;
    }
    #gallery-2 .gallery-item {
        margin-top: -10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Masoud replied privately
  • Masoud replied

    Back to how the image appears on a post, can the size be changed so that it appears same size as the featured image?   or even better to take up the width of a mobile screen?

    http://ecbiz230.inmotionhosting.com/~aavaco5/2017/05/22/rishi-pooja/

    many thanks

  •  8,470
    Tahir replied

    Hey Again,

    1: I am afraid the Transition cant be changed at the moment .

    2: The Image order is a WP Issue unfortunately we dont have any solutions for it . You can try Bulk Uploading Plugins . 

    3: To make the gallery the same width as featured image:

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .gallery a img {
        width: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Masoud replied

    Thanks again. Thats a shame about the transition. Is there no way around this?

    on this page http://ecbiz230.inmotionhosting.com/~aavaco5/portfolio/ there is a circle on the right - does this have a purpose how can I get rid of it?

    thanks

  •  8,470
    Tahir replied

    You seem to have the Fullscreen Page Rows Option Turned on. Simply Turn it off . 

    Thanks 



    ThemeNectar Support Team 

  • Masoud replied

    Hey I made my site live and when I view on a mobile its gone all chinese on me! + the  carasol on home page doea not show rhe arrows www.aava.co.uk

  •  8,470
    Tahir replied

    Seems fine on my end . 

    Try to check for Browser Console Errors : https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors where you are seeing the issue.

    Thanks 



    ThemeNectar Support Team 

  • Masoud replied

    Hi I have tested on a couple of browsers and found and the issues occurred on both. Entered the code debug script

    The issue was resolved on the slider but the issue is still present with the carousels.

    Thanks 

    Mas 

  •  8,470
    Tahir replied

    Hey Again,

    Please make sure your server has the correct Mime types set: https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting . You might need to contact your hosting provider to add them .

    Best.


    ThemeNectar Support Team