Jump to content

rivermobster

Administrators
  • Posts

    137
  • Joined

  • Last visited

About rivermobster

  • Birthday July 13

rivermobster's Achievements

0

Reputation

  1. <link rel="preload" fetchpriority="high" as="image" href="/wp-content/uploads/2020/03/2017-Enduro_2325.webp" type="image/webp">
  2. add_filter( 'siteorigin_panels_theme_container_width', function( $container ) { return '1140px'; } ); add_filter( 'siteorigin_panels_theme_container_selector', function( $selector ) { return '.site-content .corp-container'; } );
  3. <link rel="preconnect" href="https://www.youtube.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
  4. You can use CSS positioning to overlap div elements. Set the position property to "absolute" or "relative" and adjust the top, right, bottom, or left properties accordingly. Experiment with these values to achieve the desired overlap effect.
  5. rivermobster

    Apple Maps

    https://www.brightlocal.com/learn/how-to-optimize-apple-maps-listing/
  6. rivermobster

    robots.txt

    User-Agent: * Allow: /wp-content/uploads/ Disallow: /wp-admin/ Disallow: /readme.html Disallow: /refer/ Sitemap: https://jetboatperformance.com/sitemap.xml Verify: Add sitemap URL to the virtual robots.txt file. is unchecked in the XML-Sitemap plugin
  7. add_action( 'wp_head', function () { ?> <meta name="description" content="Jet Boat Performance Parts"> <?php } );
  8. https://wordpress.org/plugins/wp-ultimate-csv-importer/ https://wordpress.org/plugins/wp-ultimate-exporter/
  9. To redirect additional domain names to a clients main domain: Point the domain name to the custom name servers... Add the additional domain name to the original domain with cPanel... Verify with intoDNS... Run autoSSL with cPanel.
  10. Other code snippets... https://www.businessbloomer.com/woocommerce-show-empty-product-categories/
  11. add_filter( 'woocommerce_product_subcategories_hide_empty', '__return_false' ); Show empty catagories
  12. Site Origin Templates... https://siteorigin.com/premium-documentation/plugin-addons/woocommerce-templates/
  13. Remove product count... /** * Hide category product count in product archives */ add_filter( 'woocommerce_subcategory_count_html', '__return_false' );
  14. Phone: <a href="tel:3463149742">346-314-9742</a> Email: <a href="mailto:[email protected]" target="_blank" rel="noopener">Click Here</a>
×
×
  • Create New...