Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter adamvgr

    (@adamvgr)

    Had viruses and got host to fix.

    Thread Starter adamvgr

    (@adamvgr)

    A 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 Problems
    Thread Starter adamvgr

    (@adamvgr)

    I took the advert out but that didnt do anything.

    Forum: Fixing WordPress
    In reply to: Alignment Problems
    Thread Starter adamvgr

    (@adamvgr)

    I’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.

    Thread Starter adamvgr

    (@adamvgr)

    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

Viewing 5 replies - 1 through 5 (of 5 total)