Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25547

    I am after a little help setting up my first site with WordPress, WooCommerce and Enfold – EDITED

    1. How do I control the number of words shown in the excerpt of blog posts in the News blog post block?

    2. How do I get rid of the floating arrow on the left hand side of the page which links to a product in my store? It seems to have something to do with the woocommerce footer widget, but there are no settings to disable this arrow.

    3. Why is my twitter footer widget broken – I have set the username to tiperformance and URL to http://twitter.com/tiperformance ?

    4. Why is there so much padding between the twitter widget and the header?

    Thanks in advance for your help.

    Cheers,

    Jason

    #127340

    Hi Jason,

    1) You can control the blog preview text by using the more tag to tell wordpress where to break off the content. See: http://en.support.wordpress.com/splitting-content/more-tag/

    2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.home .avia-post-nav {
    display: none;
    }

    3) With the change over of the Twitter API the theme’s twitter widget is getting deprecated. You can generate an official twitter widget from your twitter account here: https://twitter.com/settings/widgets . Then just add the generated code to a text widget.

    4) You have a text widget with only the title of ‘Social’ . Each widget has a top and bottom margin so you are seeing the bottom margin without any inner content.

    Regards,

    Devin

    #127341

    Thanks for the fast reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Newbie looking for a little help’ is closed to new replies.