Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
Footer Not Displaying Correctly in Journal Theme
To resolve the issue of the footer not displaying correctly in the Journal Theme, follow these troubleshooting steps: Verify Footer Module Settings Go to Journal > Theme Editor > Footer. Ensure all footer sections are enabled and configured correctly. Check if widgets (e.g., contact info, newsRead more
To resolve the issue of the footer not displaying correctly in the Journal Theme, follow these troubleshooting steps:
Journal > Theme Editor > Footer
.Journal > Layouts
.Journal > Theme Editor > Custom CSS/JS
.#footer
or.footer
and causingdisplay: none;
or positioning issues.Admin > Extensions > Extensions > Modules
.Footer Top
orFooter Bottom
).Journal > Theme Editor > Cache
.Journal > Theme Editor > Footer > Responsive Options
.Journal > Theme Editor > Footer
.Journal > Theme Editor > Footer
.Check Error Logs
Admin > System > Maintenance > Error Logs
.Final Comment
These steps should help you fix footer-related issues in the Journal Theme. If the problem persists, contact the Journal Theme support team with details about your configuration and any customizations made. Good luck! 😊
See lessProduct Images Not Displaying in Journal Theme
To resolve the issue of product images not displaying in the Journal Theme, follow these steps: Check the Image File Location Ensure the image files exist in the correct folder. Navigate to catalog > images > products via FTP or your file manager and verify that the images are present. VerifyRead more
To resolve the issue of product images not displaying in the Journal Theme, follow these steps:
catalog > images > products
via FTP or your file manager and verify that the images are present.Admin > Catalog > Products > Edit Product
.Journal > Theme Editor > Cache > Clear Cache
.image
folder and its subdirectories have the correct permissions. Use755
for folders and644
for files.Journal > Theme Editor > Image Settings > Lazy Load
.Journal > Theme Editor > Cache
.Final Comment
These steps should help resolve the issue of product images not displaying in the Journal Theme. If the issue persists, contact your hosting provider or the Journal Theme support team for additional assistance. Good luck! 😊
See lessCustom Fonts Not Loading in Journal Theme
To fix custom fonts not loading in the Journal Theme, follow these steps: Verify Font File Format Ensure your font file is in a supported format like .woff, .woff2, .ttf, or .otf. Convert your font file .woff if it’s not supported using online tools like Font Squirrel. Upload Font Files Correctly GRead more
To fix custom fonts not loading in the Journal Theme, follow these steps:
.woff
,.woff2
,.ttf
, or.otf
..woff
if it’s not supported using online tools like Font Squirrel.Admin > Journal > Theme Editor > Fonts
.Journal > Theme Editor > Typography
.@font-face
rule in theCustom CSS
section:@font-face {
font-family: 'MyCustomFont';
src: url('catalog/view/theme/yourtheme/fonts/mycustomfont.woff2') format('woff2'),
url('catalog/view/theme/yourtheme/fonts/mycustomfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'MyCustomFont', sans-serif;
}
Admin > Dashboard > Developer Settings
.Final Comment
We hope these steps help you resolve custom font issues in your Journal Theme! If the problem persists, reach out to your hosting provider or the Journal Theme support team for further assistance. Thanks for reading! 😊
See lessSticky Header Not Working in Journal Theme
If your sticky header isn’t working as expected, follow these troubleshooting steps: Enable Sticky Header Go to Admin > Journal > Header. Ensure the "Sticky Header" option is enabled. Save the settings and refresh your store to see if it works. Check Theme Editor Settings Navigate to JournalRead more
If your sticky header isn’t working as expected, follow these troubleshooting steps:
Admin > Journal > Header
.Journal > Theme Editor
.Admin > Dashboard > Developer Settings
and clear the theme and SASS cache.Journal > Theme Editor > Custom CSS
to fix the z-index:.header-sticky {
z-index: 9999;
}
Journal > Header
.Final Comment
We hope this guide helps you restore your sticky header functionality! If you still encounter problems, ask for further assistance or consult the Journal Theme support team. Thanks for reading!
See lessJournal Theme Mega Menu Not Displaying or Functioning Properly
If your Mega Menu isn't behaving as expected, here's how to troubleshoot and fix it: Check Menu Configuration Navigate to Admin > Journal > Mega Menu. Ensure you have added categories or custom links to the menu structure. Verify that the Mega Menu module is assigned to the correct layout in DRead more
If your Mega Menu isn’t behaving as expected, here’s how to troubleshoot and fix it:
Admin > Journal > Mega Menu
.Design > Layouts
.Admin > Dashboard > Developer Settings
and clear the theme and SASS cache.Journal > Theme Editor
.Responsive Mode
option is enabled in the Journal Theme settings.Journal > Mega Menu > Mobile Menu
.Final Comment
We hope these steps help you fix your Mega Menu issues. If you’re still facing problems, don’t hesitate to contact us or reach out to the Journal Theme support team for expert assistance. Thanks!
See lessIssues with Journal Theme Image Slider Not Displaying Correctly
If your Journal Theme's slider isn't displaying as expected, don't worry. Follow these steps to fix the issue: Check Slider Settings Go to your admin panel and navigate to the Journal Theme settings. Ensure the slider module is enabled and correctly assigned to the layout. Verify Image Sizes EnsureRead more
If your Journal Theme’s slider isn’t displaying as expected, don’t worry. Follow these steps to fix the issue:
Dashboard > Developer Settings
.Final Comment
I hope this guide helps you resolve the slider issue. If you still have problems, ask further questions or consult the Journal Theme support team for assistance. Thanks!
See lessCart Not Updating Quantities in OpenCart
Check JavaScript Console for Errors: Open your browser's developer tools (F12) and navigate to the Console tab. Refresh the cart page and try updating the quantity again. Look for any JavaScript errors or AJAX-related issues and fix the identified problems. Enable Debugging in OpenCart: Go to SystemRead more
catalog/controller/checkout/cart.php
andcatalog/view/theme/[your theme]/template/checkout/cart.twig
, are intact and not corrupted.Comments:
See lessThe shopping cart is one of the most critical components of an e-commerce site. The steps above should help you pinpoint the issue and restore the functionality of the cart. Let me know if you need any help implementing the solutions! 😊