siup
Forum Replies Created
-
Forum: Reviews
In reply to: [PDF Embedder] Premium Users Be AwareHello,
+1 same situation I update to php 8.1 and the pro- plugin doesn’t work anymore ..solution buy again to update..I also no saw it ..
too bad, I uninstalled it and went to another product
Best regards
Forum: Plugins
In reply to: [Simple Download Monitor] Limit the number of the downloadHello,
Great thanks for your quick answer.
here my comment to your suggestion:
I have some pdf sheet music in music course that already required login and subscription. I psot some free pdf which dynamically passes through fpdi and fpdf to watermark it with the email of the logging, but I want taht the link can be use only a few time so if can put this kind of things it could be great
I tried to used this kind of things but can’t do it dynamically(automatic)
https://a1websitepro.com/create-expire-download-link-in-php-mysql-best-tutorial/
Best regardsForum: Plugins
In reply to: [WP Maintenance] can’t log as admin doen’t workHi,
Thanks for the reply but the answer to your question is : No I don’t have the cache plugin
Dommage!!
for the moment I do “maintenance” manually in functions.php of my child thme:function maintenance_mode() { if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) { wp_die('Site en maintenance.');//bypass to remove maintenace wp_die(include 'maintenance.php');//bypass to remove maintenacne } } add_action('get_header', 'maintenance_mode');BEst regards
hi @barsha04
Thanks too
Best regardsForum: Themes and Templates
In reply to: [Spacious] Mobile display shows different image sizesHello,
If you have the courage:
For a client who had the same problem with different sizes and ratio , I made some transformation of the height of “figure img” and put object-fit:cover and on some image with javascript I have put some “object-position” information to have the good part of the image shown… but no so simple if you don’t know javascript and css to put sometimes also mediaqueriesHere are some informations
https://developer.mozilla.org/fr/docs/Web/CSS/object-fit
object-fit: fill;
object-fit: contain;
object-fit: cover;
object-fit: none;
object-fit: scale-down;object-position for testing
https://codepen.io/mattdecamp/pen/yLarwxX
Best regards
siup- This reply was modified 4 years, 3 months ago by siup.
hi @barsha04
A little surprised!
This is the second time that you answer me and ask in two different posts if I solved my issue… while I answered and gave for you a solution or a workaround to two peoples: just a little unpleasant!
Or is it a strategy to have your signature at the end of the list of a post and thus appear in the right column ? 😉Forum: Themes and Templates
In reply to: [Spacious] Full-width featured imagesHi @candregg,
glad it works for you,and to have the reward of taking the time to save yours 😉Forum: Themes and Templates
In reply to: [Spacious] Full-width featured imagesHello @candregg,
I look at your links and see that you use my tricks the image is full.
I think that you didn’t clean the cache of your your browser: css need often to be re-clean to see the changement.
crtol+shift+delete on firefox
Best regards
SiupHello,
grat thanks for the answer!
I can do with span notranslate, but I d’n’t seee where is the CSS selector as written in solution 2 in your link.
There is a css part in your plugin but when I write the name of class or of the id it doen’st work!?
Is this option not available for the free version?
best reagrdsForum: Themes and Templates
In reply to: [Spacious] Full-width featured imagesHello,
Try to put something like this
.attachment-featured-blog-large.size-featured-blog-large.wp-post-image {
width: 100%;
}
perhaps if it doesn’t work put !important like this width: 100% !important;Forum: Themes and Templates
In reply to: [Spacious] Transparency and color of the text on the sliderHello
The transparancy is here the last number: here 0.3 set to 1 is opaque black#featured-slider .entry-description-container { background-color: rgba(0, 0, 0, 0.3); }BEst regards
siupHello,
you don’t see the scroll up up
because it’s hidden put in your css
a#scroll-up {visibility: visible !important;}
Best regards siupForum: Themes and Templates
In reply to: [Spacious] Search Box HeightHello
I don’t see any searchbar in your linkForum: Themes and Templates
In reply to: [Spacious] slash added to single quote in slider titlesorry this forum convert automatically code so
/“
Exemple
Hello “ John Smith “
to have:
Hello “ John Smith “- This reply was modified 4 years, 4 months ago by siup.
Forum: Themes and Templates
In reply to: [Spacious] slash added to single quote in slider titleHello (bonjour)
The workaraound I found is to use “special caracter in html” like
‘
One exemple:
Hello “ John Smith “If you need other caractere you can look here to understand:
https://www.journaldunet.com/solutions/dsi/1195751-accents-caracteres-speciaux-html/Best regards et bonne journée