Setzner
Forum Replies Created
-
Hi,
The CSS and extension unfortunately did not solve my problem, so I went back to the old approach. It works now and my mistake that I in the edit files wrote:
table_data[ idx ] = $( row ).find( 'input' )instead of:
table_data[ idx ] = $( row ).find( 'input[type=text]' )Thank you and have a nice day 🙂
Best regards,
AdnanHey,
Thank you for the very quick reply! I also remember to change the .min files yes 🙂
Yes it would be sufficient to change their height (and ideally remove the drag functionality – at least vertically) I tried adding the following in custom css and in the plugin options, but it did not have an effect:
textarea{ resize: none; }Here is an example of what I was hoping to get to work (replacing the inputs with textareas causes it to work, but I do not wish to have multiline textareas):
https://www.dropbox.com/s/o6xql0ebkbfg4hp/Screenshot%202018-09-06%2007.54.20.png?dl=0Best regards
AdnanForum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Custom team linksIt works, thanks a lot 🙂
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Custom team linksThank you for the quick reply and sorry for not being more clear.
It’s the Peak charity theme and the Team widget that comes with the sample data (it’s just listed as “Team” when i add it as widget to a page)
You also show it here:
http://portfoliotheme.org/peak/home-2/When looking at the source code in my page, it says the div class is “so-widget-mo-team so-widget-mo-team-default-d75171398898”