isitegate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to disable blog post links, and instead view full size pictureHope that helps
Forum: Fixing WordPress
In reply to: How to disable blog post links, and instead view full size pictureI have done it with custom css and javascript plugin by Potent Plugins.
Here is my code for that..
window.onload = function (){
var portfolio_links = document.querySelectorAll(‘.post-content > a’);
console.log(portfolio_links)
portfolio_links = Array.from(portfolio_links)
portfolio_links.map( (link) => {
link.href=’javascript: void(0)’;
} )}
Forum: Fixing WordPress
In reply to: Can i build a big website for holidays with wordpress?Thank you steve, that’s very helpful.
[redacted]
much appreciated!
- This reply was modified 7 years, 10 months ago by Steven Stern (sterndata).
Great.
Thank you very much for ur help.Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give uses /donations urlThank you Devin, that actually worked.
Forum: Localhost Installs
In reply to: Accessing localhost on my mobile@snifflevalve, You are a genious!!!
Thank you very much. it works !!Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give uses /donations urlNow oofcoures i put the page slug back to /donation which allows it to work as the site is live.
I await for ur solution please to enable /donations for the donations page.Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give uses /donations urlThank you Devin. Now there is no error.
BUT
i still can’t use the donations slug for my page, so when i go to
https://www.sevenspikesrelief.org.uk/donations/
it takes me to archives as there is dublicated in the use of /donations, which was the case before editing wp-config.
plz help.I need to use …/donations/ for one of my pages.
also the url seems didn’t change as i cant go to mydomain/donations still
Hi Matt, Thanks a lot..
Also do u mean ways2give will replace donations/ in the url?Also, is it GIVE_SLUG or ‘GIVE_SLUG’?
The reason i’m asking is,, i got this after updating wp-config:
Notice: Use of undefined constant GIVE_SLUG – assumed ‘GIVE_SLUG’ in /hermes/bosnaweb24a/b1635/ipg.sevenspikesrelieforg/sevenspikesrelief.org.uk/wp-config.php on line 100
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give uses /donations urlThe reason i’m asking is,, i got this after updating wp-config:
Notice: Use of undefined constant GIVE_SLUG – assumed ‘GIVE_SLUG’ in /hermes/bosnaweb24a/b1635/ipg.sevenspikesrelieforg/sevenspikesrelief.org.uk/wp-config.php on line 100
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give uses /donations urlHi Matt, Thanks a lot..
Is it GIVE_SLUG or ‘GIVE_SLUG’?Also do u mean ways2give will replace donations/ in the url?
Thanks again
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give uses /donations urlTemporarily, i have changed my page to be only /donation not donations.
But i really want it to be doantions.
What is the solution please?
Thank you.Hi Matt, is there any way i can customize the ‘give’ /donations url since i have another page under same name ‘donations’ and now causing conflict.
Thank you.@srd75:
Thank you very much that line of code solved make that error disappear.
Appreciated.