novice2012
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image pop up helpA different image. Basically, I want people to be able to click on a product and have a popup that shows an image of the product AND a description, which is a different image.
Forum: Fixing WordPress
In reply to: Trying to find the right kind of image pluginActually, I found where to customize the Clean Gallery and I also downloaded Floatbox plugin to work with the CleanGallery but I am able to see any changes. When I click on my image, it takes me to a new page, not to a pop up of the image…
Forum: Fixing WordPress
In reply to: Trying to find the right kind of image pluginThanks Christine for the response. I added the plugin and activated it. Then, I went to my page and added the gallery and chose link to file and then chose Insert Gallery but nothing happened after.Where should I go to see the options?
Thanks for the help.
You too David. I’m trying this plugin first. Nextgen was one of the first ones I opened but I was pretty confused.
Forum: Fixing WordPress
In reply to: Added a header image but it keeps repeatingI can’t post a link because it’s a private client site, but here is the code for the header.php:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]<?php $options = get_option( 'fresh_theme_settings' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title> <!-- Styles & Favicon --> <link rel="icon" type="image/png" href="<?php echo $xs_favicon; ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" /> <!-- JS & WP Head --> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); wp_head(); ?> <? if ( is_front_page() ) { ?> <!-- nivoslider --> <script type="text/javascript"> jQuery(function($){ $(window).load(function() { //homepage Slider $('#slider').nivoSlider({ directionNav: true, directionNavHide: true, captionOpacity: 0.8, controlNav: false, boxCols: 8, boxRows: 4, slices: 15, effect:'<?php if($options['effect'] != '') { echo $options['effect']; } else { echo 'fade'; } ?>', animSpeed: <?php if($options['anim_speed'] != '') { echo $options['anim_speed']; } else { echo 500; } ?>, pauseTime: <?php if($options['pause_time'] != '') { echo $options['pause_time']; } else { echo 3000; } ?> }); }); }); </script> <? } ?> <!-- Superfish Navigation Menu --> <script> jQuery(function($){ $(document).ready(function() { $('ul.sf-menu').superfish({ delay: 100, animation: {opacity:'show',height:'show'}, speed: 'normal', autoArrows: false, dropShadows: true }); }); }); </script> <?php // Get And Show Analytics Code echo stripslashes($options['analytics']); ?> </head> <body> <div id="header"> <div id="header-logo"> <?php if($options['logo'] !='') { ?> <a>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><img src="<?php echo $options['logo']; ?>" alt="<?php bloginfo( 'name' ) ?>" /></a> <?php } else { ?> <?php if (is_front_page()) {?> <h1><a>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a></h1> <?php } else { ?> <h2><a>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a></h2> <?php } ?> <p id="header-description"> <?php bloginfo( 'description' ) ?> </p> <?php } ?> </div><!-- /header-logo --> <?php if($options['header_ad'] != '') { ?> <div id="header-banner"> <?php echo stripslashes($options['header_ad']); ?> </div><!-- END header-ad --> <?php } ?> </div><!-- /header --> <div id="primary-nav"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'sort_column' => 'menu_order', 'menu_class' => 'sf-menu', 'fallback_cb' => 'default_menu' ) ); ?> <div class="clear"></div> </div><!-- /primary-nav --> <div id="wrap"> <?php if (is_front_page()) {?> <?php get_template_part( 'nivoslider' ) ?> <?php } ?>
Forum: Fixing WordPress
In reply to: Header not displayingThanks for the response. I wish I could but it’s a client’s website, so I can’t post it. When I add the jpg of the image, (and I have tried resizing to the total length of the header and also leaving the sizr alone), this is what I get:
Logo Logo Logo Logo
Logo Logo Logo LogoSo, it’s repeating itself side-by-side and below it. I’ve tried reviewing the code but noting indicates why this is happening…
Again, thanks for quickly responding. I really appreciate it.
Forum: Fixing WordPress
In reply to: Header not displayingI tried what you suggested above and when I refreshed, my logo repeated itself over and over and over. Is there anyway I can do what you suggested above but have the logo post only once?
Forum: Fixing WordPress
In reply to: I am trying to add a headerAlso, if it refers to such an option, shouldn’t it be available in my admin area?
Forum: Fixing WordPress
In reply to: I am trying to add a headerI downloaded the theme from: [ link removed ]
I tried downloading it from WPExplorer but it wouldn’t let me do so, so I found the them on the website above.
By the way, thanks for responding.
Forum: Fixing WordPress
In reply to: I am trying to add a headerActually, that isn’t an option on the theme.