andreaigv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 5.0 and script-loader.php error messageI have the same problem to log into my dashboard… any ideas? The code is:
if ( is_admin() && ( $current_screen instanceof WP_Screen ) && ! $current_screen->is_block_editor() ) {
return;
}Forum: Plugins
In reply to: [Parallax Image] Image not showing – virtue themeI changed the image and nothing happens.
Forum: Plugins
In reply to: [Parallax Image] Image not showing – virtue themeSure, the code is [dd-parallax img=”Prebautismal-PLAS-e1521947853352.jpg” height=”600″ speed=”3″ z-index=”-100″ offset=”true”][/dd-parallax]
Thanks
Yes, perfect. Thank you!
Thank you both! I had a query wich wasn’t close properly (Thanks Kevin, at first I though you were refering to the one Hanna sent me), and I was using the wrong first code from Hanna, not the second.
So, shame on me! hehe Also, in the meanwhile, my WP finally got update to the last version.
I re-checked everything and fix the mistakes and now it shows the menu on the same row.
Is there anything I could use to align the menu with the center of my logo? Horizontally
Thank you so much for your help!
Yes! From my navigator
Hi Kevin, I made the change but it doesn’t work ?? I don’t know anything about CCS so I only copy-paste the content of the code you send me.
First time I tried with
.col-md-6.clearfix.kad-header-left {
width: 25%;
}
.col-md-6.kad-header-right {
width: 75%;
}And then I saw the second answer, so I erased that code and copy-paste
@media (min-width: 992px) {
.col-md-6.clearfix.kad-header-left {
width: 25%;
}
.col-md-6.kad-header-right {
width: 75%;
}
}But nothing… NOw I tried with the one ypu sent me but my home looks just the same
Thanks! I tried both but none of them worked, I just copy-paste the content on my CSS editor.
Hi! It worked! Just two more things… I want the menu to appear only in one row and much closer to the logo (50% more to the left)
Could you help me?
Thank you so much!