enricodg
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] Traslating problem with categoryGrazie :))
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] How to add previews\next arrowsI cancel the ” #fancybox-left, #fancybox-right display: none; “
from jquery.fancybox-1.3.4.css and now i got the arrows but they doesn’t work. How, which and where do I have to add the function to make them work?Forum: Plugins
In reply to: [iiRe Social Icons] Remove icons from specific pagesThank you very much for your investigation but I have no idea how to do that.
In my theme I have few generic footer, the one on “blog” is the same of “portfolio” and the one on “contatti” is the same of “servizi”
But I need blog=notVisible, portfolio=visible, contatti=notVisible, servizi=visible.I really can’t use javascript by my self ??
Thank you in advance for any futher ideas
Thank you in any case ?? !Forum: Plugins
In reply to: [iiRe Social Icons] Remove icons from specific pagesYes sure ! I’m really sorry for my delay!!!
my site is: https://www.enricodigiamberardino.com
I noticed that the class is the same when the footers are the same(maybe)Thank you very much
Forum: Plugins
In reply to: [WeShare Buttons] Move e-Mailit buttonsAwesome! Thank you very much for precius support!
This sharing plugin is really the better one on WordPress! Also for the quality of your team!
Best regards!!!Forum: Plugins
In reply to: [WeShare Buttons] Move e-Mailit buttonsI appreciate your effort in any case ?? !!
Is there some code that I can use to exclude Share buttons from viewing?
With an url possibly… because where is absolutly necesary are shown well, but if I could remove them for e.g. https://www.enricodigiamberardino.com/portfolio/ it would be fine (at this time better) anyway.
Thank you very much E-MAILiT! ??Forum: Plugins
In reply to: [iiRe Social Icons] Shortcode is not workingSorry but i figure out how to make it work… but I think is a sort bug!
the only way to make it work is to write just [iire_social_icons] with out the [raw]…..[/raw] and check auto paragraphs
Since one week ago I just use this code [raw] [iire_social_icons] [/raw] in the text widget!
Thank you anywayForum: Plugins
In reply to: [WeShare Buttons] Move e-Mailit buttonsFirst of all I want to thank you for this Epic Support :).
The share buttons now are quite good with this theme, but there are two things that is not working, one problem is on that page: https://www.enricodigiamberardino.com/portfolio/
where the buttons are shown at the top of the “projects” instead of below.And in every “skill” section are not shown at all… some examples are:
https://www.enricodigiamberardino.com/skill/photo-shooting/
https://www.enricodigiamberardino.com/skill/reportage/
and so on.Thank you very very much, I’ll whait for your investigation!!!
Forum: Plugins
In reply to: [iiRe Social Icons] Improve responsive viewYesss ! It works! Thank you very much!
Forum: Plugins
In reply to: [WeShare Buttons] Move e-Mailit buttonsThank you very much for your support and zeal! I’ll try to urge ThemeTrust with an email too.
Forum: Plugins
In reply to: [WeShare Buttons] Move e-Mailit buttonsI change Theme ( by Theme trust ) and also in this page, sharing button is shown in the top (e-Mailit is set to Bottom)
https://www.enricodigiamberardino.com/portfolio/
Whyyyyyy XDImad i try , it doesn’t change at all from top to bottom…
Thank you so much for your support anyway ;))
Forum: Plugins
In reply to: [qTranslate] language flags do not appearTo see the flags ( Ita & Eng for me ) I had this code at the end of the header:
<span>Italiano</span>
<span>English</span>But i think you can change the language in the code and replicate it for more language!
I hope this is usefull ;))
I can write the code O_O ….
look here the last post is the right code
https://www.giorgiotave.it/forum/wordpress/185976-qtranslate-bandiere-home-page.html
Forum: Plugins
In reply to: [Subscribe2 Widget Pro] Remove "My email" from the widgetThank you for your answer but i wrote: .s2w-form label { display:none; }
in the custom container class in the advanced option of the widget and it doesn’t work!
Have I write it in some other place?
Thank you Devin !Forum: Plugins
In reply to: [qTranslate] Rewrite URL with .htaccessYou have the ?lang=CA at the end of the url just when you change the language after that from the second clik navigation it should be https://www.namesite.com/lang/URL
check it ??Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] label changesSorry but I’m talking about the widget I need a short css code..
on https://subscribe2.wordpress.com/support/api/ i found this
‘
function my_s2_form($form) {
$form = str_replace(‘Your email:’, ”, $form);
return $form;
}
add_filter(‘s2_form’, ‘my_s2_form’);
‘
If this fits my broblem where I have to write it ?|