andreaag
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Gutenberg image captionsTry
Figcaption
for image captions.Took me a while to find it.
Forum: Fixing WordPress
In reply to: HTTP ERROR 503thank you for both answers, unfortunately I don’t have full access to the error logs, although the hosting co. did manage to get my site up and running again. I appreciate your help!
Forum: Fixing WordPress
In reply to: Remove Header Image LinkThat did the trick! I thank you for the advice. The header image is only shown on the Homepage because I could not figure out how to display a smaller logo on the other pages. Instead I placed a Home button on the menu. I will consider your advice and display the logo for people to use as a home page link. Thank you for your time and help, it is greatly appreciated.
Forum: Themes and Templates
In reply to: [Simppeli] Remove Header Image LinkThank you so much, I appreciate your help!
Forum: Fixing WordPress
In reply to: Remove Header Image Link<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Simppeli */ ?><!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 wp_head(); ?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-69391497-1', 'auto'); ga('send', 'pageview'); </script> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'simppeli' ); ?></a> <header id="masthead" class="site-header" role="banner"> <?php if ( get_header_image() && is_front_page() ) : // Header image. ?> <a class="header-image-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img class="header-image" src="<?php header_image(); ?>" width=463"<?php echo esc_attr( get_custom_header()->width ); ?>" height=158"<?php echo esc_attr( get_custom_header()->height ); ?>" alt="" /> </a> <?php endif; // End header image check. ?> <div class="site-branding"> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <div class="site-description"><?php if ( is_front_page() ) : echo get_bloginfo ( 'description' ); endif; ?></div> <?php get_template_part( 'menu', 'primary' ); // Loads the menu-primary.php template. ?> </header><!-- #masthead --> <div id="content" class="site-content">
Forum: Fixing WordPress
In reply to: Hacker?@kmessinger
Both domains are directed to one IP address. I don’t understand how one would be blacklisted and the other one wouldn’t be.@lisafoxnet
Thank you very much that was very helpful. I had already did a few things on that list. I will continue to complete the rest.it wasn’t. Thank you! ??
Forum: Fixing WordPress
In reply to: Hacker?@kmessinger that domain is not the main domain for the website. Does it make a difference? I checked the main domain and according to sucuri, the main domain is not blacklisted.
Forum: Fixing WordPress
In reply to: Hacker?i only find license.txt. I had already changed my login page url, but somehow still managed to find my login page and tried signing in.
Forum: Fixing WordPress
In reply to: Hacker?I have no idea what license.php is, so is this a hack?
okay, thank you!
Although does anyone wonder why the plugin did not detect the failed login attempts??EMAIL FROM WORDPRESS:
Total lockouts: 15 lockouts since last reset
Active lockouts: 1 IP is currently blocked from trying to log inForum: Themes and Templates
In reply to: [Swiftbiz Lite] Smaller pict on main page?you’re welcome. I had the same issue and it took me forever to figure it out how to do it by myself.
thank you for this!
Forum: Fixing WordPress
In reply to: How to make page content wider?@cccamuseme,
Your code worked! Thank You! I just copied and pasted it to my style sheet in child theme and it worked like a charm!