johnosmond
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Icons only show when logged inWell it seems that the problem only happens when I choose an icon from Dashicons. I switched to Font Awesome and that seems to work. So if you navigate to the site you might see the house icon. But I’m still curious why the Dashicons aren’t working unless logged in.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Required Fields NoticesWell, I don’t know what to say here. I tried to recreate the error again to look at the console like you suggested, and now it works fine. Not sure what changed on my end, but thank you for your suggestions.
Hope this thread helps someone else with a similar issue.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Required Fields NoticesHi Vijay. Well, I tried again. This time I recorded my steps. I think what you’re saying makes sense, but there is something else happening.
My guess is that maybe the plugin author is using a jQuery selector to select and control the on(“click”) property of the buttons, and perhaps changing the type breaks that. ???
Anyway, here is the screen-cast:
https://youtu.be/Otl0eiTpyQMForum: Plugins
In reply to: [Order Tip for WooCommerce] Required Fields NoticesHi Vijay. Thanks for the reply, but that did not fix the issue.
I found the <button> elements that add the tips and inserted the type=”button” attribute like you suggested. That caused the plugin to stop working and somehow caused most of my site to freeze.
I tried it several times thinking I might have made a mistake, but it broke it every time.
Not sure, but I think those buttons need to be submit buttons because the plugin works with an ajax POST command.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Why Trigger Update CheckoutThis plugin is also triggering notices for required fields. So before a user (or me testing it) can add or remove a tip, all the required fields must be filled out first. Why? Please make it not do that. Thank you.
Forum: Plugins
In reply to: [Testimonials Widget] Company & Job Title not showing on archives pageI tried copying the single url of each testimonial into the url field, but that puts the link on the company field. Why???
Forum: Plugins
In reply to: [Testimonials Widget] Company & Job Title not showing on archives pageThe closest I’ve been able to get is with this shortcode: [testimonials hide_source_title=”false”], but there is no link to the single pages.
Forum: Plugins
In reply to: [Testimonials Widget] Company & Job Title not showing on archives pageI appreciate your reply but that doesn’t tell me how to accomplish this. I just want a page that shows all my testimonials in a list with the company and job title fields showing. Removing the checks from “hide ???” makes them show on the single pages, but not in the list.
Forum: Themes and Templates
In reply to: [Graphy] Video Embed SizeHey innertaming, thanks for telling us about it.
Agreed.
Forum: Fixing WordPress
In reply to: File Permission ProblemI found this in my config file:
define( ‘FS_METHOD’, ‘direct’ );
define( ‘FS_CHMOD_DIR’, 0777 );
define( ‘FS_CHMOD_FILE’, 0777 );I’m not entirely sure how it got there, but I suspect that someone who was helping me in the past was having permission problems, etc. Maybe this was part of a temporary fix.
@esmi, thanks for your reply. I just learned that if these are in your congif file then, yes, wordpress (thru php, of course) can change those settings!
Hope that helps someone someday!
Forum: Plugins
In reply to: [WP Google Fonts] [Plugin: WP Google Fonts] Many fonts are missing@adrian is there any way to “query” the google list so your list remains up-to-date?
Instead of “Network Activating” it just go to each sites dashboard (logged in as the super admin) and “Activate” from there.
Forum: Themes and Templates
In reply to: Home Page and BlogOk, I see now. In my case I put ‘Home Page’ as the front page and, as you pointed out, leave the second one blank. What threw me was that in your photo you have ‘Blog’ selected as front with the second one blank.
It seems that the blog page knows it’s a blog page without wordpress needing to know where to put the posts.
Ok, thanks again. I’m gonna go play around with your creation. Good stuff.
Forum: Themes and Templates
In reply to: Home Page and BlogAgain, thanks. But that won’t accomplish what I’m after. I’m not being clear.
I don’t want the posts on the front page. I want the posts on some other page. I’m currently calling it ‘Blog Page’, but no matter what I call it, it gives me your Hello World page.