Forum Replies Created
-
AuthorPosts
-
Thanks Ismael.
It worked using your custom function.I still don’t understand why it did not worked setting the widget this way, as you marked above:
- This reply was modified 2 years, 6 months ago by niguli.
customize px for your need
/* Activate burger menu */ @media only screen and (max-width: 1224px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; }}
April 13, 2022 at 7:12 am in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348190Thanks it works. is it possible to have all on the same line “post title”+some white spaces+”di”+”author name”, such as in the pic?
- This reply was modified 2 years, 7 months ago by niguli.
April 12, 2022 at 4:11 pm in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348130Ok I was able to change the file .po
thanks.
Any idea for the second question? Is it possibile to move the author name after the title of post?
April 12, 2022 at 11:18 am in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348082No it is the word before the Author’s Name
April 12, 2022 at 11:14 am in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348081ops sorry! page is https://www.toscanamedica-rivista.it/ultimo-numero-rivista/
use (Email address hidden if logged out) to see it
thanksApril 12, 2022 at 10:54 am in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348074Hi you have login data in private content :)
site is under construction
thanks !
it worked with code:
function my_mce_buttons_2( $buttons ) { /** * Add in a core button that's disabled by default */ $buttons[] = 'superscript'; $buttons[] = 'subscript'; return $buttons; } add_filter( 'mce_buttons_2', 'my_mce_buttons_2' );
yes!
thanks mike!
Hi, I think I find the way by my self.
I added this at the end of your function:
.append(' ')
It seems to work for me.
Do you think I did the right way ?That’s works!
Just one small bug:
I need a white space between “In” anche the category’s name.
I tried to add it in your code but it was skipped :(I need it this way:
- This reply was modified 2 years, 7 months ago by niguli.
Hi, I please need a little bit more of customization.
I need a similar customization for single.php, (example: https://www.toscanamedica-rivista.it/politica-sanitaria-art-2/).
I need to have the post meta info under the main title (h1) in this format (admin “/” and the word “In”
– post date / In Category name (with no link, I think I’ve already did it coding the class :
span.av-post-metadata-category-link a { pointer-events: none; }
This way:
Thanks in advance!
- This reply was modified 2 years, 8 months ago by niguli.
Mike = king of javascript !
thanks!
Thanks Mike, I moved from local to here temporary. Use email below in the private content to view the website. Thanks for helping me.
thanks Ismael. All worked!
if ( is_front_page() ) {
worked for me. Thanks Mike, very precious.
UPDATE: I need the 3 logos in all pages. Now I’m having them only on the front page.
Can you help me to modify the php function?- This reply was modified 2 years, 8 months ago by niguli.
hi, any help from someone?
hi Rikard, thanks for your support. Now I’m able to answer correctly. Yesterday I wasn’t enable to comment or create new post. I’m gonna try in few seconds.
Closed thanks
not perfect but acceptable for now.
Thanks Rikard
Thanks Rikard, I’ll do it on my own and then show you !
yes please you can close. Thanks for your great support!
Hi Mike and first of all thanks for your support.
It works!I noticed you hide che preloader via css with a js. Does it mean that the preloader is still working and it is simply hidden … this is the reason why the iframe window loads slowly?
This reply has been marked as private.yes. Site is in demo here: I don’t want the preloader to appear when a user clicks on yellow button “GO TO THE STAKEHOLDERS’ PLATFORM” in the “Get engaged area!”. It opens a lightbox window, but inside that I don’t want it.
October 7, 2020 at 1:41 pm in reply to: change img logo on scrolling with no transparent header #1251153Yes I did. Thanks
October 5, 2020 at 11:10 am in reply to: change img logo on scrolling with no transparent header #1250559hi, any help ? :)
October 3, 2020 at 8:22 am in reply to: change img logo on scrolling with no transparent header #1250281I want the logo to be this one when scrolled
-
AuthorPosts