RebeckaH
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: basic noob css questionIf you just want to add some meta tags, install an SEO plugin. That would provide you with the option to use different key words on each page or post or header.
Forum: Fixing WordPress
In reply to: spaceYou can adjust this in your css.
If you were to include a link to the page, someone might be able to tell you where to make the changes.Forum: Fixing WordPress
In reply to: Where is wp-config.php?The WordPress installation files reside with your host.
You can access them via ftp, or through your cpanel on Blue Host.Forum: Everything else WordPress
In reply to: Slow Printing of PDFsHow big are the PDF files? The bigger they are the longer they will take to download and print. If there are lots of high rez photos, that is most likely the issue.
Install a separate lightbox plugin such as Lightbox2 and you should be golden. (make sure the images are clickable in the media settings)
Forum: Plugins
In reply to: [WooCommerce] Coupon gets applied automaticallyAre you logged in to your site on that browser when this occurs?
It may be because you are logged in and it’s saving it for you. Try logging out and see what happens.
Forum: Plugins
In reply to: [WooCommerce] Product page: no products displayedIt’s not your theme (which looks great!) it’s your WooCommerce settings.
Your shop page is probably set to display categories not the individual products.
Go to WooCommerce Settings – under the Catalog tab – Shop Display – select Show Products and all of your individual products will be displayed when you visit the Shop page.Forum: Fixing WordPress
In reply to: Code visible, shouldn't beTo fix the “Foto” menu item, go to Appearsnce/ Menus.
In the left column you see an option called custom links. Type # in the URL area, then the name you want on the menu item – Foto – in the label area and add that to your menu.
Move it to where you want it in your menu, move the sub category items to underneath it and remove the Foto page link item that you already had.The NextGen Gallery -looks like maybe the short code isn’t closed. Add a second bracket in the page editor so it looks like [nggallery]
I’m not sure if that’s the fix for it, but it’s worth a try.Forum: Fixing WordPress
In reply to: WIden sidebar/widget areaIn order to widen the sidebar, you’ll need to narrow the site-content area, even if it’s just by a tiny bit. The sum of all the components cannot be wider than the total width. You have to account for borders and padding and margins content-area, sidebar and all that good stuff.
So if you reduce the site-content to 65% or thereabouts you can increase the width of the sidebar.
Hope that makes sense to you.Forum: Fixing WordPress
In reply to: reassign home pageGo to the menus section in your dashboard and change the link on the HOME menu item to your url instead of the testsite url.
If that doesn’t work, you may need to put in a help ticket. StudioPress has great support so they’ll help you out.
Forum: Themes and Templates
In reply to: image in commentsLocate the following in your theme css and insert ‘ display:none; ‘ (without the apostrophes)
1.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
margin: 1px;
background: #fff;
}Forum: Fixing WordPress
In reply to: Centering custom logoTry this in the CSS around line 490:
Change
#header-container > div {
margin-top: 20px;
text-align: right;
}to
#header-container > div {
margin-top: 20px;
text-align: center;
}Forum: Fixing WordPress
In reply to: New password with each registered domain?If each of these domains points to a separate WordPress install, then yes, this is normal.
Forum: Fixing WordPress
In reply to: How do I have gallery style front page postings?Under Settings in the WordPress dashboard, click on Reading, choose your latest posts, then the number of posts you want to show on the page – you have indicated that you want 10, then select summary instead of full text.
Save it and hopefully that will put things the way you want them to be.The size and placement of the featured photo will be in the settings and css of your theme.
Forum: Localhost Installs
In reply to: Can't establish connection to serverAre you remembering to start WAMP or Xxamp or whatever you’re using before you try to access your site?