Add Facebook Pixel to WordPress
PixelYourSite lets you add you Facebook Pixel (Meta Pixel) and Facebook Conversions API code to WordPress.
WooCommerce is fully supported, with Facebook Dynamic Ads pixel setup.
PixelYourSite lets you add you Facebook Pixel (Meta Pixel) and Facebook Conversions API code to WordPress.
WooCommerce is fully supported, with Facebook Dynamic Ads pixel setup.
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
This is an outline of major elements on a thematic page. It includes most div elements, theme actions and hooks, and widget areas. See diagram here: http://bluemandala.com/thematic/thematic-structure.html
Goal: Remove white space from top of page (between top of header and top of page). Solution: Add the following to Child theme’s style.css file: /* Remove white space between top of header and top of page */ #page { margin-top: 0; } Let’s also remove the gray line at the top of the header….

Overview: Transform non-working HTML site into a functioning WordPress ecommerce site. Process: Create child theme using PageLines Framework 2.0. Use WooCommerce for the WordPress shopping cart. Add and set up WooCommerce WordPress shopping cart Custom product display on Home page Custom animated FAQ section on Home page Embed video Custom menus Add all products to…
Problem: The TubePress plugin I use for displaying Vimeo videos on my WordPress site is broken. Solution: http://tubepress.org/2010/11/how-to-fix-your-vimeo-gallery-and-why-its-broken/ This worked for me.

Process: The Estipona Group in Reno, NV created the Website design. We provided the PSD to WordPress conversion, customizing the WordPress CSS to perfectly match the original design. WordPress plugins were implemented to match functionality specs, including custom WordPress navigation, WordPress pages, password-protected areas and a WordPress photo gallery. We also included a WordPress blog…
Problem: Menu button’s hover background is 50% transparent (this is good). But it also makes the text inside the menu button 50% transparent (this is bad). Desired result: Text inside the button should remain solid-colored when the button’s hover background is 50% transparent. Solution (maybe?): Maybe this will keep the text solid-colored while the menu button’s hover…