Profiles

  • Member Since: October 25th, 2016
  • Find me on:
  • Posted a reply to Auto filtering on event, on the site WordPress.org Forums:
    Hi, Yes I figured I would need to do something custom. Can you point me…

  • Created a topic, Auto filtering on event, on the site WordPress.org Forums:
    hi, When you first arrive on this page, and you scrol…

  • Created a topic, Dealing with misspelling in custom search query, on the site WordPress.org Forums:
    Hi, I have built a custom search function for a video…

  • Posted a reply to Add AJAX text search for custom post type, on the site WordPress.org Forums:
    No worries - thanks again for the help!

  • Posted a reply to Add AJAX text search for custom post type, on the site WordPress.org Forums:
    Hi @mariovalney, Thank you for your assistance! My question here is how does this work…

  • Posted a reply to Add AJAX text search for custom post type, on the site WordPress.org Forums:
    Hi, Function: function video_filter_function(){ if (!check_ajax_referer( 'my_nonce' )){ wp_die(); }else{ $args = array( 'orderby' =>…

  • Posted a reply to Add AJAX text search for custom post type, on the site WordPress.org Forums:
    Hi @joyously , I have figured it out. And you're right, how do I remove…

  • Created a topic, Add AJAX text search for custom post type, on the site WordPress.org Forums:
    Hi, I currently have category filtering correctly wit…

  • Posted a reply to Filter CPT by category, on the site WordPress.org Forums:
    Thanks for your help @bcworkz

  • Posted a reply to Filter CPT by category, on the site WordPress.org Forums:
    I have added thew following code to my template option dropdown to sanitize: echo '<option…

  • Posted a reply to Filter CPT by category, on the site WordPress.org Forums:
    @bcworkz - thank you that works a charm! And apologies for the code format, noted…

  • Posted a reply to Filter CPT by category, on the site WordPress.org Forums:
    Note that the Function I have is this (instead of what is original post): function…

  • Created a topic, Filter CPT by category, on the site WordPress.org Forums:
    Hi, I can get my custom post types to display via AJA…

  • Posted a reply to Category Filtering with AJAX error, on the site WordPress.org Forums:
    Think I have it sending correctly now, just put <?php wp_nonce_field( 'my_nonce' ); ?> in…

  • Posted a reply to Category Filtering with AJAX error, on the site WordPress.org Forums:
    Actually wrapped my PHP function in an if statement to verify the nonce function video_filter_function(){…

  • Posted a reply to Category Filtering with AJAX error, on the site WordPress.org Forums:
    And to add the nonce, I have added: .'ajax_object.ajax_nonce' to the data parameter, and check_ajax_referer(…

  • Posted a reply to Category Filtering with AJAX error, on the site WordPress.org Forums:
    Read and read but no luck, can you please assist with my code: <form action="<?php…

  • Created a topic, Category Filtering with AJAX error, on the site WordPress.org Forums:
    Hi, I have a list of categories that I am trying to f…

  • Created a topic, Category Filtering with AJAX error, on the site WordPress.org Forums:
    Hi, I have a list of categories that I am trying to f…

  • Posted a reply to IMages resizing and losing quality – tried everything, on the site WordPress.org Forums:
    You can blatantly see the image uploaded - http://wl2.courtneyjouning.com/wp-content/uploads/wall_mirror_1.jpg especially again when you zoom to…

  • Posted a reply to IMages resizing and losing quality – tried everything, on the site WordPress.org Forums:
    I have re uploaded that same image with 72DPI as that was the advice from…

  • Posted a reply to IMages resizing and losing quality – tried everything, on the site WordPress.org Forums:
    The originals I was supplied were over 4000px wide from a professional photographer, I used…

  • Created a topic, IMages resizing and losing quality – tried everything, on the site WordPress.org Forums:
    Hi, If you see the page above it shows a product imag…

  • Posted a reply to Layout Issue with products and anchor links, on the site WordPress.org Forums:
    Mate, you're a star. That fixed it. Just added the code to the appropriate jQuery…

  • Posted a reply to Layout Issue with products and anchor links, on the site WordPress.org Forums:
    @anevins I have changed the admin creds. The front end of the site can still…

  • Posted a reply to Layout Issue with products and anchor links, on the site WordPress.org Forums:
    the page in question is the 'shop' page

  • Posted a reply to Layout Issue with products and anchor links, on the site WordPress.org Forums:
    @anevins - you can access the admin area of the site with username 'whitelion' and…

  • Posted a reply to Layout Issue with products and anchor links, on the site WordPress.org Forums:
    @anevins can you please review my comment? Thanks.

  • Posted a reply to Layout Issue with products and anchor links, on the site WordPress.org Forums:
    Thanks for the reply, it is currently in development so is password protected, is there…

  • Created a topic, Layout Issue with products and anchor links, on the site WordPress.org Forums:
    Hi, I know this is probably a basic layout or CSS fix…

  • Created a topic, Multiple Authors, on the site WordPress.org Forums:
    Hi, Is it possible to display Multiple authors? If I …

  • Created a topic, Free shipping by Category and minimum quantity, on the site WordPress.org Forums:
    Hi, I have a certain type of category in my store tha…

  • Posted a reply to Using nav menu on different screen sizes, on the site WordPress.org Forums:
    FIXED: problem solved, although the ::after is slightly wrong it needs to be .responsive-menu-pro-collapse .responsive-menu-pro-inner::after…

  • Posted a reply to Using nav menu on different screen sizes, on the site WordPress.org Forums:
    Hi, Sorry, no I meant more efficient as in maybe there was something I was…

  • Posted a reply to Using nav menu on different screen sizes, on the site WordPress.org Forums:
    I have now reduced them in size but the spacing between each line is too…

  • Posted a reply to Using nav menu on different screen sizes, on the site WordPress.org Forums:
    Anything more efficient?

  • Created a topic, Using nav menu on different screen sizes, on the site WordPress.org Forums:
    I am trying to use the menu on my website across all s…