wolfang8
Forum Replies Created
-
Hi, @maryanne_shareaholic,
Thsnks for reply. I already did what you explained. And I found some more problems for my website.1. It usually shows similar related contents, but not various contents. When I used other one, it showed various ones.
2. The thumbnail is too big.
Currently, I decided to use only social icons. I will try your plugin when it is updated with big changes. I appreciate your support. Good day 🙂
Forum: Plugins
In reply to: [YOP Poll] Other option issueHi, I will try it later and will let you know the result. Thanks a lot for your support.
Forum: Plugins
In reply to: [YUZO] Conflict with Suffusion themeAwesome. I updated it and the speed of my website has been better. But the “Read More” button isssue is still not solved. I appreciate you about the update and hope it would be solved completely soon.
I see. The related post is “Ready” now. But it still has some issues.
1. It shows “Home” page most of time.
2. I set featured image, but it does not show up on thumbnail container.
3. The number of posts show randomly. Sometimes 1, somtimes 3, sometimes nothing even though it must have same categories and tags.Are there any way to control it? Thanks.
Forum: Plugins
In reply to: [Media Library Assistant] How to paginate gallery?I checked and read all of them what you gave me, but still can not make sense. Too much information and it’s too complicated for me. Is there any simple way?
Thanks.Forum: Reviews
In reply to: [P3 (Plugin Performance Profiler)] Doesn't work anymore.Alright, thanks for your all answers.
Forum: Plugins
In reply to: [YUZO] Conflict with Suffusion themePlus, I found this plugin made my site slow. I launched P3 Plugin Profiler and it said tha Yuzo Related Post take resource about 22% (Loading time was 2.83 sec). But I love your plugin and do not want to change other one. Could you fix it please in next update?
Thanks.Forum: Reviews
In reply to: [P3 (Plugin Performance Profiler)] Doesn't work anymore.Hello.
I read the help page, but I don’t understood it well as I am not a geek. According to it, should I ask my hosting provider to not use opcode?
Thanks.Forum: Plugins
In reply to: [YOP Poll] Other option issueShould the codes go in the plugin edit option? Sorry, I am a beginner of codes.
It means that I have to purchase Pro version. Thanks for your help anyway 🙂
Forum: Plugins
In reply to: [YUZO] Conflict with Suffusion themeHi, @ilen.
Thanks for your response. I think that I did not give you enough information. Sorry about that. In order to explain it easier, I give you url. http://capcomn.com/smartforum/new/If you click “Read More” button at “Show off your Skyrim character” then you will be able to see it redirects front page.
Forum: Plugins
In reply to: [YOP Poll] Other option issueThanks for reply. I have a question. I applied what you mentioned and other answer did not work anymore. Then it means “Other Anwer Option” is useless (I am sorry, but it’s not offensive. I am just confused). Correct? Or do you have plan to fix it in next update?
Thanks for both of you. I am glad somebody shows up to explain my idea with proper English finally.
@kts915, Could you tell me where the information please?I am sorry. I changed theme several days ago. This theme display caption below the images.
Thanks for your reply.I figured out how to show the caption all the time, but it is still over image. I would like to place it below image. Here is the code what I edited. Thanks.
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
box-sizing: border-box;
color: #fff;
font-size: 13px;
line-height: 1;
margin: 0;
max-height: 40%;
opacity: 1;
padding: 2px 5%;
position: inline;
bottom: 0;
left: 0;
text-align: left;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
width: 90%;
cursor: default;
margin: 0 0 8px;
}.gallery-item:bottom .gallery-caption {
opacity: 0;
}.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}