Luca
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Windows can't boot – How to backup wordpress' database?Thanks for reply!! Yes, in in C:\xampp\mysql\data there are all files. How can I restore them, maybe in another PC with XAMPP? Thank you!
Forum: Fixing WordPress
In reply to: How to add /word/ before /page-title/ ?Sorry for bumping.
Yep, this works for articles, but for pages it’s a whole other story. :\In any case, I thank you for replied me.
Kind regards,
LucaForum: Plugins
In reply to: [AI Responsive Gallery Album] Doesn't show some photosYep, I resolved. Thank you very much! ??
Best regard,
LucaForum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Traduzione italiana?Caspita, quindi l’hai “developato” direttamente in inglese! Wow! Pensavo lo avessi prima messo su in italiano e, in un secondo momento, avessi scritto la traduzione in inglese… Ami le cose difficili! Complimenti davvero!
In futuro, pensi possa mai essere aggiunta (la traduzione in italiano)?
O altrimenti, sai come posso fare per tradurmelo (il plugin) da solo? Non ho trovato nessun file *.pot/*.po al suo interno.Ancora complimenti per il tuo lavoro! ??
A presto!Forum: Fixing WordPress
In reply to: Problem permalink from archives: 404 Not FoundSorry for double post but I can’t edit again.
That’s the video.
https://youtu.be/g2mzp1d_-dQForum: Plugins
In reply to: [AI Responsive Gallery Album] Doesn't show some photosHello August!
I’ve WinVista 32 Bit, Firefox 25.0.1 and WordPress 3.7.1 and I have some problems too. All the images >2MB didn’t uploads. Is possible to fix it?Best regards,
LucaForum: Plugins
In reply to: [AI Responsive Gallery Album] Bulk UploadI’m interested too. ??
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] target="_blank" – Call to Action?Hi Greg!
Thank you so much! ??Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Insert Animated Image into HTML codeHi Greg!
Thank you for high speed answer! I asked this question, because I’d like to remove the margin bottom from picture and texts, keeping the animation. Look please at this pictures for more info. ??https://img138.imageshack.us/img138/5937/1lr5.png
https://img59.imageshack.us/img59/3973/bkh2.pngRegards,
LucaForum: Reviews
In reply to: [Estate] Awesome!Hi Greg,
No problem! Thank you so much for created this theme! It’s awesome! You are a genius! ??
Best regards,
LucaForum: Themes and Templates
In reply to: [Estate] Custom Header Menu//ENG
I solved. Today and Yesterday I have spend a lot of time on this question. Then I solved. I hope that will be useful to other people. If you want to light text when you stay in a page, insert this in style.css:.current-menu-item a { color: #00aa00; text-decoration: none; }
Obviously, you can edit #00aa00 with your favourite color. If you want to light background, insert this in place of above.
color: #ffffff; background-color: #00aa00; background-image: none; text-decoration: none; border-color: none; border-right: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
Well, now if you want that light coming when the mouse pass over the menu, insert that codes, in this class:
.main-navigation ul li > a:hover { ... }
Well. That’s all. I noticed, that the icon I don’t matter, so I let it go. I hope this will be useful for you. Sorry for my bad english. Have a great day! Bye bye!
//ITA
Ho risolto. Oggi mi son messo lì di buona voglia e ho risolto. Per mantenere accesa una voce del menu, ad esempio accendendo il testo, mentre siete in quella pagina, inserite:.current-menu-item a { color: #00aa00; text-decoration: none; }
Ovviamente #00aa00 potete cambiarlo col colore che preferite. Se invece del testo, volete accendere lo sfondo con effetto soft, fate così:
color: #ffffff; background-color: #00aa00; background-image: none; text-decoration: none; border-color: none; border-right: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
Bene. Ora se volete accendere il menu al passaggio del mouse, dovete inserire il codice sopra elencato qui:
.main-navigation ul li > a:hover { ... }
Bene, direi che questo sia tutto. Per le icone ho lasciato perdere, visto che non mi interessavano più di tanto. Spero che il tempo dedicatogli sbattendo la testa ovunque, possa essere d’aiuto ad altri. Buona giornata!