Code

Discussion on W3CMS-Laravel | Content Management System

Discussion on W3CMS-Laravel | Content Management System

Cart 371 sales

DexignZone does not currently provide support for this item.

107 comments found.

Hi
Where is section meta title.keywords etc in views
In every view should be this section
Now enery site show this (source in browser):
<meta name="keywords" content=""><br />
    <meta name="author" content=""><br />
    <meta name="robots" content=""><br />
    <meta name="description" content="CryptoZone - Crypto Trading HTML Template"><br />
    <meta property="og:title" content="CryptoZone - Crypto Trading HTML Template"><br />
    <meta property="og:description" content="CryptoZone - Crypto Trading HTML Template"><br />
    <meta property="og:image" content="">

But title show from main title of site in every view
In “og” section also google need true data (from title i meta description).
You added in this section your data.
Please add in every view section title/meta and this data must be include from database from admin panel. Now cms is not seo.

Hello Sir,

Sorry for the inconvenience, our team is continuously working on w3cms. We will update it soon.

Please drop a ticket on our support panel with site credentials and FTP details. Our team will resolve your issue ASAP.

Support URL: https://support.w3itexperts.com/

Thanks

DexignZone Team

Hi I wrote on support about title and description, and two updates wasn’t this one. I write again: When you will make it possible for each view to have its own meta title and meta description? eg. in the admin panel, when adding a page or blog entry, we can add a meta title/description, but on the front it does not take them at all. On each page you can see the global title/description. And this is something that is very badly looked at by google. I am urgently waiting for this item to be improved. This should work so that if I don’t add a title/description to the page/blog it should take the global one. However, if I add it should take its own. Same with og:title and og:desc..: you put your own hardcoded. and here it must also take those that we enter in the panel.

Hello Sir,

Please download a updated version.

Thanks

How to update your script?

1. “Replace app, config, public, resources, routes, storage and themes folders from new package”

OK – this is clear.

2. “Run the following command : php artisan optimize:clear”

Sorry, but I have no idea what command are you talking about. Maybe it’s something specific to Laravel environment, what is obvious to you but it means nothing to me.

Could you please clarify what this is about?

Thanks in advance

Hello Sir,

Please check the storage link & clear cache settings and save it.

check: https://prnt.sc/urga8UhEF4dI

For more information, please drop a ticket on our support panel.

Support URL: https://support.w3itexperts.com/

Thanks

DexignZone Team

Hi again
How to set front to home page show homepage without slug /home?
Now – after installation – default homepage is blog, but on click on HOME menu, show homepage but with slug /home.
In your demo is ok. Homepage is show with main domain. But also show in /home from menu (this is no good to google.)
Two adresses show the same page. Now I want to change main domain to show homepage without /home slug and now show blog (like default installation).

Hello Sir,

Currently, you can change it using some following steps.

Step 1 : - Under The configurations/reading in admin side bar, select show on front page( the page you want to show on home url )

Step 2 : - Go to the admin sidebar’s appearance/menu , create a custom link with home-url ( like ‘www.domain.com/’ ) in the URL and name it home and add this custom link to menu.

For more information, please drop a ticket on our support panel.

Support URL: https://support.w3itexperts.com/

Thanks

DexignZone Team

Hi,
ok thank you, but if I want to add to homepage custom page, how to do it?
eg. My custom page is new view but not added from CMS, because I have to add on home page (custom page) few charts, and info from database. (also with new controller)
In cms I can’t to do it.
Now I have custom page view, route also added to this page and I see it in menu (like link) but how to add this one to main page?
In configuation/reading I don’t see this page to set this one.

Hello Sir,

Please check the following screenshot to set the front page.

check: https://prnt.sc/AYCjSdgz1yS2

For more information, please drop a ticket on our support panel.

Support URL: https://support.w3itexperts.com/

Thanks

DexignZone Team

Hi
How to translate admin panel to my language?
I see in views.. all phrases is in _(” “) and this is ok, but I don’t see any file with all this phrases.
Do you have eg. EN.json file with all phrases from admin panel?
It will be perfect to create new local lang in admin panel.
regards

Hello Sir,

We are escaping all text with translate function. Please check the following URL.

check: https://laravel.com/docs/9.x/localization

For more information, please drop a ticket on our support panel.

https://support.w3itexperts.com/

Thanks

DexignZone Team

Is it SaaS? Or how does it work?

This is a CMS just like WordPress but in Laravel framework. if you love laravel then choose it for your development.

DexignZone

Hello, may be your script doesn’t support multi languages for front end and its content?

Hello Sir,

All static text has been escaping by translate function. The team is working on dynamic data multi language functionality. We will update it ASAP.

Thanks

DexignZone Team

Hello, WordPress is perfect and free! So why should I use your script?

Hello,

We are never compete with other CMS. We are trying to provide a better ready project set up for laravel developers. It will save a initial time of any client project. We are working to take it extend level.

Thanks

DexignZone Team

How to disable Customer user to have acces to – -appearence admin configurations ?

