Alex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Stats stopped workingForum: Fixing WordPress
In reply to: Can't add new members.Hi
Users are created in
Users > Add New, notSettings > General.Alex
Forum: Fixing WordPress
In reply to: What is this gray thing?I’m looking at your website (http://www.satvoices.com/, which you should list in each thread you post), and I can’t see where you mean? Do you mean right at the top of the page? I can’t see a grey rectangle there.
Thanks
Alex
Forum: Themes and Templates
In reply to: Social Icons in EvoLve headerBodger:
In your WordPress admin panel, go to
Appearance > Editor.Your
style.cssfile should automatically appear, but it isStylesheet (style.css)on the right.Then, find this:
div.sc_menu { height: 32px; overflow: auto; /*change auto to hidden*/ position: relative; width: 315px; z-index: 0; }(you can use Ctrl+F on Windows or Cmd+F on Mac).
Then, select it, and paste this:
div.sc_menu { height: 32px; overflow: hidden; position: relative; width: 315px; z-index: 0; }Then, scroll down and click the big blue
Update Filebutton, and check your homepage.Forum: Themes and Templates
In reply to: Hide page titlesHi
Try removing this line:
<?php echo sprintf('<h1 class="storytitle">%s</h1>',get_the_title());?>from your
page.phpfile.Thanks
Alex
Forum: Themes and Templates
In reply to: Where is Chaoticsoul theme?Hi
Just as a note to anyone that can’t find the theme, you can download the latest version at Bryan’s GitHub page. [This topic is resolved.]
Thanks
Alex
Forum: Themes and Templates
In reply to: ChaoticSoul Lowercase TitleThanks, that worked!
Alex
Forum: Themes and Templates
In reply to: ChaoticSoul Lowercase TitleForum: Plugins
In reply to: Short page names in sidebarUPDATE: RESOLVED
Created a custom menu inAppearance > Menus.Forum: Plugins
In reply to: Short page names in sidebarSeen it done here: http://hpcompanion.com/