Profiles

  • Member Since: January 16th, 2015
  • Website: fondadigital.com
  • Find me on:
  • Posted a reply to Import of CSV file does not work with ACF Pro fields, on the site WordPress.org Forums:
    I second this. The fact that you need to spend 2 hours researching the cause…

  • Posted a reply to Featured image not showing, on the site WordPress.org Forums:
    Here's documentation on the function: https://codex.wordpress.org/Post_Thumbnails

  • Posted a reply to Featured image not showing, on the site WordPress.org Forums:
    Depends on your theme. Wherever you wish to display the featured image.

  • Posted a reply to Featured image not showing, on the site WordPress.org Forums:
    Are you using a custom built theme? A premium one? It could just be that…

  • Posted a reply to Single-{custom-post].php not working, on the site WordPress.org Forums:
    My pleasure. Do note that the code doesn't include taxonomy functionality (so product categories), but…

  • Posted a reply to Single-{custom-post].php not working, on the site WordPress.org Forums:
    Try replacing your code with this: // Register Custom Post Type function register_product() { $labels…

  • Posted a reply to How to change all video player dimensions?, on the site WordPress.org Forums:
    Yup, that's a shortcode, which gets outputted as either <video> or <iframe> when viewing html.…

  • Posted a reply to Can’t access WordPress back office after changing hosting to Shopify, on the site WordPress.org Forums:
    Of course not - your domain is currently pointing to a shopify website. I recommend…

  • Posted a reply to Updating WordPress 4.9, on the site WordPress.org Forums:
    You won't lose anything if you don't delete the theme. Just change to the default…

  • Posted a reply to Creating portfolio site for several users, on the site WordPress.org Forums:
    Without going into too many details - the easiest way would be to do it…

  • Posted a reply to Email notifications isent delivered, on the site WordPress.org Forums:
    Hmm, what are you using for the contact form? Are your plugins up to date?…

  • Posted a reply to Updating WordPress 4.9, on the site WordPress.org Forums:
    Try disabling your plugins one by one, then try switching over to a different theme.…

  • Posted a reply to Get my free Ebook simple button?, on the site WordPress.org Forums:
    Usually this would be done via mailchimp (I'm assuming you're collecting an email address as…

  • Posted a reply to Support website with time tracking, on the site WordPress.org Forums:
    Considering what you're trying to achieve (so a support portal with user roles, as well…

  • Posted a reply to Simple response counter, on the site WordPress.org Forums:
    Hmm, gravity forms maybe? Might take a bit of fiddling around, but yeah - also…

  • Posted a reply to Single-{custom-post].php not working, on the site WordPress.org Forums:
    Did you flush your .htaccess file after creating the custom post type? To do so,…

  • Posted a reply to Redirect from “not found” to homepage url, on the site WordPress.org Forums:
    It depends whether you want to just redirect them to the homepage. Basically there are…

  • Posted a reply to Check Admin Page Id, on the site WordPress.org Forums:
    Might have missed the point, but get_current_screen() works well enough. Lmk if that does it.…

  • Posted a reply to Permalinks 404 after change, on the site WordPress.org Forums:
    mod_rewrite might be disabled in your host. Please create a file phpinfo.php in your website…

  • Posted a reply to Parent theme manual updating with child theme, on the site WordPress.org Forums:
    That is correct. As long as you leave your child folder untouched, your changes won't…

  • Posted a reply to How to change all video player dimensions?, on the site WordPress.org Forums:
    You'd have to give me an example, but usually you'd find the wrapping elements and…

  • Posted a reply to 404 from /feed, /amp, /trackback, and /page, on the site WordPress.org Forums:
    Have you tried regenerating htaccess by going into Settings->Permalinks and just hitting "save"?

  • Posted a reply to Custom made widgets into AMP based page, on the site WordPress.org Forums:
    AMP limits what you can use. So any use of javascript is forbidden and css…

  • Posted a reply to Featured image not showing, on the site WordPress.org Forums:
    Hmm, does the featured image show when the post is fully published?