amithak50
Forum Replies Created
-
Hi,
Thanks for reply
i am getting this error “We cannot display this gallery” ,you can see on this website
cravesushi.com
Thanks
Amithi,
Thanks for reply
I added this code `<?php echo do_shortcode( ‘[slideshow ids=1]’ ); ?>
below
<?php $header_image = get_header_image(); ?>
`
but has no effect ,I think it does not support itAmit
This is my header.php file
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Listify */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <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 wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <div class="primary-header"> <div class="container"> <div class="primary-header-inner"> <div class="site-branding"> <?php $header_image = get_header_image(); ?> <?php if ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home" class="custom-header"><img src="<?php echo esc_url( $header_image ); ?>" alt=""></a> <?php endif; ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </div> <div class="primary nav-menu"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'nav-menu-container' ) ); ?> </div> </div> <div id="search-header" class="search-overlay"> <div class="container"> <?php locate_template( array( 'searchform-header.php', 'searchform.php' ), true, false ); ?> <a href="#search-header" data-toggle="#search-header" class="ion-close search-overlay-toggle"></a> </div> </div> </div> </div> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class="container"> <a href="#" class="navigation-bar-toggle"> <i class="ion-navicon-round"></i> <?php echo listify_get_theme_menu_name( 'primary' ); ?> </a> <div class="navigation-bar-wrapper"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'primary nav-menu', 'menu_class' => 'primary nav-menu' ) ); wp_nav_menu( array( 'theme_location' => 'secondary', 'container_class' => 'secondary nav-menu', 'menu_class' => 'secondary nav-menu' ) ); ?> </div> <?php if ( listify_theme_mod( 'nav-search' ) ) : ?> <a href="#search-navigation" data-toggle="#search-navigation" class="ion-search search-overlay-toggle"></a> <div id="search-navigation" class="search-overlay"> <?php locate_template( array( 'searchform-header.php', 'searchform.php' ), true, false ); ?> <a href="#search-navigation" data-toggle="#search-navigation" class="ion-close search-overlay-toggle"></a> </div> <?php endif; ?> </div> </nav><!-- #site-navigation --> </header><!-- #masthead --> <?php do_action( 'listify_content_before' ); ?> <div id="content" class="site-content">
Where to Insert this code
<?php if (function_exists('nggSlideshowWidget')) { echo " "; nggSlideshowWidget(1,1500,1000); } ?>
Any help would be appreciated
Forum: Themes and Templates
In reply to: how to center the templateThanks fister for your reply
no success ??
Forum: Themes and Templates
In reply to: how to center the templatethere is style.css file in theme ,might be I missing something
Forum: Themes and Templates
In reply to: how to center the templateThanks for your reply
not working Andrew,I tried
Forum: Plugins
In reply to: Woocommerce button styleThanks james ,I asked there
Forum: Themes and Templates
In reply to: Want to know themeyeah but I can see it on other website as well…must be some company selling it
Forum: Plugins
In reply to: please tell me the name of this pluginoh ..sorry ,,Actual which plugin they use for featured gallery posts
Forum: Plugins
In reply to: please tell me the name of this pluginis there anyone who can tell me about this ??
Forum: Fixing WordPress
In reply to: icontact form is looking very bad on my siteany one can help why this is happening..
Forum: Fixing WordPress
In reply to: How to calculate and process fields in contact formis there any code that you can help me with?
Forum: Fixing WordPress
In reply to: Permalink settingI have installed in my blog in “blog” folder so I think i have to give
blog/%category%/%postname%/ but when I try to find my blog category page the fprmat of the pages suckshttps://educationalartsandcrafts.com/blog/blog/category/art-and-craft/
I don’t want two /blog in my url structure
Forum: Themes and Templates
In reply to: Want wordpress blog to look like my websiteI found a tutorial hereHow he is doing that…
Forum: Fixing WordPress
In reply to: I am unable to edit the link of pageThanks ..I got it ..