- This topic has 24 replies, 2 voices, and was last updated 9 years, 7 months ago by michellebergmann.
-
AuthorPosts
-
March 13, 2015 at 10:18 am #53216michellebergmannMember
Hello,
I have two issues with the homepage menu.
1. How I have it set up on the back end does not match how it looks on the site, it’s not reflecting the right order.
2. I’ve deleted a page which is still showing up, and added a category which is not showing up.
Images: Some of the images, even after resizing are not showing up the correct size.
Font: Is there a way to change the font? I downloaded a plug in that changes the font, but it changes the paragraph copy, versus just the headlines. I would like to just change the headers.
Thank you greatly for any help!
March 13, 2015 at 9:19 pm #53251SakinKeymaster@michellebergmann: Ok have you created custom menu from “Appearance => Menus” and also please check your menu locations at “Appearance => Menus => Manage Locations”. You might have missed to add in menu location. If all this is fine then please check is you have any Cache plugin activated like WP Super Cache or W3 Total Cache or WP Rocket. If so that go to that plugin settings page and clear your cache.
can you share your site url?
March 14, 2015 at 1:15 am #53263michellebergmannMemberThank you so much. I had to make an adjustment in “Manage locations” and now it’s working!
Two more topics below:
– Font: Is there a way to change the font in the already built theme? If not, I already uploaded a plug in to change the font. However, I’d just like the change the headline font and in some cases both the graph and headline change, and in some cases just the headline.
– Image size: In the feature content on the homepage, one of the images is larger than the others, even after I resized it on the back end.
Here is the URL, however it’s not public yet, do I need to make it public or can you access: http://www.yukongoldminetours.com
Thank you!
March 14, 2015 at 1:27 am #53264michellebergmannMemberAlso, is there a way to hide the post date and time above each post? It’s a business website.
March 14, 2015 at 1:07 pm #53282SakinKeymaster@michellebergmann: You can hide the post meta by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }
For images and font, yes your site need to be public. For font, we don’t have that option in Free version and only have in Pro version. Yes, in free version you can use plugin to add font. Then add custom css.
March 17, 2015 at 1:12 am #53485michellebergmannMemberThank you so much for your help.
Would you be able to send the custom css for the font? Not sure if that is something you can help with?
I’d like to have all the headers and titles of the posts in Rye font. With the content for graphs in the original theme font. I installed a plug in but for some reason some of the graphs are also in Rye.
I’ve made the site live: http://www.yukongoldminetours.com/
March 18, 2015 at 12:19 am #53568SakinKeymaster@michellebergmann: I see that you have already add in the font css. Let me know which area you have issue in font.
March 18, 2015 at 12:24 am #53579michellebergmannMemberIf you click on some of the posts, for example the about section, the graphs are showing up in the Rye font. I would like just the headers and post titles to be in Rye and the graphs to be in the font theme.
Also, do you have any insight on the image on the left hand side being larger than the others? I resized the image.
Thank you!
March 18, 2015 at 1:21 am #53584SakinKeymaster@michellebergmann: Please check the plugin settings, you have the following css from pluign
p { font-family: 'Rye'; font-style: normal; font-weight: 400; }
Or you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site p { font-family: sans-serif, Arial; }
March 18, 2015 at 2:45 am #53593michellebergmannMemberThank you! And thank you for being so responsive.
I’ve fixed the font except for in the homepage headline in the middle that reads “Welcome to Constellation Mines!”. Can you send directions to change that?
Also, do you have any instructions for changing the photo size on the featured content column 1?
March 18, 2015 at 4:06 am #53597michellebergmannMemberI figured out the image issue.
Just want to fix the Welcome to Constellation mines to be in Rye.
Thank you!
March 18, 2015 at 9:01 am #53607SakinKeymaster@michellebergmann: Ok for homepage headlines, you can add the following css:
#homepage-message p { font-family: sans-serif, Arial; }
March 19, 2015 at 7:58 am #53707michellebergmannMemberSorry if I wasn’t clear. The headline in the middle that reads “Welcome to Constellation Mines, etc.” I would like that to be in Rye font like the header.
Where can I make those adjustments?
Also, is there a way to expand the site layout so the background is disabled and doesn’t show?
March 19, 2015 at 10:29 am #53716SakinKeymaster@michellebergmann: Ok then the css with be as below:
#homepage-message p { font-family: "Rye", sans-serif; }
But if you want “You’ve never experienced anything like this before.” to be normal then add the following extra:
#homepage-message p span { font-family: sans-serif, Arial; }
This theme is not designed to make it expand 100%. So, you might want to look for our other themes at http://catchthemes.com/themes/
But if you want to work that out with this theme, I don’t guarantee good one. You might need to hire developer to make it nice. try the following css for now:
.site { margin: 0 auto; width: 100%; }
March 19, 2015 at 11:51 am #53717michellebergmannMemberThank you so much, all of those css instructions worked!
The only thing is that the photos on the home page slider don’t stretch to the entire site size. Is there a way to adjust that in CSS? Or is that what you mean by that it sometimes is not good?
March 19, 2015 at 4:00 pm #53724SakinKeymaster@michellebergmann: To make the slider image 100% with, you can make it stretch by adding in the following css:
.featured-slider .slides img { height: auto; width: 100%; }
March 20, 2015 at 10:21 am #53782michellebergmannMemberThank you so much, you are awesome. That worked.
I added a new photo to the gallery, and now only one photo shows up instead of the entire gallery. But on the back end the gallery with multiple photos shows up. Do you know what happened?
March 20, 2015 at 2:35 pm #53803SakinKeymaster@michellebergmann: Sorry I don’t get it which gallery are you talking about. Also after you upload the images in your page, you need to insert it as Gallery then only it will show as gallery. See this https://codex.wordpress.org/The_WordPress_Gallery
March 20, 2015 at 9:58 pm #53830michellebergmannMemberHere is the link: http://www.yukongoldminetours.com/?post_format=gallery
It is inserted as a Gallery, it shows up on the back end as a gallery, but publishes with only one photo.
Thank you.
March 21, 2015 at 5:02 pm #53887SakinKeymaster@michellebergmann: You site is not visible, look like it requires login to view it. Also the link that you send me is for Gallery Archive page, not the gallery page. If it’s default WordPress gallery then it will just how one image and in the below it will say like “This gallery contains 23 photos.”.
We also found one issue when viewing default WordPress Gallery single post. We have just uploaded new version 2.2.1 in WordPress.org and it will be live soon after the WordPress.org theme review team approves it.
-
AuthorPosts
- The topic ‘Homepage Menu Not Syncing With Back End’ is closed to new replies.