Forum Replies Created
-
AuthorPosts
-
If you visit the page below, you see the home icon in main area and i used the same shortcode in the header menu. They are not similar.
This is the code i used for both:
[av_font_icon icon='ue821' font='entypo-fontello' style='border' caption='' link='page,265' linktarget='' size='30px' position='left' color=''][/av_font_icon]
THX FreekYes, i need only a Facebook, Twitter, LinkedIn pages and mailto:[emailadres] link.
THX FreekI have the shortcake but i can not use this shortcake one-on-one in my php code.
For example i made a button to use in php code with the following code:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4A"><a class="avia-button avia-icon_select-no avia-color-custom avia-size-small avia-position-left " style="background-color: #fec425; color: #000000;" href=" http://www.bdlease.nl/dealer-calculator-standalone/?accountmanager=wilbert-de-nijs&ref=bos-slegers" target="_blank"><span class="avia_iconbox_title">FINANCIEREN? Klik hier</span></a></div>
Is there a code similar like above code to add the social share button shortcode?
THX FreekI would like to see the Social Share Buttons (see pic) from the Advanced Layer Editor in one of my own made .php page, so i need the html code.
I use the Social Share Button in the Advanced Layer Editor:
I get the following buttons in my site:
“Deel deze pagina” is Share this page in dutch.
THX Freek- This reply was modified 9 years ago by Freek.
I managed to finally make it happen.
in the css code i removed the full URL
url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.woff2') format('woff2'),
and changed it in:
url('/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.woff2') format('woff2'),
Now it works in all browsers. I made a small “How-to” instruction on this topic. If someone is interested….
THX for the great support. Freek- This reply was modified 9 years, 1 month ago by Freek.
i tried that. Placed the webfoot files in my the fonts folder. In custom.css i point to the folder. see next code:
@font-face { font-family: 'dk_lemon_yellow_sunregular'; src: url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.eot'); src: url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.eot?#iefix') format('embedded-opentype'), url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.woff2') format('woff2'), url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.woff') format('woff'), url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.ttf') format('truetype'), url(' http://wesaca.com/bottelarij/wp-content/uploads/lemon/dk_lemon_yellow_sun-webfont.svg#dk_lemon_yellow_sunregular') format('svg'); font-weight: normal; font-style: normal; }
And i added the following code to functions.php
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['lemon'] = 'dk_lemon_yellow_sun-webfont:400,700,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['lemon'] = 'dk_lemon_yellow_sun-webfont:400,700,800,400italic,700italic'; return $fonts; }
And tried this last code also with the dk_lemon_yellow_sunregular variable.
No luck. Any ideas?
THX FreekSuper. final question. Why is the header section large on mobile?
Is it possible to move the hamburger menu to the top of the screen in the upper right corner?
THX FreekCan you look to the mobile site again?
The hamburger menu only displays half..
I tried to change colors but no luckTHX Freek
It works! Thanks for the super support!!!
THX Freeksee private content for the link
THX Freek
Can i use this in my PHP code this easy?
THX FreekI think you are right but i will give it a try. What css code code can i use for fixed menu item width?
THX FreekOkie that worked. Only the link appears right after the copyright not under it.
THX Freek
It worked like a charm!
THX againTHX.
That worked. The only thing that is not so nice is the background of the current menu item. It is grey now and i want a black background with yellow font.
Is that possible too?
Freek- This reply was modified 9 years, 3 months ago by Freek.
Sure. Look on the right site of the screen. There is a menu.
This works great. Thank you for the awesome support!!
THX Freekmmm doe not work. I added this code in function.php
add_theme_support('avia_template_builder_custom_css');
I added a Custom css class called freek1 in the slider settings and i added both code (from above) with the right custom-class(freek1).
Maybe it is possible to do the b/w – color hover only on elements with a custom css class? So not on all images on the site…
THX Freek
- This reply was modified 9 years, 3 months ago by Freek.
What a service. It works like a charm.
THX FreekAnd is the Easy slider full screen.
THX Freek- This reply was modified 9 years, 4 months ago by Freek.
Yes i can. This is a testsite for a new customer.
I don’t want to show the slider on a mobile device.
THX FreekThis reply has been marked as private.The last suggestion works for me. I changed it and it executes just the way i want.
How do i embed this in mijn Enfold page.
I made one codeblock with the following code:<script type="text/javascript"> $("#btn").click( function() { var url = "http://www.mydomain.nl/klantsite/" + $("#text").val()+"/index.html"; window.open(url); }); </script>
and one codeblock with the htmlcode:
<input type="text" id="text" /> <input type="button" id="btn" value="Verzenden" />
It shows the input field and submit button, but the javascript will not execute.
Any idea?
THX Freek- This reply was modified 9 years, 5 months ago by Freek.
Sorry. I figured it out. Overlooked the “Import parent Theme settings” button in the Import/Export section.
THX and case closed.
FreekOkie thanks. I uploaded and activate the child theme. Export the settings from the master Enfold and import it in the child theme but that doen’t work. Can you explain? I have to change all settings by hand?
THX Freek
Super!. Thx for the awesome support.
Regards FreekThis reply has been marked as private. -
AuthorPosts