-
AuthorPosts
-
January 4, 2019 at 7:30 pm #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
January 8, 2019 at 2:25 am #1051125Hey 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,
IsmaelJanuary 15, 2019 at 2:47 pm #1054134Thank 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
January 15, 2019 at 6:52 pm #1054268Hi 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,
VictoriaJanuary 16, 2019 at 3:19 pm #1054564Hi 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,
oliverJanuary 21, 2019 at 3:31 am #1056398Hi,
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,
IsmaelJanuary 21, 2019 at 2:53 pm #1056692Hey 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!
OliverJanuary 22, 2019 at 6:31 am #1057038Hi 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,
RikardJanuary 22, 2019 at 1:36 pm #1057186Thank 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>
<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>
<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
January 23, 2019 at 6:37 am #1057585Hi 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,
RikardJanuary 23, 2019 at 2:46 pm #1057752Thank 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-chronologieThank you
January 24, 2019 at 6:54 am #1058036Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.