harmonyinfotech
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] My Sitemap Has No StylingOk, the file is readable at root folder. Chances are the .htaccess must be blocking files in plugin folders (The rule could have been applied because of security plugin).
Forum: Plugins
In reply to: [W3 Total Cache] My Sitemap Has No StylingI understand it isn’t part of installation directions and in normal situation there is no need to do it but since you are having problem, it is just a way to debug and find out what could be the underlying issue.
Forum: Plugins
In reply to: [W3 Total Cache] My Sitemap Has No StylingThe sitemap styling will be applied when that file is properly readable. As the file isn’t readable currently (403 error), the styles aren’t getting applied to sitemap.xml because of which you aren’t able to see any styling. The suggestion to copy it to root folder and then load it at https://www.nintendonews.com/sitemap.xsl will clarify if there is problem with file permissions somewhere or server configuration.
Forum: Plugins
In reply to: [W3 Total Cache] My Sitemap Has No StylingThe xsl file is having 403 Forbidden error.
https://www.nintendonews.com/wp-content/plugins/google-sitemap-generator/sitemap.xslTry copying that in root folder and see if you are able to access it. It could be due to some permission issues.
Forum: Themes and Templates
In reply to: [Theme: Hueman] WP-pagenavi not working on postsDon’t see any category having more than few posts.
Try flushing the permalinks. You can just select different option, revert back to original one and save it to flush them and rewritten to .htaccess. Also make sure there is .htaccess in root folder.
Forum: Themes and Templates
In reply to: [Customizr] Social icons not displaying correctly in IEWhat is the css you have kept currently?
Forum: Themes and Templates
In reply to: [Customizr] site using Customizr completely frozenWhat is your site url?
Forum: Plugins
In reply to: [Plugin: Top 10 Popular Posts v 1.9.8.5] Unable to display postsIf you have jetpack enabled then you can try using Top Posts & Pages instead.
Forum: Fixing WordPress
In reply to: Remove the words on static pageYou can remove the following code from content-page.php
<header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header><!-- .entry-header -->
Forum: Themes and Templates
In reply to: [Theme: Hueman] WP-pagenavi not working on postsPlease provide your site url.
Forum: Plugins
In reply to: [TAB SLIDE] Tab Text Not ShowingThe following css code should fix it.
#tab_title_wrap { margin-top:0px!important;margin-left:-90px!important; }
Forum: Themes and Templates
In reply to: [Customizr] Social icons not displaying correctly in IEpadding: 0px 550px;
The value 550px for left and right padding is too high. Try reducing it.
Forum: Themes and Templates
In reply to: [Customizr] Social icons not displaying correctly in IEOk, in that case you may need to edit the header.php file. See if you can find the line with this code
<div class="social-block span5">
Try removing the span5.
Forum: Themes and Templates
In reply to: [Customizr] Social icons not displaying correctly in IENo, the plugin to show the social media icons.