AlexPR
Forum Replies Created
-
Your code works great. Thank You!
Would it be possible to put the name of the custom field (
delta
) which contains the days as a parameter when calling the shortcode and to specify if the number of days should be added (+
) or subtracted (-
) from today’s date?
As a super convenient extra bonus, it would be great if a constant number could be added or subtracted in addition to the delta range, e.g.[denra-delta +1 "delta"]
which would add 1 day plusdelta
days to todays date
and
[denra-delta -2 "delta"]
which would subtract 2 days plusdelta
days from todays date- This reply was modified 3 years, 11 months ago by AlexPR.
This solution works great. ??
I have a few follow-up questions regarding the styling in
stack
mode:- How can I adjust the text in stack mode to the left (currently it is centered)?
text-align: left;
does not work. - How can I display the content of the first column as bold (the Shop name, = row 1 in stack mode)?
- How can I customize in stack mode the border thickness around each dataset (= row 1 to 6, row 7 to 13, etc.) to make it easier for the user to see where one item starts and ends?
This looks like a potential solution. But how would I implement this using TablePress?
Forum: Plugins
In reply to: [Site Reviews] Change Color of the Terms Toggle SwitchThank you so much for this insight analysis. I fixed the issues and reactivated CloudFlare Rocket Loader. Could you please double check if the errors are fixed now?
Forum: Plugins
In reply to: [Site Reviews] Change Color of the Terms Toggle SwitchThank you for your quick answer and pointing me to the CLoudFlare error.
I have now disabled CloudFlare Rocket Loader. How can I verify that CloudFlare is no longer breaking the Reviews JavaScript?Forum: Plugins
In reply to: [Site Reviews] Feature request: Let users mark reviews as “helpful”Perfect. ??
That makes perfectly sense.
Thank you very much, Tobias.Forum: Plugins
In reply to: [Site Reviews] Hide Reviews with empty fields for title, content or authorThat works great. Perfect! Thank you ??
I see your point. Unfortunately I would need to refer to a whole column (similar to Excel). Could we use a
DataTables
function instead, e.g. the function Columns.Render?Forum: Plugins
In reply to: [Site Reviews] Hide Reviews with empty fields for title, content or author[2021-03-17 21:44:19] ERROR [/themes/enfold-child/functions.php:82] Ein Begriff mit dem angegebenen Namen existiert bereits für diese übergeordnete Taxonomie. [2021-03-17 21:44:19] DEBUG [/themes/enfold-child/functions.php:80] WP_Error Object ( [errors] => Array ( [term_exists] => Array ( [0] => Ein Begriff mit dem angegebenen Namen existiert bereits für diese übergeordnete Taxonomie. ) ) [error_data] => Array ( [term_exists] => 128 ) [additional_data:protected] => Array ( ) ) [2021-03-17 21:44:19] ERROR [/themes/enfold-child/functions.php:82] Ein Begriff mit dem angegebenen Namen existiert bereits für diese übergeordnete Taxonomie. [2021-03-17 21:45:14] WARNING [deprecated.php:128] Site Reviews no longer stores the "url" review value as meta data. Please use the glsr_get_review() helper function instead.
Forum: Plugins
In reply to: [Site Reviews] Hide Reviews with empty fields for title, content or authorThat looks like the perfect solution!
Thank you for the code sample. I tried it but it does not seems to work correctly on my side. The code created the category tag
"full-review"
but does not assign any review (even full reviews) to this category.Did I miss something?
Forum: Plugins
In reply to: [Site Reviews] Hide Reviews with empty fields for title, content or authorThe main reason why I would like to avoid to require the other review fields is that many users would prefer to just click on the star rating instead of writing text. Please refer to this example (star rating on top RHS). Otherwise a site would get less star ratings because many user won’t take the time to leave full reviews. I believe it makes sense to capture the ratings from those users as well. In addition more ratings could help to rank better in Google SERP.
Showing a different number of reviews in the summary should be no problem as long as users recognize that full reviews are not mandatory and simple star ratings are counted as well.
Could using jquery be an option to hide empty-text reviews, e.g. as described here on StackOverflow? Would pagination work in this case?
- This reply was modified 4 years ago by AlexPR.
Forum: Plugins
In reply to: [Site Reviews] Hide Reviews with empty fields for title, content or authorWould it be possible to add this feature in an upcoming release or include it in the premium version of the plugin?
- This reply was modified 4 years ago by AlexPR.
Hi Tobias,
this works perfectly. I changed your snippet to hide name, caption and description:.tablepress-table-name, .tablepress-table-description, .tablepress caption { display: none; }
I understand that I can set the name and description in the TablePress configuration for each table. But where can I set the caption?
Thanks,
Alex- This reply was modified 4 years, 2 months ago by AlexPR.
How did you configure WordPress to create “cachable” pages and posts which can be cached by CloudFront?