Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
The credentials are in the private part.
Regards,
ErwinHi Mike,
Great solution! Thank you!
Regards,
Erwin
Hi Ismael,
Thank you for your reply. I’ve installed the plugin, created a new menu-item and added the code in the visibility-field. But unfortunately nothing changes.
When I change the explanation mark from the absolute url to the anchor, the behaviour of the highlight is okay, but leaving the homepage the anchorlink doesn’t reach the section on the homepage anymore.Regards,
Erwin- This reply was modified 6 years, 5 months ago by Erwin.
But when I enter the site, the homepage, ‘OVER MIJ” is already highlighted. This should happen when I scroll to the section ‘OVER MIJ’, not on top of the page.
Regards,
ErwinI see I included the wrong url. The new one in the private section should work.
Regards,
ErwinHi,
The site isn’t live yet, so Try as you like ;-).
Regards,
Erwin
Hi,
Done, see the private section for the credentials.
Regards,
Erwin
Trying to figure this out. When I use the whole url in the menu ending with #overmij, it highlight the menu wherever I am. Using only #wopr, without the url, it’s working fine. But now I can’t navigate to the section #overmij outside the homepage.
Hey Rikard,
That solves the navigation indeed, thanks! But the same menu-item is still highlighted on top of the page. How can I solve that?Regards,
ErwinYou can close it.
I was trying to add an image with the font-setting, but snag-it was offline. When I was trying to reload the page I saw that the font for the body-text was set back to arial. I think I was so stupid to not save this setting, unbelievable. So stupid of me… It does work now.
Thank you very much and I’m apologizing for taking your time.
Regards,
ErwinHey Guenter,
We’re already diving into it, but as Jordan, I’m really thankful for thinking with me.Here you can find the site
That’s the way I did it. In website styling I set it as global font for body-text. Cause this didn’t work, the font-weight, the font is indeed hindi, I also set it in advanced styling for the body-text and for <p>. That is correct I think?
I see, in the first part for the heading it is present, in the content-part it isn’t, also the closure tag is missing. That was a sloppy way of copying, in my functions-file they both are present.
Thank you for looking into it.
Can you specify me what is missing?
Hey,
Thank you for the lightning fast respons!
Just tried right now, same effect as in dev tools. No change at 300, a bolder text at 700.
Regards,
ErwinDecember 12, 2017 at 11:10 pm in reply to: Hide logo at the top of page, show when scrolling down #888095Hi,
Works great! Thank you. You can close this topic.
Regards,
Erwin
December 12, 2017 at 9:02 am in reply to: Hide logo at the top of page, show when scrolling down #887789Hi Jordan,
I removed the code.
Regards,
Erwin
Hi Ismael,
Thank you! Now I have the transparant header with border as default.
I did notice the space at the end, but it was also there with the glassy one and then it functioned, strange. Glas that it’s solved.
You can close the topic.
Regards,
ErwinHi Victoria,
I’ve first used the code mentioned above, that was working fine. Adding a page the transparent header ws already selected. So I went searching in functions-enfold.php for glassy and found an ID. Changing this gives me the following code:
add_action( 'after_setup_theme', 'enfold_customization_product_switch' ); function enfold_customization_product_switch(){ add_filter('avf_builder_elements', 'avf_builder_elements_mod'); } function avf_builder_elements_mod($elements) { $counter = 0; foreach($elements as $element) { if($element['id'] == 'header_transparency') { $elements[$counter]['std'] = 'header_transparent header_with_border '; } $counter++; } return $elements; }
Unfortunately the code didn’t work anymore with the change of ‘header_with_border’.
So, if you can help me with this, that would be great.
Regards,
Erwin
Hi,
I’m sorry, linked the wrong topic on your support-forum. The right topic is this. In this topic Ismael is giving the code for a glassy header by default. This is still working great, have tested it. I’m only looking for the right id for the transparant header with border. See the given code below.add_action( 'after_setup_theme', 'enfold_customization_product_switch' ); function enfold_customization_product_switch(){ add_filter('avf_builder_elements', 'avf_builder_elements_mod'); } function avf_builder_elements_mod($elements) { $counter = 0; foreach($elements as $element) { if($element['id'] == 'header_transparency') { $elements[$counter]['std'] = 'header_transparent header_glassy '; } $counter++; } return $elements; }
Regards,
Erwin
Hi,
Ismael, thank you for your post, this works great! I’ve copied the code also for use beneath 950px.
Would it be possible to align the blog-meta in the center, if beneath 950px? The same should be happening with the read-more on the blog-page. Would be great if possible!
Regards,
Erwin
October 22, 2017 at 8:09 pm in reply to: If responsive start entry-title beneath featured image #867296Hey Mike,
Works great! Thank you, you can close the topic.
Regards,
Erwin
Hi Mike,
Thank you, it’s working fine now.
Regards,
Erwin
Hi Mike,
Thanks for your reply. I’ve removed the code, but that doesn’t change anything. It was there as an attempt of me trying to ge the element up.
Can you think of anything else?
Regards,
Erwin
Hi,
I’m sorry, perhaps I wasn’t clear enough. I ment beneath 767px. Above is working fine.
Regards,
ErwinHi,
It are featured images, so there is no alignment-option.
Regards,
Erwin
Hi Jordan,
No apologies needed! You’re trying to help.
For the posts I’m using the default editor. On the page which contains the posts, I’m using the ALB to display the posts form the category.
Regards,
Erwin
Hi Jordan,
Thank you for the very quick reply. Works great! You can close this topic.
Hi Ismael,
This is another way of approach. Works fine, thank you, just changed the values a bit.
You can close this topic.
Regards,
Erwin
-
AuthorPosts