I am having problems implementing the following shortcode parameter:
* grbackground: defines the hexadecimal background color of the plugin elements. Do not include the “#” symbol.
on:
http://www.thejourneyhomebook.net
This is my shortcode:
‘[goodreviews isbn=”1601090447″ bookinfo=”off” buyinfo=”off” cover=”off” width=”900″ grbackground=”fff8e5″ grstars=”fd8c3b”]’
Interesting that “grstars” is working.
Using absolute URLS did not work. I put in the absolute URLS and now when you click on the links in IE8 it jumps to the top of the page.
So clearly what is happening is that IE8 is not recognizing:#anchor1
Note that these anchors work properly in Firefox and Safari on a MAC.
HELP
Anchor link syntax:
<a href="#anchor1">COPY HERE</a>
<a name="anchor1"></a>