• Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    In MultiPHP INI Editor > editor mode it's on "On"
  • Member Avatar for gentlemedia
    gentlemedia

    Created changes to php.ini file

    I've enabled `allow_url_fopen` via MultiPHP INI Editor in cPanel, but if I check with `phpinfo()`it's still on 'Off'. Why's that? I've cleared my cache.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching changes to php.ini file

    I've enabled `allow_url_fopen` via MultiPHP INI Editor in cPanel, but if I check with `phpinfo()`it's still on 'Off'. Why's that? I've cleared my cache.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in VPN provider

    There's also Epic browser which is basically Chrome, but then on steroids regarding privacy & security. https://www.epicbrowser.com/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching VPN provider

    Have anyone tried using Privatoria VPN provider. Is it worth using ?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Changing root password CentOS 7 VPS

    Thanks, rprofitt! I did a google too with that message and saw also some pages that siad it could be a bug. I will definately contact the provider about this …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Changing root password CentOS 7 VPS

    Hey guys, I'm trying to change this password, because I don't know the password to login to my VPS (I've never had to set one as far as I know). …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Changing root password CentOS 7 VPS

    Hey guys, I'm trying to change this password, because I don't know the password to login to my VPS (I've never had to set one as far as I know). …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to cereal in adding a php.ini file to server

    Hehe, it will be fun, don't worry ;D
  • Member Avatar for gentlemedia
    gentlemedia

    Marked Solved Status for adding a php.ini file to server

    I need to configure a server for the CS-Cart Multi-vendor software (http://docs.cs-cart.com/4.6.x/install/system_requirements.html) and if I check things with `phpinfo()`there's no php.ini file. It shows the path where it should be …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in adding a php.ini file to server

    I'll close this thread,. I've arranged a VPS for them and I'll most definatley will come here at DW with questions related to this, because I never had to work …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in adding a php.ini file to server

    It turns out the client got a shared hosting package instead of a VPS that I (CS-Cart) recommended. :(
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in adding a php.ini file to server

    Ah ok. Clear! There's no Cpanel, Plesk or any other known inteface installed. It's possible but then the client has to pay an extra monthly fee for this. But I …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in adding a php.ini file to server

    Thanks, Cereal! Not sure what PHP-FPM was, but did a google and now I know :), but I don't know if the host uses this. I also contacted the the …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited adding a php.ini file to server

    I need to configure a server for the CS-Cart Multi-vendor software (http://docs.cs-cart.com/4.6.x/install/system_requirements.html) and if I check things with `phpinfo()`there's no php.ini file. It shows the path where it should be …
  • Member Avatar for gentlemedia
    gentlemedia

    Created adding a php.ini file to server

    I need to configure a server for the CS-Cart Multi-vendor software (http://docs.cs-cart.com/4.6.x/install/system_requirements.html) and if I check things with `phpinfo()`there's no php.ini file. It shows the path where it should be …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching adding a php.ini file to server

    I need to configure a server for the CS-Cart Multi-vendor software (http://docs.cs-cart.com/4.6.x/install/system_requirements.html) and if I check things with `phpinfo()`there's no php.ini file. It shows the path where it should be …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    > BTW i must ask, is it easier to do this without bootstrap Well, for me it's easier to do without Bootstrap :) and CSS is really not that hard …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    It's because of this rule: @media (min-width: 768px) { .col-sm-8 { width: 66.66666667%; } } But you can override this with the following updated CSS: .video { position: relative; padding: …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    Do you use also Bootstrap V4?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    It's easier for me to debug if I see a demo in Jsfiddle or codepen, so I made one myself. https://codepen.io/gentlemedia/full/ZyoXdN/ On small screens the arrows were behind the video …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Remove vertical space between four button create by <input>

    Just ditch the tables that you use for layout and use proper tags. You can start with div tags. I will not say that that will solve your problem, but …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Remove vertical space between four button create by <input>

    I have problem ...create four button using code as mention below which create space when i run the code in IE plz help. <tr id="gal-controls"> <td> </td> <td><div id="image-info"> <table border="0" …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    You should not remove thiose classes. Anyway... let's try something else by not messing with the width of that `.video` div, but just add a padding. .video { position: relative; …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    It's probably because the classes `.col-sm-8` or `.col-md-offset-2` have set a width in bootstrap.min.css which we override with the `width: auto` on `.video`. You will have to figure out the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    I assume that the MQ's are the default ones from Bootsrap - http://getbootstrap.com/css/#grid-media-queries - thus you could do something like this. First add some styles to the `.video` CSS and …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    Yeah, the minus values is also a commom thing to do with a UI like this, but I didn't know that that div tag where we added the `video` class …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Help with positioning two buttons

    This is a way you could do it. Give the following tag a class for example `video` `<div class="col-lg-8 col-md-offset-2 text-center video">` Add this to your custom CSS, but adjust …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Help with positioning two buttons

    I have a problem with bootstrap design i want to make a very simple page which will contain two buttons and a video. The prob. is i dont know how …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Text goes under image

    I see some nasty inline styles on that `p` tag and the negative `margin-left` of `210px` is the culprit here. <p style="margin-left:-210px;padding-top:10%;padding-right:130px;font-size:180%;margin-top:10px;text-align:justify;"> The RENARD Elite timepieces come with a 35.5 …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Text goes under image

    Hello folks, Running into a little confusing thing over here. I am building this web page for press release: https://renardwatches.com/pages/pr-fw17 But as you can see, the 3rd paragraph somehow gets …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    > So i am guessing i have to change the Delta to HTML to upload the formatted -by the user- text? In early versions of Quilljs there used to be …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    > the quills script should had a function (php or other server side) to do the uploading? Quiljs is just an edior. How you want to upload and save the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    You shoudl read the documentation, because there are specific API methods to get the text or ful html from within the editor. https://quilljs.com/docs/api/#gettext https://quilljs.com/docs/api/#getcontents
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Adding voice recognization

    > How about text to speech. Any idea where to find it? Did you even had a look at that voice-elements link? It does both speech to text and text …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    It's not `.val()`, but `.text()` if you want to store the text in variable.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    You can grab the data with JS (or JQuery) and then you can do whatever you want with it. https://www.google.com/search?q=get+content+of+contenteditable+for+PHP&gws_rd=cr&ei=GotKWcOpNIKZaevMqtAL
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    > I think this is the best Rich Text Editor script https://codepen.io/mykh/pen/zqdPqr That's also with Quill and it's the best you can get for free. You can also just use …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Rich Text Editor

    Did you check out https://quilljs.com/ / https://github.com/quilljs/quill/ ?
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Rich Text Editor

    Hello i want to implement a rich text editor for a <textarea> that my users are uploading text. I found some on google but most of them are very old …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Adding voice recognization

    +1 for the mention of Web Speech API. Native browser support is still quite wonky, http://caniuse.com/#feat=speech-recognition ...but there's a Web Component wrapper using Polymer. http://zenorocha.github.io/voice-elements/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Adding voice recognization

    Hello, Can anyone program and add voice recognization to input box ? How to do that with laravel? Thanks in advance.
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to rproffitt in Adding voice recognization

    I was wrong. See how to do this with the example by Google at https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Dont load on button click

    I'm not really into Bootstrap, but looking at the docs and the demo there, the page should not refresh/reload when clicking on the button to launch the modal. https://v4-alpha.getbootstrap.com/components/modal/#live-demo
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Dont load on button click

    Hi everyone. I want to make when i press a button to showup a dialog but page to not refresh or if refreshes to showup after that. i have this …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to rproffitt in Difference between Google Adwords and Google Adsense

    I have a question for you as well. Why not create your questions in the right categories? Also, I googled your question and found it wasn't a new question. I …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to add backgroung image to body through css?

    Check this old, but stil relevant, article about file paths. That explains it. https://css-tricks.com/quick-reminder-about-file-paths/
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to add backgroung image to body through css?

    I asume your CSS is in that `stylesheet.css`, so then your path to that image should be like this. body { background-image: url("../images/p3.jpg"); }
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How to add backgroung image to body through css?

    Hi, I am trying to add backgroung-image to body of a webpage. Its working on inline way but noy through css. I tried everything even searched on google. But I …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Need ideas on how to stlye my Customer Access area

    Knowing all the CSS there is, won't make your My Account section nice looking. You need at least an eye for good UI design to make it look nice. Do …

The End.