Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25165

    Firstly, congratulations on a really fantastic theme. I have a few questions that I would be grateful if you could answer them.

    1. I am using ‘justified image grid’ and ‘jQuery lightbox’ for my galleries.

    The problem is, when, I click on a thumbnail, 2 lightboxes pop up: the jQuery one and the default theme one.

    Is there a way I can disable the them default lightbox altogether.

    I have tried this solution: https://kriesi.at/support/topic/disable-lightbox-on-spefic-pages-so-other-light-box-can-work

    but it it changed nothing.

    Here is a link to a sample gallery where this is happening:

    http://www.barryocarrollphotography.com/prague/

    2. Is there a way to remove all navigation arrows and bullets from the slideshows.

    http://www.barryocarrollphotography.com/

    3. I cannot seem to find where I can change the color of the menu items. The current color is a mid grey and the selected item is white. How can I change the unselected color?

    #125988

    Hi barryocarrollphotography,

    1) If you are using a secondary lightbox plugin, you should just disable it. Otherwise you’ll need to unhook the themes prettyPhoto script from being used throughout the site and I’m not sure anything third party will be able to accurately integrated with all of Enfolds features.

    2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }
    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    3) Go to the Styling tab of the theme options. Then open the Header tab and change the options there. The “Header font color” controls the menu item static color as well as the hover using a theme function to get a slight difference from the one you pick.

    So you could use the following to set the static color for all those items and then use that option to just set the hover:

    .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #FFF000; }

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘A few questions’ is closed to new replies.