itissue
Forum Replies Created
-
I forgot to explain this:
The projects page lists the types of projects. Then when you click on a project type, it lists the different projects in that project type. Then you click on a project to view individual images and a short desription about that project. Clicking on those images then triggers fancybox.
Thanks kchayka.
Well, this is what I ended up doing. I created a page called Projects and put the shortcode for each parent album there. Then for the gallery, I had parent and children albums. The parent albums have each of the children albums shortcode listed in them. I made some modifications to the template and styles to suit my needs.
Projects page:
https://www.diigo.com/item/image/4anod/29qnParent album example:
https://www.diigo.com/item/image/4anod/qbs0Child album example:
https://www.diigo.com/item/image/4anod/ua4dI know there’s a way to create pages manually and put each album on the page every time a new album is created. In that way, don’t pick the gallery template for the page. But is there an automatic way, since you are already given the option of making sub albums in choosing if the album has a parent and what that parent is.
Forum: Fixing WordPress
In reply to: how do I add custom styles (newby)You can create a subtheme if you don’t want to make changes to the Custom Community theme. If you do want to edit the Custom Community theme, then you may find it in this sort of file path in FTP:
/www/wp-content/themes/
and find the theme folder for the Custom Community theme. The stylesheet should be style.css. There should also be an images folder. For the file path when using something like
background: url('');in the CSS, use something like images/filename.jpg or whatever is currently used in the stylesheet.Hope that helps!
Forum: Plugins
In reply to: [Private Only] [Plugin: Private Only] Keeps Looping to Login PageNever mind. It ended up working again after a while.
Forum: Plugins
In reply to: [Private Only] [Plugin: Private Only] Keeps Looping to Login PageI activated the plugin and it worked but it wasn’t exactly what I wanted in that it made the entire site private. I went to delete the plugin, but after doing that, whenever I’m accessing wp-admin, I have to keep re-logging in to view any of the pages in wp-admin. Do you have any idea why this may be and how to remedy that? Thanks.
Forum: Plugins
In reply to: [Plugin: WP-Polls] Polls for non-admin usersI would also like to enable more users the ability to create polls as I have a Simple:Press forum and would like users to be able to create polls for the forum.
Forum: Plugins
In reply to: Where are Capabilities Defined & Rolls Linked to CapabilitiesIs there a way to edit wp_user_roles without getting the message “You do not have sufficient permissions to access this page.” ? I’m need to edit some values for contributors and subscribers in the database but whenever I change one thing in this field, that error shows up.
Forum: Fixing WordPress
In reply to: How to get the current logged in user’s role?Is there a way to get a user’s role within a plugin so you can define who can access the plugin’s options menu?
Forum: Themes and Templates
In reply to: Next/Previous Links not workingI have the same problem as jhob had. I’m using the WP Page Navi plugin, and it worked just fine before, but now I have a static homepage. I used the Settings > Reading > Front page displays – A static page (select below) route, so I don’t actually have a separate folder for the blog, but all blog entries are under http://endless-sonata.net/blog.
Here’s my site if you want to see what I mean:
http://endless-sonata.net/I have seen this method used before and it worked, but somehow it’s not working for me. When I go to
http://endless-sonata.net/blog/page/2/
it stays as the same page as the first page of the blog.Forum: Plugins
In reply to: Lightbox effect not workingNevermind. I figured it out. All I needed to do was add
jQuery.noConflict();Forum: Plugins
In reply to: Lightbox effect not workingI too am having trouble with Lightbox, but this may be in conflict with other javascript codes. I’m not using the lightbox plugin, but I have it manually installed. It works fine for all themes except one, which uses jquery-1.2.3.
Forum: Installing WordPress
In reply to: Widget ProblemsI’m having trouble editing some of my widgets. Somehow, for some widgets, it displays the contents of the sidebar as though in a preview interface, but there’s no edit option. I’m having this problem with two of my sidebars. I want to make changes, but it won’t let me.
Forum: Plugins
In reply to: Using sidebar widgets in multiple sidebarsAwesome! Thanks moshu, that worked wonderfully!
Forum: Plugins
In reply to: Using sidebar widgets in multiple sidebarsIs there a way to enable php code in text boxes provided by widgets? Also, when I used the categories widget, it made the first list item off to the top left of the rest of the items and it’s not bulleted like the others. I find that strange.
Cool! WordPress uses gravatars in their forums now!