josemv

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Center logo AND site title text #21382
    josemv
    Customer

      Thanks for your effort Wes, really thought it would be easier, just placing site title next to log and both centered.
      But as you said, Genesis replaces site title with logo when you load one, so we must need to first deactivate this functionality.

      Regards

      in reply to: Center logo AND site title text #21368
      josemv
      Customer
        This reply has been marked as private.
        in reply to: Epik Secondary Navigation #21310
        josemv
        Customer

          I do not know what was the solution provided by Wes but I achieved the same thing by relocating subnav

          
          remove_action( 'genesis_before_header', 'genesis_do_subnav' );
          add_action('genesis_after_header', 'genesis_do_subnav' );
          in reply to: No /blog url in multiuser #19247
          josemv
          Customer

            Addendum: by “multiuser” please read “multisite”

            josemv
            Customer

              Hi Wes, the thing is, I never stated that was my site nor it was designed by me… I am only using it for inspiration

              The thing with that image is that I could find no mention of it in the css, that’s why I think the fixed position is set with backstretch jquery rather than css

              in reply to: Google Analytics in button shortcode #7803
              josemv
              Customer

                Just to clarify, my intention is to track button clicks, that’s why the issue was involving button shortcodes…

                in reply to: Google Analytics in button shortcode #7782
                josemv
                Customer

                  Maybe this ? (assuming I have the new Google Analytics code loaded in my site’s header)

                  
                  <a href="PLACE_LINK_HERE" onClick="ga('send', 'event', 'category', 'action', 'label', numerical value);" class="button small black">Small</a>
                Viewing 7 posts - 1 through 7 (of 7 total)