Donorbrain
Forum Replies Created
-
Hi! I mean would this plugin also prevent my images (content) being scraped by Learning A.I. (midjourney etc?)
Another Question:
Is there also a build in functionality to have an option to have a page for attendee’s to leave feedback or other comments about the event they went to?
Forum: Plugins
In reply to: [Yoast SEO] Sitemaps redirecting to homepageHi! Sorry for my late reply but this issue isn’t resolved yet.
My hosting provider claims the problem must be solved on my side. I’ve pointed them to the NGINX solution but they keep pointing at me. Is there perhaps an other way to solve it without NGINX?Forum: Fixing WordPress
In reply to: distributing content accross columnsand obviously you can’t mix them with other cities
true.. but i don’t want to mix them. I want the starting letters (A, B, C, etc) to be mixed accross multiple columns instead of each letter having it’s own column. Just using the CSS trick with the
column-count: 3;
won’t do the trick. I need to edit the query i posted earlier but i don’t know how without breaking it. Anyone?Forum: Fixing WordPress
In reply to: distributing content accross columnsOk Thanks but how would i get this to work with this code?
$stores = '<div style="position: relative;"><div style="display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;">'; foreach ($result as $item) { ; $city = get_post_meta($item->ID, 'wpsl_city', true); $char = $city; if ($char !== $lastChar) { if ($lastChar !== '') $stores .= '</div><br />'; $stores .= '<div class="vc_col-sm-3 winkelkolom"><h3>' . strtoupper($char) . '</h3><br />'; //print A / B / C etc $lastChar = $char; } if ($slug = get_post_meta($item->ID, 'wpsl_slug', true)) { $stores .= '<a href="/winkel/' . $slug . '">' . $item->post_title . '</a><br />'; } }
Forum: Fixing WordPress
In reply to: distributing content accross columnsThanks!!!
i looked at this before but will this also work when i’m using a query to get all the shop-names?Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Sort menu items by dateplease? some help?
Forum: Localhost Installs
In reply to: Submit For Review / No Publish button. Restricted permissionsYes,
I followed these steps:
” Changing Your Domain Name and URLs “But i didn’t use PHPmyadmin to search and replace the old URL.
I used the Velvet blues update URL plugin to search and replace.Forum: Plugins
In reply to: [TIEmediahelper Media Library Tools] BUG – getting wrong pathnamesHey there!
I think i have a similar problem.. After using your plugin it returned wrong pathnames..
instead of
TestNEWw3bsite/uploads/2014/01/picture.jpgit returned
TestNEWw3bsite/uploads/picture.jpg
So a pathname without the year and month structure…
After disabling the plugin my media library won’t show images anymore.. it just keeps showing that “spinning wheel” icon..I can still upload images etc. I just can’t view them in the media library, however this is pretty annoying.
I use wordpress 4.1
Forum: Plugins
In reply to: jQuery problem with navigationAnyone? Please?
Forum: Fixing WordPress
In reply to: Timthumb not workingThe problem for me is resolved.. Thanks to my hosting provider.
I couldn’t figure it out myself.. I tried special plugin’s that would check if TimThumb is up to date and secure, CHMOD , everything.My hosting provider told me the problem was fixed because there was a declaration in a .htacces file which would point to PHP 5.5 ,. they changed it back to the server standard PHP version which they told me is: 5.3.3
I hope now not other functionalities will cease working because of this version 5.3.3. of PHP.
Btw my hosting provider is Hosting2Go ..Anyone had experiences with them?
Forum: Fixing WordPress
In reply to: Timthumb not workingSorry, for multi posting.. i was just afraid no one would answer my questions since it’s pretty urgent for me to fix it.
Forum: Fixing WordPress
In reply to: Timthumb not workingPeople of wordpress,..
I have this annoying issue with Timthumb. I’m not sure what is causing the problem but it’s a common problem from what i’ve read. Timthumb won’t generate thumbnails. I’ve checked the CHMOD of the files and folders needed for this script. I’ve checked if a GD library is running,.. i’ve checked caching… but still nothing.
The frustrating thing is.. the same script from the same theme will run properly on this domain which i’ve used as prototype for this website:
https://droogh.donorbrain.com/BUT IT WON’T WORK HERE (sorry caps) :
https://www.mauricedroogh.com/testwebsitemauriceThe only difference is different providers.. And one difference is that i’ve imported the content from droog.donorbrain.com to testwebsitemaurice using wordpress XML export and import,.. perhaps that messed things up but i doubt it.
If anyone can help or point me in the right direction that would really be appreciated !
Thanks!
JaccoForum: Themes and Templates
In reply to: [Magazeen theme] timthumb.php problem with miniaturesPeople of wordpress,..
I have this annoying issue with Timthumb. I’m not sure what is causing the problem but it’s a common problem from what i’ve read. Timthumb won’t generate thumbnails. I’ve checked the CHMOD of the files and folders needed for this script. I’ve checked if a GD library is running,.. i’ve checked caching… but still nothing.
The frustrating thing is.. the same script from the same theme will run properly on this domain which i’ve used as prototype for this website:
https://droogh.donorbrain.com/BUT IT WON’T WORK HERE (sorry caps) :
https://www.mauricedroogh.com/testwebsitemauriceThe only difference is different providers.. And one difference is that i’ve imported the content from droog.donorbrain.com to testwebsitemaurice using wordpress XML export and import,.. perhaps that messed things up but i doubt it.
If anyone can help or point me in the right direction that would really be appreciated !
Thanks!
JaccoForum: Themes and Templates
In reply to: Looking for a specific theme – please helpHey Jan,
Thanks for the tip.. i’m sorry to say i allready have some bad experience with installing plugins or themes from different sources, which resulted in a hacked website. So i only look on themeforest and www.remarpro.com for source material. I wish the search engine of both platforms was better tough.. you can’t really do an extended search, i think it sucks (my opinion).Either way,.. i’ll try those themes you suggested.. but having a first glance at them i’m not sure they’re really what i’m looking for.
Thanks!