dorinspoaller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to redirect to subdomain?That is my problem. I have created the subdomain site.sitetitle.com. I have assigned the folder site to my wordpress instalation for the subdomain. And now I cant redirect.
Forum: Fixing WordPress
In reply to: Can I randomize an URL after each visit to prevent cacheing?Any other quick fix? I am not that good with woocommerce ??
The file is missing. I reupload it and the plugin is working fine. After a day its missing again. And so on.
Forum: Installing WordPress
In reply to: Can't install WordPress on server. Keep getting 404s.It’s difficult to explain. The wp-login.php was working and I could login to the backend, but wp-admin and the website were giving me 404s.
I was using a different index page for https://www.mysite.com and needed to change some stuff in .htaccess. And that was messing with my https://www.mysite.com/blog WordPress installation. But I removed the .htaccess edits and it’s working fine now.
Thanks anyway, hopefully someone else sees this and knows what to do.
Forum: Installing WordPress
In reply to: Can't install WordPress on server. Keep getting 404s.Yes. Everything was done by-the-book. And I still get 404s. My landing page is a html file (mysite.com/home.html) and I changes the .htaccess file to work, but now nothing inside the subfolders works.
Forum: Fixing WordPress
In reply to: Is it possible to do a split in half landing page?If I wanted to buy a theme like that, what and where should I be looking?
Forum: Fixing WordPress
In reply to: How do I get my thumbnails to show when mouse is at center screen?The website I bought this from has sent me to a themeforrest page. Other than that, not much. They don’t provide customer service. It’s 3 AM here and I doubt that they’ll answer if I call them.
Is there an easy fix to my issue?
Forum: Fixing WordPress
In reply to: How do I insert my LOGO between two pieces of menu?Is it better to add a code in the CSS file or should I add it in a php file?
Forum: Fixing WordPress
In reply to: How do I insert my LOGO between two pieces of menu?Added. But now the menu is gone. This is what the custom CSS looks like now:
#mainmenu-menu { margin-bottom: 300px; top: 100px; } img.wp-image-192 { position: absolute; left: 380px; /* Add some top: styles if you want */ } ul#mainmenu-menu li.menu-item:nth-child(2), ul#mainmenu-menu li.menu-item:nth-child(3) { display: block; } ul#mainmenu-menu li.menu-item:nth-child(2) { margin-right: 125px; } ul#mainmenu-menu li.menu-item:nth-child(3) { margin-left: 125px; } #mainmenu { margin: 0; } #mainmenu.scaled ul#mainmenu-menu { display: table; } #mainmenu.scaled li.menu-item { display: inherit; float: left; background: rgb(247,247,247); background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1))); background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%); background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%); background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%); background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 ); } #mainmenu.scaled ul#mainmenu-menu { margin: 0 auto; border: 0; background: none; }
Forum: Fixing WordPress
In reply to: How do I insert my LOGO between two pieces of menu?I have no such thing in my CSS.
Forum: Fixing WordPress
In reply to: How do I insert my LOGO between two pieces of menu?Hello Andrew and thanks again for the help.
Should I add that in the Custom CSS Manager you gave me last night?
Forum: Fixing WordPress
In reply to: How to split a top menu in two?WOW!!!
Thank you very, very much!!!
Now all I have to do is enlarge the gap and lower the logo into position.
You were very helpful!
Thanks a lot!
Forum: Fixing WordPress
In reply to: How to split a top menu in two?It’s progress, but in order to insert the logo inside the space between PAGE 2 and PAGE 3 Im going to need to eliminate the white background from the menu (just between PAGE 2 and PAGE 3). Isn’t there a way by which I can manage this menu or create a custom one that works easier that changing CSS?
Forum: Fixing WordPress
In reply to: How to split a top menu in two?I found that, I was asking if I should add to this new section the code that you posted above. Should I add both?
Forum: Fixing WordPress
In reply to: How to split a top menu in two?I’ve installed it. What do you mean by “use its allocated section of the dashboard to hold your CSS modifications”?
Should I enter what you posted above?