Hello!
Please provide a link to your website.
Hi again,
This is the link to my webiste: http://goo.gl/huO6YC
Many thanks!
I assume you want both messages to be inline? Instead of using align="left" try adding class="alignleft" instead.
Thank you so much, I what you said and it works perfectly. There is however just another thing I need help with. I want the buttons to look like they look now http://goo.gl/huO6YC (i did this using an external plugin) but i think the theme looses its responsiveness. Can you tell me what I need to edit so that the the buttons look like they do now but without the plugin that I used so that the theme will work properly also on mobile devices?
Thank you so much
Mada
I don’t know what exactly this plugin does, but you can enlarge buttons simply by adding class ‘big’ to them (instead of large):
<a class="button red big" href="#"> Download Curriculum/Content </a>
I cant seem to get it done. All this is really new to me, but I am really eager to learn.
So, this is the code for one of the buttons:
<div class=”alignright”><h3></h3><p></p>[button color=’red’ size=’medium’ url=’http://www.exponentialbusiness.co/downloads/curriculumcontent2014.pdf’%5DDownload Curriculum/Content [/button]</div>
What do i need to write so that the buttons will be big and inline?
It would also be of great help if you could show me a way to remove the words “overview” and “services” and “portofolio”. (i dont want to replace them, just to remove them). It means a really great deal to me to be able to do this.
Thanks again and again
To use big buttons input “big” as size.
As for the portfolio, this part comes from Corpo Toolkit plugin, not the theme itself. But you can override templates in theme. Here’s what you need to do:
1) Create a child theme. You can use a plugin like One Click child theme for this.
2) Copy file called single-corpo_portfolio.php from plugins/corpo_toolkit/templates/ to your child theme
3) Make the necessary edits to the file in your child theme folder – it should be easy to search for those phrases you want removed and delete those.
Hi again,
I finally got it with the big buttons. Thanks a lot!
As regards removing the words: portfolio, services and overview, I tried to figure out what lines of code I should remove from the file but nothing seems to work. I did everything you said, I have the child theme and copied the file single-corpo_portfolio.php and searched for the phrases to remove but couldn’t figure those out. Can you please tell me exactly which lines I need to remove from the file ? Thanks, Mada
Can you please help me with removing the words “overview”, “services” and “portfolio” by telling me which lines I need to remove?
Thanks
Those phrases are in single-corpo_portfolio.php, look like this (lines 56-58):
<h5><?php _e('Overview','corpo'); ?></h5>
<?php the_content(); ?>
<h5><?php _e('Services','corpo'); ?></h5>
If you open this file in editor you shouldn’t have trouble searching for those words.