Few issues in regards to the website

2

Comments

  • 2) To make it smaller, you can go to Theme Options > Header & Subheader > Subheader
    and change the value of padding to smaller amount

    3) Paste it to Theme Options > Custom CSS & JS > CSS
    a.action_button{
    background:blue !important;
    }
    Thanks
  • Pablo,

    Thanks a lot! will have a check. I have a problem with the mobile wpml button. WPML support gave me a reply, they did some work but is not completed... maybe you will be able to help me out with this?

    The flag can be aligned to the left, no problemo, but I need something which will show people that this is clickable. Have a look what they wrote:



  • I would suggest that you get all the details sorted with your theme support.

    Here is the css I added to the WPML -> Languages -> Language switcher options -> Additional CSS:

    code here: [Links visible only for registered users]



  • So, do you want the wpml lang button on mobile to have different colors? Is that it?
    thanks
  • Ho Bryan,

    I fixed some of the CSS, but still got one thing to change and cannot find the code to change the color of this items. I would like to have a blue color instead of white, please see the screen: [Links visible only for registered users]

    Thanks a lot!
  • Paste this code into custom css
    .menu-item-object-wpml_ls_menu_item, .menu-item-object-wpml_ls_menu_item a{
    background:#001e4a !important;
    }
    Thanks
  • Hi Pablo,

    Thanks a lot! Working. :) one last question, on the wpml button, the blue is a bit different than in other menu layout, I think that there is an overlay color added to it, can we remove it please to keep same blue on all menu items?

    Thanks a lot!
  • Sorry for duplicate post, forgot to mention about this issue. On polish version footer gets broken (items are not in line). Please see attached screen: [Links visible only for registered users] - can I do anything, to do them to be in one line like rest?

    Thanks a lot for your time and help,

  • Insert this code too, it will solve the problem of color.
    #menu-item-wpml-ls-7-en, #menu-item-wpml-ls-7-en a{
    background:#001e4a !important;
    }
    The words are very long, but if i'll disable wraping, it could get overlap other word.
    Cheers
  • Ok,

    Thanks a lot. :)
  • Hi,

    Really thanks for your time and help guys!

    1) Unfortunately having still issue with the wpml button (css). Please see attached screen, can you be able to help me with it?

    * There is any way to move the flag to the left and align it vertically with the menu items? 
    * Also, on the bottom is a horizontal line, but on the screen you can notice that the line is not to the end (from right to the left)

    * There is a double item after clicking the wpml button

    Thanks for your time and help. :)

  • Sure, no problem
    ;)

    1)
    - For aligning flag and fixing vertical problem:
    @media (max-width:787px){
    img.wpml-ls-flag{
    float:left !important;
    margin-right:3px;
    margin-top:3px;
    }
    }

    img.wpml-ls-flag{
    margin-top:3px;
    }
    - BG issue:
    @media (min-width:787px) and (max-width:1240px){
    #menu-item-wpml-ls-7-en, #menu-item-wpml-ls-7-en a{
    background:#001e4a !important;
    }

    .wpml-ls-slot-7.wpml-ls-current-language .wpml-ls-slot-7{
    background:#001e4a !important;
    }
    }
    And double click:
    #Side_slide #menu > ul:last-child > li:last-child{
    border-bottom:none !important;
    }
    Cheers
  • GREAT! :D
    - thanks a lot! Working perfectly. :)

    I know that you are not responsible to support in regards to the wpml, but working with their support is taking ages; I'm struggling with translating "bespoke advice" (button from my header - top bar right / action button), if you have any solution or suggestion or direction how I can do it, I will be grateful! :)

    Many thanks again!
  • I can try to make it only with Custom CSS.
    Not with the WPML plugin.

    Will this be okay?
    Thanks
  • Pablo,

    For now, sure :) Cause it took to long with the wpml support and I need to sort it asap, thanks a lot!:)
    - if you are able to help me with the copyright in footer as well I will be greatful. :)
  • Okay, but for every language, you have to change the html[lang] tag and content
    Also, it doesn't have an hover effect, unfortunately.
    html[lang='pl-pl'] a.action_button::before{
    content:'Skontaktuj się';
    text-align:center;
    padding-top:10px;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:orange !important;
    position:absolute;
    }

    This one is for Polish language
    Thanks
  • Hi Pablo,

    Thanks a lot! :) - all sorted! appreciate your help guys! big thanks!
  • Hi,

    Got another weird issue, building the new website and the logo of some pages are... gone.

    Password for website: be123
    If you go main page: [Links visible only for registered users] there is logo on header but for example on these pages (main parent and parent) logo is gone:

    Will you be able to help me with this issue please?
  • Hi,
    First, please update theme to the newest version of BeTheme.
    Thanks
  • Hi Pablo,

    Thanks for your time and help. I got a different - weird issue. On the top bar, I'm trying to do links using a slogan option, but links are not working. Please see attachment. Any idea, why it happens?

    Thanks for your help in advance,
    Regards
  • Hello,
    this is due to Envato new security changes which we have to follow. From now on you cannot use HTML markup in most of Theme options. Fields that previously accepted HTML now only accept plain text.
    Only basic HTML tags like strong and u are working. Read more about the changes here:
    [Links visible only for registered users]
    thanks
  • Hi Pablo,

    Okay, thanks a lot. btw. there is an option to remove the sidebar from the single product page?

    Thanks
  • Only on single, certain page or on all of the single products pages?
    Also, please send a link to your website.
    Thanks
  • On all of the single products pages. Here is a link: 
    pass: ev123 - i would like to have single product page full width without sidebar. but keep the sidebar on the category page.

    Thanks for your time and help,

  • Ok, sorted. (;

  • Glad to hear that.
    I've made already the CSS, but If you did that, then I'm not pasting it.

    If you have some other questions, feel free to ask.
    Thanks
  • Hi,

    Again thanks Pablo for your time and help, facing a new issue, unfortunately. 

    After I'm doing updated on the page and save it the page gets broken. Always full content is gone from the front end and back end. Will you be able to help me out with this issue, please? The website link is europia.org.uk

    Thanks in advance.
  • Hi,

    Please open your website in Firefox html mode (CTRL+U) and check html errors you got. Please fix them first and all should be fine.

    Thanks!
  • Hi,

    Thanks for quick reply. Errors are in red in the code, right?
  • Indeed, if something is colored red, it means that problem is related to that tag.
    Thanks
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.