Title: edgepro's Replies | WordPress.org

---

# edgepro

  [  ](https://wordpress.org/support/users/edgepro/)

 *   [Profile](https://wordpress.org/support/users/edgepro/)
 *   [Topics Started](https://wordpress.org/support/users/edgepro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/edgepro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/edgepro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/edgepro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/edgepro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/edgepro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO] Worksheet ID is causing an error when data is fetched on a schedule](https://wordpress.org/support/topic/worksheet-id-is-causing-an-error-when-data-is-fetched-on-a-schedule/)
 *  Thread Starter [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/worksheet-id-is-causing-an-error-when-data-is-fetched-on-a-schedule/#post-17117850)
 * Also, is it possible to download the previous version so that we can implement
   a temporary fix? What is the link for that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO] Conditionally Render Markup in Template](https://wordpress.org/support/topic/conditionally-render-markup-in-template/)
 *  [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/conditionally-render-markup-in-template/#post-17078365)
 * It’s not pretty when one looks at the source code, but I use the token in the
   CSS classes of the element and then look for when the class is not rendered right
   and hide it. This CSS trick can allow you to conditionally show or hide anything,
   depending on if the field is null or not (or a specific value):
   CSS:/* Hide empty
   bullets */[class^=”-Location”], [class^=”-Food-Location”]{ display:none; }HTML:
 *     ```wp-block-code
       <h3>locations include:</h3>
       <ul>
       <li class="{{mpg_check-in_location}}-Location"><a href="{{mpg_check-in_loc_link}}" target="_blank" rel="noopener">{{mpg_check-in_location}} (Check-In Here)</a></li>
       <li class="{{mpg_location_2}}-Location"><a href="{{mpg_loc_2_link}}" target="_blank" rel="noopener">{{mpg_location_2}}</a></li>
       <li class="{{mpg_location_3}}-Location"><a href="{{mpg_loc_3_link}}" target="_blank" rel="noopener">{{mpg_location_3}}</a></li>
       <li class="{{mpg_location_4}}-Location"><a href="{{mpg_loc_4_link}}" target="_blank" rel="noopener">{{mpg_location_4}}</a></li>
       <li class="{{mpg_location_5}}-Location"><a href="{{mpg_loc_5_link}}" target="_blank" rel="noopener">{{mpg_location_5}}</a></li>
       <li class="{{mpg_location_6}}-Location"><a href="{{mpg_loc_6_link}}" target="_blank" rel="noopener">{{mpg_location_6}}</a></li>
       <li class="{{mpg_location_7}}-Location"><a href="{{mpg_loc_7_link}}" target="_blank" rel="noopener">{{mpg_location_7}}</a></li>
       <li class="{{mpg_location_8}}-Location"><a href="{{mpg_loc_8_link}}" target="_blank" rel="noopener">{{mpg_location_8}}</a></li>
       </ul>
       <h3 class="{{mpg_food_location_1}}-Food-Location">And food locations include:</h3>
       <ul>
       <li class="{{mpg_food_location_1}}-Food-Location"><a href="{{mpg_food_loc_1_link}}" target="_blank" rel="noopener">{{mpg_food_location_1}}</a></li>
       <li class="{{mpg_food_location_2}}-Food-Location"><a href="{{mpg_food_loc_2_link}}" target="_blank" rel="noopener">{{mpg_food_location_2}}</a></li>
       <li class="{{mpg_food_location_3}}-Food-Location"><a href="{{mpg_food_loc_3_link}}" target="_blank" rel="noopener">{{mpg_food_location_3}}</a></li>
       </ul>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO] Compatibility With Ninja Forms](https://wordpress.org/support/topic/compatibility-with-ninja-forms-5/)
 *  Thread Starter [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/compatibility-with-ninja-forms-5/#post-14588767)
 * The closest thing they have is this:
    [https://ninjaforms.com/blog/populate-list-field/](https://ninjaforms.com/blog/populate-list-field/)
 * But I have no idea how you could hook into that on the backend. (I know just 
   enough php to be dangerous and I don’t think its’s practical for me to take that
   on!)
 * Thanks for your answer though- guess I need to find one of my programmer friends
   that knows some php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO] Best Google Map Plugin For MPG](https://wordpress.org/support/topic/best-google-map-plugin-for-mpg/)
 *  Thread Starter [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/best-google-map-plugin-for-mpg/#post-14564506)
 * Great info! Thanks!
 * I already started playing around with the Google Maps API and I’m already getting
   it to do what I want- yes, it’s pretty easy aside from trying to style the markers
   and icons, but I’m really close.
 * On the city thing, is there a way to search for a matching ZIP & return a city?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO] Can’t get any template to work/start](https://wordpress.org/support/topic/cant-get-any-template-to-work-start/)
 *  Thread Starter [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/cant-get-any-template-to-work-start/#post-14547373)
 * Not sure why it would be related but after updating the plugins for Contact Widgets(
   by GoDaddy) & WP Shopify, the issue went away. I made no other changes to my 
   site so it had to be one of them or possibly some other update made by GoDaddy
   on their backend.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO] Can’t get any template to work/start](https://wordpress.org/support/topic/cant-get-any-template-to-work-start/)
 *  Thread Starter [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [5 years ago](https://wordpress.org/support/topic/cant-get-any-template-to-work-start/#post-14513822)
 * I emailed you through your support form. Looking forward to hearing from you.
 * It was a new plugin install. WordPress is all up to date, as well, and not a 
   multisite. I even deleted the MPG cache folders, uninstalled & reinstalled. Perhaps
   it’s a conflicting plugin? The only one I have on there that I think might interfere
   is Really Simple SSL?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ShopWP] “View Product” showing instead of “Add to Cart”](https://wordpress.org/support/topic/view-product-showing-instead-of-add-to-cart/)
 *  [edgepro](https://wordpress.org/support/users/edgepro/)
 * (@edgepro)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/view-product-showing-instead-of-add-to-cart/#post-13480532)
 * Can you enable the item to be clickable to go to the product detail page while
   also allowing the button to be an “Add to cart” button? This was how the older
   version worked; now my site is wrecked after the update. We ABSOLUTLEY have to
   have our items work this way! Please help!

Viewing 7 replies - 1 through 7 (of 7 total)