faradichel
Forum Replies Created
-
Thanks! That fixed my problem!
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Missing icons after update to Version 1.17.2Hi Andrew,
Thank you very much for the quick resolution to the issue.
-FrankForum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Missing icons after update to Version 1.17.2I deactivated Site Accelerator:
It looks like the css is different between the versions:
Here is the 1.17.2
.so-widget-sow-features-default-2341e1ae5af1 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
Here is the 1.17.0
.so-widget-sow-features-default-2341e1ae5af1 .sow-features-list .sow-features-feature .sow-icon-container [class^=”sow-icon-“], .so-widget-sow-features-default-2341e1ae5af1 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
text-decoration: none;
color: #FFFFFF;
width: 100px;
height: 100px;
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}It may be that when I reverted to 1.17.0 I might not have cleared browser cache.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Missing icons after update to Version 1.17.2I see the image in the html but don’t see yet why it is not visible on the page:
<div class=”sow-features-feature sow-icon-container-position-top sow-features-feature-last-row” style=”width: 16.667%”>
<div class=”sow-icon-container sow-container-none” style=”color: #cccccc; “>
<div class=”sow-icon-image” style=”background-image: url(https://i1.wp.com/ilc.edu/wordpressilc/wp-content/uploads/2017/06/ILC_Homepage_icon-chapel.png?fit=113%2C113&ssl=1); font-size: 75%”>
</div>
</div>
<div class=”textwidget”>
<h5>
Chapel Addresses
</h5>
</div>
</div>Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Missing icons after update to Version 1.17.2Reverting back to Version 1.17.0 doesn’t fix the problem.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Missing icons after update to Version 1.17.2I did a did a diff between Version 1.17.2 and Version 1.17.0. There are many changes, so I’m not sure where to look for the issue.
Forum: Plugins
In reply to: [Broken Link Checker] ERRorsI’m seeing this error too. It seems to be caused by an extra _ on line 138 of any-post.php
‘SELECT instance_id FROM
'.$wpdb->prefix.'_blc_instances
WHERE container_id = %d AND container_type = %s’,Removing the _ before the blc fixes my problem.
Forum: Plugins
In reply to: [ESV CrossRef] Issues with HTTPSI have the same issue. Is there a version of this plugin that works on https?