Visual composer vc_grid > failed_to_get_id - visual-composer

I'm facing a problem with Visual Composer and media grid since last weeks. Media grid is not showing images and can't find why. So I've made a page test with this shortcode in admin :
[vc_row][vc_column][vc_media_grid grid_id="vc_gid:1598480436378-7a2a9a4f-c137-2" include="107333,107285,107273"][/vc_column][/vc_row]
And here is the code we can see in page front in the div data :
{"page_id":107353,"style":"all","action":"vc_get_vc_grid_data","shortcode_id":"{\"failed_to_get_id\":\"vc_gid:1598480436378-7a2a9a4f-c137-2\"}","tag":"vc_media_grid"}
I also made a specific page template with this code :
do_shortcode('[vc_media_grid grid_id="vc_gid:1598480436378-7a2a9a4f-c137-2" include="107333,107285,107273"]');
Same result > shortcode failed to get id
The website is running under WordPress 5.4. I cannot say if that occurred after one update of plugin or WordPress.
Visual composer is not up to date (v5), tried to update to v6, but this break the website.
Thank you for any help.

Just had the same problem on v5. Updating to 6.5 sorted it.

Related

Acumatica 2018 R2 Mobile - Locks up when attempting to add a new screen

After Summit 2019, we were excited to start working on updates for 2018R2, and I practiced adding mobile screens for our custom modules in my sandbox.
We decided to fully refresh our DEV instance and reapply our customizations. No problem there, but when I try "Add New Screen" in the mobile section and then try to enter my screen number, the mouse goes to "waiting" and I can't add my new screen. Eventually, I get a "timed out" message. Same problem even when trying to add a standard Acumatica screen. Everything else in the project and Acumatica web interface seems to work fine.
Any ideas on where to look for what is preventing adding a new screen?
I'm on Build 18.209.0021.
It seems like an Ajax issue in the customization project editor. After callback to server the client page javascript is stuck waiting on the server response. You can try using Chrome browser which has less of those Ajax hangs and update Chrome if you're already using it.
There is also a known issue specifically affecting 2018 R2 Mobile that leads to generic error Sequence contains no matching element on mobile detail page. Based on your question this doesn't seem to be the issue you are having but you can give the workaround to this bug a try:
Open Generic Inquiry screen (SM208000)
Select FS-ServiceOrder inquiry, uncheck Expose to mobile and save
On Apply Updates screen (SM203510), click on Restart Application
This was identified by Acumatica support as a bug. Upgrade to a new release for the fix.

Kentico 11 - Email marketing CMS display issues on hosted environments

I'm trying to implement an email marketing email using a few widgets that gets triggers on submission of a form. Everything has been built and works locally but having issues with the CMS once uploaded to any hosted environment ('CI' and 'UAT' as we call them).
From what I can see everything has been sent up correctly but when editing templates there seem to be some CMS styling issues from some of the iframe loaded elements.
Have attached a screen grab as an example.
There are no console errors and no errors in the Kentico logs so I'm a bit stumped as to what is causing this issue.
Thanks in advance,
Luke
Solved this issue. We had recently upgraded from a previous version of Kentico and the associated updated stylesheets hadn't been uploaded to the development environments so were missing styles in these new areas of the CMS

howto see ckeditor samples

Hello stackoverflow team
I've installed the ckeditor package as per the Quick Start Guide at https://docs.ckeditor.com/ckeditor4/latest/guide/dev_installation.html
Server is Apache running on CentOS 7
I'm stuck on the "Trying it out".
When I point my browser (Firefox 52.x) to the page
http://localhost/ckeditor/samples/index.html
The page displays without the ckeditor editing box.
What have I done wrong ?
I can use Firebug and can see the javascript has been loaded into the webpage, BUT its not displaying anything.
Also checked the Firefox for any add-on blockers, none detected.
And the same Firefox is using ckeditor to post this question !!
TIA's for any ideas and suggestions.
Download Full package, install.
Now working as expected. Previous attempt must have been an incomplete load.

Microsoft Edge and Windows mobile download my product page instead of showing it normally

I'm developping an online shop with PrestaShop 1.6.1 on an Apache server. I have no problem with Firefox, Chrome and Safari. But on Microsoft Edge (on my computer) and on my Windows Phone, the product pages does never show up. All other pages are ok, the issue is only when I try to open a product page with Edge or with my Windows Phone.
What is the issue? What can I do to solve it?
As supposed by arkascha (thank you arkascha), the headers sent with my page were wrong.
The file product.tpl of my prestashop theme contained a line:
{header('Content-Type: #slider_row')}
I replaced this line by:
{header('Content-Type: text/html')}
And now, it works fine. Problem solved.

how to remove OrchardLocal from Orchard URL?

I just downloaded the latest source codes of orchard. I run the solution using vs 2012. I am getting this URL in my browser.
http://localhost:30321/OrchardLocal/
Is there a way I can remove "OrchardLocal" from the URL. when I push the app to the production server. I dont want to see http://test.com/OrchardLocal/
Right click Orchard.Web and select properties then go to Web. Should be able to edit it there. However when pushing to server you shouldn't see OrchardLocal... I think ^_^

Resources