FEW LITTLE THINGS TO ADD - by fairplay - on WordPress WooCommerce support

This topic has 76 replies, 5 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: fairplay
    fairplay
    Participant
    April 29, 2015 at 15:50

    ok i adjusted but for height adjustments i don’t need to change fixed menu which is going with you when you scroll down. I need the menu that is on the top of the page. And i need it’s height to be shorter so for example revolution slider would be closer to logo from below, and languages would be closer to logo from above do you understand what i mean?

    Avatar: fairplay
    fairplay
    Participant
    April 29, 2015 at 16:58

    1. Also in footer i want footer link and footer copyright hidden

    2. And area in footer and pre-footer to be my own color

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 30, 2015 at 08:27

    Hello

    You may change height of the main menu changing values in following code:

    .double-border{padding:0!important;}
    .page-content{padding-top:0px}

    This will remove footer links and copyright and change footer color:

    .copyright {display:none}
    .footer{background:brown!important}

    With best regards
    Brian Johnson

    Avatar: fairplay
    fairplay
    Participant
    April 30, 2015 at 10:35

    Is there a possibility to adjust just menu text or just menu logo left or right? Because always when i try and change some values both change a little bit and is hard to me to really align fixed menu and top menu to be aligned in same position.

    Also i am not able to use VC in static blocks for my footer.
    When i go on my site there is footer already made, but when i go in my backoffice to statics blocks there is nothing made and when i try to make it i can’t edit anything with VC. Please help me with this.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2015 at 10:44

    Hello,

    1) Could you please clarify with more details what exactly changes you want to do at menu?
    2) First to need to disable demo footer block in Theme Options->General then create footer manually.
    Please read more in our documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/footer
    Also watch video tutorial:
    https://www.youtube.com/watch?list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&v=HL7wtSaTcMU

    Regards,
    Robert Hall.

    Avatar: fairplay
    fairplay
    Participant
    April 30, 2015 at 10:56

    1. I have already made lots of changes to menu. And now i have top menu which has good alignment and fixed menu which is going with me when i scroll down. So i want menu which scrolls down with me to be same exact alignment as top menu how can i do that? This is my code now is style.css:

    .header3 {background:white}
    .header3 .logo{text-align:center}
    .menu{text-align:right!important;}
    .header-type-3 .main-nav{background:white;}
    .header-type-3 .menu{width:100%!important;float:right;}
    .header-type-3 .container{width:93%!important;margin-left:auto;margin-right:auto;}
    .header-type-3 .menu-main-menu-container{display:block !important;padding-top:20px}

    .menu > li a:hover{color:#0078ad!important;}
    .menu > li.current-menu-item > a{color:#0078ad!important;}
    .menu > li a:active{color:#0078ad!important;}

    .logo-with-menu a img{width:100px !important;display:block;}
    .logo-with-menu {width:100px !important;float:left!important}

    .double-border{padding:10px!important;}
    .page-content{padding-top:9px}

    .fixed-header .container{width:59%}

    .copyright {display:none}
    .footer{background:#62a2bd!important}

    .fixed-header .menu{width: 930px!important;
    margin-left: 50px!important;}

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 30, 2015 at 11:19

    Hello

    You may remove
    .fixed-header .container{width:59%}
    and

    .fixed-header .menu{width: 930px!important;
    margin-left: 50px!important;}

    And add this code instead:
    .logo-with-menu{margin-left:70px;)

    With best regards
    Brian Johnson

    Avatar: fairplay
    fairplay
    Participant
    April 30, 2015 at 11:47

    1. Hello now not working at all logo went too much on the left. But logo in header is on the same place.

    2. Look at this picture here: http://www.azurefilm.com/wp-content/uploads/2015/04/errorVC.jpg
    you can see that when i try to edit static blocks i dont have Visual Composer there available, but in your videos i can see you can use it. I have latest VC updated from your site today so it is not that problem. Also i have newest theme update also. Why can’t i see it?

    3. After i updated new theme my footer again changed to regular brown color, i have in theme show footer blocks off but it still shows. Why is that?

    Avatar: fairplay
    fairplay
    Participant
    April 30, 2015 at 11:56

    Hey i have managed to get number 2. working, if you go to VC in left menu of i have it below “TOOLS” in general menu of WordPress, then there you can decide where VC can be available you can choose from those things: post, page,etheme_portfolio,staticblocks,testimonial

    But number 1 still exists.

    And in number 2 i saw i had again texts put in widgets so i removed them and now is wihout footer copyrights. But i can’t change color to whatever i want. I am using those two code for that:
    .footer{background:#62a2bd!important}
    .copyright {display:none}

    But color that it takes is not my which i have in that code where do i change that?

    Avatar: fairplay
    fairplay
    Participant
    May 3, 2015 at 20:57

    hey guys can you please take a look at this thread ?

    I wrote last time i have again problem with changing color of footer to whatever i want.

    because my color is not working now after i updated script to newer version.
    I have this code in style.css:

    .footer{background:#62a2bd!important}
    .copyright {display:none}

    But it doesnt give this color what can i do? i have this changed color in footer 2!

    Also when you gave me code for header above it changed positions of logo in top menu and is now different from fixed menu.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 4, 2015 at 13:14

    Hello,

    I’ve added this code to change footer background color:

    .footer.footer-bottom-2 {
     background-color: #53b9e6;
    }

    Please clear browser cache and check.
    Could you please clarify how you want the logo to be displayed?
    Show us screenshots for better understanding.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 4, 2015 at 15:07

    Hey Eva, i just want the logo and menu to be same position in both menus fixed menu which scrolls down with me and top menu on top of the page. I aligned logo in same position i now have to align also text of menu to be same. With which command can i do that?

    Also can i somehow change color of top header where menu is ?

    And also can you please tell me how to change color of font in footer?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 4, 2015 at 15:54

    Hello,

    Please add this code in style.css file of your child theme:

    .header-type-3 .main-nav .menu > li.current-menu-item > a {
        text-decoration: overline !important;
    }

    To change header background color use this code:

    .header-type-3 .main-nav {
     background-color: blue !important;
    }

    and for the footer:

    .footer.footer-bottom-2 {
        color: black !important;
    }

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 4, 2015 at 16:12

    hey Eva i don’t understand what is first code used for:

    Please add this code in style.css file of your child theme:

    .header-type-3 .main-nav .menu > li.current-menu-item > a {
    text-decoration: overline !important;
    }
    please write for every code what use is for Thanks.

    Also text in top page menu and text in scroll down menu are still not aligned in same parametre, is that even possible to align perfectly?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 4, 2015 at 18:31

    Hello,

    This code

    .header-type-3 .main-nav .menu > li.current-menu-item > a {
    text-decoration: overline !important;
    }

    is used to make active menu item overlined as in fixed header and not underlined.
    As I see the menu text is aligned correctly. Please show screenshots what you want to change.
    This code

    .footer.footer-bottom-2 {
        color: black !important;
    }

    changes font color in footer.

    This code

    .header-type-3 .main-nav {
     background-color: blue !important;
    }

    changes background color in the header.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 5, 2015 at 21:23

    Hey Eva where is written something on how to set Blog posts in particular page? And also how to change that blog name to NEWS or any other head title?

    What i did now is on the page “NEWS” i have inserted with visual composer 4 rows and in each row i put in single blog post from VC. How do i set up so that i will have or Blog Grid or Blog default or Blog timeline, where do i define that?

    Also how do i setup in Blog Grid that my posts go down indefinitely without ending?

    Also how do i setup so that below the blog post there would be some Leave a reply form?

    Avatar: fairplay
    fairplay
    Participant
    May 6, 2015 at 09:26

    Also my contact form says “undefined” when i try to fill it myself. What do i have to do so when someone sends me email that it will send email to my inbox?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 6, 2015 at 11:45

    Hello,

    Create a page “News” and select it in wp-admin > Settings > Reading > Posts page.
    Then you can select blog layout in Theme Options > Blog Layout.
    Sorry but there is no such feature to make posts go down indefinitely without ending.
    To have “Leave a reply” form you need enable comments in Settings > Discussion.
    The issue with contact form has been fixed.
    Please clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 6, 2015 at 12:47

    Here in Legenda documentation is said that Grid Layout can have function Ajay infinite post loading:

    Blog Layout
    Blog page layout: select layout which is suited for your blog;
    AJAX Infinite Posts Loading: allows you to load more posts without reloading page. (for Grid Layout only!;

    Also i would like to make some pictures with frames like this in your demo page:
    http://i59.tinypic.com/15fmy3o.jpg

    Because i now have like this: http://i60.tinypic.com/o6cykz.jpg
    and is very unprofessional.

    please help.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 6, 2015 at 15:28

    Hello,

    As I see border is shown for posts:
    https://s3.amazonaws.com/fvd-data/notes/168674/1430922487-oxlC8T/screen.jpeg
    Please check it again.
    Also I’ve published posts that were in drafts to be able to view them on blog page.

    Regards,
    Eva Kemp.

  • 1 2 3 4
    Viewing 40 results - 21 through 40 (of 76 total)

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

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