Alexey Golubnichenko
Forum Replies Created
-
Forum: Plugins
In reply to: [AGP Font Awesome Collection] No content in dropdownCurrently 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] Suddenly not workingCurrently 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] No content in dropdownHi, go4broke
Do you have any news about your issue?
Can I resolve this topic now?Alexey
Forum: Plugins
In reply to: [AGP Font Awesome Collection] No content in dropdownHi, go4broke
I checked your issue with visual constructor in the FA Collection Plugin.
You has conflict of the two CSS files:1) ./wp-content/plugins/agp-font-awesome-collection/assets/libs/colorbox/colorbox.css – that is CSS from “colorbox” library in my plugin.
2) ./wp-content/plugins/zendesk/css/colorbox.css – that is CSS from “colorbox” library in other plugin.For fixing this issue you can add in ‘functions.php’ of your current active theme next code:
add_action( 'wp_enqueue_scripts', 'f27923568_dequeue', 99 ); function f27923568_dequeue () { wp_dequeue_style( 'colorbox-css' ); }
With kinds regards!
AlexeyForum: Plugins
In reply to: [AGP Font Awesome Collection] No content in dropdownPlease use the contact form here:
Hm…
You can simply delete queued a FontAwesome in TinyMCE Editor.
That should be enough. Right?
In this case, you do not need to change style.cssYes. You can try this.
But, unfortunately, this method can’t approach for any task that you are trying to solve.
I don’t quite understand why you need this?Forum: Plugins
In reply to: [AGP Font Awesome Collection] Suddenly not workingHi, sbore
Do you have any news about your issue?
Can I resolve this topic now?With kind regards
AlexeyForum: Plugins
In reply to: [AGP Font Awesome Collection] No content in dropdownHi, go4broke
Sorry, but I have no any suggestions.
If it’s necessary for you, I need temporary access to admin panel of your website if it is possible where I can see the issue.
Unfortunately, I can’t to guess the problem blindly.With kind regards
AlexeyHi, javasworks
As described in the 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
With kind regards
AlexeyForum: Plugins
In reply to: [AGP Font Awesome Collection] Suddenly not workingIcons are broken because text text widget automatically ads
<br>
tag as shown on this screenshot:You can try to use this widget option for fix:
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Suddenly not workingHi, sbore
By default WordPress does not allow to insert shortcodes into standart text widget.
To enable this feature you can add this line for instance into functions.php of your theme:add_filter('widget_text', 'do_shortcode');
With kind regards
AlexeyForum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonI didn’t make any changes today.
Maybe the problem was associated with the browser or server cache.
Now, when everything is OK, it is difficult to say for sure.Forum: Plugins
In reply to: [AGP Font Awesome Collection] Styling of buttonHi, Mikael
I will need to see the page with a problem for any ideas.
Can you provide me URL to this page?Alexey
If you want I’ll give you some links to the most popular plugins that are loaded in 5-10 times longer than my plugin? It does not mean that they are bad. Just they doing more than my plugin.
Always must be a happy medium between performance and functionality. If you do not understand it – I wish you good luck in search of a miracle…
It’s all…