lorbach
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: login logo distortedHello rabid. Can you recreate your logo at 320×80? That will prevent it from being stretched.
Happy WPing!
Forum: Fixing WordPress
In reply to: Hacked but don't know how to fix!Hello. Really hope that’s not the case. Take a look at the following page for more details on what to do next…
Forum: Fixing WordPress
In reply to: Menu stretching the whole way across.I can’t find a terribly good way to save my css changes, but I can just tell you what I did to make it look right…
I added a rule to the ul element to set text-align: center. Then I removed the “float: left” and the borders from the li and the a elements, and I added a “display: inline-block” to the a element. And last, I changed the border-radius property on the hover effect for the a element to be just 6px to round all the corners, since I removed the lines between elements.
Let me know if that works for you.
Forum: Fixing WordPress
In reply to: Can't edit the splash page of the website, help!Hello. No worries aerosaz… we’ll get this straightened out.
Can you pass along the link to your site? Which theme are you using?
Forum: Fixing WordPress
In reply to: Menu stretching the whole way across.Don’t pull your hair out. Usually not a good look for anybody.
We’ll figure this out. You’re talking about the blue menu bar right?
Do you have it set at 100% or a specified number of pixels?
Forum: Fixing WordPress
In reply to: Images not showing on Mobile SiteHello. Can you try deactivating plugins to explore whether any could be responsible?
Try looking at the theme’s demo website on a mobile phone to see whether the issue is specific to your theme.
Let me know and we can keep digging in.
Forum: Fixing WordPress
In reply to: Side by side imagesAfter a bit of digging… the alignment icons in the WordPress editor are for aligning text; they are not for aligning images. https://en.support.wordpress.com/visual-editor/#alignment They are used to achieve wrapping text around images on either the right or left hand side, or to display an image that’s centered without text on either side of it. If the text beside the images does not occupy the same amount of space that the image beside it does then the text wrapping will continue and the images and text that follow will have a staggered appearance.
Align-left means position left, with the rest of the content wrapping around the right side of the image.
Align-right means position right, with the rest of the content wrapping around the left side of the image.
Align-center means position center, with no wrap-around (= the rest of the content below the image).Every theme has a maximum displayed image width https://wpbtips.wordpress.com/2009/07/23/maximum-image-width/ so it’s important to keep that in mind when posting multiple images side-by-side. If you want two images to be side by side on the same line start by setting the alignment of both images to left. To prevent the staggered effect what you do is insert the following snippet of code into the HTML editor after each image/text pair:
<br style=”clear:both;” />Forum: Fixing WordPress
In reply to: Paste a agenda from wordHello. Have you tried to do a search/replace (delete) of the <p></p>? Rather than deleting them individually?
Forum: Fixing WordPress
In reply to: Pages don't pull up without 'www.' on Chrome and SafariHello. Try going to your WordPress Admin Dashboard > Appearance and set the active theme to Twenty Twelve, Twenty Thirteen and see if the issue persists.
It’s most likely related to your htaccess file, WordPress address/site url/permalinks, plugin or server.
Forum: Themes and Templates
In reply to: [ArtCity] change fontsHello. There are numerous ways to edit fonts in WordPress. One of the easiest solutions I’ve found is…
https://www.ads-software.com/plugins/font/
Happy WPing!
Forum: Fixing WordPress
In reply to: Side by side imagesHello Anne. Should be an easy fix. Take a look at the following page…
https://vivin.net/2009/11/05/displaying-images-side-by-side-in-wordpress/
Happy WPing!
Forum: Fixing WordPress
In reply to: Comments Off, Comments are closed.Hello.
You should have a comments_popup_link in your index.php, you can remove the call, and in single.php and possible page.php remove the comments_template call
Also, by removing this code 4 times from the loop.php file the “comments off” text was deleted:
<span class=”comments-link”><?php comments_popup_link( __( ‘→ Leave a comment’, ‘coraline’ ), __( ‘→ 1 Comment’, ‘coraline’ ), __( ‘→ % Comments’, ‘coraline’ ) ); ?></span>
I hope that helps!
Forum: Fixing WordPress
In reply to: Mobile Display IssueHello. Did the url for your About page change? I am unable to get that link to load properly.
Issue may be because you’re using fonts not included in the default installation?
Forum: Fixing WordPress
In reply to: Events from WordPress site posted on Facebook site ??Hello. You might want to take a look at the Sync Facebook Events plugin…
https://www.ads-software.com/plugins/sync-facebook-events/ -or-
https://tri.be/shop/facebook-events/Happy WPing!
Forum: Fixing WordPress
In reply to: Urgent Help/Spam/HackedEd, I do not see any right banner ads when I visit your website.
Perhaps you could troubleshoot a bit by uninstalling the Super Cache plugin and see if the banner is still being displayed for you.
https://www.ads-software.com/plugins/wp-super-cache/other_notes/
I’ll keep digging around as well and see if I can find anybody else with the same issue.