Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Syndicated Content #1115259

    Ok.
    So, in general, I can not use syndicated content on my site because of the theme or is it just this content because of the JavaScript?
    Thanks!

    in reply to: Syndicated Content #1114321

    I was to display a live product catalog for dell.through CNET. This is the email they sent

    Sandra Hertigan has sent you a script from the CNET Content Solutions portal. It will only take you 4 steps to integrate the Product Page content in your website.

    Choose a location within your company’s website
    Open that page in an editor and find the place in the code where you want to place the product page content.

    Pick up your code
    Copy and paste the code below in the location within your HTML page where you would like the product page content to display.

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset=”utf-8″>
    <title>Example Page</title>
    </head>
    <body>
    <div id=”ccs-logos”></div>
    <div id=”ccs-inline-content”></div>

    <script type=’text/javascript’>
    var ccs_cc_args = ccs_cc_args || [];

    // Product Page
    ccs_cc_args.push([‘cpn’, ‘CPN’]);
    ccs_cc_args.push([‘mf’, ‘MANUFACTURER_NAME’]);
    ccs_cc_args.push([‘pn’, ‘MANUFACTURER_PART_NUMBER’]);
    ccs_cc_args.push([‘upcean’, ‘UPC_EAN_CODE’]);
    ccs_cc_args.push([‘ccid’, ‘CATALOG_CODE’]);
    ccs_cc_args.push([‘lang’, ‘LANGUAGE’]);
    ccs_cc_args.push([‘market’, ‘MARKET’]);

    (function () {
    var o = ccs_cc_args; o.push([‘_SKey’, ’52edb637′]); o.push([‘_ZoneId’, ‘d92b921a5f’]);
    var sc = document.createElement(‘script’); sc.type = ‘text/javascript’; sc.async = true;
    sc.src = (‘https:’ == document.location.protocol ? ‘https://&#8217; : ‘http://&#8217;) + ‘cdn.cnetcontent.com/jsc/h.js’;
    var n = document.getElementsByTagName(‘script’)[0]; n.parentNode.insertBefore(sc, n);
    })();
    </script>
    </body>
    </html>

    Update Dynamic Parameters
    Update the parameters below with the dynamic values from your website.

    Required
    MANUFACTURER_NAME – The manufacturer name. Example: Lenovo, Cisco, Microsoft Corp.
    MANUFACTURER_PART_NUMBER – The manufacturer part number. Example: VM617A8#ABA.
    LANGUAGE – Two-letter ISO 639-1 language code that should be used. Examples: en, fr, de.
    MARKET – Two-letter ISO 3166-1 country code to use, or WW for world-wide. Examples: US, DE, GB.

    Optional
    CPN – Customer part number will be your internal part number for the SKU as defined in your catalog.
    UPC_EAN_CODE – UPC or EAN code of the product being requested.
    CATALOG_CODE – The unique identifier of the catalog found in My Catalogs.

    Save changes and publish
    Save your changes and publish the page to your website. Navigate to your website to view the product page content.

    Note: If you are using a content management system to maintain your intranet, you may need to contact your administrator or webmaster to implement the code.

    Contact Us

    Contact Support

    Thank you for your partnership. We look forward to driving success together.

    in reply to: Syndicated Content #1113708

    Hi Victoria – I deactivated the caching.
    thanks so much for your help!

    in reply to: Help with theme update!! #1058855

    never mind just the blog post about Gutenberg. All set. thanks!

    in reply to: Help with theme update!! #1058475

    UPDATE! after the restore i activated the theme and it works but again the editor is not what it used to be. I have to scroll all the way down to the avia layout builder. Any idea what is wrong?

    in reply to: Video slider #1034049

    it works! thank you!

    in reply to: Video slider #1033767

    Hi Rikard,
    I deactivated all cache plugins. The words show up, but the video doesn’t play.

    in reply to: Blog links no longer working #908306

    so i fixed it. I think it was a yoast setting that changed the permalink to/’/%year%/%monthnum%/%day%/%postname%/’
    and /’/ was messing it up.

    in reply to: Blog links no longer working #908305

    I also did a recent Yoast update. Could it be the permalink structure?

Viewing 9 posts - 1 through 9 (of 9 total)