Hello,

You can manage role/user based permission.

check: https://prnt.sc/aq0FWVu8J7Qn

For more information, please drop a ticket on our support panel.

Support URL: https://support.w3itexperts.com/

Thanks

DexignZone Team

Hello

Please drop your ticket on out support panel : https://support.w3itexperts.com

Our technical team will check and update you.

Try to mention screenshots and url of live demo server or describe AS Much As Possible.

Thanks DexignZone

have a display issue when using the 8.1 ? v8.0 and v8.2 don’t work at all…

Hello Sir,

Our team has checked all is working fine. Please drop a ticket on our support panel with all screenshot or video. Our team will resolve it ASAP.

Thanks

DexignZone Team

Hello

Please drop your ticket on out support panel : https://support.w3itexperts.com

Our technical team will check and update you.

Try to mention screenshots and url of live demo server or describe AS Much As Possible.

Thanks DexignZone

Hello sir, how to use the custom fields, inside the page editor ? should i use brackets, or is there a dropdown insert button, i dont see any.. thanks

Hello Sir,

You can use it manually in the file. You will get in the page_meta object.

check: https://prnt.sc/FY1FYFOqux3N

Thanks

DexignZone Team

Thank you sir, i am able to get formdata value in chrome console JS, but are we able to insert values into ckEditor / page content template / text editor. For example similar to twig maybe {{dataPageMeta[value]}} something like that or [PageMetaValue1] or are these values only meant to be used in code or elsewhere. But that said, i think it would be really useful, to be able to add true custom fields, especially in the case of the widgets that you will be adding one day

Also, the three frontend templates, are we able to edit their content through backend page editor ? i dont see them in the list (or maybe i skipped step of data import – would be reason if so)

thank you !

Hello Sir,

Every day our team works on w3cms. We are working on Page builder and CPT functionality. We will add it to the W3CMS ASAP.

We will update the W3CMS package with new frontend blog theme lemars and theme data import functionality.

We will update it within 48-72 hours.

Thanks

DexignZone Team

Hello, can you help me with the menu builder for new bootstrap template? I can’t get the menu. I created a new template and need to adjust the menu (nav_menu.blade.php) Example:

  • Home
  • Dropdown
    • Dropdown Item

Many thanks for help!

  • Home
  • Dropdown
    • Dropdown Item

Hello Sir,

Please check the following URL for the new front-end theme set up.

Doc URL: https://w3cms.dexignzone.com/laravel/documentation/index.html#theme-manager

Thanks

DexignZone Team

I want to share my experience with the system I purchased. Unfortunately, I had trouble installing it and the technical support took too long to respond… TICKET #5282

Hello Sir,

Our team has replied on your ticket, please check it. The team will resolve your issue.

Thanks

DexignZone Team

when I register a user in the role of admin, I want him to have the role of user. It does not show the register or login button. Thanks

Hello,

You can do it manually in the code. Please check the following screenshot.

check: https://prnt.sc/_yBhzZL7vES_

Thanks

DexignZone Team

When I’m copy and pasting my code from localhost to live server then all images has been gone. Images are not showing. I don’t know what is happen can you tell me about this issue.

Hello Sir,

You need to link to storage.

check: https://prnt.sc/6x5-vgrNvzFO

For more information, please drop a ticket on our support panel.

Check: https://support.w3itexperts.com/

Thanks

DexignZone Team

There is problems with installation… Please fix it.

Hello Sir,

Sorry for the inconvenience, Please drop a ticket on our support panel with screenshots. Our team will resolve it ASAP.

https://support.w3itexperts.com/

Thanks

DexignZone Team

Hi, i already send the ticket for installation issue, please help me, thank you

Hello Sir,

Our team will resolve your issue soon. Please share login and FTP details in the ticket details.

What is your ticket number ?

Thanks

DexignZone Team

can we add another html templates in to themes and connect this as an admin panel

can’t find import button in themes

Hello Sir,

Yes, theme import functionality is in our next updates.

In this under testing phase, we will update on Themeforest package within 48 – 72 hours.

Thanks

DexignZone Team

Great Work GLWS!

Thank you

Hello, Just open a ticked for the installation issue. Please check and help me with that! Thanks

Hello Sir,

Please drop ticket on our support system so our technical team could check and guide you accordingly.

don’t forget to mention screenshots or full details of issue.

http://support.w3itexperts.com

Thanks DexignZone

Hello, I found one critical error which is missing one folder “front” in resources\views so the website is not working. For now I copied an old folder and used it. I am waiting for the newest folder. Thanks

Hello Sir,

The team has checked your website, It’s working. According to the ticket conversation, your problem has been resolved.

The support team will resolve your issue, please drop a message to the support team for more queries.

Thanks

DexignZone Team

hello my friend add payement system (:

Hello Sir,

Yes, W3CMS is in laravel framework ready product setup. You can add another required things as per your requirements.

Thanks

DexignZone Team

by
by
by
by
by
by

Tell us what you think!

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

Sure, take me to the survey