nimeck
Forum Replies Created
-
Awesome! Thanks so much. Fixed.
For reference to those reading later, I used custom date format: M d, Y
Which outputs: Jul 11, 2017Forum: Plugins
In reply to: [Adminimize] Cannot access Dashboard for Editor role usersI have tried to deactivate, as mentioned above. I even uninstalled and it still wouldn’t load dashboard.
Forum: Plugins
In reply to: [Adminimize] Cannot access Dashboard for Editor role usersSorry for the delayed response. I was away on vacation. Below is a link to the config file.
- This reply was modified 7 years, 8 months ago by nimeck.
Forum: Plugins
In reply to: [Adminimize] Cannot access Dashboard for Editor role usersThank you for your comment. As mentioned in my note I did try that, 2x. Did not help.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Removing table name@brian, what is the status on this? I was actually hoping for the same. Will this be included in the next version? When is that due?
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Invalid ArgumentThanks guys! I’ve got it working now.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Invalid ArgumentI tried, but I don’t think I did it write. Here is what I entered:
//loop through registered scripts foreach ( $wp_scripts->registered as $registered_script ) { if(is_null($wp_scripts) || is_null($wp_scripts->registered)){ return $multiple_google_maps_api; } //find any that have the google script as the source, ensure it's not enqueud by this plugin if ( strpos( $registered_script->src, 'maps.googleapis.com/maps/api/js' ) !== false && strpos( $registered_script->handle, 'google-maps-builder' ) === false ) { $multiple_google_maps_api = true; //ensure we can detect scripts on the frontend from backend; we'll use an option to do this if ( ! is_admin() ) { update_option( 'gmb_google_maps_conflict', true ); } } }
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Invalid ArgumentI got that error too. Any idea when that fix will be released? Holding up my launch at the moment.
Forum: Themes and Templates
In reply to: Posts from a certain catergory(or catergories) listedHow do I control the style of this? I have been able to get this plugin to work, but it spaces different posts too far apart? Is this controlled internally in my CSS file, or somewhere in the plugin file? Thanks.
Example: https://damian.nimeck.com/ucc/category/press-release/
Forum: Fixing WordPress
In reply to: Adding Flash to pagesOK, I will try these ideas and let you know how it goes. One question though:
My flash file is a slideshowpro file. It reads my photo data from flickr via some php files. Do you think that the php in wordpress would interfere with the php files associated with my flash file?
note:
you can see the flash program i am talking about here: https://www.slideshowpro.net/Forum: Fixing WordPress
In reply to: Adding Flash to pagesnorbit, thanks. I tried the new plug-in but it did not work. I have posted them so you can see.
https://damian.nimeck.com/blog/
The Photos page uses the swf plugin u provided. This is the code i added.
[swf]https://damian.nimeck.com/photos/slideshow.swf,470,391,8,#000000[/swf]
For the Work page, I added the HTML markup as stated earlier, i get the movie showing up but there is some sort of error that doesn’t allow it to run. Here is the code I used.
<object type=”application/x-shockwave-flash” data=”https://damian.nimeck.com/photos/slideshow.swf” class=”movie” width=”470″ height=”391″>
<param name=”movie” value=”https://damian.nimeck.com/photos/slideshow.swf” />
<param name=”bgcolor” value=”ffffff” />
<img src=”https://path-to/noflash.gif” width=”300″ height=”163″ alt=”No flash installed” title=”No flash installed” class=”image” />
</object>Forum: Fixing WordPress
In reply to: Adding Flash to pagesGuys thanks for the replies, howver, i am still having trouble.
I tried both suggestions and still no luck. Maybe I am doing something wrong so I will do my best to explaine.
Whooami:
I added the code provided and still cannot get it to load. I get proportions showing up, but the flash movie remains blank. If I right-click on it, i get the flash sub menu (ie: Zoom In, Show All, etc..) but no movie plays. I have entered this in a HTML coder and upp’d it as a template. Still no luck. I then tried entering it through WordPress’s Edit Page feature. This did the same thing. I do have WYSIWG editor turned off.Norbit:
I tried your plug in but it did not work as well. Can it be that this plug-in is for posts and not pages?I appreciate your help guys/girls.. hope we can solve this issue.
Forum: Fixing WordPress
In reply to: Adding Flash to pagesthe ssdesign link is dead. Anyone know where else i can download it from?