BenjC88
Forum Replies Created
-
Yeah I don’t know what was going on but it turned out that page would literally display no content, no matter what I put on it. Had to delete it and create a new page with a different slug to get it fixed.
Apologies for the false alarm on your plugin being at fault, one of the weirdest problems I’ve ever had on WordPress.
Ok, now looks like Galleries don’t work either.
Forum: Plugins
In reply to: [FooGallery Owl Carousel Template] Not displayingSorry I was messing around with it. I’ve actually identified it doesn’t display on my site whenever display advanced options is set to yes (no matter what the options under it are set to).
It’s there now but as soon as I enable advanced options to remove the pagination it disappears.
Forum: Themes and Templates
In reply to: Simply Delicious center featured images#featured a img { display: block; margin: 0 auto; }
Try that
Forum: Themes and Templates
In reply to: Simply Delicious center featured images#featured img { display: block; margin: 0 auto; }
Forum: Themes and Templates
In reply to: [Bearded] Extra Image shows up at top of PageThat is the theme inserting the featured image. If you don’t use the featured images anywhere else you could remove it, if you do need elsewhere then you’ll need to edit the page.php (which should be done using a child theme) to remove the function calling the featured image.
Forum: Themes and Templates
In reply to: [Radiant] Change color of active link in menu bar.active a { color: #FFF }
Should work I think.
Forum: Themes and Templates
In reply to: Simply Delicious center featured imagesAdd the following css:
.post-featured-image img { display: block; margin: 0 auto; }
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogHave you copied wp-blog-header.php from the root directory to the blog directory?
Forum: Installing WordPress
In reply to: What is MySQL database for anyways?The amount of space you need will mainly depend on your content.
A database is essential, it’s fundamental basis of how WordPress works. It stores all the data of your pages, posts, users etc. WordPress then provides php functions to display this data in various ways.
Forum: Fixing WordPress
In reply to: Adding Custom Posts to a New PageForum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogYeah you need to create it. What you’ve done so far is tell WordPress where to find all it’s files so it’s looking in your root/blog directory which doesn’t exist.
So if you create the blog directory and move the files into it WordPress will find them.
Forum: Themes and Templates
In reply to: [Admired] Making theme unresponsive on mobile devicesAdd the following css to fix the banner:
#header.logo { background-size: contain; background-position: center; }
Looking at the theme’s output if they don’t offer an unresponsive option you’re going to struggle as it’s % based, you could go through and change all the % widths to pixels.
Forum: Fixing WordPress
In reply to: moving WP blogging platform from .com to .com/blogYeah, it will usually be public_html in a cPanel install. You need to move the WordPress files and folders from there into the blog folder.
Forum: Fixing WordPress
In reply to: target="_blank" not workingI can’t replicate your problem with a default install of the theme, there are no options in the theme regarding the site-wide formatting of links.
Any chance you can post exactly what html you’re typing in and where?