blackdogman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vega] SSl issue with uploaded imagesBrilliant, thank you.
I installed Updraft Plus and backed up – nice and easy 🙂 – and then installed Really Simple SSL and now it works perfectly.
Thank you for your help – much appreciated.
Forum: Themes and Templates
In reply to: [Vega] Mobile Footer MenuHi, demo is disabled, but I will mark as resolved. Many thanks for your patience.
Forum: Themes and Templates
In reply to: [Vega] Mobile Footer MenuHi,
I checked that and I have no widgets in any of the sidebar or footer sections – nothing at all.
I tried adding my “main menu” to the footer and this made the problem go away. I have no idea why this worked.
Forum: Themes and Templates
In reply to: [Vega] Mobile Footer MenuThat is what I mean but I don’t want it to appear at all, and don’t understand why it’s appearing on mobile and not desktop?
Forum: Themes and Templates
In reply to: [Vega] Mobile Footer MenuHi,
The site address is http://www.arc-uk.net
It’s not happening on the front page, just on the other pages.
Perfect! Thank you so much!
It doesn’t make it show as a post but shows as an event (which is what I want) but Subscribe2 treats it as a post and sends out the notification.
The publish date is an issue with event calendar and we have to use a work around which is a pain.
Subscribe2 has the following on CPTs:
In a plugin file for your site or perhaps functions.php in your theme add the following code where ‘my_post_type’ is change to the name of your custom post type.
function my_post_types($types) {
$types[] = ‘my_post_type’;
return $types;
}
add_filter(‘s2_post_types’, ‘my_post_types’);Where would I put this and what does my_post_types need to be?
Hi, thanks for the response but after reading all of that I’m not really any clearer. My knowledge of editing code in this way is very limited.
I’m hoping that someone can just say “do this” and it’ll work! Maybe I’m being naive but I don’t really have the time to try and understand this fully (I wish I did!) and if the developers had a simple answer it would be a really positive addition to the plug-in.
Thanks for that!
This is a great plugin but I’d been tearing my hair out over this!