sturz
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] No HTTPs for collapse-o-matic images (arrows)Hi Baden
Thanks for taking a look at it. Chrome sometimes says the website’s content is mixed (secure and non secure), Firefox tells me the same and there i can see that for example the arrow-down.png is loaded via http instead of https. Here’s a screenshot.
Do you have any idea, why this could happen?
Forum: Plugins
In reply to: [Collapse-O-Matic] No HTTPs for collapse-o-matic images (arrows)I’m sorry, of course:
The general setting of the blog url is https://sturz.zhdk.ch
I used a url changer plugin to change all urls to https.
kind regards and thanks for the fast reply
Forum: Plugins
In reply to: [DD Last Viewed] Request: No excerpt and more button at allVERY SATISFIED ?? YOU ROCK!! Just donated a beer ??
Forum: Plugins
In reply to: [DD Last Viewed] Shortcodes and Headers in ExcerptHi Wouter
Thank you very much, was a nice surprise to get an update that fast ??
The bug seems to be resolved now, looks really good. Nice job!!
I’m definitely going to give you a 5star rate ?? eegarding the donation, Let me see if i’ve got something left on paypal ??
kind regards
Does that happen for any kind of notification?
It happened to me that new added co-workers were not notificated, can’t tell why.I’ve just found out an error caused by the comment out in number 2.
Commenting out the project.php lines 332-336 withdrew the possibility to edit an existing project. Instead of commenting out simply change the return after the if condition to true, even if the user has no admin_right:
2) project.php in folder wedevs-project-manager\class\
return true; instead of return false;if ( current_user_can( $admin_right ) ) { return true; } return true; //originally return false }
sorry ?? if someone finds another bug, please let me know.
Finally i succeeded in changing the code so that everyone can create a project (i’m not that far to specify which role should get the right to create a project, but hey, after weeks of research [i’m not a programmer], i’ve found a way)
What you have to do is to comment out certain if functions where admin_right is checked.
1) ajax.php in folder wedevs-project-manager\class\
Comment out lines 59-64:/* //fail if current user is not editor or above if ( !$pro_obj->has_admin_rights() ) { echo json_encode( array('success' => false) ); exit; } */
2) project.php in folder wedevs-project-manager\class\
Comment out lines 332-336:/* if ( current_user_can( $admin_right ) ) { return true; } */
Warning: The return false function after it should not be commented out.
3) index.php in folder wedevs-project-manager\views\project\
Comment out within line 12 the if condition:<?php /*if ( $project_obj->has_admin_rights() ) */{ ?>
Same procedure within line 52:
<?php /*if ( $project_obj->has_admin_rights() )*/ { ?>
Have fun ??
Forum: Fixing WordPress
In reply to: Latest Posts show up between old posts on Front PageThank you very much ??
Forum: Fixing WordPress
In reply to: Latest Posts show up between old posts on Front PageThis would mean that it displays first the sticky notes according to date, and then the not sticky ones according to date?
Forum: Fixing WordPress
In reply to: Latest Posts show up between old posts on Front PageI sticked the newest post to the front page, there it goes to the newest position (in my case top).
Is there any chance that the latest post are listed according to date AND sticky note?
Forum: Fixing WordPress
In reply to: Latest Posts show up between old posts on Front PageWhen i use twenty fourteen without plugins it looks even worse. Some posts are not showing up and the newest post shows after the second newest…
can i go back to my theme? ??
Forum: Fixing WordPress
In reply to: Upload Problems with Media Windowi’ll give it a shot, thanks for the fast reply Esmi. I’ll try tomorrow.
Kind regards
Forum: Fixing WordPress
In reply to: Add functions to pageOk, interesting
I just found out that what i am looking for is called a Breadcrumb.
Fortunately my Theme Builder can add a breadcrumb block, so my problem is solved.Even so i’d like to know where to add any function to my pages or posts (do i have to add a shortcode then? or is there some template for page and post which i can edit?)
Forum: Plugins
In reply to: [Members List Plugin] Make list show in column format?Is there a way to display every Custom Fields Label and the Value next to it using a column grid with CSS? I would like to display empty Custom Fields too (the label is there, but no value), so every users information would be the same size.
https://sturz.zhdk.ch/wer-sind-wir/vorstand/
kind regards
Fer
P.S.:
I deactivated all the plugins but Pie Register (Version 1.31.3), i have WordPress 3.7.1.