Abel Babalola
Forum Replies Created
-
Individual exceptions, yessssss.
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Makes My Login page Give 503 ErrorSighs!
All I know is that as long as that plugin is activated.
503 occurs when trying to login. I can’t keep it installed cause writers have to get in onto the site to write stuff. Is this something you can investigate on your own?
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Makes My Login page Give 503 ErrorI’ve had to remove the plugin totally so my writers can login.
Is this something you can investigate on your own? I’d like to know how it goes probably reply here or something.
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Makes My Login page Give 503 ErrorI found nothing pertaining to it on my error_log.
I deleted the plugin and switched to wp fastest cache but will still like to use LSCWP. I think it is interfering with my login page.
Is there any protocol to make it exclude these pages like wp fastest cache?
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Makes My Login page Give 503 ErrorI am using a cpanel shared hosting.
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Makes My Login page Give 503 ErrorReset still gives the error!
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Makes My Login page Give 503 ErrorI disabled all other plugins yes, eevrything actually then activated em all except the plugin and the login page works.
Then I reactivated to test and logged out and tried to login again and hit the same 503 error page.
I had to deactivatte plugins functions from the general options to login so caching is not working right now.
Forum: Fixing WordPress
In reply to: How to Modify Archive Page for Custom Post Type?Here’s the code to the archive.php and the page has been modified to http://babsreviews.com/videos
<?php /** * The template for displaying archive pages. * * Used for displaying archive-type pages. These views can be further customized by * creating a separate template for each one. * * - author.php (Author archive) * - category.php (Category archive) * - date.php (Date archive) * - tag.php (Tag archive) * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ */ $mts_options = get_option(MTS_THEME_NAME); get_header(); ?> <div id="page"> <div class="sidebar-left-article"> <div class="<?php echo mts_article_class(); ?>"> <div id="content_box"> <h1 class="postsby"> <?php if (is_category()) { ?> <span><?php single_cat_title(); ?><?php _e(" Archive", 'socialme' ); ?></span> <?php } elseif (is_tag()) { ?> <span><?php single_tag_title(); ?><?php _e(" Archive", 'socialme' ); ?></span> <?php } elseif (is_author()) { ?> <span><?php $curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author)); echo esc_html( $curauth->nickname ); _e(" Archive", 'socialme' ); ?></span> <?php } elseif (is_day()) { ?> <span><?php _e("Daily Archive:", 'socialme' ); ?></span> <?php the_time('l, F j, Y'); ?> <?php } elseif (is_month()) { ?> <span><?php _e("Monthly Archive:", 'socialme' ); ?></span> <?php the_time('F Y'); ?> <?php } elseif (is_year()) { ?> <span><?php _e("Yearly Archive:", 'socialme' ); ?></span> <?php the_time('Y'); ?> <?php } ?> </h1> <?php $j = 0; if (have_posts()) : while (have_posts()) : the_post(); ?> <article class="latestPost excerpt <?php echo (++$j % 3 == 0) ? 'last' : ''; ?>"> <?php mts_archive_post(); ?> </article><!--.post excerpt--> <?php endwhile; endif; ?> <?php if ( $j !== 0 ) { // No pagination if there is no posts ?> <?php mts_pagination(); ?> <?php } ?> </div> </div> <?php get_sidebar('left') ?> </div> <?php if ( isset($mts_options['mts_layout']) && ($mts_options['mts_layout'] == 'scslayout' || $mts_options['mts_layout'] == 'csslayout' ) ) { get_sidebar(); } get_footer(); ?>Forum: Fixing WordPress
In reply to: How to Modify Archive Page for Custom Post Type?I’m not too sure.
Forum: Fixing WordPress
In reply to: How Can i Create A Folder On My WordPress Blog?No! You’re not getting my point….
Forum: Fixing WordPress
In reply to: Removing Featured Images from Top of Blog PostNever mind guys, Have been able to solve this issue. Found the answer on This forum so i just wanted to share it here as well.
I was able to remove the feature image from each post by simply changing the width of the image to 0% in style.css. See below:
`/**
* 6.1 Post Thumbnail
* —————————————————————————–
*/.post-thumbnail {
background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
display: block;
position: relative;
width: 0%;
z-index: 0;Forum: Themes and Templates
In reply to: [Zerif Lite] How to Set Up Portfolio? (I have Zerif Pro)Guys am working on Travels-Rus.net and i will like to know a few like how to display some few blog post to homepage…
Awesome Plugin… Use it on My Internet Marketing Blog