wordpressplugins1
Forum Replies Created
-
ok thanks
Hi Beda
Thanks for your reply.
I have solved the date issue. This may not be the best way but I found a excel formula to convert date to linux date
=(A1-DATE(1970,1,1))*86400
I use the result of this formaula to import the date which works great. So one down one to go.
I tried couple of things with checkboxes and I managed to find there reference in wp_option table in DB and I tried to use those but didn’t work.
I have 3 checkboxes named : Travel, Food & Lifestyle and this is how they are saved in DB when checked / selected.
a:3:{s:64:”wpcf-fields-checkboxes-option-8c118d34a1f3ecf4323f7c164ebc7f60-1″;a:1:{i:0;s:4:”Travel”;}s:64:”wpcf-fields-checkboxes-option-649a1973132a37753189ba22fd2af5f9-1″;a:1:{i:0;s:6:”Food”;}s:64:”wpcf-fields-checkboxes-option-7f10c97b284b890a3dadce48307cc9d5-1″;a:1:{i:0;s:10:”Lifestyle”;}}
Can you help with this?
Hi Beda
Please help me with this. Please give me sample data.
Thanks
Hi Beda
I did try what you suggested and it worked.
Here are the answers:
Did this issue start with the Update? — I dont think so – this was happening before.
Have you tried a minimal Setup as with Types only and a default theme? – Yes same thing happens with twentyfourteen theme as well.
Do you see any errors on your console? — No error anywhere it just timesoutIf you disable Types, does it work flawlessly? – Yes as soon as you disable types plugin it works fine.
Thanks
No I was trying to add normal post not custom post.
Thanks this looks to be a issue. I will check and let you know.
Thanks for your reply. Can you please give me example for date and checkboxes. Basically what to write in CSV file.
Thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table column as bold / headerThanks Sir Tobias. That worked perfectly.
I do apologies for the combining cell question that was so simple. But i did try it before asking question and somehow it didn’t work.
You rock.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table column as bold / headerHi Tobias
Thanks. URL is https://www.test.studentvisanz.com/agent/post1/
If you look at it I would like 1st 3 cells of 1st column to be merged so that I could display image there
Thanks do you have any code I could use for Ajax seaqrch?
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Customize search resultsSame question as javierlopez which template or file I need to change?
Thanks for that link I will use this when I create post.
What I need to do is currently I have custom field named Select Field “Country” and I have two values named India and Australia.
Now I want to add more values / countries to that field how Can I import more countries to that field?
Forum: Plugins
In reply to: [Advanced Custom Fields Categories] ACF 5.2Hi There
I am trying to create custom fields using Field Type as Categories
I have already created categories in this hierarychy
Australia -> NSW -> Sydney
India -> Punjab -> JalandharI would like the child categories to be populated when I select parent category in post edit.
I tried the parent & child of options but I am not able to achieve this.
Is there anywhere a tutorial which I could refer
Thanks