pchulpfriesland
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] only show author in widget recent commentsThanks again. To be able to change the date format I changed…:
$comment->comment_date,
to:
date(‘d-m-Y’, strtotime($comment->comment_date)),
…and now it is exactly the way I wanted it.
Forum: Themes and Templates
In reply to: [GeneratePress] only show author in widget recent commentsNever mind, I think I did something wrong. It works now. You are the best: thanks again!
Forum: Themes and Templates
In reply to: [GeneratePress] only show author in widget recent commentsThanks, but eh. Isn’t this exact the same code as I tried before? It gives the also the same result (date of today).
Forum: Themes and Templates
In reply to: [GeneratePress] only show author in widget recent commentsAwsome! There is only one thing left: the shown date is the date of today, in stead of the date of the comment?
Forum: Themes and Templates
In reply to: [GeneratePress] only show author in widget recent commentsMany thanks for this solution! It works, although when I apply this solution I am also missing the comment date and the total comment content is shown, instead of only the first one or two sentences. Is it possible to change this back to the way the core widget does showing it?
Sorry for bothering. I already solved it by using:
<h3><b>Agenda</b></h3>
[events_list limit=”7″ ] #_EVENTDATES (#_EVENTTIMES)<br/><i>#_EVENTLINK</i><br/>[/events_list]Forum: Plugins
In reply to: [osTicket Connector] Pull request for adding custom tickets fieldsThanks for your work. I tried it and it works. Is it also possible to add more than one custom field in ‘Custom text form field target name’, or does this only support one custom field?
Hello. I also tried your solution, but is doesn’t work for my Divi website (https://nieuw.kindweeskind.nl/doe-een-gift/) neither.
Update: I managed to translate the text by editing PO and MO files.
- This reply was modified 5 years, 11 months ago by pchulpfriesland.
Forum: Plugins
In reply to: [Facebook Comments Importer] Http to HttpsAfter changing all http to https in includes/SocialPublisher.class.inc and includes/FBComments.class.inc all new imports will be https prove.
For already imported comments use plugin Search & Replace to search and replace all https://www.facebook.com to https://www.facebook.com in [prefix]__comments table of your database.
I had the exact same issue and I contacted support as well. It took a while but eventually they answered:
This is happening from last facebook API update, we have hard time to fix this since they added a lot of restrictions. We are working on the solution but it is hard to say when exactly we will have updated version since a lot of things is changed with facebook last update.
Only solution for now that we have is to use older version of facebook app, if you have some older version already created (below 2.11) and connect plugin to that app it should work.
We will try to solve this soon as possible.
I had an app (api version v2.5), and I connected that app to this plugin and indeed that works.
- This reply was modified 7 years, 3 months ago by pchulpfriesland.
- This reply was modified 7 years, 3 months ago by pchulpfriesland.
- This reply was modified 7 years, 3 months ago by pchulpfriesland.
Forum: Themes and Templates
In reply to: [Hueman] Space between featured image and textNice.
@media screen and (min-width: 1199px){
.post-content {
margin-left: -80px;
}
}solved this issue. Thank you!
Hi XAdapter,
Thanks for your response. I think there is a misunderstanding. When I check this screenshot (https://cdn.xadapter.com/wp-content/uploads/2016/06/Variable_Product.png) the hierarchical categories are perfectly imported. However, it seems to me that the product ‘Men’s Cotton T-shirt’ is only assigned to the category T-shirts (the categories ‘Tops and tees’, ‘Men’, ‘Clothes and accessoires’ above remained unchecked).
This means that the product ‘Men’s Cotton T-shirt’ will not be showed when someone filters the products on category ‘men’ at the storefront. Is it possible to check the level up categories above a sub-category as well?
Hi all,
Importing hierarchical categories by separating them by using ‘>’ works great. However, after importing only the last category is assigned to the product. How can I assign all the categories to the product?
For example: assigning both categories ‘men’ and ‘pants’ to a product when using ‘men>pants’.