cbruno33
Forum Replies Created
-
Forum: Plugins
In reply to: [Fullscreen Galleria] Navigation Buttons Not ShowingI’m having the exact same problem. Any resolution to this?
Hi Bernhard,
I sent you a message via your plugin web page regarding purchase of the pro version. Just making sure you received that message.
Cheers,
BrunoHi Bernhard,
Thanks for the reply. We’ll try it again without the divi builder. We’ll also try using Pro instead and will follow-up if we run into issues trying to figure it out. To avoid future compatibility issues, I’d really rather use only your plugin for this.
For the screencast, I use Snagit by Techsmith: https://www.techsmith.com/snagit.html
I’ve used it for years and don’t know what I’d do without it 🙂
Thanks again and happy holidays!
BrunoHi Bernhard,
Thanks for the reply. I’m using text mode. When I deactivate the plugin, I’m able to get into edit mode just fine! But let’s forget about the ‘edit mode’ issue. When I create a new page and use the same shordcode, I AM able to get into WP edit mode.
However, the shortcode that uses insert_php and global variable no longer works as it used to. Here’s a screen screencast that may help:
http://www.screencast.com/t/ybTAP5PyzZ
I love the template function of Pro, but I don’t think it solves my problem.
For example: Let’s say I use 5 unique json URLS throughout 20 templates in a site. I then clone the site and need to update the 5 unique json URLs. Won’t I still nee to update 20 templates with the new URLs? With the URL global variable solution, I only need to update each unique URL once.
Let me know if you think Pro still solves my problem.
Thanks again,
BrunoAlso, I’m not sure I fully understand the dynamic URL feature of Pro or whether or not it handles #3 above. My sites typically use 5 unique Jsons, each of which are used multiple times throughout the site, so I’d like to reference the URLs in a single file.
For example:
[jsoncontentimporter url=”[JsonURL2]” numberofdisplayeditems=”5″ urlgettimeout=”500″ basenode=”property_unit”] <h2><b>{unit_name}</b> ~ {unit_brief_desc}</h2> [/jsoncontentimporter]then in some file in some location, define the variables:
JsonURL1 = http://mysite.net/json/U1002.json;
JsonURL2 = http://mysite.net/json/U1089.json;
JsonURL3 = http://mysite.net/json/U1088.json;If the Pro version does this already, or if you can enhance it to do this, then I’ll definitely purchase it.
Thanks again,
BrunoHi Bernhard,
Thanks for looking at this. To answer your questions:
1. The art-test4 page is just to show how the insert_php shortcode is successfully used to access the global variable containing the json url and display it on the page. The json file in this case is correctly displaying: http://casabrava.net/json/U1002.txt
2. The custom global variables plugin is here:
https://ww.wp.xz.cn/plugins/wp-global-variable/3. We use the global variables plugin to reference the json URL because when cloning a site, I want to avoid going into each page/module containing json importer code and manually updating the json URL everywhere it exists throughout the site. By referencing the global variable, I only need to change the json URL in a single place. This was working perfectly before.
4. I edited the code and confirmed that the json importer is getting the correct URL. The site itself is working just fine. The problem is that when trying to edit the page in WP, I receive the error. See this screencast: http://www.screencast.com/t/wTVoPP5JJ9r
Thanks again for the help. In light of #3, would a different solution in Pro work better for us?
Thanks again,
BrunoForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Display only specific sub-loop itemNo problem. I really appreciate the work.
Regards,
BrunoForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Displaying line breaks in textAwesome!!! Thanks so much for this fix — it’s working perfectly and makes this extension even more useful. I really appreciate the work.
As soon as you’ve have time to incorporate the other feature (targeting specific items in sub-loops) let me know and I’ll happily donate again.
Take care,
BrunoForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Displaying line breaks in textHI Bernhard,
Thanks, the JSON is generated from an app that allows users to enter text with line breaks, which I guess comes through as “\n” in the JSON.
I’d be happy to donate again if you’re able to address this issue and the other topic I posted regarding “display on specific sub-loop item”, which is actually more important.
Thanks again,
BrunoForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] not working – I'm a a little lostThe time-out parameter works great! Thanks for doing this so quickly, and thanks again for developing this extension.
Saludos,
BrunoForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] not working – I'm a a little lostAwesome, thanks! I copied the json locally to avoid the problem for now.
I figured out the problem I was having with subloops(I was using subloop instead of subloop-array). So far so good, but I’m sure I’ll have more questions later.
Have you thought about making an extension like this for joomla?
Thanks again, Bruno
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] not working – I'm a a little lostThanks Berhard, makes sense. I was going to donate anyway because I like the extension and hope it continues to get better…. you should have already received my donation (bigbridge).
A time-out parameters seems to make sense in case this is used in a site that may (occasionally) be not so responsive, or perhaps have some message that is displayed when this is the problem.
I have a few other basic questions about sub-loops but would like to try and figure it out myself before asking. Thanks again.
Bruno