Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1734
    cecilia b
    Participant

    Hello
    I was wondering how can I remove my page title and just use your custom headline. See my example below.

    http://www.my-canvas.biz/pottery/

    Thank you

    #1737
    Kory
    Keymaster

    Hey Cecilia,

    The default templates for your pages include the titles by default; however, we have been considering adding the option to turn them on or off for situations like this where users prefer to disable them. This is something we will work to address in a future version of the theme.

    For now, you can add the following bit of code to the Custom section of the Customizer in the CSS box. This will allow you to hide the headings on your pages and achieve the look you’re going for:

    .page .hentry .entry-header {
      display: none;
    }
    
    .page .hentry .entry-content {
      margin-top: 0;
    }

    Let us know if you need anything else!

    #1741
    cecilia b
    Participant

    Thank you!! I will add that.

    I do have another quick question. But it is about adding a image to a post. If I need to start another post I will, just let me know. I am trying to add a image that will be circled. I copied what you have on your website but I am getting a grey box around the pictured. When I used the shortcode within the post I get a squared box. See the code below and see the page below.

    [image src=”http://my-canvas.biz/wp-content/uploads/2013/12/potter-painting.jpg” alt=”Best therapy in town!!” type=”circle” float=”none” link=”true” href=”#” title=”Best therapy in town!!” target=”blank” info=”tooltip, popover” info_place=”top, right, bottom, left” info_trigger=”hover, click, focus” info_content=”This content will only show up if you have decided to show a popover.”]

    [image type=”circle” src=”http://my-canvas.biz/wp-content/uploads/2013/12/potter-painting.jpg” alt=”Text”]

    http://www.my-canvas.biz/pottery/

    #1742
    cecilia b
    Participant

    Never mind the grey box just disappear

    Thank you your prompt reply

    #1743
    Rubin
    Keymaster

    If you have any additional questions feel free to get in touch with us!

    #1747
    cecilia b
    Participant

    I do have another question. I am trying to list a featured headline. I added the icon trophy but it is not showing up. see below

    http://www.my-canvas.biz/pottery/

    [feature_headline type=”left” level=”h3″ looks_like=”h3″ icon=”trophy”] How it Works [/feature_headline]

    thanks

    #1748
    Kory
    Keymaster

    Cecilia,

    I do not see a “How it Works” heading on the page. Additionally, you appear to be using a [custom_headline] shortcode. Ensure that you are using the correct shortcode so that everything can be in order.

    Thanks!

    #1751
    cecilia b
    Participant

    I copied the code from the demo website under shortcodes

    This is my code
    [feature_headline type=”left” level=”h3″ looks_like=”h3″ icon=”trophy”] How it Works [/feature_headline]

    This the demo code
    [feature_headline type=”left” level=”h2″ looks_like=”h5″ icon=”film”]Video[/feature_headline]

    I went back to copy again just to make sure but I still cant see the trophy icon.

    #1755
    Kory
    Keymaster

    Hey Cecilia,

    Just tested this on our development server to make sure everything is in order and it is working correctly. What version of the theme are you using? The current version is v1.4.0.

    Let us know when you have a chance.

    Thanks!

    #1762
    cecilia b
    Participant

    I am running the same version and wordpress 3.8

    #1767
    Kory
    Keymaster

    Cecilia,

    I just visited your site and I can see the trophy icon in the headline. Are you not seeing the same thing? If not, could you take a screenshot of your page and link to it using something like Dropbox in here so that I can see it? Everything seems to be in order from visiting your site just now.

    Thanks!

    #1771
    cecilia b
    Participant

    I can see it when using google chrome. But I can not see it using IE. I can also see it on my phone. It maybe my computer. Thanks for your help. I will start another thread for my video question.

    #1772
    Kory
    Keymaster

    Cecilia,

    We’ll definitely look into it a little further. Thanks for your feedback!

  • <script> jQuery(function($){ $("#no-reply-1734 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>