kword
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Breadcrumb is missing from products’ pagesSorry, but you’ve hidden breadcrumbs. Check your customization.
.storefront-pro-active .storefront-breadcrumb { display: none; }Forum: Plugins
In reply to: [WooCommerce] Shop PageCan you please deactivate the Maintenance Mode?
Forum: Fixing WordPress
In reply to: Cannot remove custom-header in child themeThen try suggestions from this discussion
Forum: Fixing WordPress
In reply to: Header Colour ProblemForum: Fixing WordPress
In reply to: Header Colour ProblemMaybe you have to clean cache?
Forum: Fixing WordPress
In reply to: Header Colour ProblemHi, sure the header background color can be changed in your Avada Theme customizing panel:
https://theme-fusion.com/documentation/avada/header/main-header-setup/#headerstylingIf not, you can add this code to Addittional CSS block in Theme Customizer:
.fusion-header { background-color: #fff; }Forum: Themes and Templates
In reply to: [Interior Lite] Help with read more sectionYou are welcome) Merry Christmas!
Forum: Themes and Templates
In reply to: [Interior Lite] Help with read more sectionYou can add this code
.fourbox p { display: none; }to Addittional CSS block in Theme Customizer:
Forum: Fixing WordPress
In reply to: Cannot remove custom-header in child themeYou can use CSS Media Queries to hide header for small devices
@media screen and (max-width: 600px) { .custom-header-class { display: none; } }Forum: Fixing WordPress
In reply to: How to set up a searchable user-content sharing platformHi,
there is a lot of plugins for user profile building https://wordpress.org/plugins/search/Profile/
Check them to choose needful functions
Forum: Fixing WordPress
In reply to: Add related pages on pagesIt would be better to convert pages to posts. Pages have no tags and categories to group them together.
But if you really want to make related pages follow please this advices:
https://www.wpbeginner.com/wp-tutorials/how-to-show-related-pages-in-wordpress/Forum: Fixing WordPress
In reply to: Add button in ExcerptsForum: Fixing WordPress
In reply to: hieroglyphsI am writing through a translator
Есть русскоязычная версия форума:
https://ru.wordpress.org/support/view/all-topics/Но там (и здесь) помогают только по настройкам бесплатных тем из официального репозитория WordPress. У вас сайт сделан на лицензионной теме WoodMart, вы должны со всеми вопросами обращаться в техподдержку авторов, где вы покупали тему.
Forum: Fixing WordPress
In reply to: Product listing image size box sizeMy pleasure:)
Forum: Fixing WordPress
In reply to: i am not able to upload image & themes with elemantor.Do you mean Elementor Page Builder? Try to upload images to wordpress media library first. And then use uploaded images in Elementor.