Simon Pointer
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] GDPR marketing fields API updateThanks for replying to quickly that is very much appreciated.
To be honest I think 2 years is a little slow for what I would consider core function for a plugin with over 1m installs and users.
For the record, if it was added as a feature of the paid plugin version I might have considered that.
Forum: Plugins
In reply to: [WP Job Manager] Adandoned Plugin for Contact From 7Hi Cena. Thans for that.
Looks like I had more luck than you – I got the following reply from Astountify support about this….
Thanks for reaching out to us.
In relation to your question here we are yet to encounter any issues with the plugin whether bugs or security loopholes which is why we have not updated the plugin for a while. However, we are still supporting the plugin and will be updating it in the future.
I hope this information helps. Should you have any questions, please let us know.
Kind RegardsI get what they are saying but it’s pretty hard to trust a plugin that out of date even if it does work ok.
Forum: Plugins
In reply to: [Custom Post Type Permalinks] Category links used to work now don’tI think you’ll find that the value /%category%/ won’t work on your custom post types it’ll only work for default posts I think.
You need to find the actual category name value from your custom post type.
How depends on how you created the custom post type: If you used a plugin open the plugin up and look at the list of custom types – make sure taxonomies are on and the find the name of categories and use this /%custom-category%/ instead of /%category%/
If you used code to add the custom post types open your functions.php file or wherever you coded the custom post type and look for this…
register_taxonomy( 'your-custom-category', 'your-custom-post-type-name' , $args );and use the value of the custom category from the register_taxonomy line
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeJebs can you share a url please I need to see why your menu is working and mine is not. Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeOH yeah and your theme change also seems to have injected some new “sales content” into the top banner of the site which I’ll now need to remove. Not very impressed with that at all.
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeHi Guys
I am sorry this is still a problem: I updated my theme and even changed the child header.php file for your new one and the menu is still not working in small screen.
Here’s a live demo URL you can look at…
http://www.lifecarers.totemdev.co.uk/
I need this repaired asap. I really don’t mind repairing it myself but I need the information from you as to what should be there.
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeHi
Thanks for looking into it and the repair due soon – however I need to make this site live today and I do not know how long your update will take.
Can you please let me have the missing HTML code snippet for the menu. I am working with a child theme and can just add it to the child header.php or to the functions.php as necessary.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeOK. Just to be clear here. I am a web developer and I train CSS and HTML and front end development so I do know how to code HTML and CSS quite well. I have added your media query code to the child css file, but it has no effect. As I said – the selected HTML item that the media query targets is not there!! Please can you just let me know what it is supposed to be? Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeHi Guys this is getting urgent now – any help?
Forum: Themes and Templates
In reply to: [Flat Responsive] Menu Disappears in flat responsive themeThanks for the code. Still a problem though. I can see how this will show the toggle button, but there is no “.toggle_button_flat_responsive_menu” class in the HTML. I think the whole toggle element is missing in the menu HTML.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS Class for rowsYes I am aware of that, and I have the means to make a child theme, I just don’t want to – time and client issues. Like I say it would better if the plug in vendor added some sensible row classes or IDs directly to the plugins files then it would not be affected by any updates. Perhaps they can take your good sample code and add it directly to the plug in for us.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS Class for rowsThat’s a neat solution, but you’re assuming a custom or child theme with a unique functions.php file is already in place or the custom code above will be over written with a theme update.
It would be better if this was added in the vendors plug in code directly