Alexey Golubnichenko
Forum Replies Created
-
Hi, jennmccoy
Could you please:
1) send link on your site (if it is possible)
2) turn on WordPress debug mode (https://codex.www.ads-software.com/Debugging_in_WordPress, add to wp-config.php -> define(‘WP_DEBUG’, true);)
4) If your have any errors, copy and paste these errors here
5) go to the plugins forder (FTP) and remove plugin folder
8) turn off debug modeAlso, pls send any useful info: php version ect.
I’ll check that it can be.
Forum: Plugins
In reply to: [WooCommerce] Menu links not working after 2.4.9 updateOh! Sorry…
Advanced Access Manager Plugin has been updated too.
The problem is really with this plugin.
Thanks for the help!Forum: Plugins
In reply to: [WooCommerce] Menu links not working after 2.4.9 updateThis problem appeared after updating to version 2.4.9. No other changes were made.
Forum: Plugins
In reply to: [WooCommerce] Menu links not working after 2.4.9 updateForum: Plugins
In reply to: [WooCommerce] Menu links not working after 2.4.9 updateHi,
I have the same problem.
My link on settings page in admin menu:wp-admin/wc-settings
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Sidebar Category IconsCurrently 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] Sidebar Category IconsHi, emjay_dee!
I am sorry for so long delay.
Unfortunately, it can’t be done in this plugin realization.
I’ll think how to do it for future.
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Mobile – text cut offHi, Cyndi!
Thanks for your feedback.
Regarding to your question. Buttons were designed as preset element and have some preset styles for properly displaying. Seems preset styles do not properly support long title for mobile version, I’ll think how to fix it for future.
As quick suggestion, you can add to your theme styles following code:
.fac.fac-button-template .fac-button { height: auto!important; }
This code will allow to use non-fixed buttons height and prevent cutting of a button title on mobile. However, this code add non-fixed height for all screen resolution. You can restrict this code via css media for necessary list of resolutions:
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
I hope this information will help you.
Forum: Plugins
In reply to: [AGP Ajax Taxonomy Filter] reset selected filtersUnfortunately this is not possible with this plugin in the current realization.
You can try to create your personal button with AJAX functionality and add it in to the widget template. How to do it described in FAQ section (“How can I change the widget content?”)
How to work with current selection in PHP you can see in the Atf_Ajax.class.php file of the plugin.
Forum: Reviews
In reply to: [AGP Font Awesome Collection] Slowing down my websiteThis is a demo site that uses this plug – https://www.profosbox.com. As you can see the speed is absolutely normal. Maybe before put such raiting, you need to think about the real problem?
Forum: Reviews
In reply to: [AGP Font Awesome Collection] Slowing down my websiteIt’s great!
To solve such problems, there is a support forum, but not section “Reviews”. In your case you decide to go that route, so I wish you luck with an unresolved problem.Forum: Plugins
In reply to: [AGP Font Awesome Collection] Three problemsMarko,
Regarding to your shortcodes:
[fac_icon icon=”bus fa-4x” color=”#000000″ color_hover=”#dd3333″]
You are able to use custom font-size for this shortcode via shortcode settings or with specific FA font size class (fa-4x).
[fac_icon icon=”bicycle” color=”#dd3333″ color_hover=”#1e73be” font_size=”300″]
You’ve missed “px” value for font-size, it should be – font_size=”300px”
[fac_icontext icon=”bicycle” text=”Trasporto Biciclette” shape_type=”round” shape_bg=”#ffffff” shape_bg_hover=”#dd3333″ icon_color=”#dd3333″ icon_color_hover=”#ffffff” text_color=”#000000″ text_color_hover=”#000000″]
As I described above, “Shaped Icon with Text” element has predefined set of parameters that includes font size for properly displaying of this element. So you can’t change icon size via shortcode settings because it is styled in the plugin css file and can’t be changed.
As suggestion, I can propose to use native FA icons features that described here in the “Stacked Icons” section. With this code you’re able to add round shape icon with custom size.
Forum: Plugins
In reply to: [AGP Font Awesome Collection] Three problemsHi Marko,
“Shaped Icon with Text” element has predefined set of parameters that includes font size for properly displaying of this element. So you can’t change icon size here.
Forum: Plugins
In reply to: [WCP OpenWeather] Plugin will not activateThere are some ways for it.
At first you can check a settings of your server. Usually hosting provides ability to check and change the current PHP version.
If not, you can use this method:
https://www.wikihow.com/Check-PHP-VersionForum: Plugins
In reply to: [AGP Font Awesome Collection] Load scripts in footer?Currently I mark this topic as resolved. If you have other questions or comments you can reopen this topic or create a new one.