virmansyah
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Shortcode for Loop Item ElementorRESOLVED.
I added bypass_detect_loop=”1” on shortcode. So like this :
[pods field="price_ticket" bypass_detect_loop="1"]Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Shortcode for Loop Item Elementor[pods name="ticket_info" field="price_ticket" use_current="1"]the data not show on Archived Page Template (Elementor). I used this shortcode on Loop Item. And the insert on Archived Page with Loop Grid (Elementor)
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Shortcode for Loop Item ElementorI have used the shortcode, but the data does not appear.
Forum: Fixing WordPress
In reply to: Error Publish DateRESOLVED : The server time zone file at /usr/share/zoneinfo/ was not working as expected and we had to replace it with a new one.
Forum: Fixing WordPress
In reply to: Error Publish DateRESOLVED : The server time zone file at /usr/share/zoneinfo/ was not working as expected and we had to replace it with a new one.
Forum: Fixing WordPress
In reply to: Error Publish Dateno effect
Forum: Fixing WordPress
In reply to: Error Publish DateI’ve tried using the default theme and other themes, but it’s the same.
Interestingly, when my wordpress moved to another server with the same configuration, it could run normally
Forum: Fixing WordPress
In reply to: Error Publish DateI’ve done it before, unfortunately there is no change in Universal Time.
When I published a new article, I never chose Schedule Post. But when I click Publish, the post is included in the Schedule Post.
Forum: Fixing WordPress
In reply to: Error Publish DateNOTE :
date time on server is normal. i have checked via timedatectl.I have changed the wordpress (Timezone) settings.
But, none of that has any effect
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads on Middle PostThank you so much. 🙂 Its work!
Forum: Plugins
In reply to: [WebP Express] nginx rewrite rulesTry inserting these rules into your Nginx configuration file (nginx.conf):
if ($http_accept ~* “webp”){ rewrite ^/(.*).(jpe?g|png)$ /wp-content/plugins/webp-express/wod/webp-on-demand.php?source=$document_root$request_uri&wp-content=wp-content&%1 break; }I have tried it on the Nginx server, but it doesn’t work. Is there a solution?