-
AuthorPosts
-
August 16, 2014 at 1:44 pm #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.
August 18, 2014 at 1:28 pm #305716Hey 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,
YigitAugust 22, 2014 at 6:12 am #307611Thank 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.
August 22, 2014 at 8:41 am #307662Hey!
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!
PeterSeptember 1, 2014 at 10:21 am #311722Thank you dude. But when I put in that code it erases everything. I still want the posts title to be displayed.
September 1, 2014 at 12:55 pm #311775Hey!
Please use following code instead
.home .entry-content { display: none; }
Cheers!
YigitSeptember 4, 2014 at 10:57 am #313256Thank 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
-
AuthorPosts
- The topic ‘A couple questions’ is closed to new replies.