Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26858

    Hi,

    First of all, I want to thank you for making such an amazing template available. It’s really the best I’ve bought so far.

    I have some questions which I hope can be resolved :) My site is http://bookmytable.com.au

    1. I’m trying to link a button to an email with some simple html like this : (Email address hidden if logged out) ?Subject=Hello%20again”>Send Mail but the system doesn’t understand it… it puts it after my url like http://mysite.com/ (Email address hidden if logged out) ?Subject=Hello%20again”>Send Mail and of course goes to a 404 page..

    I have this issue both on normal buttons and also on “team member” option. It is also doing this when I’m trying to have some text link to an email…. :/

    2. Is there a way to increase the size of the FB, twitter, mail icons at the top right of the site?

    3 Is there a way to have more fonts available for the body text?

    4. When on a mobile, my sidebars disappear which is annoying considering the facts that I want to have ads there :) Can I change that?

    5. Is your page builder available as plugin? I would buy it right away!!! It’s so awesome! If not, does all your themes come with it? It would push me to buy more your theme than others…!

    Thanks!!

    Ben

    #131874

    1) Maybe you forgot to remove the http:// prefix? Make sure that the protocol is set to “mailto:”

    2) Yes – insert following code into the quick css field and adjust the font size value

    #top .social_bookmarks li a {
    font-size: 30px;
    }

    3) You can use a plugin like http://wordpress.org/plugins/wp-google-fonts/ to install more fonts. However note that this can increase the page loading time and I’d recommend to stick with the default fonts (one font for headlines and one font for the body text).

    4) Yes – Kriesi just hides it with css. Insert following code into the quick css field

    @media only screen and (max-width: 767px){
    .responsive #top #main .sidebar {
    display: block !important;
    border: none !important;
    }
    }

    5) At the moment the layout builder is only bundled with the Enfold theme but we’ll release more themes in the future. Older themes (like Replete, Propulsion, Angular, Choices, Eunoia, etc.) come with a “Template Builder” which is similar to the layout builder.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Some issues (and thank you for this theme!!!!)’ is closed to new replies.