esseespinach
Forum Replies Created
-
Forum: Plugins
In reply to: [Qtranslate Slug] Language menu in uppercaseIt works.
Thank you very much!
EstherForum: Plugins
In reply to: [WP-ShowHide] link style is different from other linksOooh!
Thank you for all anyway!Forum: Plugins
In reply to: [WP-ShowHide] link style is different from other linksIt works, thank you!
But now I have discovered that my problem is another… I have to put “>>” in grey (without link) and “Comunicación” in black (like a link).
The solution is to put symbols outside of [showhide][/showhide], like this:
❱❱ [showhide type=”pressrelease” more_text=”Comunicación” less_text=Comunicación”] … [/showhide]but then it shows me like this:
>>
ComunicaciónAnd I like to show it like this:
>> ComunicaciónI don’t know how to do it! 🙁
Thank you very much!
Forum: Plugins
In reply to: [WP-ShowHide] link style is different from other linksThank you Lester Chan!
Yes, I have changed the #000 for #797979 and it works, but then all the a:visited of the web change to grey. Do you know if it’s possible to change only a:visited of #pressrelease-toggle-32?
Thanks!Forum: Plugins
In reply to: [Qtranslate Slug] Appearance of selector textThank you very much, but it does not work for me… 🙁
I have added
case ‘text-short’:And I have modified your code like this (your code didn’t work):
} else if ($type == ‘text’) {
$link_class = ”;
$link_content = strtoupper($lang);
if ( $index != (count($languages) – 1) ) $link_content .= ” |”;
} else if ($type == ‘text-short’) {
$link_class = ”;
$link_content = “$language_name”;
if ( $index != (count($languages) – 1) ) $link_content .= ” |”;
}But the second part of the code doesn’t work…
Do you have any idea?
Muchas gracias! 🙂Forum: Plugins
In reply to: [Qtranslate Slug] Appearance of selector textThank you very much! I works perfectly! 🙂
The only problem I have seen with this code is that it changes the format of the footer qtranslate slug widget too. I had on the footer
“Choose your language:
Español
Català
English”and with this code has transformed to:
“Choose your language:
ES |
CA |
EN”I have removed this widget (it was not important) but I wanted to comment it.
Thank you again!
Forum: Plugins
In reply to: [Posts in Sidebar] Align little photo with excerptThank you very much!
Forum: Plugins
In reply to: [Posts in Sidebar] Align little photo with excerptSolved! I have put this on my css styles
p.pis-title { margin-bottom: 0; }
Thanks a lot!
Forum: Plugins
In reply to: [Posts in Sidebar] Align little photo with excerptThanks for your quick answer! It works perfectly! 😉
And how can I let less space between title and photo and excerpt?
Thank you very much!
Forum: Themes and Templates
In reply to: [Corpo] Add sidebar to homepageHello!,
I managed to put the sidebar to homepage. Now I would like to show two services in two rows, instead of four services in one row.
Could you help me, please?
Thank you!