Discussion on Journal - Advanced Opencart Theme Builder

Discussion on Journal - Advanced Opencart Theme Builder

Cart 36,780 sales
Well Documented

Journal_Theme supports this item

Supported

This author's response time can be up to 2 business days.

16332 comments found.

Hi how to fix this error: Warning: count(): Parameter must be an array or an object that implements Countable in /home/azlojas/public_html/system/library/template/Twig/Node/Module.php on line 346

Hi,

That error comes out because your current Opencart version is not compatible with your php version. In this case, either downgrade php to 7.1 or edit system/library/template/Twig/Node/Module.php and replace if (!count($node)) { with if (!is_array($node) || !count($node)) {

Best Regards.

Hi,

I made the change but the error continues, I downgraded the php had no effect. When putting the error I don’t get any error just the page trying to load.

Thanks Best Regards

protected function compileIsTraitable(Twig_Compiler $compiler)
{
    // A template can be used as a trait if:
    //   * it has no parent
    //   * it has no macros
    //   * it has no body
    //
    // Put another way, a template can be used as a trait if it
    // only contains blocks and use statements.
    $traitable = null === $this->getNode('parent') && 0 === count($this->getNode('macros'));
    if ($traitable) {
        if ($this->getNode('body') instanceof Twig_Node_Body) {
            $nodes = $this->getNode('body')->getNode(0);
        } else {
            $nodes = $this->getNode('body');
        }
if (!count($nodes)) {
        $nodes = new Twig_Node(array($nodes));
    }
}
foreach ($nodes as $node) {
    #if (!count($node)) {
    if (!is_array($node) || !count($node)) {
        continue;
    }
}
if ($node instanceof Twig_Node_Text && ctype_space($node->getAttribute('data'))) {
    continue;
}
if ($node instanceof Twig_Node_BlockReference) {
    continue;
}
$traitable = false;
break;

Hi, our solution should work as it worked for everybody else, either downgrade php to 7.2 or apply the fix we’ve suggested, for more information, please file a ticket on our support page so we can take a closer look at this.

Best Regards.

Your theme looks great. - Is there a Facebook page like widget available? or one that works with it? - If I decide that it’s not going to work for me, is it easy to switch to uninstall the theme? - Any options for getting rid of the wishlist and compare buttons?

Hi, you can load external facebook widgets in the HTML based Blocks module. Basically you can import content in iframes.

You can simply deactivate the theme and use a different one, and sure you can disable anything you don’t need, like wishlist, compare, etc.

Best Regards.

Is the journal 3 theme compatible with opencart 3.0.3.3? And is it compatible with GDPR Compliance – GDPR Compliance for OpenCart(https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=34092&filter_search=gdpr)?

Thank you Marco

Hi, Journal is compatible with Opencart 3.0.3.3. We haven’t checked that extension, please consult with its developer for more information.

Best Regards.

As the one-page checkout is not compatible with PayPal anymore, I have used the opencart standard checkout, but now the pop up appears of PayPal and suddenly disappears.

Hi, please make sure everything works fine when using the default Opencart theme because if there is an issue with payments when using the default Opencart checkout that issue is most likely related to Opencart platform so it’s important to check if everything works fine when using the default Opencart theme first.

Best Regards.

I’m using Theme 9 Logo size fixed (380px * 79px) How can I enlarge the logo? I couldn’t find it, A very simple question, please help Thanks

Hi,

The logo size will be limited by the container it sits in. Uploading a bigger logo will not automatically change the header shape or size, so it will be constrained by the header container in which the logo image sits.

Look in Journal > Skins > Edit > Header > Quick Edit the header module > General > Header Height. Additionally, you can add spacing around the logo image in the same header module in the Logo section > Padding option. Remove any padding if already present to enlarge the logo.

Best Regards.

I checked all the padding options as well, but could not find the part that affects the logo area.

I have not been able to enlarge the logo for 8 months. Is it that hard to write this clearly?

If you don’t have any padding applied in the logo section in your header just upload a bigger logo, especially in the Retina logo option, that image needs to be twice as big as the standard logo.

Best Regards.

hi, I am using demo 1. in the product page it is showing the brand on the left side and model on right side. default is the grid style. in that do we have any option to show brand without model name for products having brand and if there is no brand show the model name. IBICO – brand name BINDING MACHINE AG 16 MASTER – model currently,if there is no brand it shows only the model name. similarly if there is brand we need to show the brand name only

Hi, please file a ticket on our support page and consult with our developers.

Best Regards.

how can i collapse All department category tab on mobile. so i don’t have to expand it each time to see categories. https://prnt.sc/sk8aqb

Hi, please file a ticket on our support page and consult with our developers.

Best Regards.

Hi there!, I bought Journal years ago, and, of course you guys are keep doing an excellent job, including so many power extensions and join to the gorgeous template. The right strategy, So I would like to show you something that I think could be great add to the powerfull Journal theme have. Check this out and you will be the first to create this for Opencart, just a little condiment to your great recipet. A great option for a Grocery store for name something. Check this out.

https://shop.sedanos.com/browse/dairy-and-eggs

This is about to create a new way to add product on cart, without refresh page or go to view cart, at least until checkout.

Maybe reactjs, cartjs or just ajax.

Well the idea is on the table, Have a good code.

Best Regards, Franklin 051920:10.33PM

Hi, thanks for the feedback!

We don’t have plans to add such feature in Journal because Opencart is not working as one page site.

But you already have Ajax add to cart/wishlist/compare built in as well as quickview for viewing products.

Best Regards.

Hello, is it possible for the html5 video player in Slider module to play audio when a .mp4 video with audio is uploaded?

Hi, we use a third party javascript plugin for the slider and it doesn’t seem to have that option, more than that, autoplaying video with audio enabled doesn’t work on mobile devices and it’s bad user experience in general, for example, Facebook autoplays videos without audio (muted).

Best Regards.

it is support opencart 3.0.3.3?

Hi, Journal supports all the official Opencart releases.

Best Regards.

Hello,

I am new user to the opencart environment. I want to set up an ecommerce website for myself (I will not sell theme but products).

What do the license costs mean ? In my case if I open an ecommerce site, the license is 59 dollars or 2750 ?

Thank you for your reply Best regards

Hi, So with a $ 59 license, can I open my ecommerce site? my question may be naive but, I’m not used to licenses and web site, I want to understand well, thank you for your answer

hi, ok, now I understand. A regular license is the 59 $ licence, thank you

Yes, that covers a single domain for your personal store on which you can sell other products.

Best Regards.

For language translation, where is .po – .pot – .mo file / files? in which directory?

Hi, Opencart does not have such files, they are used in other cms systems like Wordpress. To translate Journal, first install a language pack compatible with your Opencart version and then you’ll have additional language fields in Journal admin in order to translate texts.

Best Regards.

Suggestion: The ability to set z-index (sort order) of product labels would be useful.

Hi, that may not be possible at this stage as admin options but it should be possible with custom css, please file a ticket on our support page and consult with our developers.

Best Regards.

Hi, I like your Demo 11, but is there option to add a testimonials section in home page like demo 1? Thanks!

Hi, sure you can recreate anything from any demo in another. Please the docs on each demo to see what modules/features were used and where they are found in the admin, then recreate on your end. https://docs.journal-theme.com/docs/demos/demo/

Best Regards.

Accordion Collapse

I have set my product tabs (product description, etc) to Accordion. When I open a product page the Product Description tab is open by default. When I click on another tab within the accordion it opens but it does not auto-collapse the already open tab. I’ve searched and searched but I don’t see a setting to enable this. Am I missing something or is this not possible to change?

Incidentally, in the accordion module, used on your sample FAQ page (https://www.journal-theme.com/7/index.php?route=information/information&information_id=7) in your demo, the open tabs DO automatically collapse when another tab is clicked and I can’t see a way to enable/disable this either in the admin.

PS: None of your demo’s use accordion, or blocks, they all use tabs for product desciption, spec, etc.

Also, please don’t ask me to file a support request. My support has long expired though I never needed to use it.

Hi, the Product Tabs from Journal > Product Extras > Product Tabs (in accordion mode) do not support “Close Others” behaviour.

That other module you’re referencing is a Blocks module from Journal > Modules > Blocks, which does support that.

You can use the Blocks module for Description, etc. at the product page via Journal > Product Extras > Extra Modules.

See https://docs.journal-theme.com/docs/product-extras/extra-modules/

Best Regards.

Thanks DA, perfect.

Hello, does this theme helps in SEO Like if we want to change seo link from

http://www.website.com/index.php?route=account/register to http://www.website.com/register

Hi, that’s not something theme related, Opencart handles SEO urls, please use Opencart forums at http://forum.opencart.com for more information about Opencart related features.

Best Regards.

Is there any way of automatically updating the line total and grand total when a product quantity is updated in the cart, rather than having to rely on the user actually clicking the update button?

Hi, please file a ticket on our support page and consult with our developers.

Best Regards.

Hi, Can you advise of a Stripe payment extension which will work with the Journal 3 Theme (One Page checkout) ?

Hi, please use Opencart forums at http://forum.opencart.com for any questions regarding payment / shippings, we haven’t tested any Stripe payment extensions so we cannot you any.

Best Regards.

Lütfen Destek olur musunuz? e-viessmann.com

Hi, that’s not theme related. Opencart does not work with php 7.4, please downgrade php to 7.3 and your issue will be solved after.

Best Regards.

Hello I have a shop with Journal 2.14.2 Now I want to show the superfilter on left column, but any module that I put in right or Left columns does not show. And the label of Especial % does not show in category page. But it shows in home’s carrousel.

I have read in internet that may be a bug of that version. I want to update to 2.16.8 that it’s the version that appears in my journal’s dashboard to update. But when i download, in the zip there is only the version3. Can I download somewhere the vesion 2.16.8? Or is that bug solved?

Thank You

Hi, you can download the latest Journal 2 version from this link, this should solve your issue, if not please file a ticket on our support page and consult with our developers.

https://www.journal-theme.com/v2/download/

Best Regards.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey