Forum Replies Created
-
This content is restricted to customers with active licenses.
in reply to: Ninja Forms Shortcode in footerThis content is restricted to customers with active licenses.
in reply to: translateThis content is restricted to customers with active licenses.
in reply to: Two extra fieldsThis content is restricted to customers with active licenses.
in reply to: Tabs in Firma not right after CMS and Theme updateThis content is restricted to customers with active licenses.
in reply to: How Do they Do That?This content is restricted to customers with active licenses.
in reply to: Checkout freeze after updateThis content is restricted to customers with active licenses.
in reply to: Add text and images to index.phpThis content is restricted to customers with active licenses.
in reply to: Add text and images to index.phpThis content is restricted to customers with active licenses.
in reply to: Add text and images to index.phpThis content is restricted to customers with active licenses.
in reply to: Add text and images to index.phpThis content is restricted to customers with active licenses.
in reply to: Checkout freeze after updateThis content is restricted to customers with active licenses.
in reply to: Add text and images to index.phpThis content is restricted to customers with active licenses.
in reply to: Hide dayli price and replace with static textThis content is restricted to customers with active licenses.
in reply to: Ninja Forms Shortcode in footerThis content is restricted to customers with active licenses.
in reply to: Print info about cuctomerTheme is built with mobile-first principles, so it would take some effort to scale it back to desktop-only. I also wouldn’t recommend it for SEO purposes. I can help you fix the parts that bother you the most? – please list the issues and I’ll help you out.
Site looks great BTW, just needs a bit of polishing.
in reply to: Disable Mobile SiteThis content is restricted to customers with active licenses.
in reply to: Edited Text For Home Page OnlyThis content is restricted to customers with active licenses.
Attachments:
You must be logged in to view attached files.in reply to: Print info about cuctomerThis content is restricted to customers with active licenses.
in reply to: Don't want site-wide Text and imagesThis content is restricted to customers with active licenses.
in reply to: End usersThis content is restricted to customers with active licenses.
Attachments:
You must be logged in to view attached files.in reply to: Sunday closedThis content is restricted to customers with active licenses.
in reply to: Checkout freeze after updateThis content is restricted to customers with active licenses.
in reply to: Edited Text For Home Page OnlyThis content is restricted to customers with active licenses.
in reply to: Terms and Conditions via email.I see your site title / logo is baked into header image and site title is also empty. I’d rather suggest adding your logo with Customizer and Jetpack. If logo size is the issue, read this post and add this to your theme’s
functions.phpfile:// Create a custom image size for Site Logo. add_image_size( 'mytheme-logo', 200, 200 ); // Declare theme support for Site Logo. add_theme_support( 'site-logo', array( 'size' => 'mytheme-logo', ) );Change 200 x 200 to your logo dimensions. Switching to a custom image size for site logos can result in the full size being displayed in the Customizer preview. This is because the thumbnails for that custom size may not have been generated if it’s the first time the site is using that theme. To correct this, install the Regenerate Thumbnails plugin and run it after the theme switch. After it completes, assigning an image to the site logo will result in the proper size being displayed in the Customizer preview pane.
in reply to: Header Image Crunched