niknaz
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Submenu] Auto delete?Ah, good to know! Can this info be added to documentation?
Fantastic plugin!! Thank you!!
Forum: Plugins
In reply to: [Event Organiser Posterboard] Posterboard Not Showing UpOkay, I’m the dummy. I have some jquery that’s affecting this posterboard. It works exactly as it should!!
Forum: Plugins
In reply to: [Advanced WP Columns] Update Without Having To Re-Insert Content?Hi Vladica,
So quick! Thank you!! Works like a charm.
I added the image folder from the 1.0 release so that the old code for Advanced WP Columns still works and I don’t have to re-input content.
Thanks for a useful plugin!
-Niknaz
Forum: Plugins
In reply to: [Advanced WP Columns] Update Without Having To Re-Insert Content?I’m wondering if anyone else is getting warnings with this plugin or if I have a conflict with my theme.
I have debugging set to TRUE in the config.php file. And as soon as I uncheck the responsive layout in the settings, I get this warning:
Notice: Undefined index: responsiveSupport in /Applications/MAMP/htdocs/aiclegal.org/wp-content/plugins/advanced-wp-columns/advanced-wp-columns.php on line 31
When I navigate to the site after unchecking responsive in the settings, I get these warnings:
Notice: Undefined index: responsiveSupport in /Applications/MAMP/htdocs/aiclegal.org/wp-content/plugins/advanced-wp-columns/advanced-wp-columns.php on line 42
Notice: Undefined index: responsiveSupport in /Applications/MAMP/htdocs/aiclegal.org/wp-content/plugins/advanced-wp-columns/advanced-wp-columns.php on line 219
And when I click on a menu item, it gives me a white screen with these errors:
Notice: Undefined index: responsiveSupport in /Applications/MAMP/htdocs/aiclegal.org/wp-content/plugins/advanced-wp-columns/advanced-wp-columns.php on line 42
Warning: Cannot modify header information – headers already sent by (output started at /Applications/MAMP/htdocs/aiclegal.org/wp-content/plugins/advanced-wp-columns/advanced-wp-columns.php:42) in /Applications/MAMP/htdocs/aiclegal.org/wp-content/themes/aiclegal/redirect-down-subpage.php on line 14
The redirect-down-subpage.php is a template page that grabs all of it’s children and redirects the user to the first of the child pages. I’m using it for every primary menu page. It’s using
header('Location: '.$URI);where$URIis the permalink for the first child page.When I take the site out of debug mode, all works fine. I’ve put the site up on a staging server with debug still on, take a look:
http://niknaz.net/aiclegal.org/I’ve ONLY re-typed (and therefore am using) Advanced WP Columns on this page: http://niknaz.net/aiclegal.org/who-we-are/ which you can’t get to unless I turn off debugging mode.
Any thoughts would be appreciated.
Thank you in advanced!!
Forum: Plugins
In reply to: [WP Vegas] Possible conflict with next_post_link()?Okay. Solved the issue. Phew.
You’re (of course) calling a loop to retrieve the slides from within the content area. Which means, when I was using the next_post_link() it was doing it from your loop and retrieving the next Vegas slide page. In order to have the next_post_link() retrieve the next post instead of Vegas slide, I either need to call the loop again for the post-type or move your shortcode outside of the content box to somewhere after I use the navigation links.
So I am using Advanced Custom Field plugin and creating custom fields on each post page for the pertinent Vegas slide info (slide ID, fade, delay, etc) and in my template file, I am using do_shortcode() after my navigation divs.
Whew. Works.
Thanks again!! This plugin is fantastic.
This is brilliant, thank you!!
Forum: Fixing WordPress
In reply to: Flash Intro to WordPress Site@josephpalmer, did you ever find a solution? I need to do this exact thing.
Forum: Themes and Templates
In reply to: Displaying Child Page (And Template) On ParentWorked perfectly.
I concur on the endless beauty!!
I’m getting a similar output when using this plugin with a custom menu. I’m on WordPress 3.6, and I wonder if the wp_update_nav_menu_item() function in nav.menu.php is different and that’s why the str_replace isn’t working correctly. Any thoughts?
I’m working locally, so I don’t have a link to show, but what is happening is:
-I create a new menu in Appearance>Menus
-Populate it with a Link (let’s say it’s to Facebook) filling out the URL, Navigation Label, having it open in a new tab and filling in icon-facebook as the class. Everything else is blank.The output in the navigation is:
facebook.com”>F facebook
(the F is the font awesome icon for Facebook)This is the HTML generated:
<a target="_blank" href="http://www.<i class=" icon-facebook"=""><span class="fontawesome-text"> facebook</span>.com"><i class="icon-facebook"></i><span class="fontawesome-text"> facebook</span></a>I did some troubleshooting and got to the same code @ianarmstrong posted above.
Any thoughts would be appreciated.
Forum: Plugins
In reply to: [qTranslate] Not work on wp 3.6@was955 THANK YOU! It works on 3.6.