areach
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Transferring from old theme to new themeThanks Steve. When you mean reassign existing menus do you mean that they will have to be recreated from scratch?
Thank you Emilio. I’ll give it a go.
Forum: Plugins
In reply to: NextGen Gallery – How do you remove border around thumbnails?Hi,
I’m don’t know where and how to edit file “nextgen_basic_thumbnails.min.css”. Can someone help explain how to do this. Thank you.
Forum: Themes and Templates
In reply to: [Coraline] Problems with Coraline Theme Version MenusHi Kathryn,
I’m having trouble with my coraline theme. I updated to wordpress 4.7 yesterday and It lost the social media sharing icons that show up at the bottom of each post. I went to settings but the sharing item was no longer there. My hosting company is Godaddy and they restored all my files back to the previous day so now I’m back to running 4.6.1. Is there a problem with the theme not working correctly with the version 4.7? If not, can you advise what I should do. I’m hesitant to try and update to 4.7 again.
Thank you very much for your help.
Forum: Themes and Templates
In reply to: [Coraline] Problems with Coraline Theme Version MenusKathryn,
I called Godaddy who hosts my site and they showed me how to change the php.ini file per the link you gave me. That fixed the problem. Thanks so much for your help.
Forum: Themes and Templates
In reply to: [Coraline] Problems with Coraline Theme Version MenusKathryn,
I realized that you can’t see the private post unless I give you username and password to site. In lieu of that the menu item I deleted is the last one “FOOD RECIPE LINKS”Forum: Themes and Templates
In reply to: [Coraline] Problems with Coraline Theme Version MenusHi Kathryn,
Thanks for the response and help. Here’s link to the site: https://www.baumwollarchives.comThe menu isn’t messed up now because I fixed it by going back to my last database backup. But I made screenshot of the menu structure. It’s a very long structure because I have a lot of submenus. I created a post not visible to the public where I put the menu structure screen shot for you to see. Here’s a link: https://baumwollarchives.com/10995-2/
If you scroll down to the bottom of the screen shot, the very last menu item highlighted with a red box around it, is the menu that was deleted that caused the problem.
Could the problem be that I have too many menu items?
Forum: Fixing WordPress
In reply to: Problems with Coraline Theme Version: 1.5.2Silly Me. Thanks Evan.
Forum: Fixing WordPress
In reply to: Problems with Coraline Theme Version: 1.5.2Thanks tara. I clicked link to the caroline support tab. But I don’t see how to post question to this forum. Can you help me with how to ask them.
I used your code and it worked. Thanks so much Cais for your help.
AndrewThanks Cais! Just to confirm, do I put this at the very end of the css style sheet?
Hi Cais. Removed the nextgen related items from the css and the thumbnails align now. Thank you. I have one more question for you.
Here’s a link to one of my galleries: https://www.andrewreach.com/?page_id=306
You’ll notice that the thumbnails are close to the left side and not centered on the white space. Is there a simple line of code I can write in the css style sheet that will center the thumbnails on the white area?
Thanks again for all your help.
All my thumbs are 150 x 150. I checked the gallery thumb folders and copied to my computer and checked them. All are 150 x 150.
I’ve copied a portion of my theme; Cold Theme: Stylesheet (style.css) below. Could there be something here that is causing the problem? Thanks again for your help on this. I’m disabled and rebuilding all my galleries would be too much for me.
}
/* —————————————- */
/* Gallery and Captions */.pp_description{display:inline-block !important; font-weight:normal !important;}
html > body .ngg-album {
border: medium none !important;
display: inline-block !important;
}
.ngg-description {
display: none !important;
}
#navigation {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}.sf-menu li {
font: 15px/18px “Arial”;
text-transform: uppercase;
}.alignnone {
margin: 0;
}div.pp_default .pp_description {
margin: 5px 50px 5px 20px;
}
.ngg-gallery-thumbnail-box {
margin-right: 20px;
}
.ngg-gallery-thumbnail-box:nth-child(5n+1) {
margin-right: 0;
}html > body .ngg-album {
padding: 25px !important;
}under other options, thumbnail options I have the following settings:
Default Thumbnail Dimensions: 150 x 150
Set Fixed Dimensions: Yes
Can’t think of any other details. Is there somewhere in the CSS code that specifies spacing of thumbnails where it can be tweaked. Would it be possible for me to give you access to my wordpress dashboard?