floriancss
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I ran across the same problem and just found out that notification emails are sent as long as you leave the sender field empty. BackWPup then uses wordpress@<your-domain> as sender account.
Hope this helps
Florian
Forum: Themes and Templates
In reply to: [Sydney] Mobile Header CLICK ME Button set URLThanks, Kharis. Now I found it in Main Header. And it is valid for Mobile Header as well.
So no custom javascript is necessary.
Forum: Themes and Templates
In reply to: [Sydney] Mobile Header CLICK ME Button set URLOK, found it out now:
;(function($) { 'use strict' $('.mobile-header a.roll-button').attr({href:'https://www.google.de', target:'_blank'}).text('New Button Text'); })(jQuery);Forum: Themes and Templates
In reply to: [Sydney] Mobile Header CLICK ME Button set URLHi Kharis,
I installed the plugin “TC Custom JavaScript” and added this there:;(function($) { 'use strict' $('.mobile-header a.roll-button').attr('target', 'https://www.google.de'); })(jQuery);The link target has not changed though. What else needs to be done?
Also, how can I change the name of the button from CLICK ME?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)