persulla
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Awaken theme: some custom css not workingPS: I am working locally, so I cannot give you the link ??
but I can use Teamviewer if neededForum: Plugins
In reply to: [Awesome Sticky Header by DevCanyon] Sticky menu disabling main menu linksHi!
Unfortunately I can’t as I am working locally.
I can use Teamviewer if you want!Forum: Themes and Templates
In reply to: Child theme of Awaken theme not workingHi Michael,
Thank you very much, it worked at last!Forum: Plugins
In reply to: Visual Composer DeprecatedI have the same issue with version 4.4.
Blog posts module and many other modules have disappeared.
It’s a terrible thing. Anyone able to help?Thanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] IE not supported twenty twelve themeHello,
My website https://www.qb-quantobasta.net looks horrible on IE9, the menu is not centred and the images are with the original dimension and not the one I set.How can I write some code to tell the website to adapt to tdifferent browsers?
Forum: Plugins
In reply to: [Plugin: eShop]so I cannot set what to write them?
Forum: Themes and Templates
In reply to: Different headers on each pagethank you very much!!!!! it works!!!!!
Forum: Themes and Templates
In reply to: Different headers on each pageah no, now on Your Ideas it works…but still it doesn’t work on The Kitchen!
Forum: Themes and Templates
In reply to: Different headers on each pageand also I cannot understand why on the only page it works it shows 2 headers…I tried to comment the last lines
else if ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
but if I do it the website doesn’t even load…
Forum: Themes and Templates
In reply to: Different headers on each pageit doesn’t work as well!
Forum: Themes and Templates
In reply to: deleting the top margin – TwentyTwelveI am closing this thread, thank you again.
Forum: Themes and Templates
In reply to: tewntytwelve_child, header: change the top marginsanyway I solved in another way.
tksForum: Themes and Templates
In reply to: [Twenty Twelve] display title out of the wrapperI did it!
thank you anyway!Forum: Themes and Templates
In reply to: image alignment in posts- it seems easy but it isn't!thank you very much, anyway! I am closing the thread.
Forum: Themes and Templates
In reply to: Different headers on each page<?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="https://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(); ?>> <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>--> <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img id="site-logo" src="https://qb-quantobasta.net/wp-content/uploads/2013/02/QBLOGOnoMANO-e1363657719882.jpg" alt="" /></a></span></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 --> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <?php $header_image = get_header_image(); if(is_page('your-ideas')){ echo '<img src="https://qb-quantobasta.net/wp-content/uploads/2013/03/your-ideas.png" />'; } if(is_page('the-kitchen')){ echo '<img src="https://qb-quantobasta.net/wp-content/uploads/2013/03/The-Kitchen.png" />'; } else if ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <?php endif; ?> </header><!-- #masthead -->