
deepentim
Members-
Content Count
10 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout deepentim
-
Rank
Jr. Member
Recent Profile Visitors
1,042 profile views
-
I mean to say, I wanna compile assets of my websites so that when user inspects website, CSS files and images wont be shown from direct location. i.e path should be compiled like MD5.
- 12 replies
-
- encrypt
- hide files
-
(and 1 more)
Tagged with:
-
@Martijn I want to hide or location of css file and images when user inspect source of my website. I can do it with October CMS. Can we do with PW?
- 12 replies
-
- encrypt
- hide files
-
(and 1 more)
Tagged with:
-
Can we encrypt CSS files or images? I want to hide location of my site files when user tracks source of my website. Please help.
- 12 replies
-
- encrypt
- hide files
-
(and 1 more)
Tagged with:
-
deepentim started following Encrypt assest file
-
ProcessSlider - Image sliders for ProcessWire
deepentim replied to mauricius's topic in Modules/Plugins
I would like to display a full width slider instead of size of pixels defined in ProcessSlider set up page. How can I get full width responsive slider? -
ProcessSlider - Image sliders for ProcessWire
deepentim replied to mauricius's topic in Modules/Plugins
I was able to load the slider images but not the actual slider. In Console it throws error JssorCaptionSlider not defined. -
I want to restrict visitors to restrict browsing my website backend directories like: site/m wire/ Anyone please help me. I want to display 404 error when a visitor visits mysite/site/templates/ Infact now when a visitor visits this path it says "Access Forbidden"
-
Error: Exception: SQLSTATE[HY000] [1045] Access denied for user
deepentim replied to Manol's topic in General Support
Whenever I changed the server hostname, it automatically appends some texts like If my host name is 'server', when I checked site in browser it shows error ... user@server.welcome.site?What might be the issue. Is this causing error Access denied for user 'user'@'user.website.com' (using password: YES) -
Error: Exception: SQLSTATE[HY000] [1045] Access denied for user
deepentim replied to Manol's topic in General Support
Updated site/config.php with new host, user and password but issue not fixed. -
ProcessSlider - Image sliders for ProcessWire
deepentim replied to mauricius's topic in Modules/Plugins
@BernhardB Yes that worked. Thanks indeed -
ProcessSlider - Image sliders for ProcessWire
deepentim replied to mauricius's topic in Modules/Plugins
Wherever I insterted the code on template file. the slider appears top of the table (navigation menu) <div id="container"> <?php $slider = $modules->get('MarkupSlider'); echo $slider->render($page->get('Slider'), $includeScript = true, $options = array()); ;?> </div>