Tagged: , ,

Viewing 20 posts - 1 through 20 (of 25 total)
  • Author
    Posts
  • #53216

    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!

    #53251
    Sakin
    Keymaster

    @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?

    #53263

    Thank 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!

    #53264

    Also, is there a way to hide the post date and time above each post? It’s a business website.

    #53282
    Sakin
    Keymaster

    @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.

    #53485

    Thank 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/

    #53568
    Sakin
    Keymaster

    @michellebergmann: I see that you have already add in the font css. Let me know which area you have issue in font.

    #53579

    If 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!

    #53584
    Sakin
    Keymaster

    @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; }

    #53593

    Thank 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?

    #53597

    I figured out the image issue.

    Just want to fix the Welcome to Constellation mines to be in Rye.

    Thank you!

    #53607
    Sakin
    Keymaster

    @michellebergmann: Ok for homepage headlines, you can add the following css:
    #homepage-message p { font-family: sans-serif, Arial; }

    #53707

    Sorry 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?

    #53716
    Sakin
    Keymaster

    @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%;
    }
    #53717

    Thank 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?

    #53724
    Sakin
    Keymaster

    @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%;
    }
    #53782

    Thank 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?

    #53803
    Sakin
    Keymaster

    @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

    #53830

    Here 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.

    #53887
    Sakin
    Keymaster

    @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.

Viewing 20 posts - 1 through 20 (of 25 total)
  • The topic ‘Homepage Menu Not Syncing With Back End’ is closed to new replies.