Hi,
You guys have been fantastic in helping me learning how to customize vantage pro, and I hope that you can help me on this too :-)
I would like to customize the main blogpage, archivepage and the single post page. I am fully aware that I have to hack into archive.php, single.php and ? – for the main blog page. I intend to do that via a child theme.
I am trying to duplicate the blue ribbon under the main menu, that you can see in this example:
http://wptest01.zkagen-marketing.dk/indholds-side-2/
On this page, you can also see additional explanations on what it is that I am trying to accomplish.
Can you help med whit this?
Hi Hans
With some effort this is possible.
I started going through this step by step but there are quite a few that need to be taken. Let me see if I can just work this up for your quickly.
I hate to pull back from a task but I’m 15mins into this and unfortunately need to stop. It’s bigger than we can help with from a support perspective given our current backlog. I’d guess this is around an hour’s work. The Vantage content is constrained in header.php with:
You need to move that to below your new title row in order for it to be 100%. This means touching almost all the regular theme template files.
Here is what I did in archive.php:
You can see how I moved the title up. That’s the essence. Then a section of CSS will need to be written to support this and as I mentioned earlier, the starting location of .full-container needs to change for the whole theme.
Wish I could work this up, it’s just too big of a task.
(If you’re interested in getting help at any point, the guys at http://codeable.io are great)
Hi Andrew,
I deeply appreciate your effort to try and help me.
I knew that I was stretching the boundaries in which I could expect support help.
If I sort it out, I will come back here with the details, so others can benefit from it.
Again, thanks for your time!
HC
Thanks very much for your understanding here, I appreciate it. Good luck with this task.
Hi Andrew,
I have to modify main blog page , archive pages and single post pages.
I know that archive.php controls archive pages, and sigle.php control single post pages, but which template file controls the main blog page?
That would most likely be: index.php.
Hi Andrew,
Mission accomplished :-)
Best done through Vantage child theme.
Add to stylesheet.css
Edit files: content-page.php, content-single.php
Find:
Change to:
Edit file: header.php
Find:
Change to:
Hi Hans
Nicely done! Really glad to hear you made progress with this, thanks for sharing your solution with everyone.