signale
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager Lite] Changing the default WordPress permalink settingsYou’re a LifeSaver! Literally. Thank you so much.
Now, please, if I add into this:
if(!empty($post->post_type) && $post->post_type == 'post')
the is_single() condition,
if(!empty($post->post_type) && $post->post_type == 'post' && is_single())
will that mean I got pretty links on loops and the ugly ones on a signle post? Cause this is exactly what I need. My plan is to redirect from pretty to ugly(from blog to single), but having in the official permalink variable also the ugly url. This is how I intend to get the right value for AddThis share. (example http://agency.smartleads.eu/post/how-to-be-a-better-performer/ – it still shows the pretty, but when I try to share – it shows the ugly, but may be it’s only my imagination as I work on it for a while and can deceive myself)I’ve tried it and it seems to work, but may be I missed something, some exception or something?
And one more thing, do you have may be a code for changing this “?p=number” tag into this “?post=number”?
Forum: Plugins
In reply to: [Permalink Manager Lite] Changing the default WordPress permalink settingsjust after formulating this I realized that I actually need a dynamic permalink :-)))
Google gave me these:
https://jasonyingling.me/dynamically-overwrite-wordpress-permalinks-with-filters/
https://stackoverflow.com/questions/51217355/custom-permalink-with-dynamic-rewrite-tags-on-a-wordpress-custom-post-type
AND
https://permalinkmanager.pro/docs/filters-hooks/how-to-programmatically-change-the-custom-permalinks/!!!
So, if I but the pro, will I be able to get this dynamic permalink thing and resolve this AddThis issue???Forum: Plugins
In reply to: [Permalink Manager Lite] Changing the default WordPress permalink settingsThanks a lot for the reply. Though I got custom permalinks for the new posts too.
The site in question is:
https://aristake.com
Here are all the posts:
https://aristake.com/?post=all#sort=newestFirst&filter=AllTopics
And posts at the bottom they got pretty urls, but redirect to ugly ones (with the changed query tag). Besides urls are not connected to the post’s names – it’s custom.
I’ve managed to achieve this pretty urls, then set redirection so that old posts redirect into /?p=304 (later will check query tag)
The client needs precise urls cause of AddThis transfer. I’ve contacted to the AddThis support and they said now the url must match 100% so to get counters as social services changed their API and now even http and https count separately.
And everything falls into its places except for the AddThis gets the url not from the actual page, but from the permalink setting! And it’s killing me as managed to configure everything so perfect.
Is there a way to give to this AddThis plugin another permalink just for the single post area? I mean only when it’s ugly permalink redirect detected then to give it another permalink. I’ve heard there are ways to have a few permalinks. Even the fact that the post opens on ugly url says it’s possible. The only thing left is to transfer the proper permalink info when it’s on the ugly version.Forgot to mention, the previous site used iframe codes – it’s an old site. What if I transfer that code – will it work for the wordpress?
Forum: Plugins
In reply to: [Permalink Manager Lite] Changing the default WordPress permalink settingsHi, I got the same request, only my old posts got the format of ugly urls. May be I need a pro version?
I got old posts with the ?p=409 format, but need the future posts to be word based urls. Could you please help? Thank you.Forum: Plugins
In reply to: [Custom Content Shortcode] Loop slug valueGosh, again [pass], sorry, can close!
Forum: Plugins
In reply to: [Custom Content Shortcode] Display content separated by comas from one fieldI figured! For those in need:
[pass field_loop=pros]
{FIELD}
[/pass]You can include me too in the database of fans of the plugin – AMAZING!
Forum: Plugins
In reply to: [WP Show Posts] Display Author Filterokay, for some reason it worked, though usually it requires adding add_filter(). And this time it worked only when I chose the right hook.
So
<?php
echo (“POSTED BY “).get_author_name();
?>
and the hook
wpsp_author_outputand it works, just hope it will work in all cased.
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Connection to the server has been lostOn another website it works with the Visual Editor just fine and on this one works only if I turn it off.
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Connection to the server has been lostSure, here https://youtu.be/Bt48Zs0UVDE
If you wish, I can send you credentials to the site through the mail.Hey, there. Wouldn’t it be helpful?
https://www.psd2html.com/js-custom-forms/I saw similar jQuery modules, but with the integrated validation.
I do exactly the steps
How do I add an icon pack from Fontello?
1. Create a new directory called fontpacks in wp-content.
2. Grab the zip of the pack, extract, and upload it to the newly created directory.
3. Enable the icon type from the Settings meta box.Does it work if you do it on your site? If it’s workable then I will try again and record, just to ask if it works on some site or needs a fix
- This reply was modified 7 years, 4 months ago by signale.
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Conflict with the Visual Editor and doesn’t saveFound the solution:
https://ru.wordpress.org/plugins/jquery-updater/
Thanks again for the great pluginForum: Plugins
In reply to: [Advanced Post List] PaginationYes, this is a very interesting feature. With the help of Bulma (hope it will be useful for you), you can get any view of the blog posts.
- This reply was modified 7 years, 5 months ago by signale.
Forum: Reviews
In reply to: [WordPress Animation Plugin - Animated Everything] PerfectFound the setting, thanks!