• After update of Optimize theme from 0.4.4 to 0.4.6 version I got many problems:

    – Text of header’s tagline: disappeared
    – Static slide content in slider front page: dramatically increased vertical distance between text raws (too far from each other)
    – About from page widgets: dramatically increased vertical distance between pre-heading, heading and content elements (too far from each other)
    – Footer widget: dramatically increased vertical distance between title and content.

    It seems that part of CSS code set in theme’s custom code field is not recognised any longer.

    Web site: https://www.artificiocooperativa.com/

    CSS code set in theme’s custom code:

    /* Head Inner */
    .head_inner{padding-bottom: 20px;}
    /* Site Title and Tagline */
    .logo h1 a, .logo h2 a{font-weight: 500; text-transform: uppercase; line-height: 0;}
    span.desc{font-size: 20px; font-weight: 600; text-transform: uppercase; opacity: 1; line-height: 0;}
    /* Menu Frontpage */
    #topmenu ul li a{font-weight: 700;}
    /* Menu Not Frontpage */
    /* Frontpage Slider Text */
    .stat_content_inner{font-size: 125%;}
    /* About Widgets */
    .about_pre{}
    .about_header{font-size: 48px; font-weight: 700;}
    .aboutblock{padding-top: 60px; padding-bottom: 20px;}
    /* Blocks Widgets */
    .midrow_block h3{font-size: 1.1em}
    /* Page Header */
    .page_head{min-height: 0px;}
    .page_head h1, .page_head a{font-weight: 600; font-size: 34px;}
    #content{margin-top: -60px;}
    /* Footer Widgets */
    #footer .widgets{padding: 0px 0px;}
    /* Footer Copyright */
    .copytext{line-height: 1em;}

    CSS code set in Simple Custom CSS plugin:

    .not_frontpage #topmenu ul.menu>li:hover:after {
    background-color: #555555;
    }

    • This topic was modified 8 years, 2 months ago by aailweb.
    • This topic was modified 8 years, 2 months ago by aailweb.
    • This topic was modified 8 years, 2 months ago by aailweb.
    • This topic was modified 8 years, 2 months ago by aailweb.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    @aailweb Just checked your site, not seeing any of the issues.

    Thread Starter aailweb

    (@aailweb)

    After having posted I found that I had to change a setting to control header’s tagline appeerance (“Hide Site Tagline”). Anymay, before having updated Optimizer to version 0.4.6, I had less vertical distance between text raws in slider content, titles and heading text in fwidgwts, for example:

    Web site: https://www.artificiocooperativa.com/

    Static Slide Content (vertical distance between rows):
    Didattica museale, progettazione e gestione di eventi espositivi, ricerca storico-artistica, archeologica, archivistica e catalogazione di Beni Culturali.
    “L’unica via per la libertà è l’educazione all’Arte. L’Arte non è un lusso per le civiltà avanzate. E’ una necessità: in sua assenza l’intelligenza creativa appassisce e muore.” (Camille Paglia).

    Front Page About Widget (vertical distance between rows):
    Chi siamo, la nostra missione, le nostre competenze…
    ARTIFICIO
    CHI SIAMO

    Footer Text Widget (vertical distance between rows):
    ARTIFICIO SOCIETA’ COOPERATIVA
    Via Luigi Battei 17 | 43123 Parma

    My quesstion is if there is a way (e.g. CSS code) to anyway control that vertical distance?
    Many thanks.
    Andrea

    • This reply was modified 8 years, 2 months ago by aailweb.
    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS

    .stat_content {margin-top: 8rem;}

    Thanks

    Thread Starter aailweb

    (@aailweb)

    Many thanks for your prompt reply: I inserted suggested CSS code in Appearance, Customize, Miscellaneous, Custom CSS, but nothing changed in terms of vertical spacing between rows.

    Kind regards
    Andrea

    • This reply was modified 8 years, 2 months ago by aailweb.
    • This reply was modified 8 years, 2 months ago by aailweb.
    Thread Starter aailweb

    (@aailweb)

    To be more clear: how can I reduce vertical spacing between the rows with the red jagged line (please, see attached image)?

    • This reply was modified 8 years, 2 months ago by aailweb.
    • This reply was modified 8 years, 2 months ago by aailweb.
    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS

    .about_inner,.stat_content_inner h1{line-height: 1.2;}
    .about_content h2,.about_header {margin:0;}
    .about_inner{line-height: 1;}

    Thanks

    Thread Starter aailweb

    (@aailweb)

    Many thanks. I also added this in Custom CSS

    .stat_content_inner h2{line-height: 1.2;}

    to correct eccessive vertical spacing between text lines of Static Slide Content that are set Heading 2 style: “L’unica via per la libertà è l’educazione all’Arte. L’Arte non è un lusso per le civiltà avanzate. E’ una necessità: in sua assenza l’intelligenza creativa appassisce e muore.” (Camille Paglia)

    Now it is better!!! Thank you very mauch for your kind, prompt and effective support!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problems after update to Optimize 0.4.6 version’ is closed to new replies.