Many Things how to do — - by canbilgic

This topic has 54 replies, 6 voices, and was last updated 9 years, 6 months ago ago by Brian Johnson

  • Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 24, 2015 at 05:37

    Thanks! But is there any skin which only shows text? we dont need images. its like a news feed more or less.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 24, 2015 at 08:42

    Hello @josh_gaskin,

    You can try to hide images via adding css code.
    Could you please provide us with page where you want to hide images?

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 02:08

    Hey, Im just wondering how i can change the colour of the head above the menu? is there a setting or do i need some custom CSS?

    Thanks!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 07:09

    Hello,

    Please try to add this code in custom.css file

    .header{
    background: red;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 07:38

    Thanks, can i keep the colour of the menu background white somehow?

    And the cart, my account little area a different colour?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 07:40

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 07:41

    The site is using hosts file entry, i could give you ftp?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 07:48

    Please let me know what type of header you’re using? (Theme Options->Header)

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 07:49

    sidebar boxed

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 07:58

    Please replace code above for this:

    .main-header > .container{
      background: red;
      width: 1200px;
    }
    .navbar-header{
    background: green;
    }

    If that code will not correct for you please provide us with screenshot and set all color zone.

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:03

    http://imgur.com/6eDJ94z

    The colour of the head doesnt seem to want to change with that code.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 08:18

    Try to replace code

    .main-header > .container{
      background: red;
      width: 1200px;
    }

    to this

    .header > .container{
      background: red !important;
      width: 1200px;
    }

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:27

    That doesnt seem to work either. Here is all my custom css so that you can see if there would be anything clashing.. i dont think so though.. http://imgur.com/c8A0tbz

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 28, 2015 at 08:32

    You have an error in code & gt;. Must be >
    Please see screenshot: http://prntscr.com/6z21dr

    Regards,
    Robert Hall.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:40

    I managed to fix it myself like this:

    .header.main-header{
    background: #56004e;
    }

    .menu-wrapper{
    background:white;
    }

    One thing which i cant seem to override or find a setting for is why the .navbar-header has a lot of padding to the right. i think there may be something that is supposed to be there but I just want the wrapper around what i have in there. here is a screenshot: http://imgur.com/QubKEg3

    I tried this code but it didnt work:

    .navbar-header {
    width: 33% !important;
    text-align: left !important;
    background: #009ddc;
    }

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 08:57

    FYI, it worked for colour, not for the width..

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 28, 2015 at 09:14

    Hello

    You may try to add this code:

    .header.main-header .container{width:33% !important;
    background: #56004e;
    }

    With best regards
    Brian Johnson

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    April 28, 2015 at 09:21

    http://imgur.com/tFh9SYs that messes things up

    Avatar: Eva
    Eva Kemp
    Support staff
    April 28, 2015 at 10:26

    Hello,

    Could you please show a screenshot what you want to achieve?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    May 6, 2015 at 08:29

    Hey, Im wanting to edit a field in the contact page. I want to change “website” to a dropdown box for “how did you find us”

    Where do i make edits to the contact form? It doesnt seem to use contact form 7 or anything..

    Cheers,

    Josh

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 6, 2015 at 08:36

    Hello

    Please check line 216 (“contact form”) in wp-content/themes/woopress/framework/shortcodes.php.

    With best regards
    Brian Johnson

    Avatar: josh_gaskin
    josh_gaskin
    Participant
    May 6, 2015 at 08:37

    Thanks,

    Wont this be over ridden by theme updates though?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 6, 2015 at 08:48

    Hello,

    In this case you need copy the edited copy into functions.php of the child theme.
    How to create child theme you can read here:
    http://codex.wordpress.org/Child_Themes

    Regards,
    Eva Kemp.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 6, 2015 at 08:53

    Hello

    Please transfer your customized file (shortcode.php) to the Child Theme.
    You may also transfer just function (the code after //Contact form//) to the functions.php of your Chid Theme. You may read here about Child Theme.
    In case you will need any assistance in overwriting parent theme function please let us know.

    With best regards
    Brian Johnson

  • 1 2
    Viewing 54 results - 31 through 54 (of 54 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.