stevie2012
Forum Replies Created
-
Good to know! thank you!
Forum: Reviews
In reply to: [Simple Membership] Simple and Works as it should, but@jayguntor
What was your other solution that you ended up with that was better?Forum: Themes and Templates
In reply to: [Mission News] Removing Page Title from PagesIf using css
In your css include this and all titles from the POSTs, PAGEs 404s etc should be gone.
Remove the titles from all PAGE and POST
.post-title {display:none;}
Remove the titles from all PAGE only and leave POSTs as is.
.page .post-title {display:none;}Remove the titles from all POSTs and leave PAGEs as is.
.single .post-title {display:none;}Remove the title from a specific POST and leave other POSTs and PAGEs as is.
.postid-451 .post-title {display:none;}Where similar “postid-nnn” can be found looking inside the source when you see the page inside the <body> tag or when you hover over the title of the post in the admin
like below.https://yourdomain.com/wp-admin/post.php?post=451&action=edit
Alternatively, you can edit the following php files and edit/delete/comment out each title related places, though I wouldn’t recommend this to you.
404.php
content.php
content-archive.php
content-archive-double.php
content-archive-page.php
content-archive-rows.php
content-archive-rows-excerpt.php
content-attachment.php
content-page.phpForum: Plugins
In reply to: [Zapier for WordPress] The plugin does not have a valid header.same here. Just wanted to test it out because WP doesn’t fit right with IFTTT. As IFTTT always deactivates the connection with WP automatically after couple hours automatically. Generally, IFTTT does better at connecting as it doesn’t require any plugins that can be a security hole or give out errors like this. So disappointing.
Dear Ben,
Thank you so much!
I was fiddling so much copying and pasting from the parent stylesheet to child stylesheet and editing them but it seems I had so much more extra code making them so buggy!
And from your codes, I learned new things!
I guess my friend will be glad to see it work in good action now!
Layout didn’t work as expected so resubmitting.
Hope it works this time.Normal Double Layout.
|---------|
| |
| |
| |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|2nd page and after I want like below
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|
| | |
| | |
|---------|Hello Fotis,
Not the same but similar, just that the subject of this thread is exactly the same issue.
If Admin user, then sharing it with Facebook/Twitter works fine.
But once if its not an Admin user, like an Editor role, the auto sharing does not work.This has been checked using the production website during the night time hours by backing everything up and reinstalling a brand new WP+Jetpack, but I do not want to bother doing these steps again just for a favor for my friends biz so I’m just going to another solution.
Its ok, I’m using IFTTT which gets things done easier.
So after 5months it seems that its till not fixed?
When using the editor role, the publicize sharing when making a new post is not linked.
Using the Admin role, the publicize sharing is linked and working.I think some people use Jetpack only for the ease of use for linking with social sharing sites so not being able to use it with other roles other than Admin is very useless.
Forum: Plugins
In reply to: [Somewhere search box] Internal Server ErrorYour version 1.3.1 still spills out errors.
バージョン1.3.1も1.3.0同様Internal Server Errorになります。Can you fix it?
修正できますか?If you’re not going to fix it please let us know.
修正する気がないなら教えて頂ければ幸いです。Forum: Plugins
In reply to: [WP Social Bookmarking Light] Internal Server ErrorAs for the current latest version of 2.0.1, its working on the server without problems as far as installation goes.
Thank you for the fix!
- This reply was modified 7 years, 8 months ago by stevie2012.
Forum: Plugins
In reply to: [WP Social Bookmarking Light] Internal Server ErrorPHPは見たところ5.3.29を使っているみたいですね。
It looks like as you’re using PHP5.3.29。で、レンタルサーバー会社はlolipop。でしたら以下からPHPのバージョンを上げて見ては如何?
And looks like you’re using lolipop as your hosting. Try updating your PHP version from below link.
https://lolipop.jp/manual/user/php-setting/Forum: Plugins
In reply to: [WP Social Bookmarking Light] Internal Server ErrorFTPなどでログインし、
以下のところにある”wp-social-bookmarking-light”のフォルダーを削除しましょう。
Login via FTP and delete the following “wp-social-bookmarking-light” folder.
“/home/users/2/main.jp-460556a5f7b68453/web/wp-content/plugins/wp-social-bookmarking-light/”今のところそれ以外の対処はないですよ。Right now that’s the only way.
もしくは前のバージョンに戻してアップデートをしないようにした方が良いと思います。
Or, you can revert back to the previous version.契約したサーバーはどこ?What hosting are you using?
PHPとMySQLのバージョンは?PHP and MySQL versions?作者が言うようにPHP5.3以下では最新のはサポートしないみたいですので、使用しているレンタルサーバーのPHPなどのバージョンアップをサーバー会社に行ってやってもらう必要があると思います。
As the plugin author is saying, it won’t support PHP 5.3 or lower anymore, so you might want to get the hosting company to upgrade your program versions etc.- This reply was modified 7 years, 8 months ago by stevie2012.
Forum: Plugins
In reply to: [WP Social Bookmarking Light] Internal Server ErrorOk, Thanks for your reply. I’ll continue to use the old version then.
Forum: Plugins
In reply to: [Hide Update Reminder] Internal Server ErrorHello Sarah,
Just updated without an error.
error log has no errors also.Thank you for taking your time!
Forum: Plugins
In reply to: [Hide Update Reminder] Internal Server ErrorHere’s the error after the update. Still the same thing.
“PHP Parse error: syntax error, unexpected ‘[‘ in /var/www/html/news/wp-content/plugins/hide-update-reminder/hide-update-reminder.php on line 23”
Also, the system does not allow the “Options” usage in the htaccess. Which may be causing the error.
Another thought maybe due to the hosting using old outdated php and mysql as you’ve mentioned in your 1.3 readme file as “Modernised the PHP code in use”.