studioactiv8
Forum Replies Created
-
Hi all
I am going to leave the long spaces in the code.. below
But this is line 465 and the lines after. When I stripped this out of the code the
plugin ‘worked’.. but the pages I used the player on didn’t work So I deactivated the plugin. We really want to use the plugin. Any thoughts on if this is our site that is conflicting with the plugin or jut a general error. thanks,here are the lines in brightcove.php
<?php } ?> v> </div> <?php } ?>
Forum: Fixing WordPress
In reply to: Website name appearing twice in Search Engine listfound this in another forum post.. this seems to work:
This happened to me too. You have to make sure that your title section in the header.php file is exactly like this:
<title><?php wp_title(''); ?></title>
Forum: Fixing WordPress
In reply to: Website name appearing twice in Search Engine listHi Filbert
Did you ever figure this out.. I am getting the same issue..only on the homepage of the site I am working on. thnx for any suggestions https://www.lessmarket.comI am looking for this too.. let me know if you found anything out, and I will do the same.
Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery Navigationhere is the example page now
https://www.adamsmorioka.com/motionForum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery NavigationHi Guys,
I fixed this strange thing with the videos by using the Shadowbox JS Flash Vars settings in ‘Advanced Configuration’ ..the trick is to use the correct protocol. Which is very difficult to find. here is an example of the correct approach.{‘stretching’: ‘exactfit’}
these are the player settings possible
uniform
fill
exactfit
bestfit
noneForum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery NavigationVery interesting thing is happening to me.
I am getting the video playback in the proportion of the thumbnails.
I noticed the latest update was about just issue just the opposite.
I only intend to help with the technology by pointing this out..
and I wouldn’t mind figuring this out too. ??here is a link: https://test.adamsmorioka.com/all-work/hsn/
it does seem to work on this page: https://test.adamsmorioka.com/all-work/espn/
Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery NavigationVery nice.. you are correct:) Somehow it lost the ‘lightbox’ setting.
I have seen that before..I wonder why it reverts back like that.
Seems weird there wouldn’t be a ‘shadowbox’ setting by now.i really do love all of this..
You made a really great addition to the nextGen gallery.
It is perfect for this project!Forum: Plugins
In reply to: [NGG Video Extend] [Plugin: NGG Video Extend] Gallery Navigationexcellent ??
I have tried the new plugin 1.4.1 now we are getting a strange thing going on.
You might know already. The videos don’t play like they used to. Even with the new ‘shortcode’. [nggvid]**[/nggvid]here is an example page:
https://test.adamsmorioka.com/news-and-articles/video/thanks for any help.
jD
right on.. I know how frustrating it is when you hit a snag.
I usually get very deliberate and use ‘reduction’ and ‘testing’
to figure out what is happening.that is weird…
Do you have another place to install your theme and test to see if there is something not jiving? It might even be a php issue. Is the server up to date on it’s version of php?i usually make another gallery and try that.. sometimes the database gets kind of quirky if you have messed around too much with a gallery.
Hi Ed.. I noticed this. And you might try just [gallery=1]
And you want to make sure that your galleries id is actually 1
click on ‘manage gallery’ under Gallery to see ids.Forum: Plugins
In reply to: [WP-prettyPhoto] [Plugin: WP-prettyPhoto] WP-PrettyPhoto 1.6.2 Broken WP 3.1I used bluprojekt’s approach very good.
I did have to turn off the thumbnails.
overlay_gallery: false,Forum: Plugins
In reply to: [Plugin: WP-prettyPhoto] Sidebar imagesI got it to work.
you need to open the ‘widgets.php’ file and add this code: el=”wp-prettyPhoto[gallery1]” the gallery1 could be anything.. it just needs the res defined.
line #327
$out = ‘imageURL . ‘” rel=”wp-prettyPhoto[gallery1]” title=”‘ . $description . ‘” ‘ . $thumbcode .’>’;//This is a ‘hack’ but it will work. Because the widget needs the rel= tag in its links.
That is why it doesn’t use wp-prettyPhoto ..whew I am relieved. I think prettyPhoto is the best…and I was bummed that I might not be able to use it.
jD