alcab
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF SoundCloud Playlists] Browse Playlist Errorthanks … 😉
Forum: Plugins
In reply to: [ACF SoundCloud Playlists] Browse Playlist Errorhi,
Thanks for this usefull app. But get this warning ecah time I want to Browse Playlist :
Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/PATH_TO_/Soundecloud.php on line 919
It looks like a security problem. Do you have any suggestion to pass over ?Forum: Plugins
In reply to: [Nav Menu Images] Image AND TextHé. I got it.
Just copy the code bellow in your functions.php and you see now text and images in your nav menu.
#### code from http://blog.milandinic.com/2012/11/23/nav-menu-images-developers-guide/ ###function md_nmi_custom_content( $content, $item_id, $original_content ) { $content = $content . '<span class="page-title">' . $original_content . '</span>'; return $content; } add_filter( 'nmi_menu_item_content', 'md_nmi_custom_content', 10, 3 );you can edit the span tag to get what you want.
Forum: Plugins
In reply to: [Nav Menu Images] Image AND TextHi LauraDon,
You may find some answer here http://blog.milandinic.com/2012/11/23/nav-menu-images-developers-guide/but it’s quiet hard to figure it out… try and come back when you succeed.
For me I always get a bad answer with an error message lije Syntax Error, wich is very disapointing…… but the answer is really closed to this…