kword
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Icons not loadingSame problem for me.
css before updaiting was
input[type="radio"]:checked::before, input[type="checkbox"]:checked::before { font-family: 'FontAwesome'; }after last updating
input[type=radio]:checked:before, input[type=checkbox]:checked:before { font-family: 'Font Awesome 5 Free'; }The solution was easier.
I set activeuse images currently in your Media Libraryand images attached while importing with the paths they have. Without any path overriding.Thank you for reply and for great plugin. I’ll save this hook for my favorites for future.
Have I place some code into the function editor of my specific wp-import?
Thanks for your help, you are the best!
Thanks, I’ve develped my custom single-trip template. Can you advice how to add comments and social sharing?
Forum: Fixing WordPress
In reply to: Problem with import Display Location NavigationHi @greathemes,
The WPS Menu Exporter plugin can help you
Forum: Fixing WordPress
In reply to: Google reports crawl error for non-existent pageForum: Themes and Templates
In reply to: [OceanWP] Customize mobile menuAmit, thanks a lot, it changes links. Then I’ll hide toggles with css
Forum: Themes and Templates
In reply to: [OceanWP] Customize mobile menuThanks Nikhil!
Forum: Plugins
In reply to: [Advanced WooCommerce Product Gallery Slider] Jquery Error in ConsoleThe same error. Waiting for author reply.
UPD. Found the bug fixing in other topic:
https://wordpress.org/support/topic/some-controls-not-working-and-woo-tabs-issue/#post-11417873- This reply was modified 7 years, 2 months ago by kword.
You have to turn on the switcher for Portfolio posts type in Elementor general settings.
Forum: Themes and Templates
In reply to: [OceanWP] Stick Anything and Transparent HeaderYes, it works! Thanks a lot for quick reply, best support)
Forum: Themes and Templates
In reply to: [Customify] Search results only productsThank you for reply
Forum: Plugins
In reply to: [WooCommerce] Add to cart missingIf I’m right, you have in file
https://www.mali-educan.com/wp-content/themes/shophistic-lite/css/bootstrap.css?ver=3.1change paths to ecommerce font:
@font-face { font-family: 'ecommerce'; src: url('../less/font-ecommerce/fonts/ecommerce.eot?-co9dpe'); src: url('../less/font-ecommerce/fonts/ecommerce.eot?#iefix-co9dpe') format('embedded-opentype'), url('../less/font-ecommerce/fonts/ecommerce.ttf?-co9dpe') format('truetype'), url('../less/font-ecommerce/fonts/ecommerce.woff?-co9dpe') format('woff'), url('../less/font-ecommerce/fonts/ecommerce.svg?-co9dpe#ecommerce') format('svg'); font-weight: normal; font-style: normal; }