FCG works well with IE and FF, but with Safari, it is shifted to the far right -- to a point where you have to scroll over to see it. I believe I've updated the index.php correctly and the links are good since FF and IE work. I'd really like to get Safari to work since a number of my clients use Macs and iPads. The web site is 2srv.com
The index.php code is as follows:
<?php
/**
* @package WordPress
* @subpackage Coraline
* @since Coraline 1.0
*/
get_header(); ?>
<?php
if (is_home())
{
include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php');
}
?>
<div id="content-container">
<div id="content" role="main">
<?php get_template_part( 'loop', 'index' ); ?>
</div><!-- #content -->
</div><!-- #content-container -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
FCG Alignment Issue with Safari
4 posts • Page 1 of 1
Re: FCG Alignment Issue with Safari
in the theme page you put the gallery call, try to put it after
or after
- Code: Select all
<div id="content-container">
or after
- Code: Select all
<div id="content" role="main">
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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: FCG Alignment Issue with Safari
Many thanks. This addressed the issue plus fixed another issue I had not got around to addressing. You're great .... and many thanks for the patience you've shown dealing with all of us.
2Serve.
2Serve.
- 2Serve
- Posts: 2
- Joined: Mon Apr 18, 2011 8:32 pm
Re: FCG Alignment Issue with Safari
thank you
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
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
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
4 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









