stevv
Forum Replies Created
-
Thanks found the setting in the settings of the Pro plugin.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Can I hide my API key?Bernhard, your right! Thanks
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Can I hide my API key?Thanks!
The Google Developer Tools (or Chrome DevTools) shows all the requests made when loading a page. I want to prevent competitors from seeing where I got my data from.
So I wrongly explained my question, sorry. I would like to hide the whole API url to avoid competitors from ‘stealing’ my source of data.
- This reply was modified 7 years, 8 months ago by stevv.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Can I hide my API key?Yes, that would be ok.
Sorry I was confused by for example Google Developer tools. When looking into the requests tab from the Google Developer tools, would the API key be visible?
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Can I hide my API key?Hi Bernhard,
Thanks. Isn’t there an option to hide the key in the request? Otherwise, as you mention, the key will always be visible in the debug mode.
Best,
Stevvhi @dualcude,
just switched to Twenty Sixteen, but the same issue. I am keeping the theme active so you can have a look.
Thanks again.
Stevv
Hi Dualcube,
Thanks for your quick reply. Please see the image here https://ibb.co/mecruH. And you can see the page using https://goo.gl/WAeYMp
Thanks
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Show nested JSON dataThanks! Problem solved 🙂
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Pre-sales questionThanks. How will it work? Does the Json converter convert the data into a KML layer/url?
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Pre-sales questionIt would be great if json files can be viewed on a map.
Thanks again!
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Pre-sales questionHi Bernard,
Thanks for your quick reply. Currently I use Flexible Map
. Would be great if it is possible.
Stephan
Forum: Plugins
In reply to: [A-Z Listing] How to set a certain categoryThanks again for your help! This fixed showing the pages instead of the posts. Now it is showing my posts. Still have issues showing a specific category (it is showing all), but will study the WP Query Class Reference for that.
Forum: Plugins
In reply to: [A-Z Listing] How to set a certain categoryHi Daniel,
Thanks for your quick reply! I tried the customized php code, but it keeps showing me an a-z index of all pages. I also test it on the post_tag taxonomy, but it also shows an index with pages. No sure what I am doing wrong.
Best
Forum: Plugins
In reply to: [A-Z Listing] How to set a certain categoryHi Daniel,
I have some issues displaying the content from a specific category. I use the code below in my template to show all posts from the category “frankrijk”.
<?php the_a_z_listing( array( 'tax_query' => array( 'taxonomy' => 'frankrijk', ) ) ); ?>Unfortunately it keep showing my pages instead of my posts in the listing. Can you help me out?
Best,
Stephan- This reply was modified 9 years, 4 months ago by stevv.