Forum replies created
Hi Andy,
Surely, a plugin conflicted with contact number in your header. However, you may use a columns shortcode for your research and testimonials pages. As on our alora demo magazine page, the magazine posts are using columns shortcode and facing no problems during page loading:
http://demo.theme4press.com/alora/magazine/
Thank you!
You’re welcome Harald! 🙂
Hi Andy,
Meanwhile, you may test for a plugin conflict by deactivating all the third party plugins in your site, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can specify which one by reactivating them one at a time.
Thank you!
Hi Jeff,
As we mentioned earlier that after deactivating all third party plugins, please regenerate new images and check if the issue has resolved. And you can use the provided plugin for force regenerate.
Thank you!
Hi Thomas,
Thanks for writing in!
In order to import demo content, please go to Appearance -> Theme Options -> General -> Import Demo Content.
Thank you!
Hi Fanita,
Glad that helped!
At this moment, we’d refer you to the following post:
https://theme4press.com/support/topic/woocommerce-update-causing-issues-with-evolve-plus-templates/
Thank you!
You’re welcome Tiffany! 🙂
Hi Andy,
Thanks for providing the link!
Sometimes JavaScript takes up a bit of time to load up the styling. However, please try adding the following code under your Appearance -> Theme Options -> Custom CSS:
.fa-phone:before {
content: "\f095";
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.category-research #posts-container {
position: relative;
overflow: hidden;
height: 728px;
}
.category-research .post:first-child {
width: 283.333px;
position: absolute;
left: 0px;
top: 0px;
}
.category-research .post:nth-child(2) {
width: 283.333px;
position: absolute;
left: 323px;
top: 0px;
}
.category-research .post:nth-child(3) {
width: 283.333px;
position: absolute;
left: 647px;
top: 0px;
}
Hope this helps.
Thank you!
You’re welcome Eduardo! 🙂
Hi Magnus,
I’d recommend testing for a plugin conflict by deactivating all the third party plugins in your site, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can specify which one by reactivating them one at a time.
Thank you!