Forum Replies Created
-
AuthorPosts
-
It did not work.
Also: I would think that editing php files seems a bit extreme, in order to fix something that should be working out-of-the-boxNo. Clean install, imported the demo content and selected Enfold 2017 as style
Here
I have removed the “disable cache” now. And also installed Litespeed cache as recommended by my webhost.
I have setup cloudflare as well.The font stil flashes
Yeah, I found the solution myself…
Hi Ismael
A)
Where do I put it?B)
Why is it even needed to make a menu look normal? I believe the menu should just work, out of the box when you buy a theme.No. The top one is clearly placed 2cm to the right side. It is very easy to see
Please see image below:
Update:
The new “Highlight color” that has been added, actually does work. Just not in the preview window. :)Sorry Ismael, but I cannot do that.
My site is a live site, and I cannot have a live page with errors for you for months.But it is very very simple.
Put a button on your own demo site (Full width or normal)
Main color: “Theme Color”
Hover color: “Theme Color Subtle” (Or the new “highlight color” that you added)Now look at how wrong the button looks when you hover it.
I know my English is not the best, but I think I have explained it in a very simple way, and it should be easy to understand…
Yes I am using Yoast. And Yoast has an option to generate robots.txt files.
Perhaps that is the reason. I have Disallow to the robots.txt now…This was not addressed in the last update.
Dont know if there is a connection.
All I know is that suddenly the entire theme folder starts to get indexed by Google.I haven’t installed any new plugin or made any other changes to the site, that could cause this. All I have done is updating the theme. So I am guessing it is because of a theme update at some point…
Thanks… Worked fine :)
Finally! :)
Thanks YigitHey again.
I just placed a pricing table on this page. As you can see the buttons work perfectly and the hover color is the same as I have set in the Enfold Settings page. The Full Width button that I have placed on the site does NOT work unless I start to type in color codes manually…HOW can it not be a bug???
Come on…. Report this bug please….
- This reply was modified 7 years, 7 months ago by adferger1.
How do you allow more control over the button, when the “Theme Color Subtle” setting is not giving the correct color, as specified in the Enfold Settings page?
I have already set the “hover color” in my settings page.
Now you want to to go over each and every button on my site to set I manually as well??? Why even have a “Hover color” option in the settings page in the first place, if it is not being used?Update:
Please explain to my WHY “Theme Color Subtle” is = “Alternate Background color” from the settings page…. Whyyyyyy?- This reply was modified 7 years, 7 months ago by adferger1.
Could you report this bug, and pass it on to the developers?
The “hover color” selects the wrong color from the Enfold settings page.I would hate to set the hover color manually. Because if I someday decide to changes the color scheme of my website I have to go over each and every button and change the hover color manually. Stupid, since the color has already been set in the Enfold settings page.
I hope you understand the issue..?
- This reply was modified 7 years, 7 months ago by adferger1.
You can close this on again.
I have desided to keep the title/breadcrumb where they are now.You did understand my question, right?
Here is a linkWell… Thanks.
But if your ask me this shouldn’t even be necessary in the first place.
When hovering a button, it should light up with the color that I have set in the settings page as “Hover color”, just like all the other buttons do.I can just set the hover color manually every time I make a button.
But I really wonder why the theme was coded like this in the first place.- This reply was modified 7 years, 7 months ago by adferger1.
Thanks Mike.
Yeah I guess it was just a cache issue. I deleted all website files i Chrome, and now it works. ThanksNo, no issues :)
I’d just like to know what it does before I update my site. :)Tried it. Didn’t work.
Clicking on the down arrow still navigates to #sub_menu1Any other suggestions?
Also: I would just like to point out that I dont understand why the theme wasn’t coded to ignore the submenu from the beginning. I can’t imagine people would ever hit a down arrow to go to a fullwidth submenu. But maybe thats just me? :)- This reply was modified 7 years, 8 months ago by adferger1.
I have no idea what that means…
Thanks :)
So how do I do that?
Just tell me in plain English. I prefer to do it myself if you could just tell me what to do…What do you need login details for? You can just tell me how I do it.
UPDATE:
I solved the problem. Since I am using Google Tag Manager to add my Google Universal Analytics code to the site, I also need to add the event tag en Google Tag Manager.
If anyone else is having this problem you can follow this guide:
https://support.google.com/analytics/answer/6164470?hl=enYes I am using universal analytics. :)
I have disabled the phone verification now, and white-listed your computer :)I have also replaced the code in Functions.php with the new code you provided.
And just to sum it all up.
This code has been added to my functions.php:add_filter('avf_contact_form_submit_button_attr','avf_contact_form_submit_button_attr_track_mod', 10, 3); function avf_contact_form_submit_button_attr_track_mod($att, $formID, $form_params){ if (is_page(85)) { $att = "onclick=\"var _gaq = _gaq || [];_gaq.push(['_trackEvent', 'kontakt-formular', 'click', 'formular-sendt', '', true]);\""; } elseif (is_page(87)) { $att = "onclick=\"var _gaq = _gaq || [];_gaq.push(['_trackEvent', 'tilbud', 'click', 'tilbud-sendt', '', true]);\""; } else { $att = ""; } return $att; }
And I have set up 2 goals in Analytics:
Goal 1
Category: tilbud
Action: click
Label: tilbud-sendtGoal 2
Category: kontakt-formular
Action: click
Label: formular-sendtAll as described by you….
-
AuthorPosts