25 reputation
8
bio website demetriad.co.uk
location London
age
visits member for 1 year, 7 months
seen May 16 at 8:54
stats profile views 19

Web developer with some fair experience in front-end development and user interface design working with (X)HTML, CSS, PHP and jQuery, with good knowledge of the WordPress platform.


Apr
15
awarded  Popular Question
Mar
12
awarded  Popular Question
Jul
12
asked Pop-up successful message in Fancybox?
Jun
15
accepted Show ACF fields only on certain page in the backend
Jun
15
comment Show ACF fields only on certain page in the backend
This is a good approach @Itfishie that gets the job done. Thank you very much for your help!
May
21
comment Show ACF fields only on certain page in the backend
I can set it up like: post_type is equal to "xxx" where xxx is the name of my custom post type. But then, for the second condition, I don't see the name of my posts from that xxx custom post type, it would have been piece of cake.
May
21
comment Show ACF fields only on certain page in the backend
@ltfishie, hang on, I meant a post, since this is a custom post type, My bad. However, it doesn't work either and there is apparently no way to only show these boxes I have created on just one post of a certain custom post type :/.
May
18
comment Show ACF fields only on certain page in the backend
I am talking about the backend, as they show up on every post of my custom post type. And I need them to show up just on a certain page.
May
18
revised Show ACF fields only on certain page in the backend
edited title
May
18
asked Show ACF fields only on certain page in the backend
Apr
23
accepted Malware in header.php
Apr
21
comment Malware in header.php
I know, but I was thinking this is a bit different. I kind of need any info on this, I can do everything by myself, I only need a hint or two as I have been doing everything possible to fix this.
Apr
21
asked Malware in header.php
Mar
15
comment Close modal window after form submit
But the problem with this line is that one is jQuery and the other JavaScript and I think that's why the modal gets closed, then a new tab is opened, even if the user doesn't fill in the required fields. How would I write them both in jQuery or JavaScript?
Mar
13
comment Close modal window after form submit
I was looking so long for this, in case anyone else needs the same thing, there you go: on_sent_ok: "$.fancybox.close(); document.getElementById('paynow').click();" where paynow is the id of the submit button.
Mar
13
awarded  Supporter
Mar
13
comment Close modal window after form submit
Thank you so much. This did the trick for me, and it was so simple. Is it possible to chain/trigger a click on a certain link/button I have on the page after the modal window is closed?
Mar
13
accepted Close modal window after form submit
Mar
13
asked Close modal window after form submit
Mar
12
comment How to grab metabox value in wp_query meta_query key
I have accepted the answer as it's obvious the answer is the right one based on my question but my problem is still not solved. Anyone have any idea how to achieve that?