• Resolved nekianichelle

    (@nekianichelle)


    This plugin is not working. My shop continues to show up blank when I try to go to it on my website. I’ve done everything instructed and still nothing. Please help!

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 43 total)
  • Hi Robert,n
    at first thank you for your work, the plugin is great ! But i encounter the same problem as Nekanichelle. Imossible to view the Site Menu when i activate your plugin.

    Hope you will find an answer soon…

    Thanks by Advance

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    Hi there,

    Thank you all for your feedback. I was testing a little over the last days with similar themes as nekianichelle is using it.
    I was not 100% able to reproduce the same behaviour.

    I need to ask you for a favour to see, if I “just” need to rework how the menu item is attached to the menu.

    Could you please go to spreadshop plugin -> click on the edit icon when hovering the settings > deactivate the menu entry.

    Please let me know if this solves the issue for you as well. If so, I’ll proide a version where the menu entry is not displayed per default.

    Again, thank you for your patience. As this is not my main project, answers here are often delayed. This is not due to the lack of interest but due to the lack of time.

    Cheers

    Thread Starter nekianichelle

    (@nekianichelle)

    @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;

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    Hi there,

    Initially I would just ask to deactivate the automatic menu addition that is in the plugin.
    There is a setting, where you can deactivate the menu addition.

    Cheers

    Thread Starter nekianichelle

    (@nekianichelle)

    @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. http://i67.tinypic.com/wgrosm.png

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    Ok, then we have an “additional” issue ;(
    You have the “show link in navigation” checkbox already unchecked. I assumed/hoped it is already checked.
    Then I need to look into more details.
    (Or could you quickly check the “navigation” checkbox and tell me if this helps)

    Thread Starter nekianichelle

    (@nekianichelle)

    @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.

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    Hi there,

    Thank you for letting me know.
    I will provide a test version with all plugin navigation altering removed by tomorrow.
    You will be able to access the updated version via: https://plugins.trac.wordpress.org/browser/spreadshop/trunk
    (in the hope you have access to all your wp resources and can replace the current plugin with this code)
    i tried to figure out the root cause of the behaviour in your theme but failed heavily so far šŸ™

    Hello everybody,
    I’ve just upload the updated version spreadshop.php.

    It works for me!!! My theme menu just re-appear ! Fot information i’am using “BRANDO” WordPress theme

    Thanks.

    Thread Starter nekianichelle

    (@nekianichelle)

    @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.

    Hello, to be more precise
    the menu has re-appeared but there are somes issues with the margins, i am not able to adjust the top position on PC and mobile even if i use the “Offset Top” fonction in the plugin.
    it also breaks the visual setting of the header menu on the shop page.

    If you want to see :

    http://lmm-shop.fr/shop

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    Hi there,

    I will release a version today that removes any code that impacts the navigation.
    After this is solved I will check the issue from @philwojcik.
    Thank you for sharing the URL. This is very helpful.

    Cheers

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    New version is provided and uploaded to wordpress. It is version 1.3 and I hope, that it is visible soon.

    Thread Starter nekianichelle

    (@nekianichelle)

    @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?

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    I resubmitted the changes again. No idea what is happening here.

    Update: New Version and new Tag seem to be available. Fingers crossed that it works now šŸ˜‰

Viewing 15 replies - 16 through 30 (of 43 total)
  • The topic ‘Shop Showing Up Blank’ is closed to new replies.