Davallen
Forum Replies Created
-
Thanks!
Hey @kubitomakita
Wow, that was quick response.
Sorry, I mistyped. It has been updated to 1.0.2 and still doesn’t load images
Forum: Plugins
In reply to: [Jarvis] Feature RequestsI second all of the feature requests
Damn lol, turns out to be a z-index issue so it was simply covered behind .jumbotron div with header image ??
I’ve probably messed it up myself. I made an exact copy of your header for my child theme and have been tweaking. I can search for posts and everything works fine, but if I try to install any search related plugin, they’re not working. If I activate the parent docpress theme, it works.
I copied the header.php and only tweaked html and have made a funtionc.php file and only added stuff so your functions file should be intact.
You can see the website here https://46.101.141.175/ and here’s the header.php file.
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <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(); ?>> <nav class="navbar navbar-default navbar-fixedfixed-top"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#docpress-navbar-collapse"> <span class="sr-only"><?php _e( 'Toggle navigation', 'docpress' ) ?></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="collapse navbar-collapse" id="docpress-navbar-collapse"> <?php wp_nav_menu( array( 'menu' => 'main_menu', 'theme_location' => 'main_menu', 'menu_class' => 'nav navbar-nav navbar-right', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'walker' => new wp_bootstrap_navwalker()) ); ?> </div> </div> </nav> <header class="jumbotron"> <div class="container text-center"> <a href="https://46.101.141.175"> <div id="logo"> <p id="logotekst">tast</p> <div id="logoikon"> <div id="logotal" class="fadeImg"> <img src="/wp-content/themes/docpresschild/assets/img/Logogif.gif" alt="tast1 gif"> </div> <img id="logoikonikon" src="/wp-content/themes/docpresschild/assets/img/logoikon.png" alt="logoikon" > <span id="alpha">ALPHA</span> </div> </div> </a> <?php $docpress_header_title = get_theme_mod('docpress_header_title',__( 'Need Help? Try me!', 'docpress' )); $docpress_header_subtitle = get_theme_mod('docpress_header_subtitle',__( 'Your answer is just one search away!', 'docpress' )); $docpress_header_search_display = get_theme_mod('docpress_header_search_display'); ?> <?php if(!empty($docpress_header_title)) : ?> <h2><?php echo $docpress_header_title; ?></h2> <?php else: ?> <h2><?php bloginfo( 'description' ); ?></h2> <?php endif; ?> <?php if(!empty($docpress_header_subtitle)) : ?> <h3><?php echo $docpress_header_subtitle; ?></h3> <?php endif; ?> <?php if( isset($docpress_header_search_display) && $docpress_header_search_display != 1 ): ?> <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <input type="text" value="" name="s" id="search-form" placeholder="S?g efter virksomhed" autofocus="autofocus" /> </form> <?php endif; ?> </div> </header>
Hi,
Yeah, but I’ve somehow messed the search function. It works bu no matter which live search plugin I install, it is not working.
Have no idea what has happened ??
Turned out, I was missing “Template: docpress” in the style.css file ??
Forum: Plugins
In reply to: [Asset Queue Manager] Getting an error because jQuery isn't loadingYeah, it was weird. But with the other plugin, I had to work an hour, debugging and rearranging the script queue, in order to make it work.
The wirst part is, it was a fresh install wit some very minor tweaks in a child themeForum: Plugins
In reply to: [Asset Queue Manager] Getting an error because jQuery isn't loadingI am using the core jQuery. Just wanted to give you a heads up. I’ve found another plugin to do the job
Can anyone help with this issue?
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Google Authentication ErrorCan you give any deadline?