nkarafo
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapsing Archives] [Plugin: Collapsing Archives] Permissions ErrorI had a similar problem, e.g. “You don’t have permission to access /2009/ on this server.
Apache…”The problem was that I had already some folders called 2009, 2010, 2011, etc despite the fact that they weren’t belong to wordpress.
So, Collapsing Archives were trying to get into these folders by error, there wasn’t any index file – index.php or index.htm and that’s why this permissions error had occurred.
If this is the case, then rename or delete these folders and plugin will work normally.
I unchecked “Content thumbnails enabled” but now I don’t have thumbnails at all, neither in frontpage, neither in full post. My theme supports them using featured posts but something is not done right. My theme is called maximum. You can download and try it from here:
https://fearlessflyer.com/themes/maximum
But use it only if you want for yourself. I have found solution to my problem.
Thank you for your help. It’s nice to see this support from the developers!
OK, I revert it using an old file index.php that I found and now it’s working with content thumbnails as before but it’s the same again. When I press the click to read more, it’s the same thumbnail again in top-left corner. I’m using the latest version 1.0.7 but unfortunately I cannot share my website here. I could send it to an email because my I would prefer not others to see until it’s done.
I don’t know. Maybe I have already made changes in the files – functions.php, etc and now it doesn’t work anymore with content and I don’t remember what were the changes. It’s probably my fault because in the beginning it was working partially with content thumbnails.
Yes, you are right. It’s working!
But for me it’s working properly only for excerpts thumbnails and not with content thumbnails.
I had to change the code from theme’s original index.php<?php the_content();?>
to
<?php the_excerpt() ?> <p><a href="<?php the_permalink() ?>">(read more…)</a></p> </div>
So far it’s almost as good as “Thumbnail For Excerpts”. If I am not mistaken, I think that “tfe” is slightly faster than yours but yours have easy settings for some configurations.
Ok, don’t worry, I installed plugin “Thumbnail For Excerpts” and I found a solution.
Thank you Frank for your prompt reply!
Ok, I see. It’s ok.
Another thing that I think it needs correction is that when you press the full post to read it normally, it has also the small thumbnail at top-left corner which is not necessary. Is it possible somehow to remove this?
Thank you again!!Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Help with the page templateYes, I have already found a solution. Thank you!
Found it.
Add this to theme’s style css:
/* pdf icons to right sidebar */
a[href$=’.pdf’] {
background:transparent url(‘images/pdf_icon.gif’) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}Hello arena,
I have read the instructions but unfortunately the steps are not very clear. I have a problem with the subcription management page as I have written here too:
https://www.ads-software.com/support/topic/plugin-mailpress-help-with-the-page-template?replies=1
and no one has replied to me.
What I have to do in order to have the management page in a normal page like I had it in the mailpress default template?I think that someone has to re-written the instructions to be more specific. I noticed that others have the same problem too.
Thank you.
@mkalina
Check with IE and F12 or install plugin “Firebug” in Mozilla Firefox which does the same thing, maybe better, than IE’s F12.
Try to understand if there is any unecessary code in style.css or anywhere else to remove it.Forum: Themes and Templates
In reply to: Help please with 3 columns and search formI have tried to put the code in different lines in the code and the result is the same. It’s like it cannot be locked to the right. This is probably due to the main column that is missing. I cannot produce it and I don’t want to be there, that’s why perhaps this causes 3rd column to be “free” and not always to the right. I have tried to change the “float:” from left to right but then the main pages are in very different position and the whole theme is a mess.
Any other thoughts ??? ??
Sorry Kevius, I saw your email now. I had a lot of business the latest days.
Try to do the above with the F12 but if you don’t know what is the “faulty” code, I don’t know why it’s not working.
Sorry..Yes, I agree.
I need the same thing ??
Can anyone help us please…??