Some questions about theme (client slider, team section etc.)

Hello Team,

I have some little quesions about theme. My workingsite: http://ksiezycowabransoletka.pl/

1) I need - change color or bg image at the bar "wspolpacujemy" (section of client slide) - where I can do that?
2) http://ksiezycowabransoletka.pl/zaloga/  - I need there <read more> link after 3 lines of text - Is there possibility to do this?
3) On some pages I don't want breadcrumps - Can I do that (and how ;)

Thanks for fantastic theme and support :)


Comments

  • Hi,

    1) This background can be changed with extra css:
    ul.clients .client_wrapper { background: #000 !important; }
    2) This can not be done automatically. This can be done the way you did it in 1st column already only.

    3) To remove breadcrumbs from some pages only, you need to use extra css:
    .page-id-xxx #Subheader ul.breadcrumbs { display: none !important; }
    where xxx is the id of page from where you want to remove breadcrumbs.
  • Thank You!
  • but....

    look again at homepage. Bacground is change colour, (client slide), but I would rather have this color at "współpracujemy" bar - (next to <>) is this possible?
  • Yes, it is possible but it won't look good. You can try it yourself:
    .clients_slider .clients_slider_header { background: #000 !important; }
  • OK team, I hope last thing :)

    http://ksiezycowabransoletka.pl/szosteczka/

    How to resize those borders around picture? And is there possibility to center picture?

    Thanks
  • You can resize them with the following css only:
    .single-post .single-photo-wrapper .image_frame, .single-post .single-photo-wrapper .wp-caption { width: 50% !important; }
  • OK team, need more help :/


    http://ksiezycowabransoletka.pl/ - featured image of news - I used "media" settings to set image size, and use force regenerated thumbs - nothing work. How Can I set those all images on head page to one size? And when I'll be adding new posts - I need the same image size - 640x427 will be fantastic. Where Can I set it up?


    Second question - sidebar on the right - those two "slim" banners - Is there possibility to do smaller blank bracket between them? I need them closer to each other.
  • 1) If you want to change images sizes, you need to play with functions/theme-functions.php file where add_image_size() functions responsible for different images are.

    2) To make them closer, you need to use extra css:
    .widget.widget_adrotate_widgets { margin-bottom: 0 !important; }
  • Thank You!
  • edited February 2016
    Ok team, - I am trying to move site to new domain - and after migrate all files and base - all my work is gone? (all my custom css, favicon, etc.) - what I did wrong?

    I thin that all what we can update on "be theme options" didn't move with my site.


    I used both of plugins that You recommended and site don't work. I must start it tommorow and I'm really don't knoh why it doesnt't work.
  • Ok, I made it. It wasn't easy. ;)
Sign In or Register to comment.