Forum Replies Created

Viewing 15 posts - 1 through 15 (of 28 total)
  • in reply to: Recreating Joyn Home landing – alt #153542
    mrbme
    Member
    Post count: 34

    Thank you!

    Just curious, where do these icons come from? Because for me they show up blank.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Trouble adding event tracking to shortcode buttons #102056
    mrbme
    Member
    Post count: 34

    Hi Ed, Mohammad:

    So, if I want unique event tracking for every button I should create unique JS codes?

    Example:
    Button on careers page

    JS:

    <script>
    jQuery(document).ready(function($){
      $("a.eventTrackcareera").click(function(e){ 
       //e.preventDefault();
      _gaq.push(['_trackEvent', 'button, apply, senioraccountexecutive']);
     });
    });
    
    </script>

    Button Code

    [sf_button colour="green" type="sf-icon-reveal" size="large" link="/learn-more" target="_blank" icon="fa-thumbs-o-up" dropshadow="yes" extraclass="eventTrackcareera"]Apply[/sf_button]

    Then, if for another job position i’d have to create a new iteration of JS code like the following:

    <script>
    jQuery(document).ready(function($){
      $("a.eventTrackcareerb").click(function(e){ 
       //e.preventDefault();
      _gaq.push(['_trackEvent', 'button, apply, semmanager']);
     });
    });
    
    </script>

    With the associated class code:

    Button Code

    [sf_button colour="green" type="sf-icon-reveal" size="large" link="/learn-more" target="_blank" icon="fa-thumbs-o-up" dropshadow="yes" extraclass="eventTrackcareerb"]Apply[/sf_button]
    <br>
    Is this the correct implementation?

    in reply to: Trouble adding event tracking to shortcode buttons #101138
    mrbme
    Member
    Post count: 34

    Hi Mohammad.

    1) What do I name the extra class? Here is what the button code looks like currently:
    [sf_button colour="green" type="sf-icon-reveal" size="large" link="/learn-more" target="_blank" icon="fa-thumbs-o-up" dropshadow="yes" extraclass=""]Tell me more[/sf_button]

    2) Using your solution above, does that mean I will need to create a new class for every button I want to track? I ask this because ‘category, action, opt_label, opt_value, opt_noninteraction‘ are fields with variables dependent on where the button is and how the user interacts with the button. This way I can see more granularly my data in google analytics.

    in reply to: Trouble adding event tracking to shortcode buttons #100813
    mrbme
    Member
    Post count: 34

    Hi Kyle,

    I actually went through this thread before reaching out.

    She is using the new GA Universal Analytics format:

    ga(‘send’, ‘event’, ‘categorie’, ‘actie’, ‘label’);”

    I need to know the implementation for this type:

    onClick="_gaq.push(['_trackEvent', 'category, action, opt_label, opt_value, opt_noninteraction)']);

    in reply to: Remove spacing between page builder elements #80218
    mrbme
    Member
    Post count: 34

    Wordpress version: 3.9.1
    Dante version: 2.56

    in reply to: Adding Shortcode Button to Revolutionary Slider #56926
    mrbme
    Member
    Post count: 34

    If i wanted to use HTML to create an icon stroke and/or icon reveal – how would i do that?

    The reason I ask is because I want to add event tracking to the button and I can’t seem to get it to work using the shortcodes.

    in reply to: Parallax Element Question #56507
    mrbme
    Member
    Post count: 34

    Wonderful!

    Last thing – how do I get my logo to resize on mobile on that page?

    You’re the man, Kyle. Thanks for all your help.

    in reply to: Parallax Element Question #56489
    mrbme
    Member
    Post count: 34

    Ha, yup!

    So, how do I remedy the mobile issue? Do I need to set a static image somewhere?

    in reply to: Parallax Element Question #56475
    mrbme
    Member
    Post count: 34

    Also, how do I make that parallax video taller vertically? Compared to the one at http://dante.swiftideas.net/home/home-eight-naked/ mine is almost 100px shorter.

    in reply to: Parallax Element Question #56472
    mrbme
    Member
    Post count: 34

    Hi Kyle,

    Thanks so much for the help.

    On mobile, i’m seeing the attached screen shot.

    in reply to: Parallax Element Question #56456
    mrbme
    Member
    Post count: 34

    I want it full size. Which is like ~600px wide.

    in reply to: Parallax Element Question #56440
    mrbme
    Member
    Post count: 34

    Hi Kyle,

    Ok – parallax is set up on page id=12268 (my home page).

    Let me know if you need anything else.

    Thanks!

    in reply to: Adding Shortcode Button to Revolutionary Slider #56433
    mrbme
    Member
    Post count: 34
    This reply has been marked as private.
    in reply to: Parallax Element Question #56424
    mrbme
    Member
    Post count: 34
    This reply has been marked as private.
    in reply to: Adding Shortcode Button to Revolutionary Slider #56421
    mrbme
    Member
    Post count: 34

    Hi Guys!

    Here is a test page I created –> http://www.brightforestmedia.com/?page_id=12474

    Let me know your thoughts.

    Thanks so much for the help 🙂

Viewing 15 posts - 1 through 15 (of 28 total)