• Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How I Rank My E-Commerce Website

    I did a backlink check with that celeb style outfit webshop on monitorbacklinks.com and pretty much all the backlinks that I could check were from (irrelevant) forums or blog posts …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How I Rank My E-Commerce Website

    I am running an E-Commerce store. Working almost a year but didn't get good response. Kindly share some good strategy for ranking. Work I done Already: Daily Content Updating Daily …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to hannalex in How I Rank My E-Commerce Website

    I am running an E-Commerce store. Working almost a year but didn't get good response. Kindly share some good strategy for ranking. Work I done Already: Daily Content Updating Daily …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Auto Invoice

    Why creating it yourself? There are heaps of free and payed applications for that. Here's one for free: https://www.waveapps.com/invoice/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Auto Invoice

    Hello, I wonder how do you create auto send invoice everyyear as scheduled for each client that you have? Can you create such a program with laravel? Thanks.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Hiding jpg and profile_image

    I explained 1 already in a previous post and 2 also kind of. For that you might want to look into HTML5 Canvas and/or SVG.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Alexa Ranking Issue

    My advise is to stop caring about Alexa ranking. Alexa data is not real world data! There are loads of articles and blog posts online with numbers and all explaing …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Alexa Ranking Issue

    May I request you guys to check my website eletsonline dot com and suggest me the best ways to improve its Alexa Ranking. I'm working hard from last couple of …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Hiding jpg and profile_image

    Okay, not sure why it gives a `delay` undefined, but try it with a setTimeout function instead. $('#profile_picture').click(function () { toggleOptions($(".selector")); setTimeout(function() { $('#profile_picture, .image_road').hide(); }, 2000); });
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to davy_yg in Hiding jpg and profile_image

    I already try placing the following code: $('#profile_picture').click(function (e) { toggleOptions($(".selector")).delay(2000).queue(function () { $('#profile_picture, .image_road').hide(); }).dequeue(); }); I wait after 2 seconds and nothing happen.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Hiding jpg and profile_image

    1 - Add the z-index to the CSS block `.selector .social-media-box` in your CSS file 2 - I have no idea what you want with a water effect 3 - …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Hiding jpg and profile_image

    Your `.selector .social-media-box` is covering that water.gif image due to the `position: absolute;`. If you add a `z-index: -1;` then it doesn't cover the image anymore.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Hiding jpg and profile_image

    > I wonder why the gif image is not clickable Hard to tell why without seeing any page with that image
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in which frontend framework to choose for Nextcloud

    I guess you'd better off asking at the nextcloud forum. https://help.nextcloud.com/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching which frontend framework to choose for Nextcloud

    I am planning to build an app in nextcloud but what is the front-end framework i should choose?. I have found the nextcloud repo having angular 1, but the i …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Hiding jpg and profile_image

    You could do this: $('#profile_picture').click(function (e) { toggleOptions($(".selector")); $('#profile_picture, .image_road').hide(); }); But theh you can't interact wth the profile picture anymore, because it wil set it to `display: none`, so …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Hiding jpg and profile_image

    Cek this website: http://fresway.com/ On the left corner you see there is a big circle when you press it hides all other round buttons around it. Now, I would like …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Input box not accepting the cursor click...

    > What do you suggest to optimize performance. Well since you have a WordPress site you could start with this guide: https://premium.wpmudev.org/blog/speeding-up-wordpress/ Also just remove unnecessary content. For example on …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Input box not accepting the cursor click...

    In one of your CSS files you have `pointer-events: none` assigned to those inputs. Not sure why someone did that, but this make them not clickable/touchable and thus not fillable, …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Input box not accepting the cursor click...

    Hello, For some reason when I click on my simple input box, the input box does not accept focus. Has anyone has a solution fot this? Here is a link …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to rproffitt in Want to improve my Website Alexa Rank

    Wait, didn't I read in SEO circles to not bother with Alexa ranking? Why bother?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Best tool for email marketing campaign creation?

    I'm using [Mailchimp](https://mailchimp.com/) too for some clients of mine. With the free account you can do already quite alot. If you're not familiar with (properly) coding your own HTML emails/newsletters …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Best tool for email marketing campaign creation?

    I’m planning to start creating some email marketing campaigns for my clients. Which tools would you recommend?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Bootstrap

    Where is that `height: 600px` declaration for 'PC only'? In an external stylesheet or in the `<head>`? Why on earth are you using inline styles??? It's bad practice, so don't …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Bootstrap

    Cek this code : @section('content') <div id="page"> <div class="container"> <section id="container" v-show="visiblePage"> <div class="row"> <div class="col-sm-4"> <img src="{{url('')}}/images/binder.png"> </div> <div class="col-sm-4" style="background-color: #f8f8f8; height: auto;"> <br> <ul class="b"> @foreach( $pages …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Forcing https with .htaccess

    Thanks, Cereal! It's a shared hosting, so I don't have access to a server config file. Caddy looks interesting. Especially the HTTP/2.
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Forcing https with .htaccess

    I'm using the following to redirect http to https in my root directory htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> But this seems …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Forcing https with .htaccess

    I'm using the following to redirect http to https in my root directory htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> But this seems …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Forcing https with .htaccess

    I'm using the following to redirect http to https in my root directory htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> But this seems …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Installing TinyMCE

    Also you should use `$( document ).ready()` or even better place all your scripts before the closing `</body>` tag. Now you initilize tinymce while the HTML and thus the textarea …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Installing TinyMCE

    Hello, I am trying to install TinyMCE standard version but I have not been successful yet. tinymce_471_dev/index.php <!DOCTYPE html> <html> <head> <script src="https://tinymce_471_dev/tinymce/js/tinymce/tinymce.min.js"></script> <script>tinymce.init({ selector:'textarea' });</script> </head> <body> <textarea>Next, start …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in backround image-size

    Your content in those divs dictate the height now and should show the background image. Do you have content in them?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in hide pages with Jquery

    What for errors do you get in your console?
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching hide pages with Jquery

    Hello, I wonder why I cannot hide pages with Jquery? home.blade.php <li> <input id="c10" type="checkbox"> <label for="c10"> <!-- <a href="#" @click.prevent="togglePage()"> --> <a href="{{ action('HomeController@getArticles') }}" id="hide"> @if($uri=="home/articles") <!-- <img …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in backround image-size

    add `background-size: cover` to your CSS blocks
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching backround image-size

    hello, i've bee searching for this from a while but i couldn't find an answer of my quetion, so i have 2 div with width 100% and heighh is really …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Microsoft Edge

    @ john_111 That article is about the transparent PNG fix we used to need in the past for Internet Explorer 6 and below. Edge supports alpha transparency, so there must …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Microsoft Edge

    Hello, I am having a problem showing png picture that suppose to be transparant in Ms. Edge. Any clue why my png file is not transparant in edge? Check this …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in hide and show css

    Also... > One problem, I try to open it in IE and it looks a mess. In firefox and google crome it looks good. Why is that? You're using CSS …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in hide and show css

    Check the errors in your browser (web developer) console and https://validator.w3.org/
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in hide and show css

    > I am using the grid system. Since it only works in <div id="container"> while I need to use <section id="container"> to make the grid system works. This doesn't make …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching hide and show css

    Hello, I have been trying to hide and show css with button click: home.blade.php #container{ display: grid; grid-template-columns: 350px auto 300px; grid-template-rows: 800px 800px 800px; grid-template-areas: "menu cont sidenav"; position: …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Need Help!

    These are a good place to start with. https://moz.com/learn/seo https://searchengineland.com/library/channel/seo https://neilpatel.com/blog/ https://www.mattcutts.com/blog/
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Need Help!

    Hi, everyone! I`ve just started learning SEO and I want to find some experts or leaders of opinions. Can you give me any advise how to find them or may …
  • Member Avatar for gentlemedia
    gentlemedia

    Marked Solved Status for Showing 2 decimals even when it is 0.00

    I'm using this snippet to calculate the sum of two table cells. var sum = 0; $('.amount').each(function(){ sum += parseFloat($(this).text()); }); $('.sum').text(sum); But when the sum is for example 40.00 …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Showing 2 decimals even when it is 0.00

    I've found the answer myself :) There is `toFixed()` method, so I had to add this to the `sum`variable with the `2` as for the 2 decimals; $('.sum').text(sum.toFixed(2));
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Showing 2 decimals even when it is 0.00

    I'm using this snippet to calculate the sum of two table cells. var sum = 0; $('.amount').each(function(){ sum += parseFloat($(this).text()); }); $('.sum').text(sum); But when the sum is for example 40.00 …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Showing 2 decimals even when it is 0.00

    I'm using this snippet to calculate the sum of two table cells. var sum = 0; $('.amount').each(function(){ sum += parseFloat($(this).text()); }); $('.sum').text(sum); But when the sum is for example 40.00 …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Showing 2 decimals even when it is 0.00

    I'm using this snippet to calculate the sum of two table cells. var sum = 0; $('.amount').each(function(){ sum += parseFloat($(this).text()); }); $('.sum').text(sum); But when the sum is for example 40.00 …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in What is search engine submission in SEO?

    My thought is they're the same person.

The End.