jkbaseer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All Category pages are not working and blankSure
Forum: Fixing WordPress
In reply to: All Category pages are not working and blankHey James,
Thanks for this. Never know there is a plugin exist like this. Wonderful, found the issue is from Yoast plugin πI think i can troubleshoot from here.
Forum: Plugins
In reply to: [WooCommerce] Thins White Line on Product ImagesHello π
Am also facing the same issue. However I cannot deactivate any plugins and would prefer to see whatβs the issue and then remove a plugin which cause that issueIf you need more details : you can check here https://jkbaseer.com/23-photos-why-should-visit-tajikistan/
Thanks Man!
Do I need to disable Jetpack or your plugin ?
Forum: Themes and Templates
In reply to: Removingor adjusting the top space above the headerHey yogi.
thank you ya. you don’t know how long am trying this. Wow! i got it now..
No man. i have cloned twentytwelve. so, i guess no need of updating the theme.
thank you so much π
Forum: Fixing WordPress
In reply to: Slideshow for particular page using Div page id.Am proud that i did it by own effort by reading the documentation..
<?php if ( is_front_page() ) {
do_action(‘slideshow_deploy’, ‘223’);
} ?>Thats it. Simple. Anyways thank you to wordpress supports π
Forum: Fixing WordPress
In reply to: Slideshow for particular page using Div page id.hello anyone?
Forum: Themes and Templates
In reply to: Switching off Responsive(mobile site) in twenty twelve@jose: Thank yu for reply brother.. Oh okey.
It an corporate site and i want to show that site as a blog. Also i’ve used Easy-colum plugin for grid like style in every page. So, the alignment is not coming correctly. Thats it. Any ideas or suggested theme for corporate site?Forum: Fixing WordPress
In reply to: Instructions on how to use Lightbox pleaseya, i got a shock π by the by, FB request? pls π
Forum: Fixing WordPress
In reply to: Instructions on how to use Lightbox please@esmi: I’ve successfully got that code running esmi. Thank you so much for your reply.
i would love to have friendship with you, this is my fb link
fb.con/jkbaseerForum: Themes and Templates
In reply to: [Twenty Eleven] Create full-width page template@slk182: Have you find the solution. If not reply me. I have found the solution after two days of struggle by reading 12 to 15 threads..
thanks to wordpress moderators and communities..Forum: Fixing WordPress
In reply to: Instructions on how to use Lightbox pleaseSorry for the late reply.. Thank yu, esmi for your kind reply. I didn’t try it yet. Would try and reply yu soon.
Forum: Fixing WordPress
In reply to: Instructions on how to use Lightbox pleaseThank you for your quick reply.
i have cloned Twenty twelve theme for my comfortable. So, i guess i can edit in the cloned theme..
Forum: Fixing WordPress
In reply to: Instructions on how to use Lightbox pleasehi esmi,
I’m searching the wordpress forum to remove the header image only in single page(home page). i have came across many of your answers about editing the header.php for removing the header. As i can’t reach in a direct contact. i’m posting here my problem as this is your latest post wrote before 5minutes. Guess, you would notice and help.
you advice every ones to add this code
<?php if( !is_page('10') ) :?> div id="banner"> <!-- Flashfader --> <?php include (ABSPATH.'wp-content/flashfader/flashfaderhtml.txt'); ?> <!-- /Flashfader --> </div> <?php endif;?>Where should i add this? Is this code is same for everyone?
Here is my HEADER.PHP<?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> <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 --> <?php $header_image = get_header_image(); 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 --> <div id="main" class="wrapper">Thank you so much for your previous kind answers..
waiting for your reply.Forum: Themes and Templates
In reply to: [Lugada] Lugada sliderokey thanks Nevins..