Hi Flor,
Can you provide me some screenshots from: IE and Chrome, so i can see the difference?
You can send this to [email protected] .
Once we have solved this topic, i remove this email address.
Regards, Danny
Hi Flor,
Thanks for the mail and your patience 😉
Short explanation why it goes wrong:
From 1.1.5 on we use an automatic lay-out, when widget is chosen.
At your main page the content is not a post/page content but a widget …
Therefore the script switch from post/page lay-out to widget lay-out.
I will add in the next release a parameter to overwrite this, so you can overrule this automatic setting.
If you want to force it, change in grid-wud.php on line 63 next code.
from:
$grid_wud_widget=1;
to
$grid_wud_widget=0;
This will display the widget content as page/post content.
Regards, Danny
Hi Flor,
This issue is resolved in version 1.1.6.
* Use shortcode nowidget=”1″ to force post/page lay-out in a widget.
What you have to do, is update to 1.1.6, change the short code on your front page and add: nowidget=”1″ to it.
Sample:
If your code was:
[gridwud slug="story"]
Then it will be now
[gridwud slug="story" nowidget="1"]
This will force a widget to display in post/page lay-out.
Regards, Danny
Verified by mail that this is resolved.
Regards, Danny