Forum Replies Created
-
Page navi did the trick thanks!
Sorry, I guess some of the images on the site are “rare” so they wanted me to do something to make it difficult for people to save them.
Go ahead and try it now.
Here is the URL: motodude.com
Yes when I updated the plugin it solved the problem.
I just translated the message smart security is giving me from the java thing.
“Updating of security click RUN!”
This has got to be a virus or something.
Amazing. Thank you!
You wouldn’t happen to know why I am getting a Java popup on my site would you? I have been getting it for about 2 days now and I don’t know what it is and why I am all of a sudden getting it. I installed the update on one computer, and not my smart security is telling me java is trying to connect to an unknown website. But its in a foreign language and I cannot expect my customers to know to download this update (or know what the close button is in a different language). If you happen to know that would be great thanks.
Oddly, that code seemed to only work for the top two videos. But the rest still show. They are all YouTube videos with just the video link. so they all should render using the same code.
worked wonderfully. Thank you!
sorry for the late reply. I tried that option but thats a specific template. I have 5 custom made template that do not call on the loop and have specific HTML for what those pages pertain to. So when I call header and footer it posts the side bar.
I tried creating a page BlastFromThePast-single.php and using this code:
<?php
/**
* Template Name: Blast From The Past Single
**/
get_header(); ?>
<?php get_template_part('BlastFromThePast', 'single'); ?>
<?php get_footer(); ?>and on the BlastFromThePast.php page it has this code:
<?php get_header(); ?>
<? /** all my HTML **/ ?>
<?php do_action('graphene_bottom_content'); ?>
<?php get_footer(); ?>but that doesn’t load the page.
Thanks for your help
I copied the generic code off the addthis website, and added it to dev.motodude.com/wp-admin/themes.php?page=graphene_options under the social sharing tab. That fixed the problem, but now I do not have the placement options like I had before. But thats fine, I will just leave it for now and modify the placement of the addthis via the loop.
Thanks for your help.
