Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Bug with the menue (newest version)

    • 10 years, 2 months ago comvice
      Participant

      Expired

      Hi there, I already installed the specular theme on my webhosting. It’s really great I love it :)!
      But after I imported the standard theme, there is an bug with my navigation:

      You can see it right there:
      https://wp.smartgains.de/

      I hope we can fix this soon :)

      Cheers Comvice

    • 10 years, 2 months ago Mirela
      Participant

      Hello,

      Please make sure to have set up the menu first. After importing theme dummy data, you have to customize it. Check the menu and remove duplicates. At the moment it exceeds the layout width because it has too manyย ย items, and that is why the layout breaks.
      Let us know if you need help.

      Best regards!

    • 10 years, 2 months ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years, 2 months ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years, 2 months ago Mirela
      Participant

      Hello,

      For the menu please make sure to have selected in page’s General Settings > Page Options & Style > Header Color Style for Header 1 to Dark version header.
      You can use Contact Form 7, it is compatible with the theme.
      The image you attached has shown some of the clients. You can have it in any page, just add the ‘Client’ element via visual composer. Don’t forget to add clients first in ‘Clients’ menu.

      Best regards!

      • This reply was modified 10 years, 2 months ago by Mirela.
    • 10 years, 2 months ago comvice
      Participant

      Expired

      Hi, there is another bug, when I disable smooth scrolling my fixed navbar loose his function. It doesn’t work any more…

      And why I cant see anything on my navbar when i load my page? I only see my menue when I scroll down and the fixed Nav appears. (Smooth Scrolling enabled)

    • 10 years, 2 months ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years, 2 months ago Mirela
      Participant

      Hello,

      I fixed it.
      Please check your site.

      I edited codeless slider. In Codeless Slides Options > Layout > Menu & Slider Navigation Color, i choose “Dark logo, menu..”. And in your Home page > General Settings > Slider Options > Select one of the created codeless sliders, i selected the ‘Home slider’.

      Best regards!

    • 10 years, 2 months ago comvice
      Participant

      Expired

      Thank you!

      Now my last problem is the navigation on the startpage isn’t fixed.

      On other pages it will be fixed on the top of the view.

      Cheers

    • 10 years, 1 month ago comvice
      Participant

      Expired

      Hi,

      there is another problem with images, there aren’t display something on alt (HTML).
      In my opinion this is not really good for SEO, I fill all fields while I choose the picture.

      Another problem is with the GO Buttons, when I set a url he always tell me “undefined” I test it with, http://www.domain.tld https:// and so on.

      Kind regards

      comvice

    • 10 years, 1 month ago comvice
      Participant

      Expired

      Can I please have an reply, to my problem with the fixed Nav and the other bugs I described.

    • 10 years, 1 month ago Mirela
      Participant
      This reply has been marked as private.
    • 10 years, 1 month ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years, 1 month ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years, 1 month ago Mirela
      Participant
      This reply has been marked as private.
    • 10 years, 1 month ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years, 1 month ago Ruco
      Keymaster

      Hello,

      I fixed the issue of sticky menu on home page.
      Here I created the home page https://wp.smartgains.de/home-new/.
      Updating the theme you don’t loose any of content and settings, it’s not the reason of the mismatch of the elements of VC on homepage.

      Best regards!

      • This reply was modified 10 years, 1 month ago by Ruco.
    • 10 years, 1 month ago comvice
      Participant

      Expired

      Thank you Ruco awesome :)

      My last question is, why is my logo so small/little? And how can I fix this?

    • 10 years, 1 month ago comvice
      Participant

      Expired

      Another question is, is it possible to make the Nav anytime visible now it is for a view “centimeter” unvisible…

    • 10 years, 1 month ago Mirela
      Participant

      Hello,

      Your logo is quite wide in size in original but the distance of center image from the border is large. SO when the site resizes it to fit the logo in navigation, it looks like this. Increasing it via css it’s not the most optimal thing to do. I suggest you to edit the image itself.(Decrease the distance).
      Please explain better for the second request. I couldn’t understand your need..

      Best regards!

    • 10 years, 1 month ago comvice
      Participant

      Expired

      Hi Mihaila,

      okay I test this now.

      I speak from the fixed navigation, when I scroll down, the Nav is a time unvisible I first must scroll down the site a little bit until the fixed nav appears.

      In the mobile version the fixed navigation isnt there.

    • 10 years ago Mirela
      Participant

      Hello,

      By default the sticky nav is not present in responsive. To have it, add these lines into your custom css box:

      @media (max-width: 767px){
      .header_1 .header_wrapper, .header_4 .header_wrapper {
        position: fixed !important;
      }}

      As for the scrolling of menu to sticky, that is normal.

      Best regards!

    • 10 years ago comvice
      Participant

      Expired

      This doesn’t work for me, an Bootstrap file is overriding these with: relative !important;

      But I don’t like this transition, the nav should be visible anytime.

      Another question to the image caption (alt) why does I have no alt tags?

       

       

    • 10 years ago comvice
      Participant

      Expired

      Hi,

      I have another question to the specular theme.
      How can I color my navigation in black skin?

      Cheers

    • 10 years ago Mirela
      Participant

      Hello,

      Sorry for the late reply.
      Please go to file css\bootstrap-responsive.css and find this line:

      `.header_1 .header_wrapper,
          .header_4 .header_wrapper {
              position: relative !important;
          }`

      Remove the !important and save.
      To change the menu background color, please go to Header Options > Background.

      Best regards!

      • This reply was modified 10 years ago by Mirela.
    • 10 years ago comvice
      Participant

      Expired

      Hi, this doesn’t work for me, I have change the lines and add the code from above in the Specular CSS options.

    • 10 years ago Mirela
      Participant

      Hello,

      Sorry for the late reply.
      You had only remove one ‘!important’, the above code was repeated. I removed the other one and it’s ok now.

      Best regards!

    • 10 years ago comvice
      Participant

      Expired

      Hi,

      doesn’t work on my devices.
      Can you please help me…

      Thx

    • 10 years ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years ago Mirela
      Participant

      Hello,

      Can you please be more specific on what is not correct? I checked your site in both iphone and ipad and the responsiveness is ok, also the sticky menu. The nav in mobile is with black background. What image are you referring to? Please send a screenshot so i can understand.

      Best regards!

    • 10 years ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years ago comvice
      Participant

      Expired

      This reply has been marked as private.
    • 10 years ago Mirela
      Participant

      Hello,

      For the image below the menu in mobile, please add these lines into you custom css box:

      @media (max-width: 767px){
      .swiper-wrapper { padding-top: 81px !important;}
      .codeless_slider_swiper.parallax_slider { height: 317px !important;}
      }

      I do not see the arrows anymore. Did you manage to remove them?
      The ‘keep in touch’ and ‘Recent Posts’ are widgets in footer. To edit them, go to Appearance > Widgets and find the footer columns. Edit the widgets found there.

      Best regards!

    • 10 years ago comvice
      Participant

      Expired

      Hello thank you :)
      Yes I’ve found it out by my self.

      Another question howto change this text from the Breadcrumbs: You are here

      And how can I change the order from the FAQ elements?

      Can you please check the site on a iPad Mini there is the Nav in connection with the slider really buggy.
      The slider scrolls over everything.

      Another question is why does my background-repeat: none; does not work?
      https://wp.smartgains.de/kochbuch/ (also tested with !important)

      Thank you :)

  • 10 years ago Mirela
    Participant

    Hello,

    -You can find the ‘You are here:’ in file includes\view\page_header.php
    -To change the order of FAQs, install any order post plugin
    -Add this code, into your custom css box:

    @media (max-width: 1024px){ #logo { margin-left: -20px;}}

    -Make sure to have called the right css class for the attribute (Background-repeat) to make changes.

    Best regards!

    • This reply was modified 9 years, 11 months ago by Ruco.
  • 10 years ago comvice
    Participant

    Expired

    Hello thank you for your fast reply :)

    I want to test it at the weekend and hopefully report success :)

    Another question is it possible to make a little fixed site menue on the left/right site which scrolls to #urls (Anker)

    Cheers

  • 10 years ago comvice
    Participant

    Expired

    How can I disable the search button and the Side menue from the top navigation?

    Have a great weekend :)

  • 10 years ago Mirela
    Participant

    Hello,

    Please explain better on the fixed site menu. I don’t understand what you need to achieve. To remove search and small menu from the top navigation go to General Options > Show Search, uncheck it. And for the small menu, go to General Options > Layout > Extra Side Navigation, set it OFF.

    Ps: please open new ticket for other questions. This has become very loaded and difficult to understand.

    Best regards!

  • 10 years ago comvice
    Participant

    Expired

    Hi Mihaila,

    I can’t found the iotion “Show Search” on the tab General options.

    But then I need many much topics^^

     

    Another question, how can I modify the home slider that when its at the end and I click next the first slide appears?

    My next question is how can I use the original colors for the Social Icons (Footer)?

    How can I change the animation for the Revolution Slider, I only want one effect (a simple move to right).

     

  • 9 years, 12 months ago Mirela
    Participant

    Hello,

    Please open new ticket on the new questions!

    Sorry, there was a lapses. It is in ‘Header Options’. This is a screenshot of the ‘search’.

    Best regards!

  • Viewing 39 reply threads

    The topic ‘Bug with the menue (newest version)’ is closed to new replies.

    Login

    Log In
    Register

    Renew Support

    • Renew Specular Support
    • Renew Tower Support
    • Renew Folie Support
    • Renew Handel Support
    • Renew June Support
    • Renew Picante Support
    • Renew Thype Support
    • Renew Regn Support

    Search Forums

    Forums

    • Bygge – Construction Theme
    • Converta – Software Theme
    • Folie – The WordPress Website Builder
    • Handel – Responsive Multi-Purpose Business Theme
    • June WooCommerce WordPress Theme
    • Livecast – Podcast Theme
    • Picante – Restaurant & Food WordPress Theme
    • Regn | Agency & Business WordPress Theme
    • Remake – Minimal Portfolio & Agency Theme
    • Specular – Multi-Purpose WordPress Theme
    • Suggest us Features
    • Tower – Business-Driven Multipurpose WP Theme
    • Vibrance – Photography Theme

    Site Links

    • Support Policy
    • Specular Support Forum
    • Video Tutorials
    • Knowledge Base
    • Guides and Reviews

    Useful Articles

    • Build a Website
    • Web Design & Development
    • Hosting
    • WordPress

    Login

    Log In
    Register Lost Password