lorbach
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Message beside the URLThat is strange. What do you have inside your <title></title> tags?
Which theme are you using?
Forum: Fixing WordPress
In reply to: Need best SEO pluginYoast is a great SEO plugin… 4.75/5 star review from users.
You might also want to check out the “All in One SEO Pack”… https://www.ads-software.com/plugins/all-in-one-seo-pack/
Happy WPing!
Forum: Fixing WordPress
In reply to: Change background on a specific widget/menuYour markup looks very different from the markup in the example site. The example site has a <div class=”main”> div with a child div with a class of “home-right”. It’s that home-right div that gives the white background. But on your page, the element that contains the sidebar is a sibling to the div.main element… it’s an “aside” element with a ton of classes applied to it.
Not sure why there are differences, but I think if you add the class “home-right” to that “aside” element, it will give the translucent white background you’re looking for.
Forum: Fixing WordPress
In reply to: My Site is a MessCan you explain how you are trying add gallery pictures? I see 5 images on the page now.
Forum: Fixing WordPress
In reply to: Change background on a specific widget/menuHello glennmil. First off, new site looks great. That’s a really nice theme.
I see the white background is working properly on the internal pages. Might be a plugin issue. I’m looking at the CSS now. I’ll report back if I can figure it out.
Forum: Fixing WordPress
In reply to: Problems Embedding Youtube Video to Virtue ThemeAh yes, you’re right about the embed. Remove the “?”. Try this…
<iframe width=”853″ height=”480″ src=”//www.youtube.com/embed/YH9YHX7oJXU” frameborder=”0″ allowfullscreen></iframe>
Forum: Fixing WordPress
In reply to: Problems Embedding Youtube Video to Virtue ThemeYou’re missing the ‘http’ in your url Chris.
Try this…
<iframe width=”853″ height=”480″ src=”https://www.youtube.com/embed/YH9YHX7oJXU?rel=0″ frameborder=”0″ allowfullscreen></iframe>Happy WPing!
Right-click on the menu item “open source”, and inspect-element.
Select the li tag containing that anchor element, and now click on the “hover” checkbox to trigger the hover style on the list element. This triggers the dropdown.
Now that you have the dropdown showing up and it won’t go away when you move your mouse, you can right-click on the little triangle and inspect it to see what’s going on. That shows you the dropdown unordered-list, with nothing super-obvious. Try opening that unordered-list element to see what’s inside.
Now that you have the dropdown showing up and it won’t go away when you move your mouse, you can right-click on the little triangle and inspect it to see what’s going on. That shows you the dropdown unordered-list, with nothing super-obvious. Try opening that unordered-list element to see what’s inside.
Now you can see that there’s a “::before” and “::after” node. You can click on either of them and you will see that the little triangle gets highlighted. So both of those are used to create the little upward-pointing caret. Probably one of them is solid white, positioned on top of a slightly-larger solid grey triangle, which creates the illusion of a thin border. So now that you have the css selectors that are targeting both of these, you just create two new matching css selectors and give them a property of “display: none” and they won’t show up anymore.
Let me know if you get that to work.
Cheers.
I’m looking. Haven’t found it just yet.
Forum: Fixing WordPress
In reply to: Can't edit the splash page of the website, help!Hmmm. I’m not seeing anything on the page when https://www.davidrblack.net loads. Can you explain a bit what you did to “redo” the splash page? Are the internal pages working?
Hello David. Can you pass along your link and which theme you’re using? This should be a quick css fix.
Forum: Networking WordPress
In reply to: subdomain didn't work, switched to directory, almost worksRighto! I just clicked that link now. Remove or rename that folder.
Forum: Fixing WordPress
In reply to: Store page in Firefox looks weird but in chrome fineAlways a good idea to check https://validator.w3.org first.
Good luck.
Forum: Fixing WordPress
In reply to: Store page in Firefox looks weird but in chrome fineWhich version of Firefox are you using? I have FF 26.0 and Chrome 32.0 and your site looks identical in each.
Forum: Fixing WordPress
In reply to: Store page in Firefox looks weird but in chrome fineHello Uendi. Can you pass along a link to your page? And which theme are you using?
We’ll get this straightened out in no time.