Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My header image and post display incorrectlyIt looks like you solved this issue?
Forum: Fixing WordPress
In reply to: How do you add a logo to the header?It should have in its settings a place to put the URL to the Logo? Whats the url to your site and the theme.
Forum: Fixing WordPress
In reply to: Missing sidebar and inactive links in blog postsThat’s great! Could you please mark this resolved. (Right sidebar of this thread)
Forum: Fixing WordPress
In reply to: i moved my domain to another domain, gets error!!I was referring to the old domain before you had redirected it to the new domain. It had the 1-800 virus.
Forum: Fixing WordPress
In reply to: i moved my domain to another domain, gets error!!The site has been hacked and should be taken down.
Forum: Fixing WordPress
In reply to: Redirect Loop – Tried everything cant get into wp-loginLooks like the membership plugin is unhappy. Via FTP or a cPanel file manager I’d try renaming the wp-content/plugins folder to disable all of the plugins. This should hopefully get you back into the dashboard. You can then rename the folder back and the reactivate the plugins one by one. You might also consider a manual update of the WordPress files if you think it was caused by an corrupt update.
Forum: Fixing WordPress
In reply to: Missing sidebar and inactive links in blog postsWhat did you add to the site yesterday? Did you add any plugins for instance? Try disabling all the plugins and see if that solves the issue. If it does you can reactivate them one at a time until it breaks again. Then you know what the cause is.
Also try disabling the w3 cache as it might be serving up the broken posts.
Forum: Fixing WordPress
In reply to: Adding 2 videos on the same rowYou might try this display:inline-block; for each div
Forum: Fixing WordPress
In reply to: Missing sidebar and inactive links in blog postsCould you please post the sites URL.
Forum: Fixing WordPress
In reply to: display picture to facebook link from static homepageFacebook uses OG open graph settings. Try this plugin or add the meta to your header.php
https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
Forum: Fixing WordPress
In reply to: How do you add a logo to the header?It depends on which theme you are using. Most have a section in the settings to set the logo.
Forum: Fixing WordPress
In reply to: Cannot get links to work on the site i am building, need help!In the visual view there is a two icons that look like a chain link. You need to highlight the text you want to be a link and click on the chain link icon on the left and fill in the fields.
Forum: Fixing WordPress
In reply to: Cannot get links to work on the site i am building, need help!If I understand correctly you need to wrap the email in html top make it a link. Are you doing that in the page editor? Try this:
This is an email link: <a href="mailto:someone@example.com?Subject=Hello%20again">Send Mail</a>Which would produce this.
This is an email link:
Send MailForum: Fixing WordPress
In reply to: Customizing admin menu (height and width adjustment)I’d search for a plugin to do that as any changes you make to core files will be lost when WP is updated.
Forum: Fixing WordPress
In reply to: Hide a post if has a certain post metaWhat do you mean by the post details?