![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID: 1bv8z7qgty84rdas
Website URL: http://www.colares.com URL to page in question: http://www.colares.com/bijoux/catego...colar-de-ouro/ Hello, how can I include social media share buttons (facebook, twitter and pinterest) in my store pages (page showing products coming from datafeedr)? If I do it in wordpress in the store page nothing happens. Thanks, Kathrin |
#2
|
||||
|
||||
![]() Hi,
Currently we have instructions for adding Facebook buttons to your Product Details pages http://www.datafeedr.com/forums/showthread.php?t=7168 Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Hi Eric,
I did every step from the insructions you send and the FB buttons finally appear below the product but when I want to share the product image does not appear. I deleted the part http://<?php echo $_SERVER['HTTP_HOST']; ?> and the problem remains. What else can I do? Thank you for your support, Kathrin |
#4
|
||||
|
||||
![]() Hi,
I need to put the http://<?php echo $_SERVER['HTTP_HOST']; ?> back in. Otherwise your image only contains a relative path. Eric
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Store ID: 1bv8z7qgty84rdas
Website URL: www.colares.com URL to page in question: http://www.colares.com/bijoux/colar/...8300649340234/ I included the http://<?php echo $_SERVER['HTTP_HOST']; ?> part again but I still have the same problem - when I share no image is loading and I get the following info: This is the store's front page | www.colares.com Describe your store here and not the product image and description. Sorry to bother but what else can I do to fix? Thanks, Kathrin |
#6
|
||||
|
||||
![]() Hi,
Try changing this: HTML Code:
<meta property="og:image" content="http://<?php echo $_SERVER['HTTP_HOST']; ?>[product.image tag='0']" /> <meta property="og:title" content="[product.name]" /> HTML Code:
<meta property="og:image" content="[product.image tag='0' direct='1']" /> <meta property="og:title" content="[product.name]" /> <meta property="og:description" content="[product.description]" />
__________________
![]() ![]() ![]() ![]() |
#7
|
|||
|
|||
![]() Store ID: 1bv8z7qgty84rdas
Website URL: http://www.colares.com URL to page in question: http://www.colares.com/bijoux/categoria/colar/ Hi Eric, I added a sorting filter to my category page like explained in your video tutorial and I don't know why but somehow the "go" button (in my case "ok" button) always goes one row below. I had a sidebar, I removed the sidebar...but the button does not appear in the same row like the dropdown fields. What can I do to fix this? Thank you very much, Kathrin |
#8
|
||||
|
||||
![]() Hi,
Try adding the following code to your Custom CSS (instructions): Code:
#view .dfrside select { width: 50%; }
__________________
![]() ![]() ![]() ![]() |
#9
|
|||
|
|||
![]() Store ID: 1bv8z7qgty84rdas
Website URL: http://www.colares.com URL to page in question: http://www.colares.com/bijoux/catego...=12&sort=price Hi Eric, it looks much better!! (the ok button is now in the same row like the other fields) but the description of the sorting fields is strange: once the word is on top of the field and once on the left side of the other field. And I also would love to have like 10px space between the second field and the OK button. Thank you for your quick support always, Kathrin |
#10
|
||||
|
||||
![]() Hi,
That's because your theme has set most form elements to expand to 100%. You can target all of your form elements with CSS. Here's some code that will help: Code:
#view .dffltrs .dflside { min-width: 250px; } #view .dflside select { width: 50%; } input.dfsbmt { margin-left: 10px; padding: 4px; }
__________________
![]() ![]() ![]() ![]() |
#11
|
|||
|
|||
![]() Store ID: 1bv8z7qgty84rdas
Website URL: http://www.colares.com URL to page in question: http://www.colares.com/bijoux/catego...12&sort=-price Hi Eric, I included the code you sugested in the datafeedr custom css file: #view .dffltrs .dflside { min-width: 250px; } #view .dflside select { width: 50%; } input.dfsbmt { margin-left: 10px; padding: 4px; } but it looks worse. Is there anything else I could try? Thanks Kathrin |
#12
|
||||
|
||||
![]() Hi,
There's 1 piece of missing code: Code:
#view .dfrside select { width: 50%; }
__________________
![]() ![]() ![]() ![]() |
#13
|
|||
|
|||
![]() Store ID: 1bv8z7qgty84rdas
Website URL: www.colares.com URL to page in question: http://www.colares.com/bijoux/categoria/brinco/ Thank you Eric, YOU ARE THE BEST!!! Kathrin |
#14
|
||||
|
||||
![]() You're welcome!
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Social Media drip | bradleyhebdon | Feature Requests | 1 | January 26th, 2015 10:07 AM |
Pagelinks and social media | cadman1 | Problems | 4 | June 10th, 2014 06:32 AM |
Add Social Media buttons under Buy Button | directclothes | Problems | 2 | June 23rd, 2012 04:08 AM |