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

Some bugs in theme (mega menu, accordion…)

    • 9 years, 11 months ago MikiBrki
      Participant

      Expired

      <p class=”MsoNormal”>Hi there,</p>
      <p class=”MsoNormal”>I purchased Specular 2 months ago and now I am about to finish my site but I have some minor problems and I need your assistance in order to fix them. I installed my working version on my secondary domain and you can check all the problems that I will address below at http://www.montenegroplaces.com/bar3</p>
      <p class=”MsoListParagraphCxSpFirst” style=”margin-left: 20.25pt; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level1 lfo1;”><!– [if !supportLists]–>1.<span style=”font-stretch: normal; font-size: 7pt; line-height: normal; font-family: ‘Times New Roman’;”>       </span><!–[endif]–>When I go over my second item in top menu called “OPSTINSKA UPRAVA” mega menu opens but it doesn’t show first column. It’s kind of pushed to the left and not visible. Is there a way to fix this through CSS?</p>
      <p class=”MsoListParagraphCxSpMiddle” style=”margin-left: 20.25pt; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level1 lfo1;”><!– [if !supportLists]–>2.<span style=”font-stretch: normal; font-size: 7pt; line-height: normal; font-family: ‘Times New Roman’;”>       </span><!–[endif]–>Can I have all the buttons on the right side to be the same size, same width and height? (GRADEVINSKE DOZVOLE, UPTREBNE DOZVOLE, UT USLOVI…)</p>
      <p class=”MsoListParagraphCxSpMiddle” style=”margin-left: 20.25pt; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level1 lfo1;”><!– [if !supportLists]–>3.<span style=”font-stretch: normal; font-size: 7pt; line-height: normal; font-family: ‘Times New Roman’;”>       </span><!–[endif]–>Is there a way to fix a bug in accordion (NAJAVE I OBAVJESTENJA) in the middle of the page, sometimes it doesn’t open the whole accordion item?</p>
      <p class=”MsoListParagraphCxSpMiddle” style=”margin-left: 20.25pt; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level1 lfo1;”><!– [if !supportLists]–>4.<span style=”font-stretch: normal; font-size: 7pt; line-height: normal; font-family: ‘Times New Roman’;”>       </span><!–[endif]–>I have put some custom menus in footer, but the padding between items of custom menu are too big. I tried to fix that through CSS but didn’t find it.</p>
      <p class=”MsoListParagraphCxSpMiddle” style=”margin-left: 20.25pt; mso-add-space: auto;”>I would also appreciate if you can give me CSS code to decrease padding between name of custom menu and items of menu.</p>
      <p class=”MsoListParagraphCxSpMiddle” style=”margin-left: 20.25pt; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level1 lfo1;”><!– [if !supportLists]–>5.<span style=”font-stretch: normal; font-size: 7pt; line-height: normal; font-family: ‘Times New Roman’;”>       </span><!–[endif]–>Is there any contact form plugin that comes with the theme as I’ve seen that you used shortcode <span style=”font-size: 10pt; line-height: 115%; font-family: ‘Open Sans’, serif; color: #474747; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;”>[contact-form-7 id=”783″] </span>in your demo’s contact page?</p>
      <p class=”MsoListParagraphCxSpLast” style=”margin-left: 20.25pt; mso-add-space: auto; text-indent: -.25in; mso-list: l0 level1 lfo1;”><!– [if !supportLists]–>6.<span style=”font-stretch: normal; font-size: 7pt; line-height: normal; font-family: ‘Times New Roman’;”>       </span><!–[endif]–>Latin characters in text don’t show in same font in all browsers, it’s only showing good in Chrome.</p>
      <p class=”MsoNormal”>Thanks for the great theme. It was a pleasure to work with Specular.</p>
       
      <p class=”MsoNormal”></p>

    • 9 years, 11 months ago MikiBrki
      Participant

      Expired

      Sorry for the first post, something went wrong in formatting. It would be nice if someone can delete it.

      Hi there,

      I purchased Specular 2 months ago and now I am about to finish my site but I have some minor problems and I need your assistance in order to fix them. I installed my working version on my secondary domain and you can check all the problems that I will address below at http://www.montenegroplaces.com/bar3

      1. When I go over my second item in top menu called “OPSTINSKA UPRAVA” mega menu opens but it doesn’t show first column. It’s kind of pushed to the left and not visible. Is there a way to fix this through CSS?

      2. Can I have all the buttons on the right side to be the same size, same width and height? (GRADEVINSKE DOZVOLE, UPTREBNE DOZVOLE, UT USLOVI…)

      3. Is there a way to fix a bug in accordion (NAJAVE I OBAVJESTENJA) in the middle of the page, sometimes it doesn’t open the whole accordion item?

      4. I have put some custom menus in footer, but the padding between items of custom menu are too big. I tried to fix that through CSS but didn’t find it.

      I would also appreciate if you can give me CSS code to decrease padding between name of custom menu and items of menu.

      5. Is there any contact form plugin that comes with the theme as I’ve seen that you used shortcode [contact-form-7 id=”783″] in your demo’s contact page?

      6. Latin characters in text don’t show in same font in all browsers, it’s only showing good in Chrome.

      Thanks for the great theme. It was a pleasure to work with Specular.

       

    • 9 years, 11 months ago Ruco
      Keymaster

      Hello,

      1. Please add this code at custom css box:

      nav .codeless_custom_menu_mega_menu.codeless_mega3 {
          left: 0px;}

      2.

      .button .btn-bt {
          width: 180px;
          height: 20px;
      }

      Here you can change the size as you want.

      3.

      .vc_tta-container, .wpb_layerslider_element {
          float: left;
          width: 100%;}

      4.

      footer .inner .widget ul li {
          padding-top: 0px;
          padding-bottom: 0px;}

      5. Yes, it’s Contact Form 7. You can install it from the “Requested plugins” notice on dashboard.

      6. I checked it on safari and firefox, the fonts are looking OK. Please can you show us a screenshot of the issue?

      Best regards!

    • 9 years, 10 months ago MikiBrki
      Participant

      Expired

      Hi Ruco,

      Thanks for your help, I really appreciate it.

      First two did the job, but unfortunately #3 and #4 didn’t work. I included screenshot so you can see. There is also screenshot for #6.

      About Contact Form 7, my dashboard doesn’t give me any notice about Contact Form 7, only for MailChimp list subscribe form.

      #3 https://prntscr.com/8vfz7p

      #4 https://prntscr.com/8vfzhz

      #6 https://prntscr.com/8vfzpp

    • 9 years, 10 months ago Mirela
      Participant

      Hello,

      I can not open your site anymore, it says ‘Server Error 500’. Please check it.
      The Contact Form 7, is available to install from Appearance > Plugins > Add New, too.
      Please send us your wp credentials in a private reply. So we can make the necessary changes for the other topics.

      Best regards!

    • 9 years, 10 months ago MikiBrki
      Participant

      Expired

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

      Hello,

      I edited the code above for no.3 and 4. Please check your site.
      -What version is your Firefox browser?
      You have an old version of the theme. The latest is 1.4.4. If you have updated visual composer to the latest version, you have to update theme as well to prevent incompatibility.
      Let us know.

      Best regards!

    • 9 years, 10 months ago MikiBrki
      Participant

      Expired

      Hello Mihaila,

      Thank you very much, I appreciate your support.

      My Firefox is 41.0.2, the latest version, it’s set to auto-update but it’s the same in Safari. In Opera and Chrome is OK. I guess it has something to do with Google fonts. If you have any solution for this I would appreciate your help.

      I will update my theme, but I have one question about updates. Do I only update files that have changed? (like <span style=”font-family: Monaco, ‘Courier New’, ‘DejaVu Sans Mono’, ‘Bitstream Vera Sans Mono’, monospace; font-size: 11px; white-space: pre-wrap; background-color: #f4f4f4;”>style.css, </span><span style=”font-family: Monaco, ‘Courier New’, ‘DejaVu Sans Mono’, ‘Bitstream Vera Sans Mono’, monospace; font-size: 11px; white-space: pre-wrap; background-color: #f4f4f4;”>vc_templates/staff.php </span>for 1.4.1 version and so on for 1.4.2 etc…)

      Best regards

    • 9 years, 10 months ago Ruco
      Keymaster

      Hello,

      If you have done modification to the theme’s files then upload only the changed files of all the update change logs since the version of your installed theme.

      If not, then replace all the theme’s folder.

      Fixed the font display, just selected font subset to ‘Latin Extended’ at typography options.

      Best regards!

    • 9 years, 10 months ago MikiBrki
      Participant

      Expired

      Thank you very much.

      You can lock this thread and mark it as solved.

      Once again, thanks.

      Best regards!

Viewing 9 reply threads

You must be logged in to reply to this topic.

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