• Resolved webmaster-sw

    (@webmaster-sw)


    Hello
    I have Related Posts and Comments displayed under each post, each using their own ‘<section class=”container-wrap”>’

    However, when I add a Flickr Album Gallery shortcode to the post, these two sections disappear from the source code of the page.

    How do ensure that my two sections (and pagination) don’t disappear when using your plugin?

    Without Flickr Album Gallery shortcode in post body:

    </article>
    <section class="container-wrap">
    <section class="container-wrap">
    <nav class="pagination-sticky member-navigation" role="navigation">
    <section class="container-wrap">
    </div>
    </div>
    <div class="sidebar sidebar-main col-sm-3 sidebar-right">

    With Flickr Album Gallery shortcode in post body:

    <div class="gallery8868">
    <div class="row">
    </div>
    <div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
    <script type="text/javascript">
    </div>
    </article>
    <section class="container-wrap">
    </div>
    </div>
    <div class="sidebar sidebar-main col-sm-3 sidebar-right">

    https://www.ads-software.com/plugins/flickr-album-gallery/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Webmaster-sw,

    Please share your site Flickr gallery URL?

    I think there will be some CSS conflict that hiding your related post and comment section.

    We will check and respond to you with solution.

    Thanks
    Alex

    Thread Starter webmaster-sw

    (@webmaster-sw)

    Hi Alex
    If that was the case, wouldn’t the HTML for the other two sections show up?
    It’s definitely a PHP issue. Your plugin is likely sharing a priority number with the other two sections.

    Hi Webmaster-sw,

    If your are using a free theme let us know.

    We will check plugin with theme to findout where the conflict either Php or CSS?

    Thanks
    Alex

    Hi there i used Flickr gallery in a free mode and work great, but until the wordpress update i have a problem that still exists with the pro version that i purchase.
    You could see the conflict at this gallery page: https://cosmogym.gr/gallery/cosmogym-2015-1st-info-meeting-151114/

    The gallery loads great but the sub menu at contest δηλ?σει? συμμετοχ?? has a conflict. What could i do with this?

    Hello psilos123,

    Can you share me screenshot of this problem.

    Thanks

    Hi psilos123,

    If you are a pro user then post your query through our site.

    We will assist you ASAP.

    Thanks
    Alex

    Thread Starter webmaster-sw

    (@webmaster-sw)

    Hi Alex
    Unfortunately, we are not using a free theme. We are using KLEO.

    Are you able to provide a way to change the plugin priority number?

    Hi Webmaster-sw,

    Are you talking about moving plugin menu position in admin dashboard?

    If yes, then follow below solution.

    File: flickr-album-gallery.php

    Code Line: around 76

    Add a single code line

    'menu_position' => 80

    Check screenshot for instruction.

    These are values will position the menu as follows:
    0 – at the very top
    5 – below Posts
    10 – below Media
    15 – below Links
    20 – below Pages
    25 – below comments
    60 – below first gap in menu
    65 – below Plugins
    70 – below Users
    75 – below Tools
    80 – below Settings
    100 – below second gap in menu

    Thanks
    Weblizar

    Thread Starter webmaster-sw

    (@webmaster-sw)

    I’m actually referring to something else called an Action Hook:
    https://www.kathyisawesome.com/412/thematic-hooks-and-functions/

    Functions have a default priority number of 10. But if too many functions use the same priority number, then we have the type of problem I am describing.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Posts stop calling Related Posts / Comments if displaying Flickr gallery’ is closed to new replies.