thisismyalterego
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Categories] Just upgraded to paid versionHi Jeffrey,
is there any benefit for the user, for upgrading to the premium version? We want to support you and will buy your plugin soon, even if it’s the same as the free version, but I am wondering about the differences… – EDIT: I’ve found it. NevermindForum: Plugins
In reply to: [Enhanced Media Library] Choose category while uploading filesI really like the effort you put in this plugin, but for the majority I guess without
a) Selecting a category before uploading
and b) bulk changing the media category
this plugin isn’t that useful as it could be.Can you give us more details, how long do you think implementing this will take? If you can make these two things happen, I am pretty sure you could sell this plugin and make tons of money. I would pay up to 50 Bucks for this.
Here is the solution. Some PHP knowledge might be useful.
—The “real” solution is to change some PHP in this file:
/ plugins / types / embedded / includes / fields / date / functions.phpIn the function wpcf_get_date_format() in this file the default format is defined. This needs to be changed if you want the format in the backend to be displayed different then F j, Y
also you might need to use this “manual” to make it bulletproof
https://www.ads-software.com/support/topic/date-format-in-backend?replies=3No, it doesn’t use the Date Format specified under Settings > General.
*That* is the problem. As the developer you should know about that because this was mentioned in this board several times. Also it was discussed a lot on your own webpage:
https://wp-types.com/forums/topic/date-field-format/Anyway. Here is the solution.
—The “real” solution is to change some PHP in this file:
/ plugins / types / embedded / includes / fields / date / functions.phpIn the function wpcf_get_date_format() in this file the default format is defined. This needs to be changed if you want the format in the backend to be displayed different then F j, Y
also you might need to use this “manual” to make it bulletproof
https://www.ads-software.com/support/topic/date-format-in-backend?replies=3—
Forum: Plugins
In reply to: [Infinite-Scroll] Work with Nextgen Gallery?Hi jkd77,
hm that is strange. The scripts from NextGen are loaded in the header section in my case. Maybe this is a problem indeed. I will have a look what could be done to test this.Beside that, you did use my settings and script changes as described in this thread?
Forum: Plugins
In reply to: [Column Shortcodes] Show columns in WYSIWYGCool, have a look at this:
https://plugins.righthere.com/styles-with-shortcodes/visual-columns/There is a video how it looks (and you can try it in a demo too)
I’ve bought the plugin but I think something like this would be nice in your plugin too. But it seems that it’s a big amount of work so maybe this can only be done in some kind of “premium” version that might then cost a little bitForum: Plugins
In reply to: [Column Shortcodes] Show columns in WYSIWYGHi Tobias,
I’ve found a plugin that can handle this pretty cool. It has some other features I do not need but this special feature is nice. If you are interested in that leave me a message and I can give you the link (not sure if providing links to other plugins is what you want on your own support section)-doublepost. sorry –
I’ve updated the whole script – remember this is not an offical bugfix. If you are interested in it, leave me a message.
mine neither.
First I thought this plugin is cool but, no offense, it isn’t@mohsin, nope, crystalgroves is right
You have written the plugin, so that the first image is on a 0 opacity when the page is loaded. Depending on the delay between transitions there is a delay of course before the slideshow starts.I’ve changed my css like this:
#fsi-full-bg img:first-of-type{
opacity:1;
}Now it works (at least in browsers that support first-of-type, which are the most)
Hope that helps but a real solution would really be appreciated!
cool!
Thank you ??(sorry for the late response)
Forum: Plugins
In reply to: [LightPress Lightbox] Doesn't work with 3.6@gbmhunter – can you provide a link to a page that shows this behaviour?
If you are directed to a page that has this image on it, your links are wrong, this might not be a plugin problem though…Forum: Plugins
In reply to: [Advanced Editor Tools] Content grid – creating a visual column layout.This is exactly what at least 70% of the users want!!
Column-Layouts that work (in tinymce) like tables.You could start with 4,3 and 2 columns and offer an extra css as a download to make the columns work in frontend.
Forum: Plugins
In reply to: [LightPress Lightbox] Doesn't work with 3.6I can confirm this.
When logged out, everything is fine. When logged in, the images open in a new window / tab instead of the lightboxBUT: If you deactivate the admin-toolbar in frontend, then the box works. Only if that bar is visible, it is broken. Hope that helps