marketingaicom
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Hours in timetableCan someone tell me if it’s possible to do something like accept bookings every two minutes for something like golf T times
Forum: Themes and Templates
In reply to: [iTek] Header ImageIs there a way to show a different header image in different pages and an image I choose. Not randomized. Ie. header image 2 on products page, header image 3 on services page, etc.
Forum: Themes and Templates
In reply to: [Moesia] Section Title ColorI was hoping to be able to change the section titles even for those sections where I use a visual editor or text editor widget.
I tried changing the social section title and using the Customize > Front Page Colors, but that didn’t work either.
Any other thoughts would be appreciated.
Forum: Themes and Templates
In reply to: [Moesia] Auto Scroll when switching between pagesSo the post removed the anchor code. Here it is again.
If you are using pagebuilder, you can set up a row above the content you want to link too and use the visual editor widget to add .
<a name="anchor"></a>Then the call to action button on the welcome area will link to any area of the home page you want.Forum: Themes and Templates
In reply to: [Moesia] Auto Scroll when switching between pagesOne way to accomplish this would be to add an anchor link that the action button scrolls to on the home page. To do this, in the “link for the call to action button field”, add /#anchor. Then if you are using pagebuilder, you can set up a row above the content you want to link too and use the visual editor widget to add .
If you aren’t using pagebuilder, then just add that same on the page where you want the user to scroll too.
you can see an example here: http://marketingai.com
The theme automatically supports smooth scrolling so it looks nice when it is finished.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] How to change color of send button?Try the code from Josh Hardman but replace background-color: #000 with:
background: url(‘http://your-site/your-image-location’);
Something like that should work.