Home › Forums › Basel support forum › EDITOR PROBLEM
EDITOR PROBLEM
- This topic has 2 replies, 2 voices, and was last updated 7 years ago by
sanchitis.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
March 1, 2018 at 4:37 pm #43255
sanchitisParticipantHi,
I need help urgently. Yesterday all this was deleted by mistake and now my web has totally changed.(attached picture)
Please, can you put the html code again?
If you need something to solve the problem ask me.
Thank you
Attachments:
You must be logged in to view attached files.March 1, 2018 at 5:46 pm #43261
Artem TemosKeymasterHi,
You can download theme files from ThemeForest and get the code you need. Here is source code from the
header.php
file<?php /** * The Header template for our theme */ ?><!DOCTYPE html> <!--[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, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if (basel_needs_header()): ?> <?php do_action( 'basel_after_body_open' ); ?> <?php basel_header_block_mobile_nav(); $cart_position = basel_get_opt('cart_position'); if( $cart_position == 'side' ) { ?> <div class="cart-widget-side"> <div class="widget-heading"> <h3 class="widget-title"><?php esc_html_e('Shopping cart', 'basel'); ?></h3> <a href="#" class="widget-close"><?php esc_html_e('close', 'basel'); ?></a> </div> <div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div> </div> <?php } ?> <?php endif ?> <div class="website-wrapper"> <?php if (basel_needs_header()): ?> <?php if( basel_get_opt('top-bar') ): ?> <div class="topbar-wrapp color-scheme-<?php echo esc_attr( basel_get_opt('top-bar-color') ); ?>"> <div class="container"> <div class="topbar-content"> <div class="top-bar-left"> <?php if( basel_get_opt( 'header_text' ) != '' ): ?> <?php echo do_shortcode( basel_get_opt( 'header_text' ) ); ?> <?php endif; ?> </div> <div class="top-bar-right"> <div class="topbar-menu"> <?php if( has_nav_menu( 'top-bar-menu' ) ) { wp_nav_menu( array( 'theme_location' => 'top-bar-menu', 'walker' => new BASEL_Mega_Menu_Walker() ) ); } ?> </div> </div> </div> </div> </div> <!--END TOP HEADER--> <?php endif; ?> <?php $header_class = 'main-header'; $header = apply_filters( 'basel_header_design', basel_get_opt( 'header' ) ); $header_bg = basel_get_opt( 'header_background' ); $header_has_bg = ( ! empty($header_bg['background-color']) || ! empty($header_bg['background-image'])); $header_class .= ( $header_has_bg ) ? ' header-has-bg' : ' header-has-no-bg'; $header_class .= ' header-' . $header; $header_class .= ' icons-design-' . basel_get_opt( 'icons_design' ); $header_class .= ' color-scheme-' . basel_get_opt( 'header_color_scheme' ); ?> <!-- HEADER --> <header class="<?php echo esc_attr( $header_class ); ?>"> <?php basel_generate_header( $header ); // location: inc/template-tags.php ?> </header><!--END MAIN HEADER--> <div class="clear"></div> <?php basel_page_top_part(); ?> <?php endif ?>
Regards
March 2, 2018 at 9:31 am #43348
sanchitisParticipantthank you
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘EDITOR PROBLEM’ is closed to new replies.
- You must be logged in to create new topics. Login / Register