Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving URLWhat hosting are you on , Windows or Linux? If you have cPanel then you can just point the domain to the sub-directory. In WordPress just use the domain name for Home and URL.
Forum: Fixing WordPress
In reply to: Existing URLAdd the folder that your blog is in to the end of the URL.
example.com/folder_where_my_blog_is
Forum: Fixing WordPress
In reply to: Would like to align pics side-by-side above each otherShould be able to remove it from the menus section in the dashboard.
Appearance>Menus
Or look for it in the theme options section and disable secondary menus
Forum: Plugins
In reply to: [Event Registration] 403 Forbidden ErrorHi Clearsope,
Please post the URL so I can look at the reg pages.
Forum: Fixing WordPress
In reply to: My Website vanished! (all white)Awesome … could you mark this resolved please.
Forum: Fixing WordPress
In reply to: Would like to align pics side-by-side above each otherOk like I said its being imposed by the themes CSS styling sheet.
http://galgaguta.hu/wp-content/themes/ReStyle/lib/css/defaults.css
Look around line 249 and change the margin-bottom to 0 px.
media="screen, projection" .post img.aligncenter { margin-bottom: 10px; }Its always smarter to create and activate a child theme and apply your changes there. This preserves your changes if you ever want to update the parent theme. If that’s more than you want to learn right now then just edit the above file as indicated.
Forum: Fixing WordPress
In reply to: Home page Icon not visibleIt looks like its hosted on GoDaddy. Do you have access to the account there?
Forum: Fixing WordPress
In reply to: Image appear in preview but broken in publish wordpressI understand. I don’t think WordPress will allow that to run. Perhaps there is a plugin available to wrap the code in or you could make a plugin to run the code from a shortcode in the post.
Forum: Plugins
In reply to: [Event Registration] 403 Forbidden ErrorMight sound crazy but the only commonality is your computer. Maybe a caching or javascript issue. Have you tested it from another machine?
Forum: Fixing WordPress
In reply to: Would like to align pics side-by-side above each otherWhat is the URL please.
Forum: Fixing WordPress
In reply to: How to recovery a very large wordpress site using static htmlHi Herb,
Wow that’s quite a project. You might try posting this over in the plugins support forum where the developer will see it.
Forum: Fixing WordPress
In reply to: Would like to align pics side-by-side above each otherWhat have you tried so far? Can you post the URL to the page please. Basic answer is that you just insert the images into a post or page one after the other with alignment set to none. I imagine that your theme has some CSS to apply padding and margins around images so you will have to deal with that.
Forum: Fixing WordPress
In reply to: Image appear in preview but broken in publish wordpressYes it is the php. Upload a image file through the Media Library and insert it in the post.
Forum: Fixing WordPress
In reply to: Can't see the comment box on posts on any template I useCheck the Settings>Discussion section in the dashboard.
Forum: Fixing WordPress
In reply to: List posts in categoryThe site seems to be broken.
It’s Theme dependent. Different themes display posts and categories differently. So the easiest way is for you to find a theme that has it the way you describe. Otherwise you will have to create (code) your own template page. As you stated you are very new to this so that’s not a viable option starting out.
One thing you might also look at is go to Appearance>Menus and Add a Menu item based on Categories. Look down the left side and expand the Categories Tab … select one and then add to menu. Once done go to the site and click on it and see how it displays the posts.