webvitaly
Forum Replies Created
-
Forum: Plugins
In reply to: [iframe] plugin is hacked<iframe 0="height='480' src='https://k3d.fi?m=ewXFcT8t4Jk' frameborder='0'" allow="fullscreen" scrolling="no" src="https://www.youtube.com/embed/dUpTjDqjQoo" class="iframe-class" frameborder="0" style="display: block; margin-left: auto; margin-right: auto; max-height: 499px; width: 757px; height: 65.9181vw; max-width: 100%;"></iframe>Hi @wklauser
The plugin is not hacked.
As you can see from the inserted code the params got parsed incorectly.
Try to re-type iframe params to fix your issue.Let me know if any additional questions.
Forum: Plugins
In reply to: [iframe] plugin is hackedI can see that the shortcode is working now. I will try to make it easier to work in future.
Forum: Plugins
In reply to: [iframe] plugin is hackedHi @wklauser,
No, iframe plugin is not hacked. Seems like the shortcode was corrupted in the html/text editor. Try to re-type/fix the shortcode. Right now the output html looks like this and it is easy to spot the issue here:
<iframe 0="height='480' src='https://k3d.fi?m=ewXFcT8t4Jk' frameborder='0'" allow="fullscreen" scrolling="no" src="https://www.youtube.com/embed/mOOClonYKmc" class="iframe-class" frameborder="0" style="display: block; margin-left: auto; margin-right: auto; max-height: 499px; width: 757px; height: 65.9181vw; max-width: 100%;"></iframe>Since the plugin cannot get the src from the corrupted params the default URL is used.
Please let me know if any additional questions.
Forum: Plugins
In reply to: [iframe] can use js and css ?I think that is not possible with html iframe element.
Forum: Plugins
In reply to: [iframe] can use js and css ?Hi, you can simply use this shortcode:
[iframe src="https://www.youtube.com/embed/R3YC4BCYDEA"][/iframe]Forum: Plugins
In reply to: [Page-list] PHP Warning: Attempt to read property “post_parent” on nullThank you for your detailed information. I fixed the PHP Notice.
Please update your copy of Page-List via WordPress admin panel and test if the notice is gone.
Please let me know if any additional questions.
Kind regards,
Vitaly
Forum: Plugins
In reply to: [Extra Shortcodes] Is this still being maintained?Yes, this plugin is still maintained. I bumped the WordPress version inside the plugin. I did not bump the plugin version because I did not want to trigger plugin update because there was no new functionality added.
So you probably need to delete and re-install the plugin if Wordfence is checking your installed version. Hope this explanation is not too complicated. Please let me know if you have any additional questions.
Kind regards,
WebvitalyForum: Plugins
In reply to: [Page-list] Trying to get property ‘ID’ of non-objectThank you for your feedback.
I fixed the issue. Please update your copy of the Page-List plugin and check if the issue is gone.
Best regards,
WebvitalyForum: Plugins
In reply to: [Page-list] how to change font style and sizeYou can change it with CSS. For example:
.page-list { font-size: 16px; }You can add this CSS via funtions.php, or via child theme or via CSS modification plugin (if you use any).
That must be the only ways I know. It is not possible to do it via Page-List plugin.
Forum: Plugins
In reply to: [iframe] Where do i put shortcodeHi @alysonmac
I would try to add shortcode into the text block and see if that works.
Forum: Plugins
In reply to: [Page-list] Split list into 3 or 4 columnsHi @dannyogolo
Please checkout this thread. Hopefully this is what you are looking for.
https://wordpress.org/support/topic/yes-columns/Kind regards,
V- This reply was modified 3 years, 5 months ago by webvitaly.
Forum: Plugins
In reply to: [Page-list] Affected the theme customized UIHi @davidmwt
Page-list plugin is just a collection of shortcodes related to the list of pages.
I think plugin should not be related to your issue.Forum: Plugins
In reply to: [Page-list] if no subpages show siblingsHi @pictibe
Unfortunately it is not possible to make condition like this via plugin.
Forum: Plugins
In reply to: [Page-list] Make the entire pagelist element clickableHi @brvnbld
Unfortunately it is not possible to do with Page-list plugin.
Forum: Plugins
In reply to: [iframe] Erorr on any updatesHi @ravenfaust
That is weird. Are you sure you are using this plugin?
Because from the log you posted it might be different plugin.And if you need to uninstall plugin which causes issues you may simply delete (or rename) folder of the plugin via FTP.