joand
Forum Replies Created
-
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] How to work with templates??Is this documentation available yet? I could not find it on your website.
Thank you!
Forum: Plugins
In reply to: [IMPress Listings] Listings ShortcodeOkay, after investigating this problem further, it seems that may be the tiny-mce editor that is for some reason adding the
<pre><code>although why it doesn’t do it when I don’t add taxonomy I don’t know. Anyways, by adding the shortcode in a code module rather than the text editor I can get it to work properly.Forum: Plugins
In reply to: [IMPress Listings] Hooks and FiltersThat works, thanks! The listing admin still shows the “Extended Details” heading and the Div’s where the fields would go, but I can live with that. Thank you!
Forum: Plugins
In reply to: [IMPress Listings] Hooks and FiltersBut what will I enqueue? As I mentioned, there is no unique ID or class for the Extended Details.
Forum: Plugins
In reply to: [IMPress Listings] Google Map Not Displaying in Single ListingsMappress only loads the javascript files if there is a Mappress map on the page – so I guess the workaround is to use Mappress and not your lat long map generator.
Forum: Plugins
In reply to: [IMPress Listings] Google Map Not Displaying in Single ListingsSo do you still need the MapPress plugin to use the Lat and Long? I could be wrong, but I don’t think that was explained in your documentation.
Forum: Plugins
In reply to: [IMPress Listings] Hooks and FiltersAh, sorry! I guess I was not talking about the same thing after all! I am trying to get rid of it from the admin screen. I did try enqueing an admin style sheet but it did not work – also I am just trying to get rid of the Extended Details and #listing_details_metabox would get rid of the whole details section (Property Details and Extended Details) if it did work.
Forum: Plugins
In reply to: [IMPress Listings] Hooks and FiltersI would like to get rid of the Extended Details section also. Where would one put an admin stylesheet?
Forum: Plugins
In reply to: [IMPress Listings] Google Map Not Displaying in Single ListingsI am having the same problem – I can’t see any place to add the Google API which is required now in order to use Google Maps
Forum: Plugins
In reply to: [One Click Demo Import] Importing MenusYes, it is (or at least it was) set to Main Menu, and yes it is very strange! Anyways, I created a new menu in the original site, gave it a different name, exported an new xml. Also I changed the default theme in the importing site to 2016 rather than the parent theme (Divi) in case it was doing something strange. So I don’t know which one of these things did the trick, but at least one of them worked and the menu finally imported properly!! (it only took me all day to sort this out…..) Thank you for your support!
Forum: Plugins
In reply to: [One Click Demo Import] Importing MenusYes the testing site is empty before I import into it. I delete all the plugins, the theme I am going to upload and images, and do a database reset before trying again. I went an extra step this time and deleted the menus too before I reset the database, so I am sure there was no existing menu. And it still imports the same way (which is not the same as the original site) There are only 2 menusin the original site – Main Menu and Top Menu (which only has one page). Top menu imports fine but not Main Menu. I wasn’t sure if it was supposed to be called as primary_menu (theme menu location) or main_menu – I tried both ways and it just sets the menu the same way every time.
Forum: Plugins
In reply to: [One Click Demo Import] xml file not importingOops, they should not have “packaging” in them – but looks like you found them anyways! Yes, I see, that is a good way to test then whether your import file is “good”. Thank you.
Forum: Plugins
In reply to: [One Click Demo Import] Adding Sidebar IDNo, I am trying to create an install package for a child theme, and it is a new sidebar that I have registered. This is for the Divi theme which has the option build into it to register new sidebars by adding them in the WordPress Widget area.
Your plugin did work to create the new sidebar! See the code I added in the first post – the sidebar is there when I go into the site after importing the data. I am just missing the way to match them up. (I only vaguely understand this, and I don’t know enough php to be able to figure out how to code it) It is looking for sidebar et_pb_widget_area_1 – is there not some way I can add that to the original code? Instead of BlogPage can I call it like:
‘et_pb_widget_area_1’ => ‘Blog Page’?Forum: Plugins
In reply to: [One Click Demo Import] xml file not importingThere were 66 images. Both import files would have been created the same way – so I don’t kno why there would be an issue with the first one and not the secont one. Unless after your plugin is installed the export function is different too?
Failed xml file: https://packaging.dividiva.com/demo_content/vacances/demo-content-orig.xml
Successful xml file: https://packaging.dividiva.com/demo_content/vacances/demo-content.xml
This is the log file from the failed import:
https://packaging.dividiva.com/wp-content/uploads/2016/07/log_file_2016-07-20__17-44-29-1.txtForum: Plugins
In reply to: [One Click Demo Import] Adding Sidebar IDI had used the Widget Importer & Exporter plugin to create the widget file – it does have that sidebar (et_pb_widget_area_1) with the widgets populated in it – but how do I register the sidebar?