Profiles

Bio

I am a WordPress theme and plugin developer. If you’re looking for a WordPress developer to help you bring your ideas to life, feel free to reach out to me at contact@mandresi.net

  • Member Since: October 20th, 2022
  • GitHub: imandresi
  • Find me on:
  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    Great ! You're welcome. Good luck :-)

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    @bcworkz - I understand your point. Thank you.

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    ok. contact@mandresi.net

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    I think this error has nothing to do with the dropdown. I have already tested…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    Can you look if there is an error on the developer console when you load…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    In fact, it is not a backtick that you just entered. Here is a link…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    I forgot but there should also backtick around venueCtrl.innerHTML = '<option value="0">${dropDownLabel}</option>'

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    I guess it must be a Javascript error. When I look at the code you…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    You're welcome! Happy to help. Enjoy :-)

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    @nomisrenrut - Here, I have modified the code to handle the tabs you said. I…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    You're welcome. Have fun :-)

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    @nomisrenrut > As the data changes very rarely, you don't need any user interface to…

  • Posted a reply to Why is the validation not being called, on the site WordPress.org Forums:
    Yes. Enjoy :-)

  • Posted a reply to Why is the validation not being called, on the site WordPress.org Forums:
    Hi, This time, I have installed and tested your plugin. It's working now. You can…

  • Posted a reply to Custom Listing Fields for paid users, on the site WordPress.org Forums:
    As I do not have Listing PRO plugin, I can't analyze their code to find…

  • Posted a reply to Why is the validation not being called, on the site WordPress.org Forums:
    Ok. Can you modify your <button> tag as:<button type="submit" class="button"> Adding this will submit your…

  • Posted a reply to Why is the validation not being called, on the site WordPress.org Forums:
    I don't know if mycustomForm.js is handling the submission of the form when clicking the…

  • Posted a reply to Stuck in generic login loop for 2 WP.com sites, on the site WordPress.org Forums:
              If it is a plugin issue, you could try renaming the plugin folder, for example…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    @nomisrenrut > Please can you tell us : If the venues are static or dynamic…

  • Posted a reply to Custom Listing Fields for paid users, on the site WordPress.org Forums:
    First, I need more information on how you implemented the listing packages. Did you use…

  • Posted a reply to Hacked ?! Error 403 opening wp-admin/update-core.php, on the site WordPress.org Forums:
    In fact what I fear is that some php files have been modified by the…

  • Posted a reply to Hacked ?! Error 403 opening wp-admin/update-core.php, on the site WordPress.org Forums:
    What about replacing all the WordPress files, plugins and themes with a fresh one ?…

  • Posted a reply to Expand search box from right to left, on the site WordPress.org Forums:
    Try adding this CSS code : .wp-block-search__inside-wrapper { justify-content: flex-end !important;}

  • Posted a reply to Custom Listing Fields for paid users, on the site WordPress.org Forums:
    Can you add one metadata that will be common for the two listings BASIC and…

  • Posted a reply to Is there a forum for advice around wordpress plugins?, on the site WordPress.org Forums:
    Maybe there is a plugin that can help you somewhere. Unfortunately I can't recommend you…

  • Posted a reply to Custom Listing Fields for paid users, on the site WordPress.org Forums:
    I don't really know how your website stores its information for PRO users but I…

  • Posted a reply to Populate Fields via Drop-down selection, on the site WordPress.org Forums:
    I don't know of a plugin but if you want to accomplish this, the simplest…

  • Posted a reply to Is there a forum for advice around wordpress plugins?, on the site WordPress.org Forums:
    As WordPress is using primarily MySQL, I would have always used it to store the…

  • Posted a reply to Add URL parameter to pull data from spreads sheet, on the site WordPress.org Forums:
    Glad I could help you in certain way.

  • Posted a reply to Add URL parameter to pull data from spreads sheet, on the site WordPress.org Forums:
    Yes. There are many ways to do it. The one that I will show you…

  • Posted a reply to Links not highlighted or underlined, on the site WordPress.org Forums:
    It is very possible that some CSS is applied to the links and has removed…

  • Posted a reply to Add URL parameter to pull data from spreads sheet, on the site WordPress.org Forums:
    Yes, it is possible to do that. However, you will need to do some custom…

  • Posted a reply to customizing a theme – through widgets and pages – a basic question, on the site WordPress.org Forums:
    Hi, The customization may vary from theme to theme. The fact that you modify either…

  • Posted a reply to Modern gallery elements not working in mobile mode, on the site WordPress.org Forums:
    Hi, When I analyze the page, I can see two things: in mobile mode, the…

  • Posted a reply to Cannot change header size in register_sidebar function, on the site WordPress.org Forums:
    Hi, Can you check in the chrome developer if the header has really been changed…

  • Posted a reply to remove scroll to top, on the site WordPress.org Forums:
    Hi, try using : #ast-scroll-top { display: none !important; }