I tried disabling all plugins to troubleshoot but instead, it appears hat the theme, BeTheme, is causing it. If I switch to a default, the gallery is fine. I invested too much time into polishing BeTheme to my liking and giving it up for the gallery wouldn’t justify, unfortunately.
Of note, the galley looks fine in the editor mode, but once I preview or publish a post, things go bad. Also, sometimes the gallery images look fine for a split second when loading, and then get cut in half. Any suggestion what to look for in trying to make the theme work with your gallery, please?
]]>I hope you’re doing well, thanks for this great plugin.
I am having issues with layout, check the attached link.
https://www.awesomescreenshot.com/image/38213561?key=c8960e17f051e49e9e9770372d3c5844
Thanks
Syed Muhammad Usman
The following tags are stripped from its content in the tags so that only the tag name is left (head, title):
<head itemscope itemtype="https://schema.org/WebSite">
<title>Name of the website - The name</title>
The following (and quite a few more) tags are removed completely:
<meta name="description" content="The content " />
<link rel="canonical" href="https://staging.example.com/" />
<link rel='stylesheet' id='wellness-front-styles-css' href='https://staging.example.com/wp-content/themes/themename/style-front.css?ver=6.0.2' type='text/css' media='all' />
This of course breaks the site in various ways.
If I deactivate the plugin before I update the site this does not happen, but as soon as the plugin has been active after the update this is permanent (unless previous DB is restored).
]]>I use the plugin with Grid mode checked on Styles, and I have added the following custom CSS
.crp_related {
margin: 40px auto 40px auto;
max-width: 1000px;
}
.crp_related ul {
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-left:-20px;
}
.crp_related ul li {
flex: auto;
max-width:31%;
min-width: 246px;
flex-wrap: wrap-reverse;
padding: 0;
box-shadow: none;
text-align: left;
overflow: hidden;
border-radius: 0 !important;
border: 1px solid #eeeeee;
background: #ffffff;
}
.crp_related ul li:hover {
transform: none !important;
box-shadow: none !important;
}
.crp_title {
position: relative;
z-index:10;
margin: 0 !important;
background: #ffffff;
padding: 10px;
font-family: 'AtCorfu';
font-size: 16px;
line-height: 22px;
color: #555;
font-weight: 700;
}
.crp_excerpt {
padding: 10px;
font-family: Roboto;
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: #999;
background: #ffffff;
z-index:10;
position: relative;
}
.crp_date {
text-align: right;
padding: 0 10px 0 0;
font-family: Roboto;
font-size: 11px;
font-weight:400;
line-height: 10px;
background: #fff;
z-index:10;
position: relative;
}
.crp_related ul li img {
width: 100%;
}
.crp_related figure {
transition: all .5s !important;
}
.crp_related figure:hover {
transform: scale(1.2);
}
if that helps
I still wondering what had changed! I don’t give a link to the site as it is working ok with the previous 3.1.1 version now.
Now, I don’t dare to update anymore, I had enough trouble this morning.
I’ve tried deactivating other plugins to see if anything is interfering with the form but that doesn’t seem to be the case. Any other ideas how I could track down what’s causing this would be great!
]]>My site’s home page is supposed to display two columns of content, with each piece represented by a featured image thumbnail and the title of the post. Instead, it displays this:
[ve_blog blog_layout=”masonry_blog” pagination_blog=”yes” css_animation=”fadeIn”]
If you load the page, you’ll see what I mean. How do I fix this? I’ve tried switching themes, and changing the layout of the existing theme and no change. I was getting notifications from WordPress about a site issue due to a problematic plugin, “PHP Compatibility Checker.” I disabled that, didn’t make a difference, I deleted it altogether, and the site remained unchanged. The daily emails from WordPress about my site’s technical issues stopped, so that was nice.
]]>After activating the plugin, site layout get broken. I can see the following error in the console. I’ve tried deactivating all plugins and switching to default theme but none of them worked.
Uncaught SyntaxError: Invalid or unexpected token
tooltipHoverFormatter: function(seriesName, opts) {
if(''){
return '<div class="legend-info">' + '<span>' + seriesName + '' + ' : '+'<strong>' + opts.w.globals.series[opts.seriesIndex][opts.dataPointIndex] + '' + '</script></div>'
}
return seriesName
}
Any help will be much appreciated.
Thank you