when i update it to newer version it breaks my design
Please address ASAP
Can you please provide more information about what changed?
This plugin is most definitely compatible with WordPress 4.5.2.
actually when i updated that plugin that breaks my custom post design on my home page if i go with the older version then nothing would break
Could you address? why this happen?
Can you provide a link to your page? What did it look like before?
Here is a list of the features included in the new version of the plugin:
* Add support for author=”current”
* Add support for multiple wrapper classes
* Add support for excerpt_length parameter
* Add support for excerpt_more parameter
The only thing that could possibly break a page design is if you were incorrectly using the wrapper_class parameter before.
Previously it converted whatever you typed into a single class. So if you typed [display-posts wrapper_class=”my class”] it would convert that to div class=”my-class”.
Now it allows you to specify multiple classes, separating them with a space. So the previous example becomes div class=”my class”.
The only way that feature would break your site is if:
1) You were using the wrapper_class parameter
2) You included a space in the class name (ex: “my class”)
3) You styled the output using the converted class name (ex: “my-class”)
The way to fix this is to edit your shortcode to be [display_posts wrapper_class=”my-class”]
yes everything are same but still it breaks my design
I’m sorry but without a link to your website or more details about the issue there’s nothing I can do to help.
is there any conflict chances if we use visual composer and create custom blocks and include custom posts ? in that case we uses same class but i don’t know why that breaks the design if i going for new update.
@shethdhaval Why don’t you answer the author’s simple questions? He may be able to help but you are not providing any details he can use to figure this out.
Hello author i put only “div” in wrapper class it still breaking the designs
we have done alone but can’t fix that issue
can you help? we are using that in visual composer and in that we used custom posts