Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: "Submit" button analytics #695462

    Just see the answer!

    Thank you!
    Where should I insert it? in functions.php?
    or maybe in google services tab?

    • This reply was modified 8 years ago by niobeer.
    in reply to: "Submit" button analytics #692355

    Hello,
    I need to make same modifications with metrika event, but I don’t understand where to paste this code? I found something similar in functions.php, but not exactly the same. Help me please to understand.

    And i have one more question how to make facebook pixel work on the same event?

    i made like this:
    <!– Facebook Pixel Code –>
    <script>
    !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
    n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
    n.push=n;n.loaded=!0;n.version=’2.0′;n.queue=[];t=b.createElement(e);t.async=!0;
    t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
    document,’script’,’https://connect.facebook.net/en_US/fbevents.js&#8217;);

    fbq(‘init’, ‘129921544130465’);

    fbq(‘track’, ‘AddToCart’);

    </script>
    <noscript><img height=”1″ width=”1″ style=”display:none”
    src=”https://www.facebook.com/tr?id=129921544130465&ev=PageView&noscript=1&#8243;
    /></noscript>
    <!– End Facebook Pixel Code –>

    Added this to link contact form submit button to pixel:
    <script>
    (function($){
    $(window).load(function() {
    $(‘.button a’).on(‘click’, function() {

    fbq(‘track’, ‘AddToCart’);
    });

    })(jQuery);
    </script>

    but it works wrong i think, because advertising said i have a lot of conversions but i have no letters from my website… something wrong.

    in reply to: Accordion dropdown arrow instead of + simbol #692073

    fixed,
    my bad was copying from email not from forum directly )

    Thank you!
    Your support is awesome as usual!

    in reply to: Accordion dropdown arrow instead of + simbol #692072

    Thank you very much for your answer!

    I pasted it and + symbol disappeared

    i have also this code:

    .main_color .toggler:hover {
    color: white;
    background: #ffcc00;
    }
    .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
    border-color: #fff;
    }

    .toggle_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0px;
    top: 17px;
    left: 10px;
    }

    .js_active .toggler { border: none !important; }

    so i guess it conflicts with your somehow. Tell me please what should i delete or change?
    Thank you!

    in reply to: Have problems with copyright and footer menu widget #593869

    HI,

    I need help with menu item font size, which should getting smaller on low res displays.
    You can try use browser zoom to see what am I talking about. Letters getting bigger and items cover each other, first item just disappearing from the right sight because i’ve disabled wrapping.
    So I still need solution with resizable font.

    Thank you in advance,
    Serge

    in reply to: Have problems with copyright and footer menu widget #592804

    And one more question:
    i’ve added code

    .page-id-428 .html_header_top, .page-id-428 .html_header_sticky, .page-id-428 #top, .page-id-428 #main {
    background-color: white;
    padding-top: 270px!important;
    }

    to most of my pages, but on mobile devices menu and logo cover headings, how can I fix it?

    Problem solved by adding whitespace element in builder and adding custom css with desktop hide %)

    Sorry for worrying

    • This reply was modified 8 years, 7 months ago by niobeer.
    in reply to: Have problems with copyright and footer menu widget #592535

    1. Thank you very much!!!! It works Great!
    2. Sorry, but i wait too much time and found how to make what i want other way (using functions.php and custom css). Images looks fine but i cant do smooth animation of fade like in case with <div>. Link with cutted image attached. And if you can fix it help me with zoom animation like i have now with normal image on mouse over.

    And now i have one more task with menu I cant solve:
    In my macbook 13 with Retina Menu Items looks fine but if someone uses low resolution for example 1366×768 and close to this they are facing with https://mail.google.com/mail/u/0/?ui=2&ik=dcc23ead88&view=att&th=153388f239642324&attid=0.1&disp=safe&zw
    and https://mail.google.com/mail/u/0/?ui=2&ik=dcc23ead88&view=att&th=153388f239642324&attid=0.2&disp=safe&zw

    i’ve tried to put
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #3d2312;
    font-size: 30px;
    text-shadow: 0 0 12px white;
    font-family: ‘eurofurence_light’;
    background: transparent;

    }

    #avia-menu li:hover a {
    font-size: 32px;
    text-shadow: 0 0 3px white;
    glow: white;
    color: #3d2312;
    border-radius: 2px !important;
    }

    into @media only screen and (min-width: 1200px) {} but still have no result.

    How can i fix?

    Thank you in advance!

    in reply to: Have problems with copyright and footer menu widget #590578

    Hello, Rikard!

    it is main page of my site.

    And i have two more questions:
    1. when i am looking for this page on iphone i cant see menu because it is over the video, how can i fix it?

    2. i made pictures with hover effect using codeblock, but i want to make second image as a link to some page. But when i add <div></div> code there is some new hover effect with arrow appears and image is cutted. how can i fix it?

    partially fixed with
    .image-overlay {
    visibility: hidden;
    }
    but image is cutted again :(
    /I mean the image which added with codeblock using <div>, i need it because of smooth overlay effect on mouseover/

    this one didn’t help
    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    } /it turns off only black circle with arrow but white transparent overlay still there/

    Thank you in advance!

    • This reply was modified 8 years, 7 months ago by niobeer.
    in reply to: Have problems with copyright and footer menu widget #589363

    Thank you, Yigit!

    How can I make:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 225px!important;
    }

    at all pages except one page?
    I guess i need make this code for all pages one by one?

    Thank you in advance!

    in reply to: Have problems with copyright and footer menu widget #588473

    I’ve fixed all this problems, but now i have new!

    On my macbook pro 13″ i have very nice picture of centered logo, but on acer 14″ logo moves to the right and its over some menu items (Google chrome at both pc’s).

    I’ve used quick css:

    .av-main-nav li:nth-child(4) {
    margin-right:50px;
    }

    .av-main-nav li:nth-child(5) {

    margin-left:150px;
    }

    .av-logo-container {
    position:absolute;
    left: 160px;
    }

    #header_main_alternate {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px;
    z-index:9;
    }
    .logo {
    z-index:9999!important;
    max-width:400px;
    }

    and i still want logo like this:
    http://lapastafresca.ru/contacts/

    Next one problem is that main page with fullscreen slider doesn’t work properly (tested in Safari on macbook and iphone 5/6):
    I can see white background and button instead of fullscreen slider and button with heading.
    But in google chrome is ok…
    Help me please make it work properly.
    Thank you!

Viewing 10 posts - 31 through 40 (of 40 total)