lu5t
Forum Replies Created
-
Hey Andrew, I couldn’t find the “Enqueue Plugin CSS” option. Could you be a little more specific as to where I can find this?
I think I’m having a similar problem where the icons are off-center of their circles because I just switched to a child theme.
Thanks!
Forum: Fixing WordPress
In reply to: Random Link on landing pageI wordfence to find any backdoor php functions and this fixed my problem.
Forum: Fixing WordPress
In reply to: Random Link on landing pageThank you both! I’ll look into these options.
Forum: Fixing WordPress
In reply to: Random Link on landing pageThe theme that I’m using doesn’t seem to have a front-page.php
I’m using a custom ‘blank’ template to handle my landing page
<?php /** Template Name: Blank Template */ ?> <html> <head> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <style type="text/css"> body { background-color: #cccccc; background-repeat: repeat-y; background-position: top center; background-attachment: scroll; } </style> <title><?php wp_title( '|', true, 'right' ); bloginfo('name'); ?></title> <?php wp_head(); ?> </head> <body> <?php while (have_posts()) : the_post(); ?> <div id="container" class="blank-template"> <div id="content" role="main"> <div id="page-content"> <?php the_content(); endwhile; ?> </div> </div> </div> </body> </html>
I got Sucuri Scanner and I’m trying to use that to scan for recent changes + malware. Is that sufficient?
Forum: Plugins
In reply to: [Wiki Embed] Admin Only Shows Giant adFound the solution:
iframe.kindleReaderNormal{
display: none;
}Forum: Themes and Templates
In reply to: [Syntax] changing post background colourForum: Themes and Templates
In reply to: [Syntax] changing post background colourI’m also having issues with this. Have you found a solution?
IS there a solution to this?