• Member Avatar for gentlemedia
    gentlemedia

    Began Watching What is search engine submission in SEO?

    What is search engine submission and how to do it? Why does it important in SEO?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Post Signature available after certain amount of posts

    I do find reaching a certain rep level a reaaly good one for this, because someone can post in little time low quality one line questions, such as the ones …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in CSS ERROR?

    Is the page online somewhere? A link or posting the HTML and related CSS would be more useful then a screenshot.
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching CSS ERROR?

    Hi Everyone, I am having a strange problem on my webpage. I am getting this Black shade whenever i type or focus my cursor on a select or text field. …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to santhoshsocial in What is cloaking?

    What is cloaking?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Post Signature available after certain amount of posts

    > Or just scrap the signature facility altogether for that matter. That's also an option :)
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Post Signature available after certain amount of posts

    To reduce the amount of threads/posts from new members that are here only to post (pointless) threads or posts just to have their signature with spammy URLs underneath it, is …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Post Signature available after certain amount of posts

    To reduce the amount of threads/posts from new members that are here only to post (pointless) threads or posts just to have their signature with spammy URLs underneath it, is …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Post Signature available after certain amount of posts

    To reduce the amount of threads/posts from new members that are here only to post (pointless) threads or posts just to have their signature with spammy URLs underneath it, is …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in HTLM TEMPLATE CODE/FORMATTING "ABOUT US"

    Spacing out things in the 'Meet the staff' section with the non breaking space (` `) is not how you handle this and that's why that layout breaks on smaller screens. …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching HTLM TEMPLATE CODE/FORMATTING "ABOUT US"

    can anyone send me a htlm code/template for "meet the staff" page or "about us" page if you look our site its not formatted correctly now is the moble version. …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in SEO My Page

    Google ignores the keywords meta tag since 2009 for ranking, so putting your keywords in their won't do anything already for a long time. https://webmasters.googleblog.com/2009/09/google-does-not-use-keywords-meta-tag.html If you want to be …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching SEO My Page

    Hello, Can you guys check this site: www.advance-web-studio.com This is the site that I built. I am trying to make it the first 5 pages in google.com. Browse using this …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in what social media channel is best for marketing ?

    Which social media channel is the best for your business or campaigns depends on a lot af factors, but ask yourself questions like: * What are my social media strategy …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching what social media channel is best for marketing ?

    hy friends i am affiliate marketer and wordling with different companies for promotion can you tell me what social media channel is best for barnding and marketing ,
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to UI in How To Make Dani Web The Best Forum That Attracts Newbies & Earns Oldbies!

    Dani, Another tactic of Bruce Lee, which he mentions to his teacher at the beginning of "Enter The Dragon" is that he does not need to hit. It (the opponent) …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to JamesCherrill in How To Make Dani Web The Best Forum That Attracts Newbies & Earns Oldbies!

    Yes, come on guys, I've never seen such an orgy of troll-feeding in my life. We can't take administractive action against trolls, but we can do the next best thing …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Getting the device-width to work on Portrait just like it does on Landscape

    You use an element or tag that conveys the meaning of your content. https://internetingishard.com/html-and-css/semantic-html/ Furthermore to get your layout adapt nicely to the screen width it is viewed on, you …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Getting the device-width to work on Portrait just like it does on Landscape

    The issue is not the viewport meta tag, but it's that you're using tables for your layout. Tables for layout was a good solution, when there was no better alternative.... …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Getting the device-width to work on Portrait just like it does on Landscape

    I'm trying my best to get [my page](http://fiftyallstars.com/workouts.html) to show on mobile devices correctly, but I've run into a roadblock as no matter what combination of scales I use the …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    I guess that was just all to it. I installed CS-Cart and so far so good. No weird warnings yet! Finger crossed!
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    I see there are no takers for my job application :-) so I took some roundtrips to the CentOS and cPanel forums and figured out that I had an old …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    It's obvious that I'm getting really lost with this :) This .htaccess is the last bit that I have to do regarding the system requirements of CS-Cart http://docs.cs-cart.com/4.6.x/install/system_requirements.html As a …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    If I check the file permissions on httpd.config with `ls -laZ /usr/local/apache/conf/httpd.conf` I get the following output ![permission_httpd_config.jpg](/attachments/small/4/f031f8b6511223dff6e7bfa1c817d3cb.jpg "align-center") As far as I can see I do have read/write permissions …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    > Directive AllowOverride All need set to default config file Ao ok! So I have WHM/cPanel on the VPS and If I go to Apache Configuration > Global Configuration I …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    I have now this in my `.htaccess` file Options FollowSymLinks MultiViews Includes Indexes # AllowOverride All Require all granted But I had to comment out `AllowOverride All`, because with it …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    Thanks! If I place that block in my htaccess file in public_html, instead of the apache config file, I can just use it like so? <Directory "/"> Options FollowSymLinks MultiViews …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in Allowing some directives with .htaccess

    Thanks, AndrisP! I have Apache 2.4 running and mod_auth_host for that version it seems to be `require`. http://httpd.apache.org/docs/current/mod/mod_authz_host.html But still I just don't get it. For example, how do I …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Allowing some directives with .htaccess

    I have to do this: "the .htaccess file should allow the following directives" `DirectoryIndex` `Deny` `Allow` `Options` `Order` `AddHandler` `RewriteEngine` `RewriteBase` `RewriteCond` `RewriteRule` But I have no clue where to …
  • Member Avatar for gentlemedia
    gentlemedia

    Edited Allowing some directives with .htaccess

    I have to do this: "the .htaccess file should allow the following directives" `DirectoryIndex` `Deny` `Allow` `Options` `Order` `AddHandler` `RewriteEngine` `RewriteBase` `RewriteCond` `RewriteRule` But I have no clue where to …
  • Member Avatar for gentlemedia
    gentlemedia

    Created Allowing some directives with .htaccess

    I have to do this: "the .htaccess file should allow the following directives" `DirectoryIndex` `Deny` `Allow` `Options` `Order` `AddHandler` `RewriteEngine` `RewriteBase` `RewriteCond` `RewriteRule` But I have no clue where to …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching Allowing some directives with .htaccess

    I have to do this: "the .htaccess file should allow the following directives" `DirectoryIndex` `Deny` `Allow` `Options` `Order` `AddHandler` `RewriteEngine` `RewriteBase` `RewriteCond` `RewriteRule` But I have no clue where to …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to Mikky004 in How many seo friendly extensions are there? What are these?

    Hi Guys, I have one important question and need prompt and detailed answered please.How many seo friendly extensions are there? What are these? PLEASE hlep me friends. Thanks in advance.
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to jim_20 in How to create best Dofollow link ?

    How i can create best Dofollow links for my website https://citrusbits.com ?
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in How to create best Dofollow link ?

    If that is your website you would be Ammad Khan or maybe Harry Lee the CEO. Which of the two are you? :D
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching How to create best Dofollow link ?

    How i can create best Dofollow links for my website https://citrusbits.com ?
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to rproffitt in changes to php.ini file

    Read the source Luke (!) From http://php.net/distributions/php-7.0.21.tar.gz Fopen wrappers ; ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-fopen allow_url_fopen = On …
  • Member Avatar for gentlemedia
    gentlemedia

    Gave Reputation to rproffitt in changes to php.ini file

    http://php.net/manual/en/filesystem.configuration.php (documentation) says it's enabled since 4.x. https://stackoverflow.com/questions/43543297/allow-url-fopen-is-on-but-phpinfo-says-off notes same issue but an odd fix at the end. I can't test that.
  • Member Avatar for gentlemedia
    gentlemedia

    Marked Solved Status for 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 changes to php.ini file

    Aaaaahhhh..... There's also a MultiPHP INI Editor in WHM (Web Hosting Manager) and there I enabled `allow_url_fopen` for PHP 7.0 and voila.
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in hide field if empty

    It's not sure if the OP adds that content with an Advanced Custom Field input in WP-admin. The OP could also use CSS for this, but this requires that the …
  • Member Avatar for gentlemedia
    gentlemedia

    Began Watching hide field if empty

    I have a restaurant menu theme and there are some menu items the owner has, with no pricing (all menu items have the option for a price and an alternate …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    @ rproffitt - I've sent you a PM with some secret information :)
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    When the VPS was delivered to me with CentOS 7 and WHM/cPanel installed on it. The PHP veson was 5.6. I've upgraded it to version 7.0 via cPanel but `allow_url_fopen` …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    Okay, I see something strange. According to `phpinfo()`the php.ini file is located in a directory `etc` which is in the `root` (home directory). `Configuration File (php.ini) Path /opt/cpanel/ea-php70/root/etc` `Loaded Configuration …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    It's PHP 7.0.21 on Apache I also checked if there was a .htaccess file that might have PHP directives in it which would override those in the php.ini file, but …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    I rebooted the VPS, cleared the browser cache, but still on "Off" in phpinfo()
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    I'm allowed to change it. It's my server :) No, I see what you mean. A2 hosting allows their users to change PHP settings via php.ini on VPS and dedicated …
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    > The hosting can matter here. It's a VPS, so as of now I'm the only one in control of this server :)
  • Member Avatar for gentlemedia
    gentlemedia

    Replied To a Post in changes to php.ini file

    If I view the php.ini file in cPanel's File Manager" it's also on "On"

The End.