Forum Replies Created
-
AuthorPosts
-
December 6, 2017 at 4:37 pm in reply to: Breadcrumbs showing all assigned categories for portfolio item #885653
Hello There,
Managed to solve this by using the yoast breadcrumbs as a workaround:)Best,
LucasDecember 6, 2017 at 4:18 pm in reply to: Breadcrumbs showing all assigned categories for portfolio item #885635Sorry, in addition, this is the url i posted the screenshot from: https://www.novi-marine.com/boot/gemini-waverider-wr-880-rib/
December 6, 2017 at 4:11 pm in reply to: Breadcrumbs showing all assigned categories for portfolio item #885629Hi Guys,
It’s been a while. Kind of got into other projects but the problem still exists. Strangely, the problem doesn’t always appear. Sometimes it occurs on desktop, but it always occurs on mobile, i’ve inserted a screenshot below.
Following up on your last post, i’ve taken the code out of functions-enfold.php and inserted it in functions.php. Unfortunately, it does not solve the problem.
Hoping to hear from you guys!
Best,
Lucas<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
Hi Ismael,
You can use the goal offerte2 to setup the goal.
The goal ‘contactaanvraag’ is for the contact form on the contact page, this is working properly with contact form 7 using the code on_sent_ok: “ga(‘send’, ‘pageview’, ‘/doel/contact/’);”.
Recovery mail is below.
Kind regards.
Hi Ismael,
See below for the google account, please let me know if you need something else.
April 30, 2016 at 9:13 pm in reply to: Breadcrumbs showing all assigned categories for portfolio item #625131Hi Ismael,
Sorry for the late reply, I didn’t remember how I put these breadcrumbs together.
I added the ‘add_shortcode( ‘bread_crumb’, ‘avia_title’ );’ in functions-enfold.php
Kind regards!
Hi Vinny,
Like i said earlier in this post, i know how analytics works and how to add a goal, also the tracking code is already added and working. I added the goal with settings like below, and Ismael provided me with a piece of code to go with it, unfortunately the code doesn’t work.
Kind regards.
Hi Ismael,
Thanks for the reply again.
I switched to the default analytics (add code in theme options) but it’s still not working.
Kind regards.
April 20, 2016 at 11:55 am in reply to: Breadcrumbs showing all assigned categories for portfolio item #618213Hi Ismael,
i added the shortcode manually in the pages. So on each page i added a codeblock with this code: <div class=”sbread”>[bread_crumb]</div>
Kind regards.
Hi Ismael,
It’s also possible to monitor the goals under the realtime section in analytics.
I added the code you sent to a portfolio item but still no luck. Please take into account that i’m using the yoast analytics plug-in to connect analytics to the site. If you want to, i can provide you with ftp of the live site + make you editor of the analytics for this site.
Kind regards.
Hi Ismael,
Thanks for the reply, but I still didn’t get it working, i’m using yoast analytics plugin.
I added goal like this:
And this code to the bottom of functions.php
‘add_filter(‘avf_contact_form_submit_button_attr’,’avia_add_submit_attributes_to_cf’, 10, 3);
function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
$att = “onclick=\”var _gaq = _gaq || [];_gaq.push([‘_offerte’, ‘offerte’, ‘offerte’, ‘offerte’, 1, true]);\””;
return $att;
}’Kind regards!
April 14, 2016 at 11:48 am in reply to: Breadcrumbs showing all assigned categories for portfolio item #613712Hi Ismael,
It’s a combination of some php modifications i found on this support forum and my own css customizations (so no 3rd party plugin or something). If it’s useful to you i can share how i did this. See below for login.
Kind regards!
Hi Andy,
Thanks for the reply.
I have updated the theme to the newest version but it’s still not working. I added the code below to force a virtual pagevisit to /doel/offerte but it’s still not working. Goal tracking is essential for a succeslfull website, so this would be a nice feature in new enfold versions:). In the meantime, i’d be great if you can help me get the right code.
`
add_filter(‘avf_contact_form_submit_button_attr’,’avia_add_submit_attributes_to_cf’, 10, 3);
function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
$att = “onclick=\”__gaTracker(‘send’, ‘pageview’, ‘/doel/offerte/’);”;
return $att;
}
‘April 9, 2016 at 3:24 pm in reply to: Breadcrumbs showing all assigned categories for portfolio item #610614Hi Ismael,
Thanks for you response,
I’ve uploaded the latest theme file with original funcions.php (so code you referred to is removed), but the problem remains. You can see if you visit http://b-dev.nl/nm/boot/gemini-730-inboard-diesel-rib/ in a private browser window.
Kind regards.
See below
Hi Yigit,
Thanks for the reply.
I’m using yoast analytics and this was my best shot at getting a pageview sent for /doel/offerte/, unfortunately it’s not working yet.
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ $att = "onclick=\"__gaTracker('send', 'pageview', '/doel/offerte/');"; return $att; }
I’ve also tried this in analytics field but no luck
$('.avia_ajax_form .button').on('click', function() { __gaTracker('send', 'pageview', '/doel/offerte/'); });
March 29, 2016 at 1:38 pm in reply to: Breadcrumbs showing all assigned categories for portfolio item #604516Hi Basilis,
Thanks for your reply.
Since this is confusing for visitors and search engines, i think it would be best to just have home >> name of portfolio item. So in this case it would be: Home >> Gemini 1060 RIB.
If possible Home >> Boten >> Gemini 1060 RIB. would also be nice but i image it’s probably much easier to remove all categories from the breadcrumb.
Kind regards!
Thanks, it’s working now. Is there a way to have the links open in a new tab?
Regards.
Hi Guys, Have you been able to take a look?
see below for credentials!
Hi Josue,
Thanks for your reply.
Thanks for the advice on the folder permissions, since the site passes the mobile friendly test i don’t think there’s the need to have this folder indexed.
This option is already disabled (the portfolio items where marked as artwork but i’m using them as product pages). Though the hentry reamains in the code.
Kind regards.
- This reply was modified 8 years, 8 months ago by lucasvrooij.
Hi Josue,
This file doesn’t exist in my /enfold/config-templatebuilder/avia-shortcodes/ folder!
Hi Josue,
I’m sorry for the late reply, i added the link below.
Solved, thanks a lot for the support!
Hi Josue,
Unfortunantly it’s still not working. Again i added a screenshot below.
Thanks again!
Hi Josue,
Thanks for your reply.
I’ve got it configured like below, but it’s still not working.
Kind regards.
Hi,
I tried to this method but i get this:
Maybe enfold uses another popup plug-in now, or did i make a mistake?Kind regards,
Lucas van RooijHi Andy,
No problem, could you tell me how to use page-id in css?
Thanks!
Hi Andy,
Actually i had already tried this, but it’s not a nice solution since it creates a white gap before the footer on shorter pages.
While trying to find a solution i ran across quite a lot of forum posts (here and on other sides) regarding problems with the Q2W3 Fixed Widget in enfold, but no one has found the answer. I’d be nice if this was the last post about this issue because we found a definitive solution!
On the other hand, i get that this issue is involving a 3rd party extension, so you can’t spend too much timeon it.
I completely understand if you can’t assist me any further. (i really do)
Kind regards!
Hi Andy,
Thanks a lot, i couldn’t find what css syntax is was,.
Problem solved!
-
AuthorPosts