Forum Replies Created

Viewing 30 posts - 121 through 150 (of 159 total)
  • Author
    Posts
  • in reply to: Icon in header menu #543802

    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 Freek

    in reply to: Social Share buttons HTML code #530423

    Yes, i need only a Facebook, Twitter, LinkedIn pages and mailto:[emailadres] link.
    THX Freek

    in reply to: Social Share buttons HTML code #530407

    I 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 Freek

    in reply to: Social Share buttons HTML code #529822

    I 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:
    Social Share Buttons

    “Deel deze pagina” is Share this page in dutch.
    THX Freek

    • This reply was modified 9 years ago by Freek.
    in reply to: problem with showing added font in Firefox/Chrome #521179

    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.
    in reply to: problem with showing added font in Firefox/Chrome #520802

    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 Freek

    in reply to: Menu issues (desktop-Mobile) #504718

    Super. 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 Freek

    in reply to: Menu issues (desktop-Mobile) #504702

    Can you look to the mobile site again?
    The hamburger menu only displays half..
    I tried to change colors but no luck

    THX Freek

    in reply to: Menu issues (desktop-Mobile) #504699

    It works! Thanks for the super support!!!
    THX Freek

    in reply to: Menu issues (desktop-Mobile) #504665

    see private content for the link

    THX Freek

    in reply to: Social Share buttons PHP code #504014

    Can i use this in my PHP code this easy?
    THX Freek

    in reply to: Justify Headermenu #501767

    I think you are right but i will give it a try. What css code code can i use for fixed menu item width?
    THX Freek

    in reply to: Links under socket area #496535

    Okie that worked. Only the link appears right after the copyright not under it.

    THX Freek

    in reply to: Change BG Colors in alternative menu widget #493337

    It worked like a charm!
    THX again

    in reply to: Change BG Colors in alternative menu widget #492043

    THX.
    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.
    in reply to: Change BG Colors in alternative menu widget #491405

    Sure. Look on the right site of the screen. There is a menu.

    in reply to: B/W hover images #490216

    This works great. Thank you for the awesome support!!
    THX Freek

    in reply to: B/W hover images #490181

    mmm 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.
    in reply to: Nofull screen easy slider on mobile #479238

    What a service. It works like a charm.
    THX Freek

    in reply to: Nofull screen easy slider on mobile #479175

    http://www.wesaca.com/bens

    And is the Easy slider full screen.
    THX Freek

    • This reply was modified 9 years, 4 months ago by Freek.
    in reply to: Nofull screen easy slider on mobile #479171

    ” title=”Weblink to page”>

    in reply to: Nofull screen easy slider on mobile #479167

    Sorry. I did put the link in a private content.
    The link is
    THX Freek

    in reply to: Nofull screen easy slider on mobile #478961

    Yes i can. This is a testsite for a new customer.
    I don’t want to show the slider on a mobile device.
    THX Freek

    in reply to: User submitted URL #463153

    I figured it out.
    You can see the actual code on if you add the /show/ extension behind the URL.

    SO now i can copy the code into my WordPress page and this function works.
    THX Freek

    in reply to: User submitted URL #462728
    This reply has been marked as private.
    in reply to: User submitted URL #462485

    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.
    in reply to: Enfold Child theme download #450935

    Sorry. I figured it out. Overlooked the “Import parent Theme settings” button in the Import/Export section.
    THX and case closed.
    Freek

    in reply to: Enfold Child theme download #450931

    Okie 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

    in reply to: Space color below right sidebar menu #396705

    Super!. Thx for the awesome support.
    Regards Freek

    in reply to: Space color below right sidebar menu #396697
    This reply has been marked as private.
Viewing 30 posts - 121 through 150 (of 159 total)