nic12345
Forum Replies Created
-
Forum: Plugins
In reply to: [Mini twitter feed] Mini Twitter Feed not Workingmines not working either:(.
Thanks for getting back to us :).
looking forward to the new release! Good luck with your project.
Forum: Plugins
In reply to: [Mini twitter feed] Feeds stopped working???Mine has recently stopped working today aswell.. And i have no idea why it has stopped working.. I’m a little confused. any help would be appreciated… thanks 🙂
heres a link to my site… http://www.nicola-kuypers.com/glentest/
thanks 🙂
Forum: Plugins
In reply to: [Easing Slider] Slider not working on a few select pagesUpdate 🙂
Thank you so much for helping me 🙂
Since you said I had Jquery loaded in my footer, I went to check out my footer.php file anyways i commented it out & both of the plugins work seamlessly together.I couldnt have done this without your help.. So thank you 🙂
Topic is now resolved :))
I shall sleep easy tonightt!!!Forum: Plugins
In reply to: [Easing Slider] Slider not working on a few select pagesThank You for such a quick reply.. I hope for the same with the other plug in author, however I think that i will switch to another music plugin in the mean time.. As these conflicts are causing me too much stress.
I have tried to deactivate jquery in your plug in, however it still does not load both correctly..
I guess i will switch to a different plugin, so that i can continue to use the easing slider 🙂
Thank you again for all your help.
Forum: Plugins
In reply to: [Easing Slider] Slider not working on a few select pagesUpdate– I have deactivated and reactivated all of my plugins & the problem plug in seems to be with a problem called cute records.
Any help at all will be amazing!! thanks again 🙂
Forum: Fixing WordPress
In reply to: Static page – posts?In the customisation settings, you should be able to set a new page to a blog roll page. ( you can call it something like blog).
You should create a new page named blog. and then go settings – Readings on your dashboard.you can then set your posts page to your blog page from the drop down menu.
Let me know if this works 🙂
Forum: Fixing WordPress
In reply to: My content is not displayingplease provide a proper link to the live page, and a screen shot of the problem, thanks 🙂
Forum: Fixing WordPress
In reply to: Header Image Not Displaying on BlogI worked out a solution! 🙂
So my question is resolved.Forum: Fixing WordPress
In reply to: Header Image Not Displaying on BlogSorry for the delay in replying, I uploaded the header image through the appearance settings, through the Dashboard. The header image displays, but my uploaded image does not.
Here is a copy of my header.php file from my child theme if that helps in any way 🙂
`<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?><!DOCTYPE html>
<!–[if IE 7]>
<html class=”ie ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html class=”ie ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 7) | !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width” />
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
<![endif]–>
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<div id=”page” class=”hfeed site”>
<header id=”masthead” class=”site-header” role=”banner”>
<hgroup>
<h1 class=”site-title”><a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></a></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup><nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></h3>
<a class=”assistive-text” href=”#content” title=”<?php esc_attr_e( ‘Skip to content’, ‘twentytwelve’ ); ?>”><?php _e( ‘Skip to content’, ‘twentytwelve’ ); ?></a>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’ ) ); ?>
</nav><!– #site-navigation –>
</header><!– #masthead –><div id=”main” class=”wrapper”> `
Any help at all would be appreciated. thanks.