-
AuthorPosts
-
February 27, 2018 at 7:05 pm #918594
Hi. help me pls with .avia-tooltip here: http://jet-ceramic.ru/nasha-komanda/
https://www.dropbox.com/s/2ipkwwfxvf5y1sp/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202018-02-27%2019.58.25.png?dl=0
I didn’t find how to make different size .avia-tooltip width and height. For exemple first worker 200/300, for second 300/400 etc.
And how i can disable link from icon?February 28, 2018 at 4:13 pm #919133Hey pddcoms,
I don’t think we can add multiple tooltip sizes, I have seen this code on your site:
.avia-tooltip { height: 300px!important; width: 200px!important; }
this modifies the tooltip sizes however it is for all and isn’t flexible, tooltips are generated when hovering over the image and adjusts it’s size based on the content, so I don’t think we can help with it. The link is used by the tooltip so I don’t think we can disable it.
Best regards,
NikkoMarch 2, 2018 at 10:36 am #920198It’s my fault. i don’t know why i add height. Thank you
March 2, 2018 at 11:38 am #920238Hi,
No worries, just glad that it’s resolved :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoMarch 2, 2018 at 11:45 am #920243help me with progress bar symbol % i need to change it to some word. i didn’t find right answer on the forum
March 2, 2018 at 12:30 pm #920284Hi,
Sure, I think I remember answering it but could not locate the thread on our queue, can you give us a link to it so we can check? also please make sure that you have responded to it so it appears on our queue.
Best regards,
NikkoMarch 2, 2018 at 1:26 pm #920312Hi. i saw your answer on forum but not for me. where you tell about a few variants, but i don’t uderstand did you decide this problem or not… page here. I will change for exemple 100% to 2200 orders
- This reply was modified 6 years, 8 months ago by pddcoms.
March 2, 2018 at 2:53 pm #920366Hi,
Thanks for explaining what you are trying to achieve however, I don’t think we can do that with small tweaks since progressbars works with percentages, we can easily change % to orders however 100 to 2200 would be complicated since the value which is used in js that determines that width of the progressbar is just between 0-100. The only thing I can think of is to create a new element, based on progressbars and tweak it, the instructions is in our documentation: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ however this would a lot of time to do and test, we would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoMarch 2, 2018 at 4:31 pm #920421Do not worry. It will be enough for me if i change 100% for 2200 orders. How i can make it?
March 5, 2018 at 4:13 am #921272Hi,
You have to modify the config-templatebuilder > aviashortcodes > progressbar.php file, look for this code around 87:
"subtype" => AviaHtmlHelper::number_array(0,100,1, array(), '')
Adjust the maximum value to 3000 or whatever value required.
"subtype" => AviaHtmlHelper::number_array(0,3000,1, array(), '')
Go to line 354.
$output .=" <div class='progressbar-percent' data-timer='2200'><span class='av-bar-counter __av-single-number' data-number='".$bar['attr']['progress']."'>0</span>%</div> ";
Replace percent value with the “orders” text.
$output .=" <div class='progressbar-percent' data-timer='2200'><span class='av-bar-counter __av-single-number' data-number='".$bar['attr']['progress']."'>0</span> orders</div> ";
Best regards,
IsmaelMarch 12, 2018 at 6:53 pm #925653I have a problem. If change maximum value, all my bars look like 100% Max value 3000, Can i make it like 2500 orders=80% or 70% for exemple? or maybe it’s easier to change values with plugin Say What if it possible?
http://jet-ceramic.ru/budushhee/- This reply was modified 6 years, 8 months ago by pddcoms.
March 15, 2018 at 5:33 am #927032Hi,
I’m sorry but that will require modifications that are outside the scope of support. Please hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.