joaojulio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My site is not workingI changed the host and domain passwords.
It seems that I had 4 backdoor acess files in mixed with all wordpress files.
So…I´ve been hacked…
I´m doing a new install…THANK YOU!
Forum: Fixing WordPress
In reply to: My site is not workingDone…now it is like i´m in the matrix…
And I still cannot log in…
Forum: Fixing WordPress
In reply to: Internet Explorer problem?!IE9 and, now, with IE10…
Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeNow it is done…After many trials and errors!
I feel like a blind man walking on the street…
Thank you for your patience!
Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeFalse Alarm!
Using IE9, it appears 2 boxes on top of each other.
The first is empty and the second has the slideshow.
If I use Firefox, there is no problem, but since half world uses IE9…Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeIT IS DONE!!!
My mistake, of course!First buck I make with the site it goes directly to YOU.
Best regards!
Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeHuummm…something isn´t right. Nothing happen.
This is the code that I used:
<?php get_sidebar( 'header' ); ?> <div class="clear"></div> <?php if ( ( '' != get_header_image() ) || ( false != get_header_image() ) ) : ?> <a <div id="header-image" style="width: 1082px; height: 280px"> <?php do_action('slideshow_deploy', ''74''); ?> </div> </a> <?php endif; ?> <nav id="access"> <a class="nav-toggle" href="#">Navigation</a> <?php wp_nav_menu( array( 'theme_location' => 'primary_nav' ) ); ?> <?php get_search_form(); ?> <div class="clear"></div> </nav><!-- #access --> </header><!-- #header -->If I erase this code it gives me a sintax error.
<?php if ( ( '' != get_header_image() ) || ( false != get_header_image() ) ) : ?>Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeThat code is not present on header.php
Nonetheless, I tryed to replace it where I thought to be the right place, and this was the result.
http://imageshack.us/photo/my-images/210/headerukq.png/
I copy/paste the original code so you could have a better look, If you would!
`<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo(‘charset’); ?>” />
<meta name=”viewport” content=”width=device-width” />
<title><?php wp_title(); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/scripts/html5.js” type=”text/javascript”></script>
<![endif]–>
<?php wp_head(); ?>
</head><body <?php body_class() ?>>
<div id=”wrapper”>
<header id=”header”>
<<?php esplanade_title_tag( ‘site’ ); ?> id=”site-title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></<?php esplanade_title_tag( ‘site’ ); ?>>
<?php if( ! is_active_sidebar( 1 ) ) : ?>
<<?php esplanade_title_tag( ‘desc’ ); ?> id=”site-description”><?php bloginfo( ‘description’ ); ?></<?php esplanade_title_tag( ‘desc’ ); ?>>
<?php endif; ?>
<?php get_sidebar( ‘header’ ); ?>
<div class=”clear”></div>
<?php if ( ( ” != get_header_image() ) || ( false != get_header_image() ) ) : ?>
” rel=”home”>
<img id=”header-image” src=”<?php header_image(); ?>” alt=”<?php bloginfo( ‘name’ ); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” />
<?php endif; ?>
<nav id=”access”>
Navigation
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’ ) ); ?>
<?php get_search_form(); ?>
<div class=”clear”></div>
</nav><!– #access –>
</header><!– #header –>Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeThank you for your patience!
The site: http://www.ptmedical.pt
It is in the configuration that you asked.
Best regards!
Forum: Plugins
In reply to: [Slideshow] Slideshow header on Esplanade themeThank you, Stefan, but the problem still remains…this is how it shows:
http://imageshack.us/photo/my-images/685/wrongjp.png/This is how I want it to show (just like the images):
http://imageshack.us/photo/my-images/22/rightwayk.png/Probably it has nothing to do with your plug-in, but with the coding of the margins. Still, if you could point me in the right direction, I would appreciate it.
Nonetheless, thank you once again for your help.