Chris.V
Forum Replies Created
-
Hi, @daniellikovno! What cache do you use?
I use LiteSpeed Cache. To exclude your ticket page from caching in LiteSpeed:
LiteSpeed Cache Settings -> Excludes -> Do Not Cache URIs -> ^/your-ticket-page/
Ok, thanks for clarifying!
The problem was caused because of a conflict between the Feedzy and the Default featured image plugin. Disabling the latter fixed the issue.
Forum: Plugins
In reply to: [SupportCandy - Helpdesk & Customer Support Ticket System] Settings resetOK, thanks!
@calyweb To be honest I didn’t have time to spare for further digging. However, I am inclined to believe that it has something to do with me being admin and the only agent.
Hi and thanks for replying!
I am using the “Additional CSS” box below the Feedzy settings tab.
Screenshot: https://prnt.sc/loFZqAg9_DaI
Hi,
after serveral days of testing my conclusion is that it was not Feedzy fault to begin with. It is the WordPress feed cycle to blame. WordPress has a 12hour cycle and several snippets I tried to instantly update my feed did not work.
The problem was that the feed I wanted to use on Feedzy had no images. I used the following snippet to add featured images to the feed but because of the 12hour WordPress feed update cycle, the images weren’t showing on Feedzy. However, after this 12hour period, the images finally showed on Feedzy. I also noticed that the snippet added the image code instantly on my website.com/feed/ and on the https://simplepie.org/demo/ but the images only showed on Feedzy after 12 hours.
// Source: https://woorkup.com/show-featured-image-wordpress-rss-feed/#add-featured-image-rss-feed-code function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail( $post->ID, 'medium', array( 'style' => 'margin-bottom: 15px;' ) ) . '</div>' . $content; } return $content; } add_filter('the_excerpt_rss', 'featuredtoRSS'); add_filter('the_content_feed', 'featuredtoRSS');
Regards,
Chris
- This reply was modified 1 year, 10 months ago by Chris.V.
Hi,
try to add “!important” to force the style.
.feedzy-rss .rss_item .rss_content small { font-style: normal !important; }
Hi,
this is because I have access to the feed I mentioned in the original post and I am trying various scripts and plugins for adding images on the feed. I think you accessed the feed’s url when I had the script disabled so there were no images.
Since wordpress does not add automatically featured images on the feed I had to use a script. I think the problem lies on the wordpress feed regeneration cycle.
I will come with more info on the following days, when I conclude my tests.
- This reply was modified 1 year, 10 months ago by Chris.V.
Hi,
I have the same problem. Please share the solution!
Regards,
Chris
Ok, thanks for answering!
Θα ?θελα να συμπληρ?σω στο αρχικ? μου post πω? η παραγγελ?α μπα?νει ω? αντικαταβολ? και μ?λιστα χωρ?? να χρεωθε? ο χρ?στη? το κ?στο? αντικαταβολ?? που ε?ναι flat ανεξαρτ?τω? ποσο? στο εν λ?γω eshop.
Forum: Plugins
In reply to: [Code Snippets] Problem with title in Greek translationThanks!
I am using the 1.3.13 version. The plugin’s <script> it does close (my mistake on the initial post) but instead of the normal code that it should output, for some reason, it outputs the WordPress Error page. Then, I noticed that it also generates a 500 error.
Links with the errors I mentioned above.
https://paste.pics/JWVQV, https://paste.pics/JWVRNRegards,
Chris