Forum Replies Created
-
AuthorPosts
-
was there a resolution to this? I use menu swapper on a site and it works great with enfold except on mobile. on mobile, the selected menu does not appear as a hamburger menu. Wondering if there is any solution?
looks like this was an issue with our code that handled related videos at the end, and my coder fixed it on our end.
thanks for troubleshooting it
hi mike- just checking in on this open item- thanks!
mike=
Thanks for your note- I’ve posted the login credentials in the box- really appreciate the help
- This reply was modified 6 years, 10 months ago by thanp73.
no, it’s not solved. The code referenced above from @huxburyquinn works however a plugin conflict causes it to break. it appears to be the optin monster plugin, which also uses jquery to trigger opt in lightboxes, and which I use extensively, that is causing the issue. Trying to resolve, will post a fix if I find one.
- This reply was modified 6 years, 11 months ago by thanp73.
-deleted
- This reply was modified 6 years, 11 months ago by thanp73.
I have also tried the solution shown here
https://kriesi.at/support/topic/disable-youtube-related-videos/and this breaks many theme elements (tabs, for example)
Still seeking something that works
- This reply was modified 6 years, 11 months ago by thanp73.
error is on my end with another script-
the issues with double firing tags were on my end, there was another coder’s attempt to make this work buried in code somewhere I did not see so all is cleared up. the solution you had outlined works perfectly-
in short, copy header to child theme, insert in the places as shown, and good to go.
Question- how would we know when an update to Enfold would require an update to our child theme’s header file? Is there a reason why you don’t make the header.php automatically part of child themes?
- This reply was modified 7 years, 10 months ago by thanp73.
Nikko- thanks for the clear instructions, that’s just what a layman needs and what we did.
incidentally,the file reads like this:
/* Always have wp_head() just before the closing </head> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to <head> such * as styles, scripts, and meta tags. */ wp_head(); ?> </head>
So I read that to mean, don’t put your GTM code between the last ?> and the </head>
Instead, my guy put it higher up, just after the <head>.. but that said, we are still getting double fires of pixels. maybe it’s OK to put the GTM code right before the </head>?
makes sense to me- My guy added header php to the child theme and manually put in my GTM code there. it’s working, now, but there is also a pending enfold theme update that I’m not sure what it’ll do.
For some reason, too, the GTM script check routine shows all my tags being fired twice per page load.
so, still an open issue here.
Bump
I am unclear of the steps to make this happen yet reluctant to start new thread. Please help with google tag manager code placement-
To sum, Google tag manager requires
1) code high in the <head> of the page
and
2) Code immediately after the <body> tagCan you provide a solution for both? I am using a child theme and would love it if you could say
“Do this “xyz [PASTE YOUR GOOGLE HEAD CODE HERE] in child theme (xyz) file
and
then do
“Do this ”abc code then [PASTE YOUR GOOGLE BODY CODE HERE] in chil theme xyz filelike many who buy themes that promise no custom coding, I am code illiterate so please bear that in mind :) thanks in advance
thanks very much- I was unaware of the ‘excerpt ‘ tick box. I was able to put an excerpt in there on posts composed with the ALB editor, and that appears on blog post widgets and archive pages now- thanks.
So the resolution is this :
if you want to use the ALB on a post, use it, compose the whole thing, and manually write an excerpt. if you want the blog elements – related posts, comment, title, author, date, etc- you must then re save with the default editor after.
Here’ a hitch however- the ALB editor items like color section that go full width do NOT work when you re- save with the default editor- it crams that color bar into the post body, and does not go full width. Seems like a bug..
What I was trying to do is use ALB to create a full width centered video over a post, and have it behave like a post, but it can’t be done.
Thanks- the default item of comment and related entries do appear, however when the post is pulled into a post widget or archive page elsewhere in the site, there is no excerpt appearing for posts made using any avia shortcodes. even when re-saved after building the post with the advanced editor disabled.
When I delete the avia shortcodes (undo the custom build elements) the excerpt re appears in the archive pages.
My goal is rather simple on posts- I want to use some simple ALB blocks to put videos and elements in posts, rather than doing it all in one post, but when doing so, I lose the excerpt of this beautifully created post…
Pls assist, links to site in private content below.
I think there is probably something simple blocking the display of excerpts when the page content has [avia] stuff in it
- This reply was modified 7 years, 11 months ago by thanp73.
December 1, 2016 at 12:41 am in reply to: issues with single post and advanced layout editor #719036bump-
Please assist, I would like to make it so that the excerpt appears in blog post content elements elsewhere on my site, and on the categories pages, etc, and this is broken when the advanced layout editor is utilized on a single post. same goes wit theh native related posts functionality, which appears to be broken by the use of the ALBhow then to re enable these functions? it’s not one of the elements within the advanced layout editor that I can see.
November 29, 2016 at 7:26 pm in reply to: issues with single post and advanced layout editor #718456how would I re- enable the excerpt so that it’s shown elsewhere on the site (on category and other places where I have a blog enabled) and also how to I re enable related posts to be shown on a blog post that is composed using the ALB? I can see I can place the comments and share buttons sections from content elements, but can’t see how to turn those blog elements back on.
thx
ok will try that- thx
I created a new user as well, therei s a role I had never seen before as super user. even as this new ‘super user’ I still do not have access to wp-admin/theme-editor.php
as a related observation, on pages that are in categories now using the plugin above, that category does NOT appear on the enfold breadcrumb display. so something about the theme might be not permitting categories and tags on pages?
fixed- it was google telemarketing tag in the header. I placed the tag in the footer and the errant unwanted head space disappeared
this is quite strange- deactivated all plugins, it’s still there. there is something in the head code that is creating space and pushing the whole site down by about 10-15 px, so when scrolledm, the collapsed header looks really weird as concent slides behind it then back out again up top for 15 px. very ugle
pls assist,
in firebug it tells me this, but I’m not sure why it’s visible or how to make it go away:
<body id=”top” class=”home page page-id-2391 page-template-default stretched open_sans ” itemtype=”https://schema.org/WebPage” itemscope=”itemscope”>any ideas?
weird (maybe caching) but I put the block of workign code that I need to get this right onto my main site, and it’s all working.. on the test site however the sidebars are stil lblue
anyway, this seems to get it- thanks1.main_color a, .alternate_color a { color: #0060e6 !important; } .main_color a strong, .alternate_color a strong { color: #0060e6 !important; } .main_color strong, .alternate_color strong { color: #000000 !important; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000000 !important; } .main_color h1 a, .alternate_color h1 a { color: #000000 !important; } .main_color h2.recent_posts_with_excerpts a { color: #000000 !important; }
well the code from josue worked for my titles, but the recent posts with excerpts are still blue…
is it typed out right above?
thanks!hello, any suggestions?
hello, any ideas? any suggestions much appreciated, this is a strange issue I can’t seem to resolve-
perfect- thx!
I actually tried it with both yigit’s code and ismael’s code (Which are slightly different) to no avail-
thx -
AuthorPosts