Home Forums WoodMart support forum Page title margin top issue

Page title margin top issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #694049

    ubiquitant
    Participant

    two issues:

    1) i have disabled “page title” from woodmart theme settings but doing so leads to the shop listing page head to go beneath the menubar..which leads to all the things like page breadcrumb, grid/list switch, choosing size of paginations, sorting etc to hide.. please see screenshot..i need a solution which solves the problem only for this page specifically..

    2) also wanted to understand if i want to give padding from both right and left side in all the pages of my website how can i easily do that, while keeping the “Site width”: “Content full width”

    • This topic was modified 8 months ago by ubiquitant.
    Attachments:
    You must be logged in to view attached files.
    #694139

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please try to add the following Custom CSS code in Theme Settings > Custom CSS:

    body.woodmart-archive-shop .wd-content-layout,
    body.post-type-archive-product .wd-content-layout,
    body.archive.post-type-archive-product .wd-content-layout {
      padding-top: 150px !important; /* change 100px to match your header height */
    }

    02. If you want to add padding on both the left and right sides across all pages while keeping the Site width set to “Content full width”, please add the following CSS under Theme Settings > Custom CSS > Global Custom CSS. You can adjust the padding values as needed.

    body .site-content {
      padding-left: 40px;
      padding-right: 40px;
    }

    Best Regards,

    #708612

    ubiquitant
    Participant

    It seems my database has become very large even though it just has 5 products. It seems there are many junk data because of continous changes in layouts or adding or removing few plugins etc..how can i solve it

    #708680

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To better assist you, could you kindly test the functionality with default WordPress themes such as TwentyTwenty or WooCommerce Storefront? This will help us determine whether the issue stems from our theme or elsewhere.

    Best Regards,

    #708769

    ubiquitant
    Participant

    my website is working perfectly fine in localhost but when the code is pushed to live https://erajewellers.com/ then the website layout is completly broken. I have migrated the site from the localhost to live using wp-migrate-lite plugin

    Please understand my flow:

    1) cloned existing project from git in xampp localhost
    2) from admin added a new plugin “wp-migrate-lite”
    3) created a new migrated db from localhost url to live url and pushed the updated code and live db in git again
    4) cloned the project in live server and imported the migrated db in live server
    5) the website now looks broken in live server https://erajewellers.com/

    Please see the localhost layout and live layout attached below

    localhost : https://drive.google.com/file/d/1Z7PqpPLD3ewpauCSj9Man497sZfoVIhd/view?usp=sharing

    live : https://drive.google.com/file/d/1HUQDAOifri6KsofHmv6u4PdL762HXHAN/view?usp=sharing

    This has been happening again and again..i also face this issue sometimes when i clone the project in localhost of some other pc..please give me a solution

    #708815

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To transfer your website, you can utilize the Duplicator plugin. This process involves transferring the entire site, including all content and theme settings, to ensure a comprehensive and seamless migration: https://wordpress.org/plugins/duplicator/

    For more details follow this guide: https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/

    Note: Please take a complete backup of your site first, then migrate the site. Also, you can use any other plugin as well.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)