Posts by addictedhu
-
-
Hi,
Sorry Mercator , you are right. If I click on the Pages overview the main sites/pages admin page will be opened, if I click on the Edit page I receive an error message (link after I click:/...site/page/edit?id=%28variables%29%7B)
Thx,
Balazs
-
Hi Mercator
This is not working for me...
-
-
Thank you SPQRInc , I have checked it already, but couldn't find any error.
I have checked also your Asset extension where the bulk actions are working great, but can't find out what should I check in Bixies extension...
-
Hi,
How can I use it for widget? It there a way to set this up so all of the widgets on a page will be editable?
-
Hi,
I have a problem Bixie's Portfolio extension: I have created 122 items and they are listed on two pages. The first 100 portfolio items are on one page, and you have to change to the second page to reach the other remaining 22. The problem is that the bulk actions are not working on those 22 items on the second page. I use the select all feature, they are all selected, then I click on the unpublish button, and nothing happens, no error message nothing. I can unpublish them one by one, but thats not the best way.
The strange thing is that if I use the option to hide the already not visible\unpublished items, and there is only the 22 items in the list that are published, the same things happen, I'm unable to unpublish the rest.
Maybe somebody already bumped into this problem or you have some tips how to solve this annoying issue...
Many thanks and Merry Christmas to you all hohoho,
Balazs
-
Hi,
Any updated regarding the yootheme? We have to decide ourselfs what to do, because they will not be able to revive Pagekit, they have done to much damage to the Community... What do you think?
-
Hi,
Great functionality! And only the pages? For widgets it's not working?
Thx,
Balazs
-
Hi All,
My question is how do you create a style for a theme that is available in the Marketplace. I know that there is a smart way for use the Customizer (Uikit) and create different themes, but don't know the exact steps. It should be another way to create different styles for a theme without modifying the theme's core css and without the Asset extension.
Do you have any tips and tricks?
Thanks,
Balazs
-
Hi All,
There is still no answer from the tema regarding future plans? I can't see any effort from their side....
-
Hi,
Great work, this should be available throug the Marketplace! When will you upload it so everybody can use it?
-
Hi,
It's strange, that after years of silence, they would like to see more dev activity
, if I remember well, they were the ones, who doesn't do anything regarding the community, didn't answered the e-mails, forum post, and gitter.im chats... This behaviour resulted in a massive exodus form dev side, and user side as well. I'm not impressed with this attitude, and this is not the future that this awesome CMS deserves...
What do you think?
-
Do we have any info from the Pagekit team, what to expect in the following month?
-
Roman for President
Great to see your thoughts SPQRInc , on Pagekits offical bog!
-
Hi,
Maybe somebody figured it out or found a solution to this:
How can I show the number of lists items on the widget? For example: List name (20) - where 20 is the number of items in the list. Is there a field that I can use like {{item.title}}??
I also contacted the Driven team (its not working):
Question: Quick question regarding List widget(Pagekit): how to show the number of item in a list
Answer:
I think what you're looking for is
{{category.items.length}}
lengthwill give you the number amount ofitems
Thanks.
Example code:
Code- <style>.accent-color{color: white;}</style>
- <h2>{{list.title}} {{category.items.length}}</h2>
- <p v-html="list.description"></p>
- <ul class="uk-list" v-for="category in list.categories" data-uk-margin>
- <li v-for="item in category.items">
- <a v-if="item.link" :href="item.link" title={{item.title}} alt={{item.title}}>
- <figure class="uk-overlay uk-width-1-2">
- <img class="uk-width-1-1 uk-border-rounded" :src="item.image"
- title="{{item.title}}"
- alt="{{item.title}}"/><figcaption class="uk-overlay-panel uk-flex uk-flex-center uk-flex-middle uk-text-center">
- <h2>{{item.title}}</h2>
- <p>{{item.description}}</p>
- </figcaption>
- </figure></a><br><br><br>
- </li>
- </ul>
Thx,
Balazs
-
I don't know how the team can handle a community of 150,000 people (statement form on their YooTheme website), if they are unable to manage a 1400+ community...
-
Meanwhile on the YOOtheme website
Open Source Projects - Pagekit
At YOOtheme we're passionate about creating great tools for developers. Explore our two popular Open Source projects and benefit from their large developer community.
-
Hi,
The problem in more detail:
Extension: The Dashboard widget of Tobbe
Link: I'm linking pagekit widgets and site urls in the following format: <a href="http://domain.com/admin/site/widget/edit?id=15">Link Text</a>
Usage: With the extension it is possible to create so called "Notes", in the note I use the above link format
Balazs
-
Hi,
I have created links in the boxes using the Dasboard widget, but somehow the system is logging me out after clicking on one of the links.
It will be redirected to this link:
http://www.domain.com/admin/login?redirect=/admin/site/widget/edit%3Fid%3D187
Did you encounterd this issue?
Regards,
Balazs