smithdeltabiz
Forum Replies Created
-
I may be able to communicate better through email. What’s your support email address?
If I click on view or edit any step it goes to the 404 page of my website.
The images are here https://prnt.sc/2l6L1uPig6O5
Here is the page that it goes to.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Fonts not appearing on front endThe plugin is doing the same thing as this website google-webfonts-helper. Its constructing the CSS file to load the fonts.
When I copy the code generated by that website everything works no problem no SSL stuff or anything like that.
The custom fonts plugin is doing the same thing as the website but instead of having to copy and paste everything from their site to files and copying the fonts manually, the plugin is doing it automatically. It’s building the CSS file to load the fonts locally.
So this tells me that something has to be wrong with the design of how the custom fonts plugin is building the CSS file and the issue may be related to how its constructing the directional URL which is why some people are saying its an SSL issue but as you can see the sample code generated by google-webfonts-helper is independant of SSL and https redirection and will work based on however the user has their website configured to work whether its https redirection or not.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Fonts not appearing on front endI contacted my host provider and they ensured that the SSL was installed correctly and everything was fine. I think this issue is simply a design flaw in the plugin. It has to do with how its creating the url path to the fonts. If this were implemented properly it should have nothing to do with SSL certificates.
When I manually type my location to the fonts folder I use ./fonts/ in the CSS file and it works every time without any issue. I don’t see why the plugin just can do this too.
For instance I have this and it works.The plugin I went through the code. It’s simply building this list dynamically. If it’s building the CSS dynamically to appear just like this, then it should work.
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Fjalla One'; font-style: normal; font-weight: 400; src: url('../fonts/fjalla-one-v15-latin-regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/fjalla-one-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fjalla-one-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/fjalla-one-v15-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/fjalla-one-v15-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/fjalla-one-v15-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */ }
- This reply was modified 1 year, 5 months ago by smithdeltabiz.
- This reply was modified 1 year, 5 months ago by smithdeltabiz.
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Fonts not appearing on front endI am having the same issue as @jonmojo. I added the custom fonts plugin to my site and then disabled Google fonts from loading from off-site and the fonts would not appear.
Also there is no doc that I see attached to your response @bsfherman.
I have the fonts manually typed in a doc and when I include them as CSS everything works but for some reason the custom fonts is not working. I researched on the internet and some people were saying that it has something to do with loading the fonts using http vs https. I have my website set on http redirect to https but not sure if its working with your plugin.I hope this can get fixed soon. I really like the plugin and want to use it.
Thanks for reading.
Thank you so much this step worked.
UPDATE: It looks like GiveWP uses iFrames to load its forms as they must have their reason due to the styling used (they don’t want it messed up, at least that’s what I suspect). So, anyone having problems loading Asset CleanUp and GiveWP on the same page: GiveWP loads its form (in this case) here: https://baastbook.com/give/donation-form?giveDonationFormInIframe=1 – This page is separated from the main page and in both pages only site-wide rules will apply. Using a per-page unload rule on the main page will not reflect on the iFrame one.
To make sure the iFrame URL won’t be altered in any way by Asset CleanUp, go to “Settings” — “Plugin Usage Preferences” — “Do not load the plugin on certain pages”?and add to the textarea:?giveDonationFormInIframe=1?(if you already have other exclusions there, make sure to keep each one in one line, one below the other). Asset CleanUp will go through each line, and if the values match the one from the URI, it will not load.
——————-
I just used giveDonationFormInIframe as the filter and it worked perfectly.
Thanks again.
- This reply was modified 1 year, 7 months ago by smithdeltabiz.
This is the page.
As you can see the donation form just spins continually
https://baastbook.com/give-to-baastbook-main-landing/The sales tax seems right but the fee seem a bit high.
- This reply was modified 2 years, 6 months ago by smithdeltabiz.
I may need to retract this post. The fees appear to be an error on my part. Paypal has lots of fees for international transactions.
Let me get with PayPal. I apologize for any inconvenience.
- This reply was modified 2 years, 6 months ago by smithdeltabiz.