kleinermann
Forum Replies Created
-
Forum: Themes and Templates
In reply to: header and search boxHi subashkc1,
As t-p already said, you need to be more specific. It’s probably best to upload the site to a server so someone here can have a look at it.
Forum: Themes and Templates
In reply to: Help needed editing the content on my "About" pageHi kariezb,
You need to log into your backend by adding wp-admin to your url:
https://www.yourdomain.com/wp-admin
Your About page is most likely located in the Pages section on the left. If there is a lot of pages, you can use the search feature on the top right of the page.
Forum: Fixing WordPress
In reply to: Display Comments on Category Page?Do you mean you’d like to give people the option to comment on the category page, or would you like to show the latest comments in a widget in the sidebar?
If the first one is the case, have a read through this post: https://www.ads-software.com/support/topic/comments-on-category-page
For the other option you could use this plugin: https://www.ads-software.com/extend/plugins/get-recent-comments/
Hope this helps ??
Forum: Fixing WordPress
In reply to: Admin password – i did my searchingJust to throw this in here. I have the same problem sometimes.
When i try to login as the admin, i just end up on the login page again. Without the usual shaking effect of the login box and without error message. Even after clearing the cache in FF and restarting the computer i still have the same problem.
The only solution i found was to use a different browser, in my case Safari and Chrome, to login. This still doesn’t fix the problem on the other browser, but i never bothered to investigate any deeper. . . .
Hi ep0ch,
From looking at your page i can’t see the cause of the problem. It looks good in Safari, but has the described error in FF. There might be a missing closing </div> somewhere in your theme. Maybe have a look in the page or index template file for a start (page.php).
Forum: Fixing WordPress
In reply to: .htaccessHi dnoray,
You need to give the file the right permission. Right-click on the .htaccess file, and click “Get Info”. At the bottom of the window, in the “Sharing & Permissions” section you can change the permissions for this file.
Set the privilege for all the names in the list to “Read & Write”. This should solve the problem.
If not, you probably need to add the current user to the list, and add the”Read & Write” privilege (this happens sometimes if you copy WP from one Mac to another).
I hope that helps ??
Forum: Plugins
In reply to: [UserAgent Theme Switcher] [Plugin: UserAgent Theme Switcher] Remove rulesdon’t worry about it. i just found the delete button ??
You can add the following code snipped into the footer.php of your standard desktop theme:
<?php in (function_exists('cfmobi_mobile_link')) { cfmobi_mobile_link(); } ?>
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] replace register text with Sign upThanks, it worked ??
Forum: Plugins
In reply to: [Add Local Avatar] [Plugin: Add Local Avatar] directory does not existI have the same issue. Is there any solution for this problem?
Forum: Plugins
In reply to: [Plugin: Add Local Avatar] Avatars not uploadingIt is still not working for me regardless of the path. I get the following error message:
Upload error: Upload directory doesn’t exist.The folder exists, and i have given it the 777 permission.
Is there a solution for this problem?
Regards,
StefanForum: Plugins
In reply to: [(a) Slideshow] [Plugin: (a) Slideshow] Plugin and browsersIt works on Safari. Example here: https://www.lifespirals.com/creative-workshops/
At least on the Mac. Don’t know about mobile devices.Forum: Plugins
In reply to: Anyone know a newsletter plugin?hi sassymonkey,
I’ve been working with MailPress for a while now and it works very well. And it satisfies all the requirements you have mentioned above. Not sure about the export of csv files though.
Forum: Plugins
In reply to: Anyone know a newsletter plugin?hi sassymonkey,
I’ve been working with MailPress for a while now and it works very well. And it satisfies all the requirements you have mentioned above as far as i can see. Not sure about the export of csv files though.
Forum: Plugins
In reply to: [Plugin: Newsletter subscription optin module] Change field order in widgetI’d be interested in the same function. It seems that the only way is to go and change the php code itself. Is there anyone who could look into that? My php know how is still very limited. . .