spello
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Conditional logic issueAnother issue I found is that if you set any field as required and it is set to be visible only in some cases, user cannot add product to the basket when scenario without that option is selected.
Try this:
$(window).on('load', function() { alert($('select[class="components-select-control__input"] option:selected').attr('value')); // or alert($('select[id^="post-format-selector"] option:selected').attr('value')); });
Forum: Plugins
In reply to: [WP-PageNavi] 2.92 translation string fixGo to
/wp-admin/options-general.php?page=pagenavi
and try to translatePage %d
. This string is missing there.- This reply was modified 6 years, 6 months ago by spello.
Forum: Plugins
In reply to: [Disqus Comment System] Comments Syncing to Wrong WebsitesI have the exact same problem! I use Multisite (Sub-directory configuration).
I have set the same Disqus “Forum Shortname” for each of my sites, but sadly, after syncing the same new comment is duplicated to every site. Comments are not glued to the particular WordPress site, so fix is really needed…Currently there is no ability to have ONE Disqus forum operating all WordPress Multisite sites.
Forum: Fixing WordPress
In reply to: WordPress 4.4 and ThemesCould somebody help with this issue?
– export quiz results to excel
[sorry, I can’t edit my posts]
– show number of question on Quiz Result Details page
– display wrong answers in red while watching Quiz Result Details page
– after sb has finished the quiz and I have updated new correct answers, his Quiz Result Details doesn’t update and he has still marked as wrong answer
– while adding new question, the number isn’t updating (it’s always “1”)
– sort Quiz Results by Quiz Name AND Score + Time To Complete or Time Taken tooI have one more question – could results from Quiz Results page be sorted from the highest score (and the quickest) to the worst? It’d make it easier to check who was really the best.
Or an ability to click particular column like this:
https://en.wikipedia.org/wiki/Help:Table/Sortable_tables
https://en.wikipedia.org/wiki/Help:SortingThank you so much!
Forum: Plugins
In reply to: [ProPlayer] [Plugin: ProPlayer] Video is not availableeven https://isagoksu.com/video-tests/ is not working
Forum: Plugins
In reply to: [ProPlayer] [Plugin: ProPlayer] Video is not availableI have the same problem (on every browser).
I have tried every type of file, and the player displays only image with “Video is not available” text.
code of playlist php file:
<playlist xmlns="https://xspf.org/ns/0/" version="1"> <trackList> <track> <location> /wp-content/plugins/proplayer/not-accessible.png </location> <meta rel="type"> image </meta> <image> /wp-content/plugins/proplayer/not-accessible.png </image> </track> </trackList> </playlist>
Fix it, please. ??
Forum: Plugins
In reply to: [WP-PageNavi] Pagenavi: Page2 or next page goes to home pageProbably article name is the same as category prefix name.
Try to change name of that page(article).
For example, if your category prefix is “books” and your browse article is named “books”, then pagination won’t be working.
(“books/page/2” –> WP will think that category is titled “page” and subcategory is “2”)