mazspazz
Forum Replies Created
-
Forum: Plugins
In reply to: Total price display in woocommerce subscriptionsHi, just wondering if you figured this out? I’d like to do the same. Thanks!
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Plug-in won't install on 4.0Thanks rickahontas, that fixed it for me!
Forum: Plugins
In reply to: [WP Easy Responsive Tabs to Accordion] link to certain tabs from another pageHi Scott,
Not sure if you figured this out, but for anybody else having the same issue I thought I’d post how I got it working.I realised I had neglected to add the call to the javascript function into my pages.
You need to add <script>$(‘#demoTab’).easyResponsiveTabs();</script> to your head somehow. The plugin doesn’t magically add it.
I’m using the Canvas theme so simply whacked it in the spot where you can put your Google tracking code.So now I can create menus and links from other pages using the suggested http://yoursite.com/pagename#demoTab2 (just without the .html) and it works. For menus, you can use /pagename#demoTab3
Hope this helps.
This is exactly the feature I need as well. Up vote from me!
Forum: Plugins
In reply to: [WP Easy Responsive Tabs to Accordion] link to certain tabs from another pageI need to know this too!
Hi daldana,
Did you figure this out?
I’m having the same problem, my product categories aren’t showing up under my Shop menu item.
Any help appreciated!Thanks Tom!
Got it working.
Appreciate your help.HI Tom,
Thanks for the prompt response.
I tried upgrading to 2.1 but the problem was still there…I then downgraded to 1.3 and it looks fine.
There is no<br>tags in use so that’s not the problem.
Here’s an image of it working correctly on 1.3and not on 2.1Obviously I have modified the CSS quite a bit to get it to display as it is. Were there a lot of changes or class name changes in v2.0&2.1?
Forum: Fixing WordPress
In reply to: Adding www to url results in Not Found errorI have the site in a folder in the root directory.
I tried putting this
RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]in the .htaccess files at both the root level and in the folder. Both together and separately (trying everything here!) But just got the same not found error or the Plesk page in all cases.
Is there something the sysadmin can do?
Forum: Fixing WordPress
In reply to: Adding www to url results in Not Found errorThanks esmi,
Sorry for my ignorance, but do you mean the root directory of the site or the root directory of the server?And what code would I need to do something like this?
Hi schalkjoubert,
I got it working after some more researching.
What I ended up with was the following:<?php $this_post = $post->ID ?> <?php the_secondary_content('RHS content page', $this_post); ?>Where RHS content page is the name of my content box.
Good luck!Hi skariko,
Did you fix your problem?
I’m having the same issue and am wondering if it’s something I’m doing wrong!
Any help appreciated.
Thanks!Forum: Plugins
In reply to: [Custom Fields Creator] Does it work in 3.5?Just a follow up on this. I’ve turned on error reporting and found this:
Notice: Undefined index: post_type in /var/www/vhosts/nyac.org.au/httpdocs/site/wp-content/plugins/custom-fields-creator/wck-cfc.php on line 49
Anybody know what that means?
Any help would be greatly appreciated!