Okay
  Public Ticket #1348017
Font
Closed

Comments

  • clarajr started the conversation

    Hi,

    Could you please tell me whats the name of the font used on the logo for powermag and rest of the content? Also, is there a step by step guide on how to build a site like the demo one? I tried installing that demo but is not good to upload it for me, since I dont want to generate errors on my site.
    Just a guide will help. Thanks!

  •  93
    djwd replied

    HI there,

    the font is Bebas Neue.

    Not exactly a step by step guide apart from the documentation and the articles section.

    It's quite simple though, basically you need to set the front page to display latest posts, then drag the desired widgets into the 3 sidebars (HomePage Big, Medium, Small), preferably the ones whose name starts with the HP prefix, and/or carousels.

    Activate sliders and the vertical carousel in the Sliders Tab, and feature some posts in them as described in the documentation.

    If you have any more specific question on things you see on the live demo and having difficulties to achieve please ask.

    Hope it helps

    Regards
    djwd

  • clarajr replied

    HI,

     

     

    Thanks a lot, your answer was very helpful. Following the documents so far is working. I only have an issue with the colors on the menu, since I cant make them appear. Here is my URL: https://esportsgodds.com/

     

    And here is how I added it:

  •  93
    djwd replied

    Hi there,

    Looks like you're doing it right. I think the problem is because the Javascript is broken (and the menu coloring needs it), since the news ticker is active but there's nothing to show. Disable the newsticker or add some posts it should fix it.

    Regards
    djwd

  • clarajr replied

    Hi, again, thanks a lot. Im moving forward fast thanks to your help.


    I wonder if its possible to display a fix chart on top of the 2 main sliders. Is it possible to add a widget / box with custom content on the widgetized home style? (magazine).

    Another question, is there a plugin included or feature that allows me to build tables? If not, which one do you recommend?
    Thanks again and sorry for so many questions

  •  93
    djwd replied

    Hi there, glad it helped.

    1. Adding content above the sliders would need personal customizations to template files, this goes beyond the scope of regular support unfortunately.

    2. Not sure but I think you can use the Visual Composer for that? It should have a tool to build tables.

    Regards
    djwd

  • clarajr replied

    Hi,

    Theres a problem with the css on the form, can you help me fixing it?

    This is how yours look like: http://pmag.djwd.me/222-2/

    And this is how mine looks like (attached img)

    thanks!

  • clarajr replied

    Could you please also tell me how to change the font size for the body of the website? I believe is set on 12 or 14... would like to change it.

    thanks!

  • clarajr replied

    And one last question for today (sorry for sending so many).

    After adding the first post and selecting it to be displayed at the main slider, i see that no description or short paragraph in the text is being shown... where should I set that to appear? I cant seem to find it. 

    Attaching a screenshot of how it looks like on my site.

  •  93
    djwd replied

    Hi there

    1. The HTML is different, this is the one from the live demo:

    <p><label>Your Name * </label><br />
        [text* your-name] </p>
    <p><label>Your Email * </label><br />
        [email* your-email] </p>
    <p><label>Subject</label><br />
        [text your-subject] </p>
    <p><label>Your Message</label><br />
        [textarea your-message] </p>
    <p>[submit "Send"]</p>

    2. If you want to use the default typography, you should use some Custom CSS to edit it. In general this changes the base font size:

    body { font-size: 16px}

     3. Please take a look at this FAQ

    Hope it helps

    Regards
    djwd