Forum Replies Created

Viewing 15 replies - 16 through 30 (of 35 total)
  • Thread Starter mbenschop

    (@mbenschop)

    Esmi:
    I will go ahead and try to see if I can solve the problem, based on your reply (!-Dynamic ) Hopefully I can figure it out. I feel very stupid, this maybe is something most everyone else would understand. Unfortunately it may take me some time, how to solve this. Finding what steps to take. My response if this is resolved or not will take some time.

    Thread Starter mbenschop

    (@mbenschop)

    I did install a plugin wp super cache. Is this what I need to fix this problem?

    Thread Starter mbenschop

    (@mbenschop)

    Thank you for responding Esmi.
    I have limited knowledge of these matters. How do I flush my cache? Where do I go to find this?

    Thank you again

    Thread Starter mbenschop

    (@mbenschop)

    Webbrewers:
    Thank you so much for your input Problem solved after downloading delete all comments plugin. It also solved another problem I was having. My product Page on my site was booting up very slow. This plugin also solved that problem.

    Thank you so much again for your input.

    Thread Starter mbenschop

    (@mbenschop)

    Sorry I just realized that I have to down load the plugin. I will do that and let you know if this has resolved the problem.

    Thank you again.

    Thread Starter mbenschop

    (@mbenschop)

    Thank you for responding.
    I did follow your link which stated to go to tools, then follow instructions to delete all comments. But tools take me to “Press This” There is no mention of comments.

    You are correct I am not comfortable with a database query. I am not knowledgeable as what to do.

    Thread Starter mbenschop

    (@mbenschop)

    Esmi
    Thank you for responding. I did deactivate the gold cart plugin and used only the free wp e-commerce plugin with the same results.
    Thank you anyhow for your input. Hopefully I can figure it out.As I mentioned I was not able to continue my communication with Get Shopped.org. I presume that is what you are referring to as commercial products.
    Again thank you.

    Thread Starter mbenschop

    (@mbenschop)

    Esmi
    My ecommerce plugin is wp-e commerce and Gold Cart. I to the best of my ability create and work on my site.As I explained in my previous communication Premium Support were unable to see my replies to them since my email chain was broken. After using two tokens our communication was lost.
    Again I would appreciate any help I can get.
    Thank you for responding
    https://greatworldofpets.com

    Thread Starter mbenschop

    (@mbenschop)

    Esmi thank you for responding. All of my plugins are wp. I have no commercial products plugins. I was not referring to Product Page as a plugin, I was referring to The Product Page on My site.

    As you can see I am most likely not explaining my self. Hopefully you understand my explanation. If not, I thank you for responding, and hopefully I can figure this out.
    https://greatworldofpets.com

    Thread Starter mbenschop

    (@mbenschop)

    Sorry, not quite sure what you mean by identifying what plugin I am using. I have several plugin on my site. Just upgraded to wp 3.8. Have gold cart. Contacted premium support twice. Used two tokens. Unfortunately, after 5 replies my thread is broken. I explained on both occasions during my contact with premium support, to limit their replies in my initial emails to them. I can see his messages to me but he cannot see my replies. I tried getting a response by emailing them directly and not through the support page. No one responded.
    I do appreciate your help, or a little more information as to what you meant by identifying the plugin I am using

    Thread Starter mbenschop

    (@mbenschop)

    Not sure that you received link for my site. I will try again

    Thread Starter mbenschop

    (@mbenschop)

    Thank you for responding
    In answer to your first question I tried contacting Gold Cart developers at the Getshopped.org site. The form I filled in requested Getshopped API number. I gave them my Gold Card API number. First I received an error message. After entering the information again I received another message that I do not have any “tokens”. I do not know how I go about getting that.

    Regarding my update, not sure why I cannot update. Every time I try my site goes down, and I have to resort to my hosting company backing up and restoring it. Unfortunately I am not quite knowledgeable with the admin. part of my site. (codes, c-panel, etc.) Because of this I am very much handicapped.
    Would greatly appreciate any help I can get

    Thread Starter mbenschop

    (@mbenschop)

    Yes they are. The theme I am presently using is Suffusion, which is one of the themes recommended by WP. The Jquery plugin is recommended by this theme. I do feel however, the theme or plugin is not the problem. I went to my host site (Hostgator) and uploaded the plugin there. Still not successful.
    I thank you so much for responding to me. Hopefully I can figure this out, even though I am not confident. Not very knowledgeable in these matters.

    This is my site

    Thread Starter mbenschop

    (@mbenschop)

    Thank you so much for your persistence in helping me. I am so lost. I am not knowledgeable with these codes. I surely appreciate all of your help

    Thread Starter mbenschop

    (@mbenschop)

    Sorry if I am taking up a lot of space, but I needed to show you the code

    <?php
    /**
    * Template Name: Single Right Sidebar
    *
    * @package Suffusion
    * @subpackage Templates
    */

    get_header();
    ?>

    <div id=”main-col”>
    <?php
    suffusion_page_navigation();
    suffusion_before_begin_content();
    ?>
    <div id=”content”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post fix” id=”post-<?php the_ID(); ?>”>
    <?php suffusion_after_begin_post(); ?>

    <div class=”entry fix”>
    <?php suffusion_content(); ?>
    </div><!–/entry –>
    <?php suffusion_before_end_post(); ?>
    <?php comments_template(); ?>

    </div><!–/post –>

    <?php endwhile; endif; ?>
    </div></div>
    <?php get_footer(); ?>
    Not sure if I should copy the entire code. Incidentally my theme is by Suffusion. It is a good theme because you can do a lot of customization. I have only used one right sidebar. Maybe visiting my site will help

    Thank you for your patience.

Viewing 15 replies - 16 through 30 (of 35 total)