Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #305285

    Hello and thank you for this awesome theme. I am new at web design and have been having some trouble with a couple things. I am doing my site in Japanese as well, which makes things even more difficult. So any help you can provide would be greatly appreciated. Here is my website http://www.great-sensei.com

    1) I can not seem to change the “home” link to Japanese title of “ホーム” that I wanted my link to say… Can it be changed?

    2) I would like my picture to be full width, but a friend checked my site and says it is boxed style, but the enfold general styling page says it is not boxed… This has been puzzling me for weeks.

    3) On mobile devices my image and text is cut off… Is there a way to fix it so that the image appears in full on mobile devices?

    4) In my popular posts section of my main page, I would like to just have the title of the post appear and not any other information. How can I achieve this?

    5) I would like the text for my header menu to be more clear. How can I make the colors all the same as the “home” link and then when clicked or highlighted turn red.

    Thank you in advance and sorry to ask so much at once.

    #305716

    Hey gtj007!

    Thank you for choosing Enfold and welcome to our support forum! :)
    1- Please go to Appearance > Menus and change Home as needed
    2- Please edit your page and add Color Section element to your page with a custom ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and add your image inside your Color section. Then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { width: 100%; }

    3- Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .av-image-caption-overlay-center {
    font-size: 16px!important;
    }}

    and adjust as needed
    4-

    span.post-meta-infos {
    display: none!important;
    }

    5- Please go to Enfold theme options > Advanced Styling and edit “Main Menu links”

    Regards,
    Yigit

    #307611

    Thank you very much Yigit!

    But as for question four, I did what you said but I cannot seem to get rid of the read more and snippit option. Again, I am just trying to have the picture, and title displayed.

    Thanks again for all your help.

    #307662

    Hey!

    You can use this code to hide the post content and read more button:

    
    .home .flex_column .template-blog .post .entry-content-wrapper {
        display: none;
    }
    

    Cheers!
    Peter

    #311722

    Thank you dude. But when I put in that code it erases everything. I still want the posts title to be displayed.

    #311775

    Hey!

    Please use following code instead

    .home .entry-content {
    display: none;
    }

    Cheers!
    Yigit

    #313256

    Thank you Yigit! It works good now. I have a lot more questions but I will wait for a bit.

    Thanks again everyone for your help

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘A couple questions’ is closed to new replies.