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

Problems after theme update

page_settingsupdate
    • 5 years, 8 months ago Ruudiz
      Participant

      Expired

      Hello!

      I am using Specular theme. After the theme update (2.6.4 -> 3.2.1), I have missing page options and other issues.

      See option issue. Before and after theme update – https://ibb.co/dDqgS2b

       

      I need to access these options to remove the page title from the main page. See – https://ibb.co/cFz5VHy (This title was not there before the update.)

       

      Also, there is a problem in the Woocommerce shop/archive pages. After the update, there appear spots with no products. See – https://ibb.co/dQzCfJn

       

      Regards,

      Rudolf

      • This topic was modified 5 years, 8 months ago by Ruudiz.
    • 5 years, 8 months ago Mirela
      Participant

      Hello,

      Please check in your dashboard if there is any message asking you to install the required plugins. Install them all. Update any plugin that requires an update. Add some wp credentials in a private reply. So I can help you get back the previous look.

      This happened due to the long distance from the latest update. WordPress and other plugins are updated frequently to match the newest scripts and technologies. That’s why you should always keep the theme up to date.

      Best regards!

    • 5 years, 8 months ago Ruudiz
      Participant

      Expired

      This reply has been marked as private.
    • 5 years, 8 months ago Mirela
      Participant

      Hello,

      In shop page the products are indeed in three columns, but one page is set to show a total of 8 products (screenshot). That is why there is an empty spot. Because after that last product the products to load are of the second page (screenshot).

      This is not an option in theme, for you to change. It’s needed a snipped code. So i added this code in the theme’s functions.php file:

      /**
       * Change number of products that are displayed per page (shop page)
       */
      add_filter( 'loop_shop_per_page', 'new_loop_shop_per_page', 20 );
      
      function new_loop_shop_per_page( $cols ) {
        // $cols contains the current number of products per page based on the value stored on Options -> Reading
        // Return the number of products you wanna show per page.
        $cols = 9;
        return $cols;
      }

      Now it shows 9 products per page.

      -I fixed the menu as well. I increased the width of the linked area of the menu item, by adding this css in Specular > General Options > Custom Css:

      nav .menu>li {
          padding-right: 0 !important;
          padding-left: 0 !important;
      }
      .header_12 nav ul>li a{
          min-width:100px;
      }
      .header_12 nav ul>li:last-child a {
          min-width: 166px;
      }
      .header_12 .full_nav_menu nav ul>li:last-child {
          padding-right: 0 !important;
      }

      Please clear cache and refresh page.
      Best regards!

    • 5 years, 8 months ago Ruudiz
      Participant

      Expired

      Hello Mirela,

      Thank you for your support! Really professional.

      By the way, I see that code is added to functions.php in the main (mother’s) theme, not a child’s theme. Should I move it to a child’s theme functions.php file or leave it as it is? I wonder if it will be overwritten at the next theme update.

      Once again – Thank you, the problem is solved. Great Suppor!

    • 5 years, 8 months ago Mirela
      Participant

      Hello,

      Yes, the function is needed to be added to the parent theme functions.php file. Yes, it will be overwritten. I can suggest to the developers to add it in future theme updates, but I can not guarantee it will since this is not a core feature of the theme. Also, there are plenty of additional Woocommerce functions you can add this way.

      I suggest you save this file on your computer and just add the code again after a theme update. *Do not replace the entire file since there could have been important changes to it from one update to another.

      Let us know if you need further help.
      Best regards!

    • 5 years, 8 months ago Mirela
      Participant

      If you like our theme, please leave a rating on Themeforest. It’s important for us:
      https://themeforest.net/downloads

      Thank You!

    • 5 years, 8 months ago Ruudiz
      Participant

      Expired

      Will do.

      Thanks!

Viewing 7 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