• In the products gallery page these “tags” show BELOW the product description and above the the “add to cart” button:

    http://i.imgur.com/oigH63v.png

    They DO NOT show when an individual product is opened, just in the gallery view.

    I’ve been searching for an answer to this to no avail.

    Anyone know how to get rid of them?

    Thanks in advance for any help!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Daniel Kanchev

    (@danielkanchev)

    SiteGround Representative

    If you’re familiar with SSH commands you may use the following grep command to find the exact files which should be edited:

    grep -Rl ‘product_image_position’ /path/to/your/site

    Replace “/path/to/your/site” with the actual folder which hosts the site. This way you’ll find the files that have to be modified in order to remove the info. If there is data in the DB you may use phpMyAdmin to search the database for the information.

    what theme are you using?

    are you using a plugin for the product gallery?

    can you post a live link to your site – to a post or page with the issue – to illustrate the problem?

    Thread Starter fa6ista

    (@fa6ista)

    Theme is called “Mazine”, and I am using “e-Commerce Product Slider” plugin.

    Here’s the website, link points to one of the product pages with the issue:
    http://stoynev.homenet.org/eservice_wp/?wpsc_product_category=recyclers

    I ran grep and it came back with “wpec-product-slider.php” as the only result.
    Tried removing all the instances of the problematic fields – made no difference…

    Thread Starter fa6ista

    (@fa6ista)

    One thing though…

    When activating “e-Commerce Product Slider” it says it needs “Advanced Custom Fields” (also installed) to function properly.

    I just tried DEactivating BOTH plugins – and the issue still persists…

    Hello.
    Can you show me a screenshoot of the product page?

    Thread Starter fa6ista

    (@fa6ista)

    I’ve already posted a screenshot in my first post, and a link to the products page too.

    I make refer to product page (when editing in your dashboard) please.
    It looks like these data is in the DB.

    also, please consider to contact the theme’s developer for support;

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    Thread Starter fa6ista

    (@fa6ista)

    lopwalj – oh, I got it now 😀

    Here’s a screenshot of the products list in admin mode:
    [IMG]http://i.imgur.com/lZ5j3oO.jpg[/IMG]

    The actual product page when in editing mode is too big (tall) to snap a screenshot of it,
    but beneath the product description there are these option blocks:

    <li>Variations
    Product delivery
    Product details
    Slider details
    Heading Color
    Heading hover color
    Description color
    Price color
    Add to cart button background
    Add to cart button text color
    Description width
    Left margin
    Right margin</li>

    Could you review your previous post please? I looks like you have used some html tags that desfigure the page

    I think the issue resides here. May you list me your plugins installed?

    Thread Starter fa6ista

    (@fa6ista)

    Can’t edit the post, site won’t let me 🙁

    The plugins installed are:
    Advanced Custom fields, Contact form 7, e-Commerce product slider, NextGEN gallery, Social media widget, WordPress importer, WP e-Commerce

    This is strange. Have you checked if thi sections are empty:
    Add to cart button background
    Add to cart button text color
    Description width
    Left margin
    Right margin

    @alchymyth: can you help us to correct the post please

    post layout corrected –

    in future, please mark even the smallest code sections when posting them in the forum – http://codex.wordpress.org/Forum_Welcome#Posting_Code

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Tags like "add_to_cart_button_text_color:#ffffff" under products-how to remove?’ is closed to new replies.