• Hi,

    I would like to add two callout buttons with links. I figured out how to do that, but I don’t know how to make them aligned next to each other at the same level. When I put one on the left, the other on the right side is at a little bit lower level.

    Can you tell me please how can i do this?

    Thanks,

    Mada

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author alex27

    (@alex27)

    Hello!
    Please provide a link to your website.

    Thread Starter madalinacristanovici

    (@madalinacristanovici)

    Hi again,

    This is the link to my webiste: https://goo.gl/huO6YC

    Many thanks!

    Theme Author alex27

    (@alex27)

    I assume you want both messages to be inline? Instead of using align="left" try adding class="alignleft" instead.

    Thread Starter madalinacristanovici

    (@madalinacristanovici)

    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 https://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

    Theme Author alex27

    (@alex27)

    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>

    Thread Starter madalinacristanovici

    (@madalinacristanovici)

    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=’https://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

    Theme Author alex27

    (@alex27)

    To use big buttons input “big” as size.

    Theme Author alex27

    (@alex27)

    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.

    Thread Starter madalinacristanovici

    (@madalinacristanovici)

    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

    Thread Starter madalinacristanovici

    (@madalinacristanovici)

    Can you please help me with removing the words “overview”, “services” and “portfolio” by telling me which lines I need to remove?
    Thanks

    Theme Author alex27

    (@alex27)

    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.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘corpo call-out button’ is closed to new replies.