Papigiulio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Intro page in front of wordpress websiteGraab sorry for the late reply. I never got an email notification. Splashpage huh? Sounds interesting, will check it out this weekend. Thanks ??
Forum: Fixing WordPress
In reply to: Completely different toppage and imagehoveranyone? :\
Forum: Fixing WordPress
In reply to: Completely different toppage and imagehoverThank you for the replies but both are not what I want. If I make a new toppage it will be shown as a POST inside the side, not replace the entire layout. It needs to be a totally separate page.
I was messing around with the toppage yesterday. Please see below.
This is the PHP page index.php
<?php echo ' <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd"> <html> <link href="front.css" rel="stylesheet" type="text/css" > <div align="center" class="color"> <img src="wp-content/uploads/2017/07/button1.jpg" alt="" width="333" height="400"> <img src="wp-content/uploads/2017/07/button2.jpg" alt="" width="333" height="400"> </div> </html> '; ?>
And the CSS page:
.color img{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -webkit-transition: all 1s ease; } .color img:hover{ background-image: url('wp-content/uploads/2017/07/button1_hover.jpg'); }
So im trying to add the mouse hover in the PHP page but it doesn’t work. Any ideas where its wrong?
Forum: Fixing WordPress
In reply to: URL and accessibility issuesHi Samuel,
Apologies for the late reply, lots of things going on. Yes I understand. I contacted the hosting server but their reply was pretty complicated. I will need to hire a professional to fix this. Either way thank you for your reply.
Forum: Fixing WordPress
In reply to: WordPress login on multiple computersThat did the trick, thank you so much ??
Forum: Fixing WordPress
In reply to: Site url won't workThank you, I will contact my provider. Actually I was hoping to do it myself because their service is horrible.
Forum: Fixing WordPress
In reply to: Site url won't workof course and okay, I won’t touch it.
homepage url is https://www.petit-planet.com
subpage would go to f.e.
Forum: Themes and Templates
In reply to: [Theme Woothemes Peddlar] Page content width is narrowI had this little snippet in my css before to remove the padding from the mainbanner, but the site became horizontally scrollable which I didnt like.
@media screen and (max-width: 799px) { body { padding: 0; }
So now with this removed the content is as I was saying in my previous post, very narrow. suggestions?
Forum: Themes and Templates
In reply to: Header width mobile site, menu paddingGreat! It works perfectly.
Thanks you so much Bojan, really appreciate it. Saves me another headache ??
Forum: Themes and Templates
In reply to: Header width mobile site, menu paddingI’m sorry, totally forgot to post the link. Here it is
Forum: Themes and Templates
In reply to: Some images don't work on desktopHah, yeah I tried reading the CORS articles but thats a bit too complicated for me. Guess Ill have to find another way. Thanks for the help though ??
Forum: Themes and Templates
In reply to: Some images don't work on desktopDamn, this means my referral is messed up.
Actually (since this is a Japanese host) im quite confused on how they handle their stuff. It took me a week to set up the current domain but apparently some things still work out. I’m afraid by messing with the current settings the site will go offline.
Without messing with the domain is there a way to redirect all images to the sakura domain? Or do I need to hardcode that in the php files?
Forum: Fixing WordPress
In reply to: Can’t login (before and after upgrade)My last try to get some attention. I really need some help here. I’ve asked everyone and I have tried everything, but nothing works.
I’ve asked my webhost to see if the databases were corrupt or if I needed a new install. They said it was an error in WP self. Stubborn I tried to create a new database and a new wpblog anyway, but still COULDN’T login.
Tried from a different computer, but still CAN’T login. Im all out of options. Please help.
Forum: Fixing WordPress
In reply to: Can’t login in my Admin areaYup same here (xtna), did everything as said above. Even created a new database. It just won’t budge/login. I emailed my host and they say my databases are still ok, nothing changed.
Forum: Fixing WordPress
In reply to: Can’t login (before and after upgrade)Unfortunately still no replies. But I’m a little bit further with my problem. I created a new database and installed WP completely fresh in a subfolder on my server, but the problem still exists. Login screen kicks me back to the login screen.
Running out of air here