Achintha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help to build this type of a Section in WordPressinspected the elements it is as below..
<div class="col-xs-6"> <div class="accomd-modations-room"> <div class="img"> <a href="https://www.thenexttravels.com/packages/beatiful-srilanka"> <img style="max-height:185px;" src="https://www.thenexttravels.com/uploads/packages/thumbs/thumb_beautiful_sri_lanka3.jpg" alt="image of Beatiful Srilanka"></a> </div> <div class="text"> <h2><a href="https://www.thenexttravels.com/packages/beatiful-srilanka">Beatiful Srilanka</a></h2> <p class="price"> <span class="amout">4 Days</span>/3 Nights </p> </div> <div class="home-package-inquiry-btn"> <a href="https://www.thenexttravels.com/book-now/2/package" class="awe-btn awe-btn-13">INQUIRE NOW</a> </div> </div> </div>
Thank you for the Code. But when i change the code it is coming to the initial problem. we can see the tab but not switching. instead it is scrolling vertically.
Thank you very much for the code Capuderg..
it really solved the shifting problem. but now the Tabs are gone. i have the Headings of the tabs as a list. when i click it, it scroll down to the related section.
you can check it by the below link.
Same Problem Here
Below i have made a Page and please look into this if you can.
https://ceylonviewtours.com/tours/i have the below plugins
contact form 7
easy google fonts
International Telephone Input for Contact Form 7
Livemesh SiteOrigin Widgets
Page Builder by SiteOrigin
SiteOrigin Widgets Bundle
Spacer
Tabs Widget for Page Builder
Title Remover
Toolset Types
Wordfence Security
WP Content Copy Protection & No Right Click
YITH Maintenance ModeForum: Themes and Templates
In reply to: Removing HeaderThank you soo much CrouchingBruin. I will Try this. I really love this Culture of Collaboration in WordPress.. Thank you Very much
Forum: Themes and Templates
In reply to: Removing HeaderThank you very much for the support CrouchingBruin.
If i am to reduce the size of the Header What Should i Do??
I first wanted to reduce the size of the Header, i searched for any plugin but couldn’t locate one..That’s why i thought of removing it.Thank you,
AchinthaForum: Themes and Templates
In reply to: Removing Headerbelow is the Header PHP File. in the theme.. <?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Oblique */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php if ( get_theme_mod('site_favicon') ) : ?> <link rel="shortcut icon" href="<?php echo esc_url(get_theme_mod('site_favicon')); ?>" /> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <a href="#content"><?php _e( 'Skip to content', 'oblique' ); ?></a> <div class="sidebar-toggle"><i class="fa fa-bars"></i></div> <?php if ( has_nav_menu( 'social' ) ) : ?> <nav class="social-navigation container clearfix"> <?php wp_nav_menu( array( 'theme_location' => 'social', 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', 'menu_class' => 'menu clearfix', 'fallback_cb' => false ) ); ?> </nav> <?php endif; ?> <div class="svg-container nav-svg svg-block"> <?php oblique_svg_3(); ?> </div> <header id="masthead" class="site-header" role="banner"> <div class="overlay"></div> <div class="container"> <div class="site-branding"> <?php if ( get_theme_mod('site_logo') && get_theme_mod('logo_style', 'hide-title') == 'hide-title' ) : //Show only logo ?> <a>" title="<?php echo esc_attr(get_bloginfo('name')); ?>"><img class="site-logo" src="<?php echo esc_url(get_theme_mod('site_logo')); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>" /></a> <?php elseif ( get_theme_mod('logo_style', 'hide-title') == 'show-title' ) : //Show logo, site-title, site-description ?> <a>" title="<?php echo esc_attr(get_bloginfo('name')); ?>"><img class="site-logo show-title" src="<?php echo esc_url(get_theme_mod('site_logo')); ?>" alt="<?php echo esc_attr(get_bloginfo('name')); ?>" /></a> <h1 class="site-title"><a>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> <?php else : //Show only site title and description ?> <h1 class="site-title"><a>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> <?php endif; ?> </div><!-- .site-branding --> </div> <div class="svg-container header-svg svg-block"> <?php oblique_svg_1(); ?> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="container content-wrapper">