Chris Steman
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Title Splitter] Title Split Broken after WP 5.5 updateYour welcome and I am glad that worked for you
Forum: Plugins
In reply to: [Page Title Splitter] Title Split Broken after WP 5.5 updateHi,
Having a look at your source code, it looks like you might have a custom single product template in your theme and with that, the adjustment that i made would not work as it only overwrites the default template.
In that template there is a wordpress function that is being called that causes the issue of the code showing and that would be the esc_html function.
<?php echo esc_html( get_the_title() ); ?>
if you change it to this, it will fix the problem
<?php echo get_the_title(); ?>
To check if you are using a woocommerce custom template in your theme, you can see if there is the following folders woocommerce/single-product and in that folder there might be a title.php or it could have been combined into a single page and that will have the code above to show the product title.
This can be done by using the theme editor under appearance or FTP.
Let me know if that is the reason why its happening and in the mean time I will look and see if it can be solved in a alternative way.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] Title Split Broken after WP 5.5 updateI have made an update to the plugin that will solve the issue, if you are using the single product title template from wordpress
Forum: Plugins
In reply to: [Page Title Splitter] Title Split Broken after WP 5.5 updateHi Giomorin,
I will have a look into this issue and let you know what is causing the problem.
Thank you,
ChrisForum: Plugins
In reply to: [Page Title Splitter] WooCommerce product title splitHi,
With adding the break to the end of the word, you can add the second line by adding the following CSS to either your CSS file or to the Page Title Splitter Settings CSS Styles.
.products .pt_splitter { min-height: 1.183rem; }
The min-height might have to be adjusted based on the font-size used for the product titles.
Thank you
Hi,
Sorry that it is not working with your theme, currently this plugin is not set to work with 3rd-party editors. Having it work is on my list of updates that I would like to apply to the plugin but there are a couple that I have to adjust for.
Thank you,
ChrisHi,
Do you have this on an active site, can you send me a link to the page and I will take a look and see if I can find out why that is happening.
Thank you,
ChrisForum: Plugins
In reply to: [Page Title Splitter] title podsHello,
Currently the plugin is only set to the main title only and through classic editor, I do have plans to set it to other fields in the future though and not sure when that will be.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] Notice: Undefined index: cssbox_widgetThank you for pointing this out and I will update it in the next upcoming update
Forum: Plugins
In reply to: [Page Title Splitter] Release issues (2.05 2.0.7)Hi,
Thank you for letting me know about this issue, this happened due to a missed period, but it didn’t have an effect with updating the plugin through WordPress.
I will update the version past this on the next update.
Thanks,
ChrisForum: Plugins
In reply to: [Page Title Splitter] Code displaying in post titleHi Rolf,
I am glad you were able to find and solve the issue in the theme files and that’s good that you are able to still download updates to the theme. If they just added that to the theme then maybe they will remove it in the next update, especially since that function is only used for only the one page title and not all.
Thank you for your kind words about the plugin and keep up with the great photography.
Thank you,
ChrisForum: Plugins
In reply to: [Page Title Splitter] Code displaying in post titleHi Rolf,
Your welcome and thank you for asking the developer of the theme and hopefully they will be helpful and let you know if that page title is being encoded or not.
For the page that you can’t get to display the escaped html, what page is that happening on?
Thank you,
ChrisForum: Plugins
In reply to: [Page Title Splitter] A nice plugin, but needs improvementsHi,
I had a look at a few sharing plugins to see if I can recreate the issue that you are experiencing and the plugins were not giving me any issues with the titles, when I shared a post or page with them for me they were only pulling the title text in the share box.
I also looked at AddThis as this looks to be the sharing tool that the Porto theme is using and no issues was seen with that one, is this the correct sharing platform that you are using on your site?
If you provide me with the name of the sharing tool or plugin that you are using, I will have another look into the issue that you experienced and will try and recreate the issue to fix it.
Thank you
Forum: Plugins
In reply to: [Page Title Splitter] Code displaying in post titleHi Rolf,
Nice to meet you and greetings from Canada, your site shows off your great photography skills with the showing of your awesome photos.
Unfortunately I think this is issue is caused by your theme update. I tested the titles on my site and was not able to duplicate with running the latest versions of each of the items. I am assuming it is the theme by looking at the source code of the post and pages on your site and it looks to be encoding the special characters of the page title.
This can be checked by going into theme editor and checking the code of the index.php file, the title is about midway through the code and under the html comment “Begin content”.
I will keep testing but let me know if you have any questions.
Thank you,
ChrisForum: Plugins
In reply to: [Page Title Splitter] A nice plugin, but needs improvementsHi,
Thank you for your comment and the information on the plugin, I will take a look into the social sharing issue and see what I can do.
In particular is there a sharing plugin that you use?
Thank you