rvdveer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Javascript in Footer widget?When i run it in console it does give an error
<script type=”text/javascript” src=”http://www.1profitring.com/webring.php?u=richrock”></script>
VM42:1 Uncaught SyntaxError: Unexpected token <Forum: Fixing WordPress
In reply to: Javascript in Footer widget?In the footer widget, thanks. (In text not in visual)
- This reply was modified 8 years, 9 months ago by rvdveer.
Forum: Fixing WordPress
In reply to: Embedded youtube Video displayed on post?Hi, another update, i have now got my website live. www2.graceministries.nl is now a test website. The embed problem is indeed caused by my theme! Can anybody, maybe even for a paypal donation see if this can be fixed?
The password can be mailed, so someone can log in to hopefully fix this problem.
Thanks!!!
Rocco van der Veer.
Forum: Fixing WordPress
In reply to: Embedded youtube Video displayed on post?Hallo,
Even after doing the above actions the embed stil does not work. I now have a download manager installed, and this also has en embed code, this one also does not work either. You can see the download entry on the sidebar of the website.
I just wonder if anybody has an idea?
Forum: Fixing WordPress
In reply to: Featured CategoryThanks a lot, the second option worked!!!
Thanks again.
Forum: Fixing WordPress
In reply to: Embedded youtube Video displayed on post?Hi,
It is very strange, the test1 on your site displays the Video, but on my site it does not. No idea what it could be.
I am looking for embedding youtube vidoes so have not tried test2.
Thanks for all your help.
Forum: Fixing WordPress
In reply to: Embedded youtube Video displayed on post?Hi,
I tried this:
<object width=”320″ height=”580″ type=”application/x-shockwave-flash” data=”http://www.youtube.com/v/zuJkRpJ7Fxg?version=3″><param name=”movie” value=”http://www.youtube.com/v/zuJkRpJ7Fxg?version=3″ /><img src=”http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=”Get flash player to play to this file” width=”88″ height=”31″ /></object>
And ofcourse this also displays the video but only after opening the post.
https://youtube.com/watch?v=zuJkRpJ7Fxg%3Fversion%3D3
It must be possible but I have no idea.
Thanks again for your help!
Forum: Fixing WordPress
In reply to: Featured CategoryHi,
I tried it, it does not seem to work.
This is my index.php:
<?php if ((!function_exists(“check_theme_footer”) || !function_exists(“check_theme_header”))) { ?><?php { /* nothing */ } ?><?php } else { ?><?php get_header(); ?>
<div id=”content”>
<div id=”contentinner”><?php $featured_slider_activate = get_theme_option(‘featured_activate’); if(($featured_slider_activate == ”) || ($featured_slider_activate == ‘No’)) { ?>
<?php { /* nothing */ } ?>
<?php } else { ?>
<?php if((is_home()) && (is_front_page()) && ($paged < 1)) { ?>
<?php include (TEMPLATEPATH . ‘/includes/featured.php’); ?>
<?php } ?>
<?php } ?><div id=”post-entry”>
<?php
$featured_category = get_theme_option(‘featured_category’);
query_posts(‘cat=-‘.$featured_category );
?>
<?php $postcounter = 0; if (have_posts()) : ?><?php while (have_posts()) : $postcounter = $postcounter + 1; the_post(); ?>
<div class=”post-meta” id=”post-<?php the_ID(); ?>”>
<div class=”post-info”>
<h2>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”post-date”>
Published <?php the_time(‘l, F j, Y’) ?> By <?php the_author_posts_link(); ?>. Under <?php the_category(‘, ‘) ?> <?php if(function_exists(“the_tags”)) : ?><?php the_tags(‘Tags: ‘) ?><?php endif; ?> <?php edit_post_link(‘+Edit Post’); ?>
</div><!– POST DATE END –>
</div><!– POST INFO END –>
<div class=”post-content”>
<?php if ( has_post_thumbnail() ) { ?>
<?php the_post_thumbnail(array(200,150), array(‘class’ => ‘alignleft’)); ?>
<?php } ?>
<?php the_post_excerpt($excerpt_length=50); ?>
<div class=”readmore”>” title=”<?php the_title(); ?>”>Read More</div>
<div class=”clearfix”></div>
</div><!– POST CONTENT END –>
</div><!– POST META <?php the_ID(); ?> END –><?php $get_google_code = get_theme_option(‘adsense_loop’); if($get_google_code == ”) { ?>
<?php } else { ?>
<?php if($postcounter <= 3){ ?>
<div class=”adsense-loop”>
<?php echo stripcslashes($get_google_code); ?>
</div>
<?php } ?>
<?php } ?><?php endwhile; ?>
Again,
Thanks!
Forum: Fixing WordPress
In reply to: Featured CategoryHallo,
The featured category is now displayed it is called uitgelicht.
As you can see the category is also displayed on the homepage, I like to only display on sidebar – not also on homepage.Thanks for all your help!
Forum: Fixing WordPress
In reply to: Featured CategoryHi,
The ÜRL to my site is www2.graceministries.nl
The theme I am using is Arqua by MagPress.com
Link: http://www.magpress.com/index.php?s=arqua
I switch the Featured category on in my theme options and it is displayed on the sidebar.
Does this help?
Forum: Fixing WordPress
In reply to: Featured CategoryHi,
Altough this answers the question, it assumes that there is knowledge of programming. Would you be able to tell me what to put in the index.php and or another php config file?
Or is there a plugin that would work?
Forum: Fixing WordPress
In reply to: Embedded youtube Video displayed on post?Thanks for your reply.
I tried the code, it does a similar kind of thing to what was already happening.
The post on the homepage does not show a frame of the video with a play button, when you select the post the video appears. I like to sse the video already on the post on the homepage before selecting the post.
Is this possible?
Thanks!