Show Posts


Messages - kelbel3abh

Pages: 1 2 [3]
31
General Support / Re: What is the PHP for the product images?
« on: December 18, 2014, 07:08:51 PM »
I also tried this one:
<meta property="og:image" content="<?php echo $image_main; ?>" />

When I view source, it just shows: <meta property="og:image" content="" />

So, I am using the wrong thing, I guess.  ??

Just to check, I used:
<meta property="og:image" content="<?php echo $base; ?>" />
and although that isn't what I need there, it did show up when I viewed the source code.

32
General Support / Re: What is the PHP for the product images?
« on: December 18, 2014, 06:38:23 PM »
For instance, this url:

<meta property="og:image" content="<?php echo $image_url; ?>" />

But the <?php echo $image_url; ?> doesnt seem to work.

33
General Support / Re: What is the PHP for the product images?
« on: December 18, 2014, 06:32:24 PM »
Thanks for the reply, but I am confused.  I thought I could just put this in the head.tpl

<meta property="og:image" content="url_of_image" /> and I would just need the php to pick up the main product image.  No?

34
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="" />

35
Template Support / Re: Logo in Chrome
« on: November 14, 2014, 09:57:37 PM »
I don't think it is actually the logo CSS, I think I need to move down the navigation that is overlaying it instead.  beddingforbunksdotcom, in case someone wants a visual.

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

37
Template Support / Re: @ Font Face
« on: November 14, 2014, 09:41:16 PM »
I am still having trouble with this.  I wonder if moving where the actual font is in my file manager will do anything.  Anyone used a custom font?

38
Template Support / Re: @ Font Face
« on: October 20, 2014, 02:43:34 PM »
Hi!  No, I cleared the cache in abantecart and my browser cache.  It is strange because it is only the homepage that has the wrong font.  If I go to the other pages, it is fine.  And, once I go to a product page, the font shows correctly and when I go BACK to the homepage from a product page, it shows correctly.  Does this make sense?

39
New Features Discussion / Re: Custom Meta Title
« on: October 20, 2014, 02:31:53 PM »
Thank you, but I need it to change for each product page.  In other words, instead of Abantecart using the product title automatically as the meta title, I would like a separate area to put in my own custom meta title.  I switched over from Prestashop and my seo rankings dropped a bit, so I really need those meta title options. ;)

40
Template Support / Re: Short product description ?!?
« on: October 20, 2014, 12:30:36 AM »
I think it would be great to have just a short description area that is not just a truncated description, but an actual area that you can add whatever you like, no?

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

}

42
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 2 [3]

Powered by SMFPacks Social Login Mod