Featured Content Gallery | WordPress Plugin | iePlexus

Where should i put the code exactly ? Please help me.

Downloading, installing, upgrading, and configuring the FCG plugin

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Fri Apr 09, 2010 4:52 pm

yw
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Re: Where should i put the code exactly ? Please help me.

Thank you for using the Featured Content Gallery Forum
 

Re: Where should i put the code exactly ? Please help me.

PostBy lootam on Mon May 17, 2010 7:27 am

hi
I think I put the code into the right place but I'm having only a black strip there
my index
Code: Select all
<?php $arjunaOptions = arjuna_get_options(); ?>
<?php get_header(); ?>

<div class="contentArea">
    <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
   <?php if (have_posts()) : ?>
   <?php while (have_posts()) : the_post(); ?>
   <div class="post">
      <div class="postHeader">
         <h2 class="postTitle"><span><a href="<?php the_permalink() ?>" title="<?php _e('Permalink to', 'Arjuna'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></span></h2>
         <div class="bottom"><div>
            <span class="postDate"><?php the_time(get_option('date_format')); ?><?php
               //Time
               if($arjunaOptions['postsShowTime']) {
                  print _e(' at ', 'Arjuna'); the_time(get_option('time_format'));
               }
            ?></span>
            <?php if($arjunaOptions['postsShowAuthor']): ?>
            <span class="postAuthor"><?php the_author_posts_link(); ?></span>
            <?php endif; ?>
            <?php if(!$arjunaOptions['comments_hideWhenDisabledOnPosts'] || ( 0 != $post->comment_count || comments_open() || pings_open() )): ?>
            <a href="<?php comments_link(); ?>" class="postCommentLabel"><span><?php
               if (function_exists('post_password_required') && post_password_required()) {
                  _e('Pass required', 'Arjuna');
               } elseif(0 == $post->comment_count && !comments_open() && !pings_open()) {
                  _e('Comments off', 'Arjuna');
               } else {
                  comments_number(__('Bez odpovedi', 'Arjuna'), __('1 odpoved', 'Arjuna'), __('% odpovedi', 'Arjuna'));
               }
            ?></span></a>
            <?php endif; ?>
         </div></div>
      </div>
      <div class="postContent">
         <?php the_content(__('pokracovanie ...', 'Arjuna')); ?>
      </div>
      <div class="postFooter"><div class="r"></div>
         <div class="left">
            <span class="postCategories"><?php the_category(', '); ?></span>
            <?php if ( function_exists('the_tags') ): ?>
            <span class="postTags"><?php
               if (get_the_tags()) the_tags('', ', ', '');
               else print '<span>'.__('<i>none</i>', 'Arjuna').'</span>';
            ?></span>
            <?php endif; ?>
         </div>
         <a href="<?php the_permalink() ?>" class="postReadMore"><span><?php _e('Citaj viac', 'Arjuna'); ?></span></a>
      </div>
   </div>
   <?php endwhile; ?>

   <?php
   if($arjunaOptions['pagination']) {
      arjuna_get_pagination(__('Predchadzajuca strana', 'Arjuna'), __('Dalsia strana', 'Arjuna'));
   } elseif(function_exists('wp_paginate')) {
      print '<div class="pagination">';
      wp_paginate();
      print '</div>';
   } elseif(function_exists('wp_pagenavi')) {
      print '<div class="pagination">';
      wp_pagenavi();
      print '</div>';
   } elseif(has_pages()) {
      print '<div class="pagination"><div>';
      arjuna_get_previous_page_link(__('Newer Entries', 'Arjuna'));
      arjuna_get_next_page_link(__('Older Entries', 'Arjuna'));
      print '</div></div>';
   }
   ?>

   <?php else : ?>
  <p><?php _e('Nic tu nieje (zatial :)).', 'Arjuna'); ?></p>
   <?php endif; ?>
</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

What am I doing wrong?
You have a great plugin but this "add this code to your template file where you want" doesn't help much for common people
thanks for help
lootam
 
Posts: 8
Joined: Thu May 13, 2010 6:39 am

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Mon May 17, 2010 8:15 am

url?
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Where should i put the code exactly ? Please help me.

PostBy lootam on Mon May 17, 2010 8:53 am

uh sorry
Code: Select all
http://www.myiphone.sk/


I reactivated plugin so you can see it
lootam
 
Posts: 8
Joined: Thu May 13, 2010 6:39 am

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Mon May 17, 2010 9:01 am

you need to specify height and width of the gallery in fcg options page, also you have jquery conflict, so try to turn off other plugins to see what is causing the conflict
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Where should i put the code exactly ? Please help me.

PostBy lootam on Mon May 17, 2010 9:44 am

lame about that wight and height :D
I disabled plugin which was using jquery

now I have a box but can't get on selected content
2340,2460
thanks

---edit
sometimes it appears, sometimes not
lootam
 
Posts: 8
Joined: Thu May 13, 2010 6:39 am

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Mon May 17, 2010 9:56 am

there is still conflict, try to disable thickbox, and others
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Where should i put the code exactly ? Please help me.

PostBy lootam on Mon May 17, 2010 10:25 am

following this

1. Check settings to exclude fcg-YOU conflict
I think (hope) it's OK http://i40.tinypic.com/iqviif.jpg
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
turned everything off except FCG: plugin shown up but didn't load the content [2340,2460]
3. Try default theme to exclude fcg-theme conflict
problem with finding the right tag to place code, still trying
lootam
 
Posts: 8
Joined: Thu May 13, 2010 6:39 am

Re: Where should i put the code exactly ? Please help me.

PostBy michaelky on Wed May 19, 2010 10:00 am

Hi, I've scanned through the forums in search of my problem and haven't come across anything as of yet.

I believe I have installed everything properly and have disabled all other plugins, but still have the same problem occurring. The images appear, but the text of the post appears above each, pushing the image down and kinda screwing it all up.

Any help appreciated.

to see my problem, visit url: http://www.ditchball.com/wordpress

thanks in advance
michaelky
 
Posts: 2
Joined: Wed May 19, 2010 9:57 am

Re: Where should i put the code exactly ? Please help me.

PostBy admin on Wed May 19, 2010 10:36 am

open file
/wp-content/themes/edegree/js/functions.js
and comment this line


Code: Select all
jQuery.noConflict();



like this


Code: Select all
//jQuery.noConflict();
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4738
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

PreviousNext

Return to Getting Started

Who is online

Users browsing this forum: No registered users and 0 guests