X-Raym
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Operator and User ChoiceSure I will ??
5 stars, even without this feature !But if you can add it, well, it would be really REALLY awesome ??
Currently, the user don’t know what operators is active, and perhaps he want an other one that the default =/So this is a feature request ??
Cheers and thank you for your support !
Forum: Plugins
In reply to: [WP ragadjust] plugin is deleting words (prepositions)I had same problem too. A Space after and preivous a quote disappearded and ‘than’ disappeared too.
Any idea to avoid words disparition ? ??
(temporary solution : delete the ‘preposition’ part of the script.
Forum: Plugins
In reply to: [Related Posts Widget with Thumbnails] Sometimes no thumbnailBut… it can be cool if it can display the thumbnail no matter what ??
Forum: Plugins
In reply to: [Related Posts Widget with Thumbnails] CSS Default StyleThat’s a solution, but i wanted to keep mu number of css files as low as possible ??
thanks for the answer !Forum: Plugins
In reply to: [mqTranslate] Conditional Widget – If Other Languages Are AvaibleHi again !
i just found the Widget Logic Plugin
do you think it can help ?
is there any function that can act I required in the previous post ? ^^Temporary solution :
the plugin Widget Context, which is able to show widget on specific post. not really automated but… it works.Forum: Plugins
In reply to: [Owl Carousel] Text and HTML blockThanks for the update !
It seems quite good ??
I found an other solution since last time but I’ll keep your plugin in time. It can be useful for some other projects !Forum: Plugins
In reply to: [Better Internal Link Search] Link to Post IDI confirm, my version is “better-internal-link-search-develop” and the search-modifiers.php has the same number of lines as the one you showed me. =/
I have to admit that to change the URL is not something good to do, and that we can’t do anything for external links.
But sometimes it is necessary, for one page or a post. And even if it’s not SEO friendly, if you have to do it… you have to do it ??
Of course changing Permalink style is definitely not good, because all link will break, external or internal.Do you think there is SEO performance issue with mixing different ‘styles’ of Permalink ? hmmm if yes, my feature request become suddenly less attractive.
That’s why people should have the choice between usual Permalink or Shortlink if you include this ??Thanks again for your plugin !
Forum: Plugins
In reply to: [Better Internal Link Search] Link to Post IDEDIT :
hmmmm it seems to work only if Permalinks are set to default… =/
(isn’t that the default -before update- behaviour ?)
Would it be possible to overide that ?
I usually use Post Name for Permalinks.Thanks !
Forum: Plugins
In reply to: [Better Internal Link Search] Link to Post IDIt seems to work fine ??
The best will be to have the possibility to choose “shortlink or usual link” in the UI.But it’s awesome like that ??
Thanks you so much for your support !
Forum: Plugins
In reply to: [mqTranslate] Syntax Highlighting in HTML editorHi, thanks for your quick answer,
the fact is that when mqTranslate is active, no other text editor can be activated.
So if I use mqtranslate, I loose the features previously mentioned of my usual code editor plugin. This is how this “problem” is related to mqtranslate.
I really use the Code Editor all the time, even for writting article, with IDs, in page hyperlinks, class and other stuffs.
But it’s not as easy without code dedicated functionality.But if there is a way to have two different editors at the same time, or the ability to choose which one we want to use before editing an article, so yes, my problem is not related to mqtranslate. But my research about that don’t give me any good results.
I understand that it could be hard to implement, if not impossible, it is just a suggestion.
thanks again for listening ??
Forum: Plugins
In reply to: [Better Internal Link Search] Link to Post IDHi ! thanks for your answer ??
I think it worths the try.
Shortlink (podt ID) don’t change when we change the post URL. This is a safe way to add link between our post, without risking dead links when we change the URL of an article.
It was the idea behind the RB Internal Link plugin, but i think your plugin is far more powerful (no shortcode needed, and automatic filtering etc…).So, I will probably try some things with the PHP, but a good an user-friendly integration could be very (VERY) nice ??
Thanks for your plugin and for your support !
Forum: Themes and Templates
In reply to: [Highwind] Navigation centerThank you ?.? !
I confirm that your previous post as the answer ??
Thanks again !! ??
Forum: Themes and Templates
In reply to: [Highwind] Post Modified TimeDid it !
actually it was “quite” simple, i just need to learn more about my php synthax ^^
here is the code !
// custom post date and modified time if ( ! function_exists( 'highwind_post_date' ) ) { function highwind_post_date() { if ( ! is_page() && ! is_404() ) { ?> <time datetime="<?php the_time('c');?>" class="post-date"><?php the_time( get_option( 'date_format' ) ); ?></time> <?php define ('DELAY_POST_UPDATE_DISPLAY', 3); if (get_the_modified_date() != get_the_date() || get_the_modified_time('Gi') - get_the_time('Gi') >= DELAY_POST_UPDATE_DISPLAY * 100) : ?> <time datetime="<?php the_modified_time('c');?>" class="post-modified-date"><?php the_modified_time( get_option( 'date_format' ) ); ?></a></time> <?php endif; ?>
Forum: Themes and Templates
In reply to: [Highwind] Post Modified Timeno more success with :
https://willrees.com/2013/06/show-the-latest-update-time-and-date-for-a-wordpress-page-or-post/
=/
any idea ?
Forum: Themes and Templates
In reply to: [Highwind] Exceprt vs Full Contentthanks for the plug !