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

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

  • Avatar: fairplay
    fairplay
    Participant
    May 6, 2015 at 15:49

    Hey Eva,

    yes but i wanted those posts already when you click on News. Now people have to click news then calendar is shown and on calendar they have to search for posts. Can i get rid of that calendar and just show those posts on first page when people click on news?

    Also where do i insert correct email for contact us section so i get peoples questions directly on that email?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 6, 2015 at 16:22

    Hello,

    That calendar is added in the editor of “News” page. Go to wp-admin panel > Pages > edit News page and remove the content.
    Do you mean “contact us” section at the bottom of the page? If so you need go to wp-admin panel > Chat Console > Options > Offline Messages > fill your email address in the field “Where should offline messages go?”.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 6, 2015 at 17:16

    No i want without calendar.

    I want those post to be exactly like this when people click on NEWS:

    https://s3.amazonaws.com/fvd-data/notes/168674/1430922487-oxlC8T/screen.jpeg

    So when they click on news i want those tabs to be there like on this picture.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 6, 2015 at 19:50

    Hello,

    You have 2 pages “News” and I’ve set the one that is in your menu as “Posts page” in Settings > Reading. Also I’ve removed “Posts Grid” element from the page.
    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 6, 2015 at 21:48

    Why can’t i add Read More button to the posts?

    I am trying but cant add it :/ Also how to make so that all post will be in same dimensions and not one higher or shorter then the others ?

    Avatar: fairplay
    fairplay
    Participant
    May 7, 2015 at 07:30

    Ok i have found the solution! No problem! You have to add in the text READ MORE tag you have it in the bar.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 7, 2015 at 07:37

    Hello @fairplay,

    So, is your issue solved?

    Regards,
    Robert Hall.

    Avatar: fairplay
    fairplay
    Participant
    May 7, 2015 at 22:04

    1. Hey i have now english edition of the page. I would like to make also German language and Slovenian language. Do i have to now first download from FTP files and then edit it poeditor ? I have now 2 different files in my FTP en_GB.po and default.po I would like to translate first to German language everything that i added visible to the site like footer and tabs + pages translations.
    Which files has now all those words for translation? Because i have now downloaded from FTP en_GB and uploaded it into poeditor but editor found just general words like “Opps! Page not found” or “Return to home page” ..so this kind of stuff. Where is file where i have all my current visible data so i can translate?

    Also how can i change color of Hidden Top Area?

    Thanks,S

    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 08:26

    Hello,

    If you want to have multilingual site you need use WPML plugin http://wpml.org/ . It’s fully compatible with the theme.
    You can change background color for the hidden top panel area using this code in custom.css:

    .top-panel {
     background-color: white !important;
    }

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 8, 2015 at 10:00

    why do i see so much languages on my side above menu ? i want there just two.

    Is WPML free software to use?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 10:56

    Hello,

    Unfortunately WPML isn’t free. You have to buy it.
    You can remove that languages adding empty Text widget into “Place in header top bar” area in Appearance > Widgets.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 8, 2015 at 11:31

    Hey Eva,

    I want there languages to be seen but just English and Germany not all of them, where do i change that?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 8, 2015 at 11:58

    Hello,

    As I told you need use WPML plugin to have multilingual site. Also you can refer to this article for alternative solutions:
    https://managewp.com/create-multilingual-wordpress-site

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 11, 2015 at 12:28

    Can you please tell me how to put all buttons that work into my own color. For example i have a button JOIN OUR TEAM in the About Section, and always when people hover over it the color is green. How to make it my own color?
    Also color of question and answer table (STEP1, STEP2, STEP3) is also green when i hover over it with my mouse in section of DIY 3D PRINTER KIT on my site. How to change that?

    Also Contact form is now just on right side of the page. How to make it over whole width of the page?
    This is in CONTACT FROM section of my site.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 11, 2015 at 13:11

    Hello,

    You can change color for those buttons in Theme Options > Color Scheme > Main Color.
    I’ve added this code in CSS block of VC editor:
    http://storage3.static.itmages.com/i/15/0511/h_1431346227_3412766_88562e7375.png

    Please check Contact page now.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 11, 2015 at 15:01

    Thanks a lot.

    1.Above actual contact form it is with letters written, “Contact form” How to make those letters bigger or smaller or whatever typography i want?

    2. I need a form to be aligned with text above it (which is not part of contact form), how to do that?

    3. Also on Azurefilm Home page or 3D Filament i have some heading and below that i have additional heading text. For example in 3D Filament i have this under slider:

    PRINTING FILAMENT REELS
    AzureFilm plastic filament reels for 3D printers

    How to change size of both headings? I would need in particular case to just change size of text in gray below big heading so this one: “AzureFilm plastic filament reels for 3D printers

    Avatar: Eva
    Eva Kemp
    Support staff
    May 11, 2015 at 15:34

    Hello,

    1. Use this code in style.css of your child theme:

    .contact-form-title {
        font-size: 15px !important;
    }

    2. I’ve added this code in CSS block of VC editor in the “CONTACT US” page:

    .row-fluid .span8 {
        width: 100%;
    }

    Please check.

    3. To change font size for subtitle use this code in style.css of your child theme:

    .subtitle {
     font-size: 25px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 11, 2015 at 18:23

    Hey Eva, that that code still doesnt make contact form in alignment with text.

    Also tell me this why in news when you to on post it show this with 0 at the end, where does that 0 come from and how to put it away?
    Posted on May 5, 2015 at 2:53 pm by AzureFilm Staff / News / 0

    Avatar: Eva
    Eva Kemp
    Support staff
    May 11, 2015 at 18:40

    Hello,

    Please check Contact page now. Is it fine?
    The “0” number shows how many comments a post has.
    If you don’t want to show it add this code in style.css of the child theme:
    .post-comments-count {display: none;}

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 15, 2015 at 10:38

    Hello, now is fine.

    Can you tell me if i can change those stars color in the contact us form?

    At the end of every word there is this * (star) which is now red, can u make it my own color?

    Name and Surname *

    Email *

    Website

    Message *

    Thanks,S

  • 1 2 3 4
    Viewing 60 results - 41 through 60 (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.