Chris Steman
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Title Splitter] Syntax Error during plugin activationHi,
I will have a look into this issue and let you know how it goes, right now it doesn’t look to be showing after activation.
Thanks
Forum: Plugins
In reply to: [Page Title Splitter] PHP errorI was using the basic WooCommerce template for products so maybe there is an additional portion, I have made an update the plugin and the issue is fixed on my test site.
Let me know if you are still having issues.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] PHP errorHi,
Just to let you know I am taking a look into this and this happens when stock is being managed on a product, if not being managed then there is no issue.
Thanks
Forum: Plugins
In reply to: [Page Title Splitter] Resizing New Title Lines?Hi,
Depending on how the theme CSS is setup and without seeing it, you could try the following to your CSS for example. This will set the first line bigger than the others.
h1 { font-size: 20px; }
h1 span { font-size: 14px; }Let me know how it goes.
Thank you,
ChrisI checked the plugin with emoji’s that were images and had no issue, what type of emoji are you using and I will check on that.
With the mention of titles if you are adding words before a split currently the plugin is setup to not move a set split with a change in the text and it will have to be moved manually
I will have a look into that and see what is going on there.
Thank you for the appreciation of the plugin, this was my way of giving back to the community.
Forum: Plugins
In reply to: [Page Title Splitter] Not working with GutenbergCurrently it only works with the Classic Editor and it working with Gutenburg is on the list of things to do with the plugin.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] PHP errorHi,
Thank you for your help, I set that option to be “No” at default now when first using the plugin and just to let you know I am working on a fix for the image alt tag using the title in the customize section.
Hi,
I will take a look and see if I can solve the issue and yes currently the plugin only works with the Classic Editor plugin installed.
I am working on it to not rely on that and it is on my list of things to do in a future update.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] PHP errorHi,
The issue with the PHP warning should be solved as well as the issue in “appearance > customize”
Forum: Plugins
In reply to: [Page Title Splitter] PHP errorHi,
I will take a look into that constant but in the meantime you should be able to add the following PHP code to the top of your theme header.php file to hide warnings on the site.
<?php error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE); ?>
Let me know how that goes thank you and I will look to fix the issue in the next update.
- This reply was modified 5 years, 7 months ago by Chris Steman.
- This reply was modified 5 years, 7 months ago by Chris Steman.
- This reply was modified 5 years, 7 months ago by Chris Steman.
Forum: Plugins
In reply to: [Page Title Splitter] PHP errorHi giomorin,
I will have a look and see what the difference is to cause that issue between the 2 versions and get that resolved. The warning issue appeared again as I made the update to a version of the plugin that didn’t have that update in place accidentally, this might be the cause to the other issue as well.
I will look at getting these issues sorted out and have an update this week.
Thank you,
ChrisForum: Plugins
In reply to: [Page Title Splitter] RTL support for titlesHi,
I didn’t look at that when building the plugin, but I will take a look into the issue and see if I can add support.
Thanks
Forum: Plugins
In reply to: [Page Title Splitter] plugin shows code on post listing, works on post pageHi,
Let me know if the latest update solves the issue that you are having on that particular page.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] plugin shows code on post listing, works on post pageHi,
Having a look at the code on the page it looks like there is something encoding the html characters in the titles before the plugin has a chance to remove them.
I will see if I can mimic the issue and find what is causing the issue, in the meantime though you can try adjusting the settings on the plugin settings page as to when it runs and see if that solves the issue.
Thanks