FlyingKraken
Forum Replies Created
-
Thank you for the reply Ajay.
crp_thumbnail does not show up in the list after I installed the plugin on my production site as shown in item #1 in the picture below. I also done the same to my test site but the opposite happens. however, the result is the same. it still uses the 50×50 thumbnail.
http://propertysamurai.com/wp-content/uploads/misc/img4.png
Item #2 in the picture above shows that crp_thumbnail is disabled when viewing the attachment image in the post on the production site. it is enabled however on the test site.
It is also important to note that the theme that I am using, Classipress, is using custom post types.
As much as I want to help in testing and troubleshooting this possible plugin bug, I decided to stop as it is consuming a lot of my time that I should be dedicating to my daily targets. I rolled back to the previous version of the plugin in the production site. I will use this version until future releases addressed this problem.
Again, thank you for your dedication in developing and supporting this very useful plugin.
btw, i screen-captured the Thumbnail options settings as follows:
http://propertysamurai.com/wp-content/uploads/misc/img1.png
http://propertysamurai.com/wp-content/uploads/misc/img2.png
http://propertysamurai.com/wp-content/uploads/misc/img3.png
below also is the custom css that i am using. this worked well in the previous plugin version.
#crp_related ul {
list-style: none;
float: left;
margin: 0;
}#crp_related li, #crp_related a {
float: left;
overflow: hidden;
position: relative;
text-align: left;
}#crp_related li {
position: relative !important;
display: inline-block !important;
vertical-align: top !important;
zoom: 1 !important;
*display: inline !important;
width: 100px !important;
margin: 10px 10px 10px 0px !important;
padding: 0 !important;
background: none !important;
}#crp_related a {
position: relative !important;
display: block !important;
font-size: 12px !important;
line-height: 1.5em !important;
text-decoration: none !important;
margin-bottom: 5px !important;
text-indent: 0 !important;
}#crp_related img {
display: block !important;
width: 100px !important;
height: 100px !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: none !important;
border: none !important;border-radius: 3px !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}#crp_related .crp_title {
clear: both;
padding: 0 !important;
margin: 0 !important;
}