WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog page only showing last post instead of all postsWhat settings do you have in Settings -> Reading ?
Forum: Plugins
In reply to: What plugin/widget is this?That particular one isnt a plugin. That is part of their theme.
Forum: Fixing WordPress
In reply to: Date and/or Time of every postI would post the question on their comments page since it is a premium theme. These forums are for supporting the free themes.
Forum: Fixing WordPress
In reply to: Date and/or Time of every postThis is usually done by the theme and I am not sure any plugins are out there for this. Tried a quick search and didn’t see any.
I know you said plugin only but if you share the theme might be able to tell you what to add for it.
Forum: Fixing WordPress
In reply to: Date and/or Time of every postCan you be more specific?
Do you want a certain page to list all your posts along with time/date?
Forum: Plugins
In reply to: What plugin/widget is this?Got a link to where it is? Might be able to tell from the code but I cant from a screenshot.
Forum: Themes and Templates
In reply to: [Leaf] remove Posted by AdminAdd in style.css
.author { display: none; }Forum: Fixing WordPress
In reply to: How can you put unique header images, using Delicate theme.Easiest way is just to add the image at the top of the post or are you trying to replace the image in the header itself?
The best plugin I see is http://wordpress.org/extend/plugins/dynamic-headers/ but it hasn’t been updated in a long time and might not work for your theme.
Forum: Fixing WordPress
In reply to: No dashboard access after loginThere are plugins that restrict roles from what they see in wp-admin
But if you don’t remember setting any of these up then I doubt it would be it.
I would just double check their profile to make sure they are listed as an author. They should at least see the posts menu.
Forum: Fixing WordPress
In reply to: Remove "In Archive"WP-ADMIN -> Appearance -> Widgets
Find the Archive widget and remove it from the sidebar.
Forum: Fixing WordPress
In reply to: No dashboard access after loginIt should be active by default.
So do you have any other plugins active that deal with users or roles?
What exactly do they see when the login to wp-admin?
Forum: Fixing WordPress
In reply to: Categories disappearedHit screen options on that page. It is located on the top right ish. Then just select Categories or whatever it is.
Forum: Fixing WordPress
In reply to: Scrolling errorI am not a javascript dude but the only part that I see right away that can do this is the below which is either in your header.php or your functions.php
I don’t know how to edit it to get it to stop but just copy/paste save it somewhere and then remove it. The scrolling will stop, but will everything else still work is the question.
<script> !function ($) { $(function(){ // fix sub nav on scroll var $win = $(window) , $nav = $('#main-subnav') , navTop = $('#main-subnav').length && $('#main-subnav').offset().top - 40 , isFixed = 0 processScroll() $win.on('scroll', processScroll) function processScroll() { var i, scrollTop = $win.scrollTop() if (scrollTop >= navTop && !isFixed) { isFixed = 1 $nav.addClass('subnav-fixed') } else if (scrollTop <= navTop && isFixed) { isFixed = 0 $nav.removeClass('subnav-fixed') } } }) }(window.jQuery) </script>Forum: Fixing WordPress
In reply to: A few questions…This forum only supports the free templates found in the directory. I understand they don’t have a forum but you should contact them through their contact page.
Normally people who live around me (Virginia Beach) I would just help but unfortunately I cant because to fix all your problems we would have to have the themes code to look at them, sorry.
Forum: Fixing WordPress
In reply to: Problems with THEME FOREST Novatorix themeSince it is a paid premium theme you need to get support through them. This forum only supports the free themes found in the directory.