• Resolved tkeiger

    (@tkeiger)


    I’m working on a site on a test server. I have created an album that currently has 2 galleries. On the main page (where I will continue to have gallery thumbnails displayed) the gallery titles show.
    However, when you click on the thumbnail to go to the gallery, the gallery name does not display on that page
    See: https://www.pseudo-quasi.org/national-and-regional-winning-burmese/

    I DO have “always display” checked in the Options section for “Show Title”
    Is it possible to display the gallery title on the individual galleries’ pages? And how?

    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    As you can see in the following image, the title of the Gallery is there, however, because of its color, it is not seen. Please add the following CSS code into Customise > Addditional CSS :
    #bwg_container1_0 #bwg_container2_0 .bwg_back_0 {color: #210808 !important; }

    We hope this information helps. Please let us know if we can help further.

    Thank you!

    Have a great day!

    Thread Starter tkeiger

    (@tkeiger)

    Thank you – I did not see your response. However…something is amiss. I understand exactly what you’ve suggested; but it’s not working.

    I’ve added the code as suggested (nice color!) But the title and back link is still white.
    When I look at the page code via “developer tools” I see that that line of added code is struck out.

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    In this case, please try to add the following CSS code into Appearance >Customise > Additional CSS:

    a[class^=”bwg_back”] { color:#000000 !important; }
    div[class^=”bwg_back”] { color:#000000 !important; }

    Please let us know if it helps.

    Thank you! Have a nice day!

    Thread Starter tkeiger

    (@tkeiger)

    unfortunately…no. And none of this makes sense.
    I know that the page is reloading; I’ve viewed it in another browser, and also made a slight change that was created.

    Thread Starter tkeiger

    (@tkeiger)

    Any other ideas??? Title of the gallery is still white. CSS is not working.

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please go to \photo-gallery\frontend\views\BWGViewAlbum_extended_preview.php file via FTP , search for .bwg_back_ and delete !important for color:

    We hope it is going to help.

    Thank you! Have a nice day!

    Thread Starter tkeiger

    (@tkeiger)

    PERFECT!! I knew that it wasn’t overriding the gallery code, but I couldn’t figure out just where that was!
    Commented the change as well. Thank you so much!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    We are glad that it helps.
    You are most welcome! Please feel free to contact our team in case you will need further assistance.

    We hope you can spread the word and tell your friends about Web-Dorado plugins and themes. If you have time, please share your thoughts about the product here.

    Thank you so much! Have a great day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Display Gallery name on page’ is closed to new replies.