Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1050090

    Hi,
    I have a few problems with the layout of the shop and I hope you can help me out:

    Product Page
    1) Below the pictures there is a hint to other product…how do i get rid of this?
    2) I do not want to see the categories and keywords on the product page – how do I turn them off?
    3) in the desciption of the product it says twice “desciption” (rider) and again “description” in the textfield. How do I get rid of the “description” in the textfield?

    thanks

    #1051125

    Hey Oliver,

    Thank you for using Enfold.

    1.) Are you referring to the related product section?

    2.) Use this css code to remove the categories:

    .product_meta {
        display: none;
    }

    3.) And add this one to remove the second heading.

    #top .woocommerce-tabs h2 {
        display: none;
    }

    Best regards,
    Ismael

    #1054134

    Thank you Ismael,

    “remove the categories” worked just fine!

    Another Question:
    How do I maks out (blank out) comments and date concerning a single post and in the blog overview?

    Thank you!

    Oliver

    #1054268

    Hi Oliver,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.blog .avia-content-slider .slide-meta {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1054564

    Hi Vicotria,

    thank you for your support.

    the code worked for the comments…the date is still visible.

    e.g: https://applijo.com/karriereblog

    I used “themes/enfold/css/custom.css” and “Enfold > General Styling > Quick Css” (last didn’t work)

    by the way: Is there any support in german possible? would be easier for us…thx

    best regards,
    oliver

    #1056398

    Hi,

    Thanks for the update.

    Adjust the last modification with the following css code to remove the date:

    .avia-content-slider .slide-meta {
        display: none !important;
    }

    Best regards,
    Ismael

    #1056692

    Hey Ismael,

    thank you – it worked!

    But…another question:
    I want to integrate Google Ads, Google Adwords, Analytics etc. to our website. And for all of these services I need to integrate a snippet or code to the website. But how do I manage this?

    google says: “This is the tracking code for the general website tag (gtag.js) for this property. Copy this code to paste it at the beginning of the <HEAD> (or sometime <body>) element of any web pages you want to capture. If a page already contains the general website tag, simply paste the config line from the snippet below into the existing tag.”

    Thank you!
    Oliver

    #1057038

    Hi Oliver,

    We can help you out with functions to add the Google scripts, just paste the codes here and specify where they should go.

    Best regards,
    Rikard

    #1057186

    Thank you! So I have the following (urgent) problems: I do not know where to put the following codes.

    1) Goolge Analytics Website Tracking
    RECOMMENDED SPOT by google:
    google: “This is the tracking code for the general website tag (gtag.js) for this property. Copy this code to paste it at the beginning of the <HEAD> element of any web pages you want to capture. If a page already contains the general website tag, simply paste the config line from the snippet below into the existing tag.”

    CODE
    <!– Global site tag (gtag.js) – Google Analytics –>
    <script async src=”https://www.googletagmanager.com/gtag/js?id=UA-32257009-2″></script&gt;
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag(‘js’, new Date());

    gtag(‘config’, ‘UA-32257009-2’);
    </script>

    2) Google Ads Tag – common website tag
    CODE
    <!– Global site tag (gtag.js) – Google Ads: 976829374 –>
    <script async src=”https://www.googletagmanager.com/gtag/js?id=AW-976829374″></script&gt;
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag(‘js’, new Date());
    gtag(‘config’, ‘AW-976829374’);
    </script>

    3) Google Ads event snippet: Most important Code for conversion tracking Ads/sales is the following:
    This code I am supposed to implement into the “thank you for shopping” page after someone bought a product. BUT I do not have this page. After I sold a product, the customer is automatically redirected to the following page “applijo.com/kasse/order-received/xxxx => page managed by woocommerce. But THAT is the page I need to implement the following code to get the (sales) conversion feedback I need:

    <!– Event snippet for Sales CV conversion page –>
    <script>
    gtag(‘event’, ‘conversion’, {
    ‘send_to’: ‘AW-976829374/M8t8CPCYxpMBEL735NED’,
    ‘transaction_id’: ”
    });
    </script>

    THANK YOU!

    Oliver

    #1057585

    Hi Oliver,

    I think you should be able to paste all of those scripts in the Google Analytics Tracking Code box under Enfold->Google Service. Please try that out to see if you have any luck with it.

    Best regards,
    Rikard

    #1057752

    Thank you Rikard! This works for 1) Goolge Analytics Website Tracking and 2) Google Ads Tag – common website tag. Perfect.

    But I am pretty sure (I tried) it doesnt for “3) Google Ads event snippet” since it needs to be implementet to the page “order-received” of woocommerce as a confirmation of the sales to the customer.
    What I need is a feedback when the sales cycle is completed and a product sold. If so, the page “order-received” appears to the customer. In that case the page sends a signal to google ads. Now the conversion is recognized by google as a “sales” (ads to —-> sales conversion).

    Another thing (sorry :-))
    I implemented google ads with a shortcode to articles (with a google recommended plugin “advanced ads”). It works fine.
    The problem: on every spot where I added the ad are 2 dots (!) above the ad! always! As well in the article or sidebar. I tried several different plugins – same thing. I tried to insert the code with the “code block” or “text” – same thing. Do you know why?
    check it out: https://applijo.com/lebenslauf-inhalt-gliederung-chronologie

    Thank you

    #1058036

    Hi,

    Thanks for the update, so you need to add this to a specific page?

    <!– Event snippet for Sales CV conversion page –>
    <script>
    gtag(‘event’, ‘conversion’, {
    ‘send_to’: ‘AW-976829374/M8t8CPCYxpMBEL735NED’,
    ‘transaction_id’: ”
    });
    </script>

    Do you know the ID of that page? We need it to give you accurate code.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.