AdamVGR
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: There has been a critical error on this website – Please adviseDefinitely malware. Onto fixing now.
Forum: Themes and Templates
In reply to: Theme settings vanishedHad viruses and got host to fix.
Forum: Themes and Templates
In reply to: Theme settings vanishedA lot of my PHP files say this:
To determine what video is shown on the homepage, go to your WP dashboard and go to Presentation -> Revolution Tech Options and enter your video code here.–>
But Presentation has vanished as has the options for the theme. Only thing it lets me do is change a few settings in preview mode, but not the video ones.
Forum: Fixing WordPress
In reply to: Alignment ProblemsI took the advert out but that didnt do anything.
Forum: Fixing WordPress
In reply to: Alignment ProblemsI’m using a theme called Revolution Tech, its quite old now and not available to download anymore but I can copy/paste any code needed.
Forum: Themes and Templates
In reply to: Footer.php Help!Ok quick update. I added in the following code:
<div id="footer-sidebar" class="secondary"> <div id="footer-sidebar1"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?> <?php endif; ?> </div> <div id="footer-sidebar2"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?> <?php endif; ?> </div> <div id="footer-sidebar3"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(4) ) : ?> <?php endif; ?> </div> </div> <div style="clear-both"></div>Which seems to have fixed it, but added an Archive and Comments section to the main page. What would I have to do to remove it?
UPDATE: I see, it’s a widget issue. I removed them and added tags, but would ideally like the page to look like that without the widgets. Anyway around this?
Thanks