Title: vamonos's Replies | WordPress.org

---

# vamonos

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Beaver Builder Page Builder - Drag and Drop Website Builder] Revised review (DOWN) Why no multisite compatibility?](https://wordpress.org/support/topic/why-no-multisite-compatibility/)
 *  [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/why-no-multisite-compatibility/#post-8015478)
 * Don’t you think that 200 bugs are a bit too much to get your PRO-plugin with 
   multisite-support?
    Someone downloads the Lite-Version for free, test it on his
   multisites..think it’s useful.. and then he have to pay 200 bugs to get “Full”.
   I you choose the “Standard”, you will pay 100 bugs, but you also will loose the
   multisite-functionality…??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Optimizing images in Azure Storage Blob](https://wordpress.org/support/topic/optimizing-images-in-azure-storage-blob/)
 *  [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/optimizing-images-in-azure-storage-blob/#post-6077365)
 * Thanks for the link..I have the same problem related to my Azure Blobs..will 
   try the dev-version later and will let you know..
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Changing Date Picker language](https://wordpress.org/support/topic/changing-date-picker-language/)
 *  [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/changing-date-picker-language/#post-5683184)
 * Same probleme here.
    Also how can I switch the complete language of Caldera-Forms?
 * Thanks guys for some comments..
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to hide custom field if it stays empty ?](https://wordpress.org/support/topic/how-to-hide-custom-field-if-it-stays-empty/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-custom-field-if-it-stays-empty/#post-5879297)
 * Hello again,
 * alright, I tried your code, but the empty fields are still showing up in the 
   frontend.
    Brian, is it possible, that you can send me just your contact-mail
   to the trash-box xdqspl { at } abyssmail.com ? I will send you the page-link,
   if you are still interested to have short look on that. That would be very nice.
 * Thanks for info
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to hide custom field if it stays empty ?](https://wordpress.org/support/topic/how-to-hide-custom-field-if-it-stays-empty/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-custom-field-if-it-stays-empty/#post-5879293)
 * Hi Brian 😉
 * Thanks for your fast answer..I can’t show you the pages directly, it’s a customer’s
   site,
    but **this is all what you have to know**: [https://picr.ws/images/2c8d71611fafa439a9357b8196109518.png](https://picr.ws/images/2c8d71611fafa439a9357b8196109518.png)
 * The code looks nice, thanks to you.
    I will test it immediately 😉 I’l let you
   know if it’s working!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to hide custom field if it stays empty ?](https://wordpress.org/support/topic/how-to-hide-custom-field-if-it-stays-empty/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-custom-field-if-it-stays-empty/#post-5879280)
 * Hi guys,
 * thanks for answering and for your suggested solutions.
 * **I’ve forgot to mention**:
    I not only want to hide the custom field, also **
   all classes around this field**:
 *     ```
       - li class="right"
       - div class="righttitle"
       - div class="rightcontent"
       ```
   
 * I tried it like you both suggested, but the field is still showing, if it’s empty:
   
   Here’s the last try:
 *     ```
       <?php $Rentalcar= trim( get_post_meta($post->ID, "rentalcar", true) );
       echo '<!--'; var_dump( $Rentalcar); echo '-->';
       if( !empty( $Rentalcar) ) :
       ?> <li class="right">
       <div class="righttitle">Rentalcar:</div>
       <div class="rightcontent">
       <?php echo $Rentalcar?>
       </div>
       ```
   
 * ..but this has also not been successful 🙁
    I just edited and ordered the code
   a bit more detailed with some classes. I’m getting crazy with this. This is the
   last feature which is missing on the page.
 * Thanks [@all](https://wordpress.org/support/users/all/),
 * vamonos
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IG PageBuilder] "Invalid argument supplied./ig-pagebuilder/core/core.php on line 834"](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/#post-4836263)
 * Hi Adam,
 * alright, thank you. I got it.
    You’ve got mail from ja…..x@gmail.com 3 minutes
   before.
 * Thanks for support.
    For any questions, just contact me. I’ll reply fast.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IG PageBuilder] "Invalid argument supplied./ig-pagebuilder/core/core.php on line 834"](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/#post-4836261)
 * Can you please provide a contact email-adress or something like that?
    Is it 
   not possible to write a private message here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IG PageBuilder] "Invalid argument supplied./ig-pagebuilder/core/core.php on line 834"](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/#post-4836260)
 * Hi,
 * you will get access to the client’s page.
    I’ll write you a private message now.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IG PageBuilder] "Invalid argument supplied./ig-pagebuilder/core/core.php on line 834"](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [12 years ago](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/#post-4836243)
 * I wrote:
 * “Also an update to the newest version of the IG-Pagebuilder and also an update
   to the newest version of IG-Shortcodes doesn’t work and forced also the “IG-Shortcodes”-
   Plugin to cause a failure on the dashboard and to deactivate itself!”
 * That’s it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IG PageBuilder] "Invalid argument supplied./ig-pagebuilder/core/core.php on line 834"](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [12 years ago](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/#post-4836205)
 * Help is **really appreciated**!
 * We had to roll out a page to a customer a week ago and we’re only waiting for
   this “update”?..failure-correction?
 * It would be to risky to deinstall IG-pagebuilder and also the IG-Shortcodes-Plugin
   now to install another pagebuilder.
    It works perfect, I love it..thank you for
   this free excellent plugin, but please correct the failure.
 * If you want, you can have access to our test-site.
    Just contact me, if that 
   helps.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IG PageBuilder] "Invalid argument supplied./ig-pagebuilder/core/core.php on line 834"](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/)
 *  Thread Starter [vamonos](https://wordpress.org/support/users/vamonos/)
 * (@vamonos)
 * [12 years ago](https://wordpress.org/support/topic/invalid-argument-suppliedig-pagebuildercorecorephp-on-line-834/#post-4836179)
 * Hello..
 * thank you for you answer.
 * Your advice with “**debug by checking the wp-config.php file and make sure that
   WP_DEBUG is set to false, it doesn’t harm your website**” can not help because
   a standard-installation of WordPress is always set to “No Debug” in the wp-config.
   php.
    So why do you give this advice? Are your WordPress-installations always
   configured to debug the pages??
 * I’ve read that you tried to advice different user with this to fix the failure
   with the IG-Pagebuilder.
    And also they told you here on the WordPress-Support-
   Pages that this doesn’t help!
 * Also an update to the newest version of the IG-Pagebuilder and also an update
   to the newest version of IG-Shortcodes doesn’t work and forced also the “IG-Shortcodes”-
   Plugin to cause a failure on the dashboard and to **deactivate itself**!
 * Thanks in anticipation for help.
 * Regards,
    vamonos

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