Category Archives: CMS (en)

Subscription button for yourtube channel

How to create code to embed a button to subscribe to your YouTube channel in text form: 1) your channel was registered a couple of years ago, when YouTube had channel identification through https://youtube.com/user/skobks <script src=”https://apis.google.com/js/platform.js”></script> <div class=”g-ytsubscribe” data-channel=”skobks” data-layout=”full”></div> … Continue reading

Posted in Social Media, Wordpress (en) | Leave a comment

How to change the title of a wordpress site

To change the display of the title – the title of the site that appears in the browser – you must do the following:   go to the dashboard of the site сhoose All in One SEO (if you do … Continue reading

Posted in Wordpress (en) | Leave a comment

Engines: chmod 700 or 755

Many engine manuals say to set the permissions to 755. But the less permissions, the better for security, so often newbies wonder – is it possible to set Chmod 700 for folders (and 600 for files)?   The answer is … Continue reading

Posted in CMS (en) | Leave a comment

[SOLUTION] Upgrading Joomla from 3.6 to 3.7 “404 component not found” error

ЕImmediately after upgrading Joomla from 3.6.x to 3.7.x the main error pops up: 404 Component not found How to solve this problem: 1) make a rollback to a backup before the update (if there is no possibility – manually transfer … Continue reading

Posted in Joomla (en) | Leave a comment

[SOLUTION] Joomla 3.7.x menu glitches – “Error publishing 1 category because at least one of its parents is not published or one of its descendants…”

If after updating to Joomla 3.7.x you have started glitching menu when trying to add a new item and gives an error: Failed publishing 1 menu item as at least one of its parents is unpublished or one of its … Continue reading

Posted in Joomla (en) | Leave a comment

How to insert google adsense ads on a wordpress site

After the abolition of the plugin for automatic embedding ads on a site under wordpress, I got discouraged and started googling what to do. In this post I’ll tell you my way of inserting ads into the site, which is … Continue reading

Posted in Wordpress (en) | Leave a comment

How to create your own free website

In the era of fast and affordable Internet, many people are thinking about creating their own website – whether it is a website for their school, department or sports section, a website for their blog or portfolio, a website for … Continue reading

Posted in Wordpress (en) | Leave a comment

Text alignment to the width of WordPress

In the new versions of WordPress the developers for some reason removed the button ‘align to width’ or in the html markup attribute align=justify. When typing the text of the post is strikingly sloppy formatting if the entire test is … Continue reading

Posted in Wordpress (en) | Leave a comment

[phpBB] inserting tables into the forum via bbcode

The task – to implement insertion of tables into the forum in phpBB. The easiest, safest and most convenient way – to use bbcode. To do this, go to: admin panel -> posts -> BBCodes and add there:

Posted in CMS (en), phpBB (en) | Leave a comment

[phpBB] Remove captions from images and attachments

The task was to remove captions for images in phpBB. They look like this: the name of the file, its size, how many times viewed. The easiest way to do this is to edit the template.   Go to styles/prosilver/template/attachment.html … Continue reading

Posted in CMS (en), phpBB (en) | Leave a comment

Reducing the CPU consumption of hosting. How to speed up any CMS site

Today, almost every site is not running on ancient HTML, but on the complex CMS, written in PHP. Most often it can be Joomla, WordPress, Drupal and so on. Since such CMS are quite “heavy” (and, frankly speaking, not very … Continue reading

Posted in CMS (en), PHP (en), Webmaster (en) | Leave a comment

WordPress Voice Input

Hi all, I’m Stucco. I decided to try voice text entry via Google Docs. This article will be about voice input and texting options for your social networks or blogs. I hope I don’t have to do a lot of … Continue reading

Posted in Voice text input, Wordpress (en) | Leave a comment

Upload images from phone to wordpress site

If you write articles on the site from a mobile device, it’s convenient to use the WordPress app. This app has a slightly reduced functionality, you can’t customize your site or make a design through it. But it will be … Continue reading

Posted in Wordpress (en) | Leave a comment

Best gallery for WordPress

If you also wonder why most of the galleries for WordPress are so ugly, inconvenient and expensive, and you want to find the best free gallery for posting your photos, videos or portfolio in a minimalistic and convenient format with … Continue reading

Posted in Wordpress (en) | Leave a comment

[solution] WordPress: css template editing problem

Funny thing – when you edit wordpress templates ccs (and other CMS) in Google Chrome – often the cache glitches, and as a result, when you refresh the page changes are not visible. I did not understand what’s wrong until … Continue reading

Posted in CMS (en), Design (en), Wordpress (en) | Leave a comment

WordPress on IIS does not load/display images

The first bump I got from encountering the WordPress rake on IIS: a problem with displaying pictures. When you upload an image to the ‘media’ of WordPress, it doesn’t display and gives an error:   HTTP Error 500.50 – URL … Continue reading

Posted in Windows Server (en), Wordpress (en) | Leave a comment

Top 3 wordpress plugins

Let me tell you about my favorite top 3 plugins for WordPress that I dug up this year.   Broken Link Checker – allows you to find and fix broken links; no limit, the plugin is free. It searches for … Continue reading

Posted in CMS (en), Wordpress (en) | Leave a comment