moxymore
Forum Replies Created
-
Forum: Reviews
In reply to: [Glossary] Good plugin but…Wow, fast answer :p
2) Nah, what i mean is just a “duplicate” option for terms, which will make an exact copy of the term post (same text than the original, same options, same links) and which will be in draft mode, the time for us to edit the text and the title inside it (it’s just for produtivity, faster)
3) What I mean is when I add a new glossary term, I have 2 choices : put an internal link or put an external link. It would be cool to have a 3rd option : no link. Why? Because I have to put some general definition which are not really linkable to any of my post.
For my project, the glossary will be hidden. I just need the tooltip in order to give a better experience for my readers. This means I’ll put all the mywebsite/glossary post in no-index.
Well, one more important think : I haven’t look at the code yet for the difference between internal and external… But in few weeks my website will have 100 post, in few months more than 1000. It will be impossible to choose an URL from the dropdown, even if the search function available. At the moment, I’m planning to put link as external link for my internal link^^ because it’s the only way to copy/paste an URL of our website. So, maybe consider to add the possibility to copy/paste a link in the internal link tab, don’t force us to use the dropdown list.
Regards
Forum: Reviews
In reply to: [Winsite Image Optimizer] 3 stars for the moment – i need some explanationHi,
You gained one more star for responding :p It’s always important to have feedbacks and feelings about the devs of a new plugin.
Regarding the renaming of the files : yes, I choosed to erase original images in order to have only the optimized images stored. I don’t really need to keep original one, for my project.
In facts, i’m building a website where every logged in users will be able to submit a new post, directly in the frontend, with the ability to put images in this frontend post system. And I don’t want to make the process too much difficult for them, like restricting with a small file size (<1 Mo) or limited at X width or Y height.
And if I want to make a submission process easy for my guests, I need then an automated system which will “optimize” the images with the best web standards. That’s why I was asking about the possibility to resize + optimize, for website likes mine who have set a standard image max width for all their post. This will be just a pain… I’m pretty sure lot of people will find this feature very useful.
I have actually a system like this by combining YOUR plyin, and this one for the resize : https://www.ads-software.com/plugins/resize-image-after-upload/ 40000 active users isn’t nothing, there’s is a “demand” ^^ But the perfect thing will be to have one and only one plugin dedicated plugin these tasks… in order to avoid any futur conflicts.
I was speaking about my project because it gives you a good example of how your plugin will be usefull for my case. And I’m sure I’m not an isolated case, and lot of people will be happy to have a plugin like described below. Not a joke, I’m not rich, but I’ll be able to pay the standard prize of a premium addon for a plugin offering these features.
Last point about the rename process : the solution to rename original files in wsi-* is better imo. The most important thing is that the optimized images need to have the same name as the original ones. So yes, better rename the original files with your wsi prefix, and then give the optimized mages with the default names. This will keep the original files intact, and will not makes 404 error for some hardcodes a webmaster can put. No more missing background in our CSS we made 3 years ago, because the CSS file indicates to display bg-image.jpg and the file is now wsi-bg-image.jpg.
I hope this will help a bit.
Regards.
Oh god, I’m so fucking stupid :p I thought I pasted the shortcode for post. My apologies.
Anyway, the plugin seems to have some difficulties. If I vote for a site, and refresh the page, the count pass from 1 to 0. if i click again to vote, it shows -1.
EDIT : another problem : the shortcode to show the top-post seems to not work too. I think your plugin doesn’t support custom post type right?
Forum: Fixing WordPress
In reply to: How to display taxonomy terms as meta itempropThank you cedcommerce for the answer,
I have finally found a way to do it :
<?php global $post; $plateformeterms = wp_get_post_terms($post->ID,'plateforme',array("fields" => "names")); $meta_plateforme = implode(",", $plateformeterms); ?> <meta itemprop="operatingSystem" content="<?php echo $meta_plateforme; ?>">
Forum: Plugins
In reply to: [Custom Post Type UI] Permalink/Rewrite rule with categoryI have found a way to do it, with a pretty nice plugin which gives you the possibility to manage your CPT permalinks directly in the native permalinks menu of your WordPress installation. A must have.
https://www.ads-software.com/plugins/custom-post-type-permalinks/
Forum: Plugins
In reply to: [Plugin: Live Composer] DOM Access related issueA little up for this post, not showed anymore on first page.
Forum: Themes and Templates
In reply to: [evolve] Impossible to set transparent backgroundOops, I have forgotten to mark tis topic has resolved. Done!
Forum: Themes and Templates
In reply to: [evolve] Impossible to set transparent backgroundHi emranemranx,
The problem is I’m actually local hosting this project… that’s why I can’t provide you any more links. Actually, I have decided to concede and work on a “lighter” template… in order to set my base, and modify it as I want.
Thank you, i’ll close this thread.
PS : Lot of people had issue with the Evolve template to set transparency on the website elements (header/footer/wrapper…). Without any solution working, I give up.
Forum: Themes and Templates
In reply to: [evolve] Impossible to set transparent backgroundI tried approximately everything, but impossible to get something transparent.
Forum: Themes and Templates
In reply to: [evolve] Impossible to set transparent backgroundSorry for this, I thought it was possible.
I have tried, for my last test, to add
#wrapper { background: rgba(0,0,0,0); } .header { background: rgba(0, 0, 0, 0); }
in the custom CSS. But this has no effect. I have to go, i’ll be back in 2 hours.