nekianichelle
Forum Replies Created
-
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankDing ding ding ding!!! That worked!!! FINALLY!! HAHA. It’s up and running beautifully. OMG thank you soooooo much for your patience and your willingness to correct the issue. You’ve been a pleasure to work with and I will be sure to rate this plug in 5 stars (I wish I could do 10 but it doesn’t go that high). I look forward to future updates. Now go enjoy the rest of your week ??
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 sorry for the delay in responding. Here is a link to a screenshot of my settings: https://tinypic.com/r/334kwly/9
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankGod I hate to be the bearer of bad news but for some reason that suggestion is not working for me. I deleted the plugin and reinstalled in and it is still not showing up on my end. I can not imagine what I’m possibly doing wrong. I wish I had a better outcome for you. I’m sorry but it is still not working.
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 Thanks so much for your patience as well. I did do what you suggested and deleted the plugin from wordpress and reinstalled and it is still not showing up ??
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 sorry it took so long to reply to this. I’m having a hard time finding the section you’re speaking of. Here is the link to where my shop is supposed to be located: https://nekianichelle.com/the-n-collection/
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankHi @r0b3rt0
Good news and bad news. Good news the plugin no longer makes my navigation bar disappear. YEEAAA bad news is now I can not seem to get my store to show up under the NA platform. When I had it set to EU a store appeared that wasn’t mine. I’ve been waiting for 8 hours for it to show up. Any clue why this is happening?
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 I’m not seeing any update on WordPress. It is still showing the 1.2 version instead of 1.3 Does it take awhile to come through?
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 Can you push the new update through WordPress. I’m unfamiliar on how to update with the link that you gave me. I usually just update plug-ins from the “Plug-ins” area on wordpress. Please advise.
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 I’m not sure if you figured out a resolution but I wanted to let you know that I did check the “navigation” checkbox and it did not help to situation. Hope you can figure out a solution to this issue.
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 Unfortunately I do not see an option to deactivate the menu addition when I click on the edit (pencil) button. I’ve attached a screen shot to show you what appears when I click on edit. https://i67.tinypic.com/wgrosm.png
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up Blank@r0b3rt0 Just to be clear. Would you like me to delete the coding where it mentions the menu?? I just want to make sure I’m doing the right thing. Below is the code. Let me know what part needs to be taken out. Please advise.
add_action(‘admin_menu’, ‘spreadshop_admin_menu’);
add_action( ‘update_option_spreadshopID’, ‘init_spreadshop’);
add_action(‘admin_init’,’register_spreadshop_settings’);
add_action( ‘activated_plugin’, ‘spreadshop_activation_redirect’ );
add_filter( ‘wp_nav_menu_items’, ‘spreadshop_nav_menu_items’ );
add_filter( ‘template_include’, ‘spreadshop_page_template’,99 );
register_deactivation_hook( __FILE__, ‘spreadshop_deactivate’ );function spreadshop_nav_menu_items($items) {
if(get_option(‘spreadshopNaviEntry’)!=false) {
$homelink = ‘<li class=”home”>‘ . __(‘Shop’) . ‘‘;
$items = $homelink . $items;
return $items;Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankSure!! Here is a pic of my website without the plugin activated: [IMG]https://i67.tinypic.com/2hgsrxf.jpg[/IMG] (Direct Link: https://i67.tinypic.com/2hgsrxf.jpg)
Here is a pic of it with the plug in activated: [IMG]https://i63.tinypic.com/25sxwtd.png[/IMG] (Direct Link: https://i63.tinypic.com/25sxwtd.png)
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankThe entire website. If I can send you a screenshot I would but I’m not sure how do upload that on this platform.
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankI have a template/theme. It’s the VOUX theme that I found in the Envato Market.
Forum: Plugins
In reply to: [Spreadshop Plugin] Shop Showing Up BlankOopss there is one small problem. The coding on this plugin is wiping out my main, footer and mobile menu. I had to deactivate and reactivate each plugin one by one to identify which 3rd party plugin was causing this issue and it is this one. Anyway you can update it from doing that?? Once you do, then it should be working fine.