Discussion on Journal - Advanced Opencart Theme Builder

Discussion on Journal - Advanced Opencart Theme Builder

Cart 36,766 sales
Well Documented

DigitalAtelier supports this item

Supported

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

16331 comments found.

Hello I have some problems I want change product list or grid view in category

To product page

Same like this

Www.sheeel.com

Pleas check the link.

I’m wait ur replay thx

Hi, we’re not sure what you are referring to exactly, maybe point it out in some screenshots, so we can be sure if it’s possible or not.

Thanks.

how to remove photo effect and remove add to cart if the product out of stock !! from ( You may also like & by the same brand )

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

Best Regards.

and remove also Quickview from You may also like & by the same brand

Hi, your fix in ocmod.xml does not work for OC3.0.3.2 The modified twig file is not being loaded.

this part: <! – oc 3.0.3.5 fix ->

<file path = "system / library / template / twig.php">
    <operation error = "skip">
        <search> <! [CDATA [
        $ loader = new \ Twig \ Loader \ ArrayLoader
        ]]> </search>
        <add position = "after"> <! [CDATA [
        // Journal Theme Modification
        if (defined ('JOURNAL3_ACTIVE')) {
            $ j3loader = new \ Twig_Loader_Filesystem ();

if (defined (‘DIR_CATALOG’) && is_dir (DIR_MODIFICATION. ‘admin / view / template /’)) { $ j3loader-> addPath (DIR_MODIFICATION. ‘admin / view / template /’); } elseif (is_dir (DIR_MODIFICATION. ‘catalog / view / theme /’)) { $ j3loader-> addPath (DIR_MODIFICATION. ‘catalog / view / theme /’); }

$ j3loader-> addPath (DIR_TEMPLATE);

$ loader = new \ Twig \ Loader \ ChainLoader (array ($ loader, $ j3loader)); } // End Journal Theme Modification ]]> </add> </operation> </file>

The changes in twig only started to show to me when I commented on the part.

Sorry, the problem is here, modification work:

If I want to edit the modification for the discount section

<modification> <file path=”catalog/view/theme/journal3/template/product/product.twig”> <operation> <search><![CDATA[ {{ discount.quantity }}{{ text_discount }}{{ discount.price }} ]]></search> <add position=”replace”><![CDATA[ Nakúp: {{ discount.quantity }} {{ text_discount }} {{ discount.price }} ]]></add> </operation> </file> </modification>

Your javascript in journal.js will automatically overwrite the HTML for discounts.

Hi, indeed that has nothing to do with Opencart modifications, you can disable the auto update price from Journal and that area won’t be updated anymore via javascript. For further assistance, please file a ticket on our support page.

Best Regards.

Hi, Web site with Opencart Version 2.3.0.2 & Journal 3.0.41 A few days ago I undertook the support and maintenance of a website that has your theme installed. The previous technician did not tell me the purchase code. I will buy a new license. But I would like to ask you before: At the moment, I do not see all the options of the theme. If I will buy a new license and will install the new version will the problems be solved and will I see all the options? for example: Journal 3 -> Modules – > the options are only: – Banners, Sliders, Links Menu, Flyout Menu, Accordion Menu, Icons Menu

Hi, we don’t really understand how you mean…but buying Journal and installing it will give you access to the entire theme package with all available options and future updates. If you have any issues with your purchases theme you can open a ticket on our support page.

Best Regards.

Thanks for the quick reply, What I’m telling you is that there are no all options on the theme menu… my user is administrator but there are no all options

We are not sure why that might be, perhaps the previous owner wanted to limit it.

In any case, with your own license you can install Journal clean with every single option enabled.

is the journal 3 compatible with Opencart 3.0.3.7? or any previous 3.0.3.x versions?

Hi, yes, latest Journal version works with Opencart 3.0.3.7 as well as any Opencart official releases that can be downloaded from https://www.opencart.com/index.php?route=cms/download

Best Regards.

where Loader upload image ? preloaders

Hi, no sure how you mean but the spinner icons is controlled from Journal > Skins > Edit > Loading Spinner.

Best Regards.

loading spinner image upload possible? you understand me ? please understand me ? If you have difficulty understanding I can make a video

That is not currently possible unfortunately.

Hi, How to disable buttons with cart and other buttons in the bottom menu on mobile devices? https://prnt.sc/108brdh I want to use standard add to cart button on the product page instead of this bottom section (Demo 9) Thank you

Hi, we’ve added some docs in our support system, check them out here, includes info on those buttons too: https://support.journal-theme.com/knowledgebase.php

https://support.journal-theme.com/knowledgebase.php?article=54

Best Regards.

Hello Will you add a new template in near future?

Hi, yes we’re working on various updates and improvements, as well some demo revisions + new ones too, but I don’t have an exact timeframe right now.

Best Regards.

hi, i am using registered journal theme. I have 20k visitors per month. There are some problems about Blog Comments. There are a lot of spam attack as comments but i can’t delete all of them as bulk selection.

1- How can i prevent spam blog comments? 2- I want bulk selection and delete all spam comments.

https://ibb.co/zZ0LDY7

Hi, deleting bulk blog comments is in our backlog, we’ll add this feature in the near future.

For more info you need to file a ticket on our support page.

Best Regards.

Hello,

Deleting spam comment one by one is very painful

Please create checkbox option to delete comments in one click as in WordPress.

Thanks

Hi, this is in our backlog, we’ll add this feature in the near future.

Best Regards.

Hi, what is the possiblity to show cart 0 item(s) to show count badge instead like https://prnt.sc/105ycw8

No, unfortunately custom text is just whatever you type in there so in that exact use case is not possible.

Hi, Comon Guys you are genius and i am expecting somewhere here, I was figuring out if you said No, so I edit the en-gb/common/cart.php under catalog/language and made changes as follow.

https://prnt.sc/106mhxw

and added custom values anyone can make css changes using any class

I hope this can helps for any one similar.

That falls under file changes with which we cannot assist unfortunately, but sure, you can do whatever you want in various files, especially if you’re a developer or familiar with code.

Please consider adding “all” parameter to advanced product rule options for the product labels under Product Extras. Thanks in advance.

In addition to above, please also consider adding tax option if possible. Since price rule takes into account the base price, created label does not give correct result for the products which have different tax classes. Thanks.

Hi, we’ll consider adding “all” in advanced product rules. As for taxes, that’s not possible, price rules are based on product base price defined in Opencart admin, taxes are applied on top of that.

Best Regards.

I cannot add custom ICON, I follow the documentation https://docs.journal-theme.com/docs/faqs/journal/icons/, But the icon cannot be displayed on the admin page, only the white square is displayed after adding, Can you help me solve the problem? OC version 3.0.3.1

No one answered me, do I need to buy support, will someone help me solve the problem?

Hi, response time can be up to 24h (48h on weekends/holidays). However, in your case we can’t replicate this, make sure you clear your browser cache maybe.

Best Regards.

thanks a lot, I cleaned the browser cache, ICON is displayed, Great!!

Hello

I am trying to run a Multi vendor multi store website with about 10 different stores one at the time. I need every store has its own journal layout and completely different from each other the question is how it could be possible…?

1-Do I need to have 10 licenses ?

2- Will you support help for configuration…?

2- Any better idea…?

Best Regards DM

Hi, yes you need one regular license for each store, 10 in this case.

We provide theme related support on our support page, however we can’t help with the actual design of your stores or with 3rd party extensions.

We can only assist with any questions related to Journal and any of its built-in features or existing demo designs. Or any issues/bugs of course – we always monitor bug reports and provide fixes in future updates (which are freely accessible anytime).

If something you wish to do cannot be done with Journal we will tell you and you can hire other developers for additional customizations.

Best Regards.

Thanks for the quick response.

I am aware that the actual design of my stores and 3rd party extensions are my own responsibility.

I have already installed multi-store in my shop I just need you to help me with the configuration of the journal them with one of the multi-stores then I will do the other multi-store sites by myself.

I need that The new multi-store shop has its own journal theme..?

Please let me know if you will help me with that so I will purchase nr. 1 additional journal theme license.

Regards

I’m not sure the system works like that, I would advice looking here first to understand. https://docs.journal-theme.com/docs/workflow/multistore

What I’m trying to say is that you can’t import multiple demos in the same admin and apply each on a different store. You would have to manually create 10 different skins and then multiple layouts and then modules assigned per layout.

Just making sure you understand the concept of demos, skins, styles, modules, etc.

I have a question. Is it possible that a product with out of stock cannot be added to the cart and the add to cart button to be disabled? Thanks

Hi, yes please file a ticket on our support page and consult with our developers if you need help with this.

Best Regards.

Is a pre sale question. I didn’t bought this theme yet, so i can’t submit ticket.

Right, and I’ve answered it. You asked whether it’s possible, not how to do it, so yes, it’s possible. If you need to know how to do it, you file a ticket on our support page.

Best Regards.

Hi, We have a multi-store with over 20 sites (one admin panel and many sites). Is there a group license or discount?

Hi, unfortunately there isn’t a multi-site license available on Envato, and the current licenses cover a single domain or end-product (regardless if they’re all managed from the same admin).

Best Regards.

Hello,

For example, I add an IBAN number to a page. Bank account number. Safari browsers perceive some of this as a phone number. It was necessary to add a code to solve this problem. How can we include the code below in the theme? This is a very useful feature. Even in the new update, can you add it internally?

<meta name=”format-detection” content=”telephone=no”>

I added the following code to the Custom Code Header section and the problem was solved. I think this feature should come internally to the theme. Because the safari browser sees numbers without phone numbers as phone numbers, if this code is not included.

<meta name=”format-detection” content=”telephone=no” />

Hi, indeed you can put that code into the custom code header, we’ll investigate this further in order to determine if interferes with anything else.

Best Regards.

Hi, here is my suggestions for category page: https://prnt.sc/1045x3o Bestsellers, subcategory with images, category tabs…. Thanks

Hi, unfortunately don’t have ways of modifying the default category listing at this time. Best Regards.

Hi! I can’t find any information about how the avatar works for the Blog Comments. At the documentation you can read about how to set the image size and more for the user Gravatar. But nowhere to read about how to set a default avatar.

Hi, you can’t set a default as it’s a 3rd party service and they set it https://en.gravatar.com

They may have options to do it, try to set up an account, but anyone with an account on that service can set their own avatar and will appear whenever the email is used.

Best Regards.

Thank you!

Hello! Gone are the Share Buttons on the product page. In the tinctures, the module is enabled, but there are no buttons on either the PC version or the mobile version. What could have happened and how to fix the error? Thank you.

Hi, we can’t say what that means without looking at your setup. You may have disabled something, not way of knowing without taking a look – they work fine on our end and no one else has reported this. Please file a ticket on our support page with temporary access to your setup and consult with our developers.

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