bbloqx
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] Known issues with s2memberThanks xuw,
Your code worked wonderfully.
Curious to know why administrators can log in successfully but not other users.
Forum: Plugins
In reply to: [WP Modal Login] Known issues with s2memberI’m also using s2member and I noticed that all administrators can login successfully (and the pop window actually closes); however, with any other user level, the login pop-up window seems to freeze at “Checking Credentials…”. Nevertheless, it actually does log in the user (in the background) but the “Checking Credentials…” message never switches to “Login Successful” and the window stays open. If you manually close and browse the website, you will notice that you are actually logged in. I hope you find a fix soon, I’ve tried 5 other plugins now and I like yours the best. Thanks ??
Forum: Themes and Templates
In reply to: [Origami] Custom code in header does work.Hello Greg
Thanks for the reply and the suggested plugin. I’m trying to minimize the number of plugins to those we really need (not just like ??
I ended up created a child theme and I am modifying certain files within the child directory.
I do have a short list of suggestions (which I think would make the theme even better) if your interested I will draft up some of my humble thoughts ??
I will update you with our url once we finish tweaking the look and feel.
Thanks
Admin BBloqx comForum: Themes and Templates
In reply to: [Origami] Custom code in header does work.After tweaking with the css file and the placement of the javascript in the header, it NOW works ??
Forum: Themes and Templates
In reply to: [Origami] Custom code in header does work.Hello Greg,
Origami has passed 95% of our needed functionality but I’m at a stand still now.
I cannot seem to figure out why the above javascript doesnt work with Origami. I have tested it with other themes and it works fine.
In a nutshell, I have an “index” file with a couple thousand lines of code that I append to certain posts (not all but the one’s in the “Index” category). Rather than add the 2000 lines to each post, we use “WP File-Tree” shortcode to add it to the relevant posts. The unordered list appears fine at the bottom of each post but the javascript to turn it into a tree structure does not.
For example the following unordered list does appear but again not in a tree structure.
<div id="sidetree"> <div class="tree header"> <div id="sidetreecontrol"><a href="?#">Collapse All</a> | <a href="?#">Expand All</a> <ul id="tree"> <li><a name="A"><strong>A</strong></a> <ul> <li>Actions, <ul> <li><a href="/beholding/">beholding</a>,</li> <li><a href="/closeness/">closeness</a>,</li> <li><a href="/concern/">concern of</a>,</li> <li><a href="/fear/">fear of</a>,</li> <li><a href="/hope/">hope in</a>,</li> <li><a href="/love/">love of</a>, <ul> <li><a href="/true-love/">true-love</a>,</li> </ul> </li> <li><a href="/pleasure/">pleasure</a>,</li> <li><a href="/pride/">pride in</a>,</li> </ul> </li> <li>Appetite, <ul> <li><a href="/losing/">losings one's</a>,</li> <ul> <li><a href="/to lose weigh">to lose weigh</a>,</li> </ul> </li> <li><a href="/what-is-appetite">what is</a>,</li> </ul> </li> <li>Apples, (See <a href="#fruits">Fruits</a>)</li> </ul> </li> </ul> </div> </div> </div>
Do you have any idea why this is? Or how we can resolve this problem?
Thanks
Forum: Themes and Templates
In reply to: [Origami] Custom code in header does work.Sorry I meant to say “doesnt work” and “doesnt display”, oooops.
Here is a sample of the beginning part of the code in the post:
<div id="sidetree"> <div class="tree header"> <div id="sidetreecontrol"><a href="?#">Collapse All</a> | <a href="?#">Expand All</a> <ul id="tree"> <li><a name="A"><strong>A</strong></a>
Forum: Themes and Templates
In reply to: [Origami] Sticky FooterThanks for help.
I tried a couple different techniques and they didn’t work as expected. The above code does place the footer at the bottom but there is a gap between the body content and the footer.
Forum: Themes and Templates
In reply to: [Origami] Tabs and Toggle Shortcodes?Thanks Greg,
I almost got a hacked version of my old theme’s code to work but in the end I installed the shortcode plug.
It works fine but now I need to edit a few hundred posts ??
On a separate topic can you tell me why the following css code doesnt work with your theme?
#table-3 tr:nth-child(even) {
background: #FFF;
border-bottom: 1px solid #DFDFDF;
}Thanks
BB