ivegte
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] Choose which posts appear on the homepageI have the same question asked, and no answer yet. Have you figured it yourself already?
Forum: Themes and Templates
In reply to: [Hitchcock] Split up portfolio and photographyThanks for your reply.
I have succeeded making an extra menu-item. The ‘portfolio’ section contains my work and my photos. At my photography section I want to show my photos only (and not my other work). But it uses both the sticky posts. How can I achieve this?
So my photos shouldn’t show up on my portfolio section.
Forum: Themes and Templates
In reply to: [Moesia] Height of MenuSorry, I just noticed that putting just a ‘height’ will make your website looks bad :). Too bad I cannot delete my comment.
Forum: Themes and Templates
In reply to: [Moesia] Height of MenuTo change the height of the main navigation menu, you can in the css file for this:
.top-bar { position: relative; z-index: 99999; background-color: #222; opacity: 0.9; }
You can set the height using ‘height: 350px;’ I’ve put 350px here just for an example.
Forum: Themes and Templates
In reply to: [Moesia] Add Icons to social menuThere’s an plugin for that called ‘Menu Icons’ by Dzikri Aziz.
Thanks Vlad!
I have sent you the login credentials.
Yes I understand, and I am glad you want to help me. I am sorry that I am asking for something that takes a lot effort to explain.
Forum: Themes and Templates
In reply to: [Moesia] Combine features of Latest News and Projects?Okay. I tried it myself, but I cannot get it working.
Again, what I want to achieve is the following:
The image output + the lightbox effect with the short description of the ‘Latest News’ description combined. I do not want a link to another page, because I have a ‘one-page-website’.I did the following:
1. Created a child theme. This is working.
I have here a style.css file and a functions.php file.2. Now I’ve looked up the code in the following file fp-projects.php (in the parent theme files). I copied this file to my child theme directory (Directory: /wp-content/themes/Moesia-Child/widgets). I changed the name to: fp-projects-child.php.
3. I copied the following code into fp-projects-child.php:
<section id=\”latest-news\” class=\”latest-news-area\”>
[…]
[…]
</section>
I have put this code below:
<section id=\\\”projects\\\” class=\\\”projects-area\\\”>
[…]
[…]
</section>I did not change any code, so everything is originally copied from the original theme.
What am I doing wrong? I hope someone can help me.
Forum: Themes and Templates
In reply to: [Moesia] Combine features of Latest News and Projects?I have successfully created a child theme and activated it, but I don’t know which file I have to pick and which code I need to achieve what i want to. I have to copy/paste and edit some code from the functions.php in the parent theme right?
Forum: Themes and Templates
In reply to: [Moesia] Moesia FP: Contact is missingOkay, thanks
Forum: Themes and Templates
In reply to: [Moesia] Anchor – menuThanks, I got it working.