jphogan
Forum Replies Created
-
Right. As mentioned, I do see that it validates and sanitizes the CSS, but it’s also removing valid CSS. Thanks. I am adding it to the theme’s stylesheet for now. I thought you would want to be aware that it’s removing valid CSS.
Forum: Plugins
In reply to: [ACF: Sidebar Selector] How to use in page templateThanks @lolosland!
Forum: Plugins
In reply to: [Video Thumbnails] Generated Thumbnails are all default gray imagesIs this plugin not supported even if I’ve bought the Pro version? I bought the Pro version and posted this request here and in the Pro Support forum last week and still no answer.
Forum: Fixing WordPress
In reply to: Visual & Text Editor ignoring image inline width and heightAlso, I wanted to add that I solved my image resizing problem by using this plugin: https://www.mihaivalentin.com/image-pro-wordpress-image-management/
However, that won’t go back and fix any you’ve already put in unless you remove that function.
Forum: Fixing WordPress
In reply to: Visual & Text Editor ignoring image inline width and heightI found this post which prompted me to look for this in my functions.php.
remove_thumbnail_dimensions
That is what was causing the removal of the width and height. I removed it and it “fixed” the problem, but then the site was no longer responsive.Thanks for the response and support. After your reply, I did some further investigation and it looks as though the user added the inline style. Thanks again! This is an amazing plugin!
I’ve found the fix for this if anyone else runs into it. In your plugins folder, open crayon_formatter.class.php in the crayon-syntax-highlighter folder.
On line 302, that should read “Copy Plain Code” (or whatever you want) rather then “Expand Code”.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Disable for selected categoriesI found instructions to enable “The Pool” and I selected those categories under Disallow by Category, but it is still appearing: https://dovetailsoftware.redbranchmedia.com/hr/dsadmin/webinar-how-to-run-hr-shared-services-like-a-thriving-business/
Thanks!
Forum: Plugins
In reply to: [Event List] Shortcode for Sepcific EventsExcellent plugin, mibuthu! I would also love to see this shortcode added to a future version. Currently, I have a header for my events list page, but I don’t want that header on the individual events pages.
Forum: Fixing WordPress
In reply to: Keep Domain Alias in Address BarThanks again for your help! I’ve got it all working now.
I had already set up example.com as an alias with my host to new.example.com, but because of the absolute url paths in WordPress, if you clicked on a link, it would go back to new.example.com/some-url-path rather than example.com/some-url-path.
I used the tool here (which I’ve used a ton of times when moving a site from development to the domain) https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to find and replace all instances of new.example.com with example.com. It now works perfectly and does exactly what I want.
Forum: Fixing WordPress
In reply to: Keep Domain Alias in Address BarThanks! I’ll speak with my host tomorrow. So once I’ve done that, any link they click on the site will be example.com/url-subdirectory? Even though they’re listed as absolute links? Thanks again
Hey Christine,
I know this is coming a little late, but thanks for your response. I appreciate the info. It looks like that might be the way to go.Forum: Fixing WordPress
In reply to: Targeting A elements in a classThanks everyone! I appreciate the help.
The issue was with my syntax (it usually is) and I also needed to add !important. I will contact the author for future help. Thanks!Forum: Fixing WordPress
In reply to: Can't target page marginsThank you so much! Thank you for explaining why too. I’m hacking my way through learning CSS which leaves serious gaps in my knowledge. Thanks!
Forum: Fixing WordPress
In reply to: Adding a background or changing color for sidebar areaThank you so much for your detailed help. I really appreciate you telling me specifically why it does what it does. Thanks!