Filipe Costa
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Images not shown on carouselNo fix then? ??
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Limited brand name lengthFunny stuff, this happens only on the desktop version, the mobile version is OK. Its seems to have something to do with the number of columns, since on desktop version i have four and on mobile only one?
Done! Thanks again and don’t forget about Microsoft account login ??
https://www.ads-software.com/support/topic/best-social-plugin-with-great-support-highly-recommendedWow, thanks for your patience!
It was some deactivated CSS code on my style.css!! It’s fixed now ??
Thanks again!
Done. Just see any product of the store.
Please get back to me when it’s not needed anymore ??Thanks and I hope it can help fixing the issues!
Sure, my website is https://www.filipecosta.com
Do you want me to activate combine CSS enabled in WP Fastest Cache so you can see the issues?Thanks
Forum: Themes and Templates
In reply to: [Customizr] Adding Font-Awesome Icons to new WidgetsThis is harder than it seems…
I have added a few of them using this code, but some just doesn’t seem to work, or sometimes they work, and sometimes don’t ?!?
I have found this code to be added to functions.php:
add_filter( 'widget_title', 'do_shortcode' ); add_shortcode( 'icon', 'shortcode_fa' ); function shortcode_fa($attr, $content ) { return '<i class="fa fa-'. $content . '"></i>'; }
And you can then just add [icon]YOUR FONTAWESOME ICON NAME[/icon] on the widget title.
This works, but i don’t know if it could mess something? I also don’t know why when using style.css the icons sometimes doesn’t work?
Would it be possible to the Customizr author to include this or a better code and provide an easy way to insert Font Awesome not only on widget titles but everywhere we want?
Thanks!!
No new information on why can’t i have combine CSS enabled in WP Fastest Cache?
Thanks
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Link to the tabI’m sorry i didn’t explain myself right ??
Custom created tabs show the slug correcly, but i was referring to the WooCommerce included tabs. If you check my website, link to tab
Descri??o
shows as#description
, but maybe this has nothing to do with your plugin?…I thought linking to tabs only started working after i added the custom code to functions.php?
Regarding your examples, thats correct,
Informa??es
should be#informacoes
.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Link to the tabOK thanks!
Maybe if that can be done, the tab url could show the current language instead of english.
Ex.:#tab-description
could show#tab-descricao
,#tab-additional_information
could show#tab-informacao_adicional
and#tab-reviews
could show#tab-avaliacoes
.Here is the current WooCommerce tabs translated to Portuguese, just for you to have an ideia:
Description -> Descri??o
Additional information -> Informa??o adicional
Reviews -> Avalia??esForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Link to the tabHi again and thanks for answering!
Regarding the special characters, maybe there is a way so that the plugin converts the special characters into “regular” ones, like wordpress does?
For instance when i publish a post or product like this:
Portátil 4GB/120GB - Informa??es
wordpress automatically adjusts the url so it stays something like:
portatil-4GB-120GB-informacoes
The same happens with wordpress gallery, that removes spaces from file names for instance.
Its just like its difficult to remember that i can’t use my language special characters on the tabs, and sometimes having to come up with alternatives on my native language is hard as i would like to avoid using english when possible ??
Thanks again!
Yes you can post here, its fine.
Thanks!
These are the ones i have enabled now:
Posts
Pages
Attachments
WooCommerce Product Page
WooCommerce Thankyou PageSo it seems that disabling
Archive Pages (Category, Tag, Author or Date based pages)
fixed it!Thanks again!
Forum: Plugins
In reply to: [Quick View WooCommerce] Faded background not filling full windowFixed!
Thank you very much!! ??
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Link to the tabHi,
my site is https://www.filipecosta.com and here is an example:
https://www.filipecosta.com/loja/componentes-perifericos/equipamento-dj/hercules-dj-control-mp3-e2-mesa-de-mistura-djWhere you can see tab “Especifica??es” – i added that one so you can see the error.
I already now the tab names are causing the issue, i had to alter all of them to not include special letters, but its hard because of my language (Portuguese) ??
The scroll down feature is working now and i only have two more issues:
– In the editor, visual is working fine and i can see the TinyMCE buttons, but HTML doesn’t show any buttons, is this normal?
– Is the plugin compatible with WooCommerce 3.0?Thanks!