Plugin Author
Sergey
(@sergmoro1)
Hi! Sorry for the long absence of an answer. Is problem actual?
Plugin Author
Sergey
(@sergmoro1)
Please open admin panel
-> Pages
Make page Cost Calculator and place there
[cost_calculator]
Save the page and place it to the menu
-> Appearance -> Widgets
Place Lisette_CC Sum widget to Sidebar and delete or move other widgets
in a file: wp-content/plugins/lisette-cost-calculator/css/style.css
change in line 41 width: 100%; to width 170px;
.type-block .type-img {
height: 100px;
width: 170px; // line 41
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
for more variants of choices
in a file: wp-content/plugins/lisette-cost-calculator/lisette-cost-calculator.php
change line 39
from
$application = new LisetteCCApplication([‘name’ => ‘questionnaire-test’]);
to
$application = new LisetteCCApplication([‘name’ => ‘questionnaire’]);
-
This reply was modified 8 years ago by
Sergey.
-
This reply was modified 8 years ago by
Sergey.