Forum Replies Created

Viewing 7 Topics - 1 through 7 (of 7 total)
Author Posts
October 1, 2014 at 11:47 pm in reply to: Add Links to Sellers Dashboard 27866
Jamie Jamie

Hello,
I would like to know how do you add the additional links to the dashboard since it is now a plugin? Is there a way of adding this where it will not be deleted with the next update?
Thank you.

September 21, 2014 at 3:15 am in reply to: Paypal Adaptive Payments Invalid Transaction 27100
Jamie Jamie This reply has been marked as private.
September 3, 2014 at 12:58 am in reply to: Resize Sidebar Sellers Dashboard 26194
Jamie Jamie

I installed the update as you instructed and the issue is still there. Please advise on how to resolve.

August 29, 2014 at 11:34 pm in reply to: Resize Sidebar Sellers Dashboard 26053
Jamie Jamie

Can I please get some help

July 3, 2014 at 11:42 am in reply to: Add Links to Sellers Dashboard 22834
Jamie Jamie

I forget to ask how do you make the links open to a new window is possible.
Thanks again for all your help

July 3, 2014 at 11:22 am in reply to: Add Links to Sellers Dashboard 22833
Jamie Jamie

Thank you it worked perfect.

July 3, 2014 at 2:47 am in reply to: Add Links to Sellers Dashboard 22816
Jamie Jamie

Thank you for helping. I wanna make sure I understand the solution.

1. I place dokan_get_dashboard_nav on line 345 in the [dokan/includes/template-tags.php] file.
**now will this be erased if the file is updated? That is why i included the [dokan/includes/template-tags.php] in my child theme. Do I add parentheses around dokan_get_dashboard_nav?

2. I placed the code below on line 68 of my child theme/functions.php
add_filter( ‘dokan_get_dashboard_nav’, ‘dokan_e_add_seller_nav’ );
function dokan_e_add_seller_nav( $urls ) {
$urls[‘help’] => array(
‘title’ => __( ‘Help Files’, ‘dokan’),
‘icon’ => ‘‘,
‘url’ => ‘http://www.help.com’
),
$urls[‘google’] => array(
‘title’ => __( ‘Google’, ‘dokan’),
‘icon’ => ‘‘,
‘url’ => ‘http://www.google.com’
),
}

I did everything listed above and I got a error.
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home3/jlpride1/public_html/LOWPRICEOUTLET.COM/wp-content/themes/wedevs-dokan-child/functions.php on line 68

Viewing 7 Topics - 1 through 7 (of 7 total)