philm001
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress pages redirect to homepageHello thank you for your reply.
The issue is noticed by regular visitors of our site. From first time visitors to repeat visitors. I do not think that it is an issue with who is logged in.
Forum: Fixing WordPress
In reply to: Need assistance on getting the cardMedia component to appearBump, still looking for feedback on this
Forum: Fixing WordPress
In reply to: Custom plugin – Image componentOk, I think that I have it. Ran into another issue and do not need feedback on this post
Forum: Fixing WordPress
In reply to: Custom plugin – Image componentSo I found the CardMedia component. I am looking into how to use it so that I can get the dialog to appear on editor for the user to select the image
Forum: Fixing WordPress
In reply to: Custom plugin – Image componentOk so I don’t think that my topic should be moved.
I am creating a custom plugin and in this plugin I want to be able to select an image to apply animation effects on to. However, using the wp.component, I do not see a module for image and I am wondering how do I add n image component to my custom plugin.
Forum: Developing with WordPress
In reply to: Custom plugin not appearingHello,
Thank you for your feedback, the proble was solved just a few minutes ago. It turns out that the issue was that the there is no slash in the php file in the file path:
plugin_dir_url(__FILE__).'midstory_animation_fade.js
->plugin_dir_url(__FILE__).'\midstory_animation_fade.js'
I checked the space and I do have enough space for the pictures
Thank you Simeon
Should I attempt to start the image optimizer via cron job?
I will check the disk space.
Lastly, is there any sort of logs that are created in order for me to see what is going on?