Eugene UK

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • in reply to: Word capitalising for listing Title #534174

    Eugene UK
    Free User
    Post count: 39
    This reply has been marked as private.
    in reply to: Word capitalising for listing Title #534173

    Eugene UK
    Free User
    Post count: 39

    Dear Naveen,

    Thank you ever so much! It’s simple, elegant and working 🙂

    Eugene

    in reply to: Tags placeholder bizarre :) #534038

    Eugene UK
    Free User
    Post count: 39
    This reply has been marked as private.
    in reply to: FAO: Stiofan RE: Adding London borough custom field #534018

    Eugene UK
    Free User
    Post count: 39

    Cheers Naveen! Nice tip.
    Gives me something to play with 🙂
    I guess another mistake is that I should be working with $postarr, not $data.

    in reply to: Tags placeholder bizarre :) #534003

    Eugene UK
    Free User
    Post count: 39
    This reply has been marked as private.
    in reply to: FAO: Stiofan RE: Adding London borough custom field #533965

    Eugene UK
    Free User
    Post count: 39
    This reply has been marked as private.
    in reply to: Tags placeholder bizarre :) #533955

    Eugene UK
    Free User
    Post count: 39

    Thanks Alex, but have you looked at my query closely in detail?
    Please let me re-cap on what I meant precisely.

    1) In the Admin Settings Custom Fields for Listing are – under the Tags Advanced View – you have an input field for Placeholder, which is available for use.
    2) In the input-functions.php file of GeoDirectory, you have a line of code, which overrides the available Placeholder input field in the Admin View (as described in point 1).

    I understand how placeholders work. What I don’t understand is why do you have the custom Placeholder input field available in the Admin View IF you override it in the source code?

    I hope you see what I mean now.

    Best regards,
    Eugene

    in reply to: FAO: Stiofan RE: Custom Taxonomy #533751

    Eugene UK
    Free User
    Post count: 39

    Thanks Guust, but it is not what I need. I knew that I could do what you suggested. I need it to be a taxonomy, to which new items could be added dynamically on the front end.

    in reply to: Tags placeholder bizarre :) #533693

    Eugene UK
    Free User
    Post count: 39

    Hi Kor.
    Very interesting reply to my comment.
    Could you please answer to my question placed in the placeholder field on the attached image?
    Look forward to your reply.
    Thanks in advance,
    Eugene

    in reply to: FAO: Stiofan O’Connor. RE: Oxygen Builder #532495

    Eugene UK
    Free User
    Post count: 39

    Dear Stiofan,

    Whilst I was very happy to learn that GeoDirectory’s view on Oxygen has changed to positive, (and it must have been a recent change as I remember reading some pretty stiff and negative responces from your support team on this subject) I have to stress that you may need to find the required time and resources fast enough to stay ahead of the WordPress game.

    This may also involve such frameworks as Brizy, but I believe that GeoDirectory’s adapting to Oxygen Builder might solve many bulk problems naturally.

    After testing GeoDirectory’s available free themes, I realised how ridgid and inflexible they are. Some of them recommend using Beaver Builder! What?! Why?!

    Also, Elementor is beginning to look and feel old and boring against the background of Oxygens, Brizies and the likes.

    When do you plan to deal with Oxygen Builder compatibility problems?

    Many thanks in advance,
    Eugene

    in reply to: Position of geodir-single-taxonomies-container #532370

    Eugene UK
    Free User
    Post count: 39

    Thank you 🙂

    in reply to: FAO: Stiofan O’Connor. RE: Oxygen Builder #532204

    Eugene UK
    Free User
    Post count: 39

    Good news! Thank you for your reply, Stiofan.
    Best,
    Eugene

    in reply to: Private Window Map Display. #532173

    Eugene UK
    Free User
    Post count: 39

    OK. Solved it!
    I use Perfmatters plugin, and I had REST API disabled.
    All solved once I enabled it 🙂

    in reply to: Private Window Map Display. #532171

    Eugene UK
    Free User
    Post count: 39

    I am working in Localhost environment at the moment. I checked the console. It said: Failed to load resource: the server responded with a status of 401 (Unauthorized)
    But it shows well if viewed as Administrator!

    in reply to: Post Title capitalise first letters programatically? #515575

    Eugene UK
    Free User
    Post count: 39

    Thanks, Guust, for responding so promptly.
    I actually got a tip from Stiofan to implement the following snippet, which resolved the issue:

    add_filter('wp_insert_post_data','_capital_title_dangit',10);
    function _capital_title_dangit($data){
    	if(isset($data['post_type']) && function_exists('geodir_get_posttypes') && in_array($data['post_type'],geodir_get_posttypes()) && isset($data['post_title'])){
    		$data['post_title'] = ucwords( $data['post_title'] );
    	}
    	return $data;
    }

    Cheers!

Viewing 15 posts - 1 through 15 (of 28 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount