Canialegui
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placeOk so the CSS code gets placed in the CSS style-sheet under ‘Wrapper’. And I think the other code ‘the markup’ gets placed in the header.php?
The url of the image I then place where it says
src='"robot.jpg"But what about thealt="A Robot". Do I change that as well? Or should I just name the image I want to use Robot?Sorry for all the questions, but I’m really new to all this CSS.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placethe slide-show floated to the left is the code you showed above. But the image to have that on the right how do I do that? Where do I place the codes, and what code should I place. The image should that be in the css style sheet or where?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placeSo sorry but I just cannot seem to make it work. What code should I put in? The header with slider and logo fixed on the right like on this website http://www.appartementpraag.nl/ is what I would like on my website, but I really don’t know how to do this.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placeSorry to bother you again, but how exactly can I do that? Where do I place it?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placeJust would like to know as well if it is possibly to put this slider in the header for about 60% of the size and use the other 40% for a static foto?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placeHi Josh,
Thank you very much. It’s working like a charm now!!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placeThe original code where I have access to via the editor is:
<!DOCTYPE html><!-- HTML 5 --> <html <?php language_attributes(); ?>> <head> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <title><?php bloginfo('name'); if(is_home() || is_front_page()) { echo ' - '; bloginfo('description'); } else { wp_title(); } ?></title> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="wrapper"> <div id="header"> <div id="head"> <div id="logo"> <?php $options = get_option('themezee_options'); if ( isset($options['themeZee_general_logo']) and $options['themeZee_general_logo'] <> "" ) { ?> <a href="<?php echo home_url(); ?>"><img src="<?php echo esc_url($options['themeZee_general_logo']); ?>" alt="Logo" /></a> <?php } else { ?> <a href="<?php echo home_url(); ?>/"><h1><?php bloginfo('name'); ?></h1></a> <?php } ?> </div> <div id="socialmedia_icons"> <?php if ( isset($options['themeZee_socialmedia_header']) and $options['themeZee_socialmedia_header'] == 'true' ) { locate_template('/header-social-buttons.php', true); } ?> <div class="clear"></div> </div> <div class="clear"></div> </div> <div id="navi_container"> <div id="navi"> <?php // Get Navigation out of Theme Options wp_nav_menu(array('theme_location' => 'navi', 'container' => false, 'menu_id' => 'nav', 'echo' => true, 'fallback_cb' => 'themezee_default_menu', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', 'depth' => 0)); ?> </div> </div> <div class="clear"></div> </div> <div id="container"> <?php if( get_header_image() != '' ) : ?> <div id="custom_header"> <img src="<?php echo get_header_image(); ?>" /> </div> <?php endif; ?>Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slideshow and content out of placehttp://127.0.0.1:4001/wordpress/
I hope you can see this….thanks