Show Posts


Topics - kelbel3abh

Pages: [1]
1
General Support / Menu BIG Issue
« on: February 09, 2015, 04:55:23 PM »
I tried to add a menu item in the menu, here is what it looks like in the admin.  I can't delete it.  It messed up the whole look of the site so badly that I had to deactivate the menu on my layout pages.  How can I delete?  If needed, I can go into phpmyadmin, I just need to know where to look. Please help! I am using 1.2

2
General Support / Shipping is not working for me
« on: February 08, 2015, 11:18:14 PM »
I am using flat rate shipping for 12.95 and a free shipping for orders over 99.  Neither one is showing up on the checkout page.  I am using 1.2 now.  Anyone else having problems with shipping?

3
General Support / Subcategory Layout
« on: February 07, 2015, 02:25:22 AM »
Hey, I am noticing that if I have more than one row of subcategories, the second line of categories only shows one, and the one below it shows the rest.  It was happening in 1.1.9, but it isnt resolved after upgrading to 2.1.  Pic attached.

4
General Discussion / "  " on Category Navigation
« on: January 30, 2015, 01:38:18 AM »
Hey, all of a sudden my top navigation with my categories has a space to the right.  I looked in the code and there are 2 " " in there.  But, I didn't actually code those in and there are no spaces in my category titles.  www.beddingforbunks.com  It has made the categories drop down to another line.

5
General Discussion / https issue
« on: December 29, 2014, 07:43:51 PM »
Hi, I used my own icons for the menu.  I uploaded them through that part of the admin.  However, I am getting a security warning on the checkout page because they arent going into https:// mode like all the other images.  How do I fix this?

Thanks!

6
General Discussion / Delete Demo Product Images
« on: December 19, 2014, 10:02:32 PM »
How do I delete the demo images?  I don't know how to the images unless I am adding images to a product and when I do go in there and try to delete, it tells me I can't delete them because they are linked to a product.  I believe that I deleted all of the demo products, though.  Any help would be great

7
General Support / What is the PHP for the product images?
« on: December 11, 2014, 08:58:30 PM »
Hey, there!  I am needing to know the php that will pick up the main product image on each product pages, so that Facebook knows which pic to use for social sharing. Right now, when someone shares to FB, it picks up random images on the page.

Here is what I am trying to put in the head.tpl

Here is what I need:
<meta property="og:image" content="url_of_image" />

I have tried both of these:
<meta property="og:image" content="<?php echo $image_url; ?>" />
<meta property="og:image" content="<?php echo $image['main_url']; ?>" />

However, when I view source, it shows up like this, so it isn't picking up code:
<meta property="og:image" content="" />

8
Template Support / Logo in Chrome
« on: November 14, 2014, 09:43:42 PM »
I am noticing that my logo is cutoff in google chrome only. I went into the CSS and adjusted the logo height, but it isnt making a difference.  Any ideas of how to fix this?

9
Template Support / @ Font Face
« on: October 20, 2014, 12:16:39 AM »
Hi, I linked a font via my template CSS page, but it isnt showing the font on the homepage.  It is showing on all the other pages, so I am wondering what I am doing wrong.  Thanks!  I have the following CSS in /storefront/view/default_html5/stylesheet/style.css:

@font-face {
    font-family: 'amatic_scregular';
    src: url("../font/amaticsc-regular-webfont.eot");
    src: url("../font/amaticsc-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../font/amaticsc-regular-webfont.woff") format("woff"),
         url("../font/amaticsc-regular-webfont.ttf") format("truetype"),
         url("../font/amaticsc-regular-webfont.svg#amatic_scregular") format("svg");
    font-weight: normal;
    font-style: normal;

}

10
New Features Discussion / Custom Meta Title
« on: October 20, 2014, 12:06:00 AM »
Hi, I would like to have my own custom meta title, and not necessarily use the product title.   Is this possible for someone to do now or coming in the future?  It is really helpful for SEO.

Thanks!

Pages: [1]

Powered by SMFPacks Social Login Mod