Alexey Golubnichenko
Forum Replies Created
-
1.5 seconds? Wow!
For a plugin that does more than just connect the font or show “Hello World!” is absolutely normal speed.Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonCurrently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonYes.
You need to have the whole css file in the templates folder, because the plugin fully overrides the existing css file. This allows you to make changes directly in the file without using additional “!important;” constructions.
It is also known that two СSS files loaded longer than one.Alexey
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonHm…
I think I found the problem.
Please, update the plugin to the latest version.
It will help you.Alexey
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonHi, Mikael
I will tested the plugin with SiteOrigin PageBuilder and I have no trouble with it. It’s very strange and I have no one ideas what can be wrong.
With regard to changes in CSS directly inside the plugin, usually I am not recommend doing so. But if it’s appropriate solution for you – Yes, you can do it.Alexey
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonHi, mikaeleliasson
Do you have any news about your issue?
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonAs described in plugin FAQ section:
How to style the Shortcode content
The plugin includes CSS file “assets/css/style.css”. You can copy this file in your active theme and customize it for your needs. Path to the styles inside the active theme:
[ActiveTheme]/templates/agp-font-awesome-collection/assets/css/style.css
You can try to use this solution in case if styles overlap via your css file doesn’t work. Also, I want to pay your attantion on that fact that you need to change complex of parameters, not only height value as you described in your initial request
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonHi mikaeleliasson,
Here are parameters that can help you to change button size:
.fac.fac-button-template .fac-button { font-size: 14px !important; height: 22px; line-height: 22px; width: 22px; }
.fac.fac-button-template .fac-button i { font-size: 16px !important; height: 22px; line-height: 22px !important; width: 22px; }
These parameters should be changed corresponding to your purposes.
Please let me know, if this info will help you.
With best regards,
AlexeyHi, David
I answered your question in a letter.
Please check your email.With kind regards,
AlexeyHi, David
You can contact me here:
https://www.profosbox.com/ask-a-question-to-developer/However I’ll be able to check your issue within one day. Please let me know if this is suitable for you.
With kind regards,
AlexeyForum: Plugins
In reply to: [AGP Font Awesome Collection] Cannot redeclare class SpycCurrently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Cannot redeclare class SpycI do not quite understand what are you want from me, if you mean this:
if (! class_exists ('Spyc')) { class Spyc { ... } }
I am not a developer Spyc library (mustangostang/spyc) and I can’t modify this library. You rightly addressed the issue here:
https://github.com/mustangostang/spyc/issues/48
When a new version of the Spyc library to be released, I will update it in my plugin.
With kind regards,
AlexeyForum: Plugins
In reply to: [AGP Font Awesome Collection] Testing WP 4.4Currently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Testing WP 4.4Hi, Dave!
Let’s look at this error.
We get a fatal error in the file:
/wp-content/plugins/agp-font-awesome-collection/vendor/oyejorge/less.php
This file is actually located inside my plugin and is a part of the third-party PHP library: https://lessphp.gpeasy.com/
This library is used to integrate LESS technology into a PHP project and I plan to use it in my plugin into the near future. To date, the current version of the library: 1.7.0.9. My plugin includes this latest version.Let’s go back to our error.
The error occurs when you try to parse the code:Unexpected input in anonymous-file-0.less on line 2275, column 3 2273| margin-right: auto; 2274| -webkit-font-smoothing: antialiased; 2275| -moz-osx-font-smoothing: grayscale; 2276| span:before { 2277| color: @accent-color; 2278| }
But this code and LESS variable @accent-color is not in my plugin.
From this we can draw the following conclusions:
1) Your Theme or one of your plugins uses Less.php library too and has its ‘.less’ file with styles and own LESS variables;
2) Normally, in such a case, for parsing of the ‘.less’ files uses the first available library. This is a library from the my plugin with a latest version.
3) As a result, we have a fatal error when uses the latest version of the Less.php library (1.7.0.9). It can be concluded that your Theme or one of your plugins uses earlier version of the Less.php library, with which there is conflict.
4) When You turn off my plugin, then works other library whith an earlier version that conflicts do not arise.Now about the solution of this problem.
Unfortunately, I think, that is wrong if there is a newer version to use older. Therefore, it seems to me, you need to determine where is a problem realy and write about this issue to support service of plugin or theme for updating Less.php library to the latest version and fixing errors in the .less file.
I hope this information was helpful to you.
With kind regards
Alexeyp/s/: Sorry for my english
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Icons not showing in dropdown listCurrently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.