antikx
Forum Replies Created
-
OK, thanks. The theme is CityLogic (Premium).
Thanks for the response.
I think the issue is when we are logged into WordPress it puts the black bar above, and our theme also put another bar below that.
If we aren’t logged into WordPress, it doesn’t cut off the top of the image when jumping down.
Is there any way to disable the (I’m assuming ajax) that forces the page to jump down when selecting a tab?I think i have it working now. It took a fair bit of tweaking but the slider is where I want it now.
Basically I want the homepage to have a slide image that goes from the menu on the left all the way to the right side.
Thanks for the reply.
The URL of the WIP site is: https://magnacarta.ad.umanitoba.ca/lawcs/
FYI, I’ve been using Firebug and added some custom CSS to the child theme:/* Remove Search box in menu */ .search-toggle { display: none; } /* Shrink left sidebar */ @media screen and (min-width: 1080px) { .site:before { width: 160px; } #secondary { width: 160px; } } .content-area { padding: 0px; } #secondary { margin: 8px 0px 0px -102%; } .site-content, .site-main .widecolumn { margin-left: 160px; margin-top: -36px; }
Forum: Networking WordPress
In reply to: Blog list of sub-dir network installyou nailed it! thanks!
Forum: Fixing WordPress
In reply to: [Plugin: Twitter LiveBlog] Create a PageHello,
I’m interested in using this module. Thanks for creating and sharing it.
I’m using the p2 theme and am getting this error that essentialy disables the site when I activate the module:
Fatal error: Cannot redeclare class Services_JSON in
/home/path/to/wordpress/wp-content/themes/p2/inc/JSON.php
on line 116If I go to that file I see this:
class Services_JSON
{
/**
* constructs a new JSON instance…Any advice would be appreciated. Thanks.