• Resolved Carin

    (@sparksfreebies)


    Hi, I have not been working with this site for a couple of months and today when I resumed my checking troubleshooting, I noticed that the renew ads buttons are gone, can I submit a ticket to you with login?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    do you have at least one renewal pricing created and published? If not then the renewal buttons in [adverts_manage] shortcode will not show.

    Thread Starter Carin

    (@sparksfreebies)

    Yes I have Renew products, https://www.screencast.com/t/Vo7I0K56Woq this is an older site and Renew used to show, I had this problem before and this css shown at the bottom of this post fixed it, I just checked and the css was not commented out anymore, so I did that, but still nothing showing
    2019-03-25_1010

    (old fix at bottom of post, commented out some css) https://www.ads-software.com/support/topic/cant-renew-ad-in-buddypress-profile/

    Plugin Author Greg Winiarski

    (@gwin)

    The “More” button should show only if there is at least one button to show (after clicking more), but your div tag with the additional buttons seems to be empty so the more button should not be visible on site, and forcing it to be visible and clicking it will not show any buttons as there are none in the page HTML.

    Thread Starter Carin

    (@sparksfreebies)

    Last year I had made some customizations to display Renew instead of More, it used to work, now something has changed so I removed the manage.php from theme template folder, but still cant see More button, I have Renew Ad Products enabled.

    The More button shows very briefy when the page first loads, which makes me think display:none is the culprit somewhere, I found it in adverts-frontend.css,but its in the download, so you put that there for a reason.

    .adverts-manage-actions-more {
        clear: both;
        overflow: hidden;
      display: none;
    }

    Any other ideas?
    2019-03-27_1811

    Plugin Author Greg Winiarski

    (@gwin)

    The display:none is added inline because most likely the <div class="adverts-manage-actions-more"></div> does not have inside any elements with class ‘adverts-manage-action’.

    You can check that by expanding the adverts-manage-actions-more element in the DOM browser.

    Thread Starter Carin

    (@sparksfreebies)

    I just removed the entire wpadverts folder from the theme, so only the plugin is activated, no extra files, removed styling from theme file, plugin is updated, but I still don’t have a More button, and I have Renew Products active. Please advise.
    2019-03-28_0736

    Plugin Author Greg Winiarski

    (@gwin)

    The screenshot you posted is pretty much the same as the one you posted in the previous message, can you expand the<div class="adverts-manage-actions-more"></div> this could tell why the more button has the display:none added.

    Thread Starter Carin

    (@sparksfreebies)

    it is empty
    2019-03-28_0736

    Plugin Author Greg Winiarski

    (@gwin)

    It displays with the “…” which indicates it is not empty at all? If there wouldn’t be anything inside then the element should display as in this screenshot https://www.dropbox.com/s/4m7m71abg3rpflf/more-button.png?dl=0

    Maybe it would be faster if you could paste here a link to a page where you are having this problem so i could check it myself if you do not want to post the page link here you can email it to me using the contact form here https://wpadverts.com/contact/

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Renew button gone’ is closed to new replies.