erwin_m
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Order posts by Custom Fields valueHi Steve,
Thank you for your reply! Caching won’t be a big problem. If the post are once a day are randomized, it’s good enough. So, I will rebuild my cache daily.
I’m building a site with advertisements for accommodations in different country’s/regions. For that I use the categories. The accommodations are there in two versions, some big and some small. I want the bigger ones first and after that the small ones. I was thinking of giving them a custom field key and value and using them for the sections.
I’d already discovered the page where your linking to, but can’t figuring out how to use this in my case. I was also looking at this, it looks promising, but I don’t know where to put the code and how it’s gonna work with my template.
Do I have to change the loop, or can I place this code in my functions.php?- This reply was modified 7 years, 9 months ago by erwin_m.
Forum: Fixing WordPress
In reply to: Non existing pages/categories shows upHi Hammerwave,
Thank you for your answer! It set me to think. the links to 2016/03 and 2016/05 are linking to the blog-items of that month. But there isn’t and never have been a cat 2016. Is this a wordpress thing?
When I was working at this SEO-items, I have also integrated an SSl-certificate. With a symbolic link, the content of public_html is connected to private_html, could there goes something wrong? So that there is old stuf which isn’t changed? Feels strange, this should be in the database and I don’t suppose that there is a new database created.
When I search in the generated source of my site, I can’t find any of those links. So it isn’t in the content. I will ask my seo-guy if he can tell anymore about those links
Hi,
I have exact the same issue. Tired it a couple of times. Have the same plugin and wp version. Tried two different servers. Each time it hangs on restoring database. By clicking away the tab, I can abort the action, everything else doesn’t change a thing. After this I have to install wp and try again. The homepage won’t load. I think it’s the same for digitalretouch.
Forum: Plugins
In reply to: [Juiz Last Tweet Widget] Bring it to the frontHi Geoffrey,
Thank you for the following-up!
At this moment I’ve decided not to implement the twitterstream. Maybe I will get to it at a future moment.
Forum: Fixing WordPress
In reply to: Can't login after update to 4.0It wasn’t that diificult at all….. The rights at wp-inlog.php were 666, after I changed this to 644, everything was back to normal.
Forum: Fixing WordPress
In reply to: Can't login after update to 4.0Hi,
Thanks for you reply. I did disabled the plugins by renaming the pluginfolder. I didn’t try the theme becaue I’m a bit scary that after that my website on the frontend wouldn’t work also. Th question is when I change the name of enfold(that’s the theme I’m using) and change it back later to the original, will wordpress activate it again. Or tays it at 2014? And I’m using enfold on aother site to without any problems, it has his already wp4 ready by the last update.
I’m back in by change the name of .htaccess in the root. But do I still have ithemes protection? At the settings part everything looks the same like yesterday, but my .htaccess has changed, offcourse. It’s now just a standard htaccess as it comes from wordpress.
In the defect htaccess I have the following code: I have changed dirs and url to xxxx, so that isn’t a fault.
# BEGIN iThemes Security # BEGIN Hide Backend # Rules to hide the dashboard RewriteRule ^/xxxx/xxxxxx/?$ /xxxx/wp-login.php [QSA,L] # END Hide Backend # BEGIN Tweaks # Rules to block access to WordPress specific files <files .htaccess> Order allow,deny Deny from all </files> <files readme.html> Order allow,deny Deny from all </files> <files readme.txt> Order allow,deny Deny from all </files> <files install.php> Order allow,deny Deny from all </files> <files wp-config.php> Order allow,deny Deny from all </files> # Rules to disable XML-RPC <files xmlrpc.php> Order allow,deny Deny from all </files> # Rules to disable directory browsing Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On # Rules to protect wp-includes RewriteRule ^wp-admin/includes/ - [F] RewriteRule !^wp-includes/ - [S=3] RewriteCond %{SCRIPT_FILENAME} !^(.*)wp-includes/ms-files.php RewriteRule ^wp-includes/[^/]+\.php$ - [F] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F] RewriteRule ^wp-includes/theme-compat/ - [F] # Rules to prevent php execution in uploads RewriteRule ^(.*)/uploads/(.*).php(.?) - [F] # Rules to block unneeded HTTP methods RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK) [NC] RewriteRule ^(.*)$ - [F] # Rules to block suspicious URIs RewriteCond %{QUERY_STRING} \.\.\/ [NC,OR] RewriteCond %{QUERY_STRING} ^.*\.(bash|git|hg|log|svn|swp|cvs) [NC,OR] RewriteCond %{QUERY_STRING} etc/passwd [NC,OR] RewriteCond %{QUERY_STRING} boot\.ini [NC,OR] RewriteCond %{QUERY_STRING} ftp\: [NC,OR] RewriteCond %{QUERY_STRING} http\: [NC,OR] RewriteCond %{QUERY_STRING} https\: [NC,OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [NC,OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR] RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|ê|"|;|\?|\*|=$).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*("|'|<|>|\|{||).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(%24&x).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(127\.0).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(request|concat|insert|union|declare).* [NC] RewriteCond %{QUERY_STRING} !^loggedout=true RewriteCond %{QUERY_STRING} !^action=jetpack-sso RewriteCond %{QUERY_STRING} !^action=rp RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in_.*$ RewriteCond %{HTTP_REFERER} !^https://maps\.googleapis\.com(.*)$ RewriteRule ^(.*)$ - [F] # Rules to block foreign characters in URLs RewriteCond %{QUERY_STRING} ^.*(%0|%A|%B|%C|%D|%E|%F).* [NC] RewriteRule ^(.*)$ - [F] # Rules to help reduce spam RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} ^(.*)wp-comments-post\.php* RewriteCond %{HTTP_REFERER} !^(.*)xxxxxx.nl.* RewriteCond %{HTTP_REFERER} !^https://jetpack\.wordpress\.com/jetpack-comment/ [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule ^(.*)$ - [F] </IfModule> # END Tweaks # END iThemes Security
Can anyone tell me what I have to change before I put it back? I think it’s important to get the full protection from ithemes to do so.
I’m having a similar problem. Installed the plugin yesterday, everything was fine. Could edit everything. Today I try to log in and only gets the menu-items of the backend at the left. The content shows for a split second and is then unavailable. Now I can’t do anything wtih my site. Really need some help!! If it helps to go for a pro version, that also ok with me. I need support.
Forum: Fixing WordPress
In reply to: Moving wordpress to the root errorThat solved the issue! Thanks!
Forum: Fixing WordPress
In reply to: Moving wordpress to the root errorTried the same on another site, also with wp 3.9.1 and it gives the same error. I copied the the files from that specific website, not from the other one. So it is an brand new situation with the same result.
Is there changed anything to this method? Or am I doing something wrong?
Would really appriciate some help!
Forum: Fixing WordPress
In reply to: I can no longer log in to the wordpress site dashboardWordPress updates minor versions itself those day’s. So that’s normal.
For acces I would try to get in by clicking the the link “forgot my password” or similar, I’m not using a En site-language.
Forum: Plugins
In reply to: Gravity Forms Total Field not updating in WordPress PagesI don’t use the sharebar plugin. In my case the problem is caused by my theme, thats my status right now. Cause it’s a commercial theme, I will ask the third party for support. Over here they don’t give support for commercial themes, which is ok by me.
Thanks for sharing your solution.
Forum: Plugins
In reply to: Gravity Forms Total Field not updating in WordPress PagesSorry Esmi, I wasn’t trying to interrupt the thread. Thought it would be good that people know it’s a ‘frequent’ problem. Should help technolife also.
Forum: Plugins
In reply to: Gravity Forms Total Field not updating in WordPress PagesI’m having the same issue. I have the Studio8 theme in use. In the preview it works fine, but in the posts and in pages the total stays €0,-. Hope someone had figured this out.
Forum: Plugins
In reply to: [plugin: The events calendar] Change date formatOf course I should have added the link of the plugin to it ; ).