16332 comments found.
Hello. I i will set, only for homepage, body background image in Journal 3?
Hi, please file a ticket on our support page and consult with our developers.
Best Regards.
Hi DigitalAtelier
Why i see this sizes when mouse is hover and how turn off this ?
https://prnt.sc/pbgrd1 https://prnt.sc/pbgr9gHi, you don’t need to as those are only visible by you the admin, when logged in the admin. You can also disabled them from Journal > Skins > Edit > Global > Column Dimensions.
Best Regards.
Hello;
Just to clarify; the server we are using has a domain since the team working on the project is seperated so we are testing on a live server (set up to test such things) which has a domain for it. But this domain and server is only to make sure the modules and such are working together fine on a live environment before shipping (re-installing the platform with modules and tweaks made during testing phase to a new host with a new domain)
The domain and server used during testing phase will then be wiped to start working on another project which will not use any of the modules used prior to the wipe. And even if it needs to use some, licences will be bought seperately.
So my question is; if it is going to be possible to move the license domain from test to the live domain.
Best regards
Hi, yes the way the license works is it’s covering one single domain at a time, so whichever is active. This means you can move the theme from one domain to the other, as long as only one it active with the theme.
Best Regards.
Hi DA,
i need something like enquiry…My restrictions are: To be displayed for choosed products and if possible under buy button. I dont mind if it is a popup or not but i need the form to be filled by the customer. I know there is a workout but i don’t remember. Could you please tell me?
Hi, in Journal 3 you can use a combination of modules, such as Contact From, added in a Popup module, which in turn can be opened from any link, menu item or button (like the Button module) which in turn can be added to any page in any position.
As for the enquiry button you can use an extra button module from Journal > Product Extras > Extra Button, which opens your popup module with the form in it.
Best Regards.
HI. I am very interested in your theme but have some questions. 1) Please, add language switcher to your demo. 2) When product is out of stock i still can add it to the basket. Is there any function that replaces add to cart button on notify when in stock? 3) Does this theme has countdown timers ?
Hi, thanks for your interest!
1. We will very soon.
2. You can hide the add to cart button for out of stock products, there is an option in the theme for this. Unfortunately this button cannot be replaced by a different button, although you can have additional buttons for enquiry type functionality (opens a popup with a contact form in it).
3. Yes, optionally available on each special product, counting down towards the expiry date. There is also a built-in Countdown module which can be added to any page with a custom date field (to countdown towards).
Best Regards.
Hello there the site does not go down the phone on the cause of what my support day I wonder what can you help https://dekorlamba.com
Hi, we need to take a look at your setup as that’s not something we can replicate on our end but for starters please update to your theme to the latest version, 3.0.41.
Best Regards.
does anyone know how to stop the OPEN DEFAULT SORT clearing the journal theme filter settings. As it is now if you select say “brand” and “color” in the journal filter, then sort price “high to low” with opencart default filter, it wipes the brand and color selection and the user has to select them again.
Hi, please file a ticket on our support page and consult with our developers.
Best Regards.
problem is support has run out so I can’t lodge a ticket. I didn’t notice the bug until now. Same on the other journal theme sites I’ve bought for clients. It a pretty huge UX bug
Hi, we cannot replicate that, changing sort option does not reset filters already applied, if that’s what you’re referring to.
Best Regards.
pretty easy to replicate. 1. On this page – https://www.poshelp.com.au/cash-registers, 2. click brand ‘Casio’, 3. change ‘sort by’ to price low to high.
Result -> The ‘Casio’ brand selection is removed and all brands are shown.
Hi, we cannot replicate this on our demos, this could be an issue isolated on your store, please file a ticket on our support page so we can take a closer look at this.
Best Regards.
I know the template supports RTL, But is the template available in Arabic language? Best Regards,
Hi, Journal fully supports RTL in the storefront, however it doesn’t come with Arabic or any other language installed, please see this: https://docs.journal-theme.com/faqs/opencart/language/
Best Regards.
I want to show it side by side with the Buy Now button Add to cart on mobile theme. I would also like to add to shopping list and remove comparison list buttons on mobile. How can I do it?
Hi, not entirely sure how you mean, please send some screenshots. But this may not possible with built in options unfortunately.
Best Regards.
SELECT p.product_id, ( SELECT AVG total FROM `oc_review` r1 WHERE r1.product_id = p.product_id AND r1.status = ‘1’ GROUP BY r1.product_id ) rating, ( SELECT price FROM `oc_product_discount` pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = ‘1’ AND pd2.quantity = ‘1’ AND ((pd2.date_start = ‘0000-00-00’ OR pd2.date_start < NOW ) AND (pd2.date_end = ‘0000-00-00’ OR pd2.date_end > NOW )) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) discount, ( SELECT price FROM `oc_product_special` ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = ‘1’ AND ((ps.date_start = ‘0000-00-00’ OR ps.date_start < NOW ) AND (ps.date_end = ‘0000-00-00’ OR ps.date_end > NOW )) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) special, p.viewed FROM `oc_product` p LEFT JOIN `oc_product_to_category` p2c ON (p2c.product_id = p.product_id) LEFT JOIN `oc_product_description` pd ON (p.product_id = pd.product_id) LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id) WHERE p.status = ‘1’ AND p.date_available <= NOW AND p2s.store_id = ‘0’ AND pd.language_id = ‘2’ AND p2c.category_id IN (499,427) AND EXISTS (SELECT product_id FROM `oc_product_special` ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = ‘1’ AND ((ps.date_start = ‘0000-00-00’ OR ps.date_start < NOW ) AND (ps.date_end = ‘0000-00-00’ OR ps.date_end > NOW ))) AND COALESCE ) AND (ps.date_end = ‘0000-00-00’ OR ps.date_end > NOW )) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1 ) , ( SELECT price FROM `oc_product_discount` pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = ‘1’ AND pd2.quantity = ‘1’ AND ((pd2.date_start = ‘0000-00-00’ OR pd2.date_start < NOW ) AND (pd2.date_end = ‘0000-00-00’ OR pd2.date_end > NOW )) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1 ) , p.price) <= 5 ORDER BY p.sort_order ASC, LCASE ASC LIMIT 0, 1000
hi.. why loads all the time … server sticks
thanks
2.3.0.2 version… themes journal 3
Hi, that’s not something theme related, could be related to one of your 3rd party extensions, please file a ticket on our support page and consult with our developers.
Best Regards.
Very interesting template, How to activate demo 5 dark?
Hi, just access that demo’s admin and export the demo. https://docs.journal-theme.com/docs/demos/demo/
Best Regards.
Hi, that is the active tab style, look in Journal > Styles > Tabs > Active Style… and locate the border option, active tab.
Best Regards.
not found, can you share screenshot here ?
done
Hi devs. How can I edit the categories h2 html headings? For the products and main page I am OK.
At journal 2 was at cms module if I remembered correct.
At journal 3?
Thank you
Now at all my pages for h2 I have the sentence = your browser is out of date!
Can I remove that?
Hi, we’re not entirely sure how you mean, can you post some screenshots or share access to your setup in a ticket on our support page.
Best Regards.
Hello, can I change the language and currency in the template? Language Ukrainian, currency hryvnia
Hi DA, is it possible to add a banner or a cms or anything else only for certain categories?
Hi, sure, via custom layouts created for those categories https://docs.journal-theme.com/docs/layouts/custom-layouts/
Best Regards.
How to reach the documentation of Journal Version 2????
Hi, you can find that here: https://docs.journal-theme.com/v2/
Best Regards.
Thanks!
Can you guy optimize for Search querry? 1.Like i have 2 language, then 20k product, mean 40k for 2 language. When i type product name on search bar process time really long. 2. When i select category, it only search product on that category, in their child category’s product it not show…
Hi, that’s not possible unfortunately, that’s how Opencart searches for products, all tables must be queried.
Best Regards.
Hi! How can I customize a not href link like this one ”< a id=”ask-admin” class=”list-group-item” data-toggle=”modal” data-target=”#modal-ask-mail”>Ask Admin< /a >”
Hi, links are styled from the Typography style in Journal > Styles > Typography > Active Style > ... you have several options for the links.
Other than that you’d have to use custom css on your specific html element.
Best Regards.
Any idea why success message for applying Coupon doesn’t show on Journal Checkout page? The error message is showing, but the success message is not.
Hi, there is no success message, only error message is displayed, this is how it is implemented.
Best Regards.
Bu default OC doesnt have field for coupon code in the checkout page, only in the cart page, right? Ans in the cart page, there is a success mesaage when coupon is applyed.
It may but we don’t have this implemented in the checkout unfortunately and not sure if can be modified at this stage.
I see. Maybe in the future. It would be nice for the customers to have a clear understanding that their coupon is applyed. I know it shows in subtotal, but when click on apply button and nothing indicates that your coupon is applyed .. it’s confusing for the customers.
Sorry but we can’t promise anything on this end at this time.
Hi, please file a ticket on our support page and consult with our developers.
Best Regards.