Declan
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Add a new location – no fieldHi Petitejo,
I solved my issue by updating the WordPress Address URL and Site Address URL to the HTTPS version in Dashboard > Settings > General.
Declan
Forum: Plugins
In reply to: [The Events Calendar] Add a new location – no fieldI just updated to version 4.3.3, I am experiencing similar issues.
Start Date & Time/End Date & Time: Popup is not working
Location and Venue / Organizer options do not allow me to add new information.
The date on the front end defaults to December 1 @ 8:00 am – 5:00 pm
Are you going to push the bug changes so they can be downloaded via WordPress plugin updates or should I download the plugin again from your website?
Forum: Plugins
In reply to: Jetpack – remove visibility for non admins in dashboardpgale2, where on the functions page are you pasting the snippet? I pasted the code on the second to last, line just before ?>
Forum: Plugins
In reply to: Jetpack – remove visibility for non admins in dashboardHi bermudacloud,
The following code from https://www.mojowill.com/developer/quick-tip-hide-jetpack-from-non-admins/ worked for me. Just paste it in your functions.php file.
add_action( 'admin_menu', 'remove_menus' ); function remove_menus(){ if( !current_user_can( 'add_users' ) ){ remove_menu_page( 'jetpack' ); } }
Forum: Plugins
In reply to: [Shopp Importer] [Plugin: Shopp Importer] Sample CSV Filedo you need to have every field with values?
— No, just add the columns your products actually use. Choose “Don’t Import” option for any blank columns.
Also, How does “Image ID [Number] (Use image path option)” field work?
— You’ll have to play with the image ID column, I cannot it to work. I’m not sure if you upload the images to a folder, then add the image name to the column or if you paste the image path in the the column, play with it and see what works.
Forum: Plugins
In reply to: [Shopp Importer] [Plugin: Shopp Importer] Sample CSV FileHi affliction, I created a csv file with headers, which should get you going.
https://dl.dropbox.com/u/20291031/shopp-product-importer.csv
Thanks, Declan
Hi zuggup, try deactivating the sharing feature on JetPack, that worked for me.
On the feature card explaining the feature you’d like to turn off, click the “Learn More” button. A “Deactivate” button will appear. Click that button and that feature will be completely deactivated.
Thanks, Declan
Forum: Plugins
In reply to: [Shopp Importer] [Plugin: Shopp Importer] Sample CSV FileDo you have a link?
Forum: Plugins
In reply to: [Shopp Importer] [Plugin: Shopp Importer] Sample CSV FileDisregard – figured it out.
Hi girlacross, See “Using a pre-existing subdirectory install”
https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
Forum: Plugins
In reply to: [jQuery Colorbox] jquery-colorbox breaking HTTPSHi Arne, we figured it out a while ago. I should’ve posted the solution here for others ??
Thanks, Declan