Brent
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Rotator] Bugfix for Dynamic HeightThank you jonkratz!
That fixed my issue!
FYI: or anyone else with the same type of issue use:
The Responsive Video Light Plugin + The Video Thumbnails Plugin = GREAT!Thanks Nico, have a great day!
Hi Nico thanks for the help!
So the plugin you suggested works alright for adding the featured image that now shows on the blog page but I have two issues.
1) On the blog page I now see the link for the video that doesn’t display on the first line of the excerpt: https://youtu.be/SVuntolBzG0?rel=0
See here: https://www.nerium.me/ … scroll towards bottom, look for Nerium Esthetician Endorsements.
If I try to use CSS = .featured-image{display:none;} then I will lose all featured images on posts… not good.
2) Now on the single post page I see both the featured image and the video… also not good.
See here: https://www.nerium.me/nerium-esthetician-endorsements/
I believe I need a snippet to add to functions.php that says something like this:
if .arve-wrapper exist on the single post page then don’t display .featured-imageAND ALSO…
how do we get rid of the link for the video that displays on the blog page?
I tried using the following CSS = .blog .entry-content p:first-line {display:none;} and that didn’t work, but even if it did, then I will lose the first line of each article.. again no good.So how can I go about this? Any ideas?
I really appreciate your help!
Thank you!
BrentForum: Plugins
In reply to: [Plugin Organizer] Fatal error after update to 5.05.02 seems to have fixed my issues also! Thank you Jeff!
Forum: Plugins
In reply to: [Plugin Organizer] Fatal error after update to 5.0I had to revert back to I reverted to version 4.1.1. Totally shut down my whole site. Thanks in advance for the future fix. Love the plugin!
Forum: Plugins
In reply to: [Plugin Organizer] Fatal error after update to 5.0Same here!
I’m running WP 3.8.1 / Genesis Framework / no multisite
Forum: Plugins
In reply to: [Plugin Organizer] I need to disable "Plugin Organizer" for a specific page.That fixed it!
I understand how the filters work now.
Thank you Jeff!Forum: Plugins
In reply to: [Display Widgets] Version 2.03 NOT Working ProperlyThere is definately some kind of conflict. I have had to revert to version 2.02. It’s ashamed that there seems to be very little support for such a great plugin
Forum: Plugins
In reply to: [Simple Shortcode for Google Maps] Validation Error fix?No problem.
Thanks Pippin!
Have a great day.Same issue here! Crap!
Calendar shows on front end but not in the admin.Forum: Plugins
In reply to: [MnCombine] Is there a way to add other external Non-WP files?Thanks for the reply mneil!
I’m not quite sure what to do with the hooks but if you give me little bit of instruction I’ll give it a shot. I use a couple of large core CSS files that deliver CSS to several sites. It makes my updates a lot easier but it would be nice to combine these files with the others.
I’m using a multisite install for several sites and for some reason your script doesn’t want to compress the JS files. It seems to work fine on the single site installs but not sure why. it seems that it will do some of the files on some sites and none on others. Any ideas?
Thanks again,
BrentForum: Plugins
In reply to: [Simple Shortcode for Google Maps] External link to the Google map site.This is probably not the correct way to do this but it works.
Open up simple-google-maps-short-code.php, search for
</script>
on line 63.
Add the following after that line:
<br /><a href="https://maps.google.com/maps?q=<?php echo esc_attr( $address ); ?>" target="_blank"><input type="button" value="Get Directions"></a>
.
Use the .pw_button class to position your button if needed.Pippin may want to update the plugin to correct any of my code that may not be technically correct.
Thank you again for your great work Pippin!
Forum: Plugins
In reply to: [MnCombine] Fatal Error messageMy Mistake!
There are no errors after you run the script!
GREAT PLUGIN!!!
Thank you!
HIGHLY RECOMMENDED!!Forum: Plugins
In reply to: [Image Widget] How to Make Images responsive?My problem! It was a cache issue on my end!
Sorry all, Peter’s solution is perfect!Forum: Plugins
In reply to: [Image Widget] How to Make Images responsive?Sorry Peter, I take that back.
The first code worked and the second one didn’t.
Any idea on why?