Jens De Beule
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: weird urlDear perrineco
Thank you for reaching out to the support forums! I have taken a look at your problem.
Those directories indicate foreign activities. I would suggest you to remain calm and carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.
I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Loading site in iOS, MAC OS causes error in video part.Dear DolZikoo
Thank you for reaching out to the support forums! I have taken a look at your problem and website mentioned with your question.
I am currently viewing your website on MacOS and I don’t have any problem loading the video, it does taking some time for the video to load, but you can resolve that by using Jetpack plugin by WordPress.
I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Change folder to uploaded photos?Dear robodrago
Thank you for reaching out to the support forums! I have taken a look at your problem. Yay! There is a solution to your problem.
Change your default upload directory
If you want to change the default directory where your file will be located after uploading it to your WP-media please follow my instructions.1. Verify that you have access to the server-side of the WordPress-install.
2. Log in, navigate to wp-config.php and open it.
3. Search for the following line:
require_once(ABSPATH.’wp-settings.php’);
4. Make sure that you add following line above the line in step 3:
define('UPLOADS', 'wp-content/thisIsYourNewFolder');
5. Replace thisIsYourNewFolder with the name of your new upload directory.If the directory is not already created, WordPress will create it for you.
BEWARE! Make sure you don’t overwrite a folder from your WordPress-installation (e.g. wp-content).I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Increasing Upload SizeDear Craig
To edit the
php.ini
you have to gain server-side access. Do you have a server deployed or do you have a shared hosting plan at your ISP (hosting provider)?Shared hosting plan
It’s common for this type of hosting that you can’t edit the php.ini. Therefore you can proceed exceeding the upload limit by following step 2. in my previous reply.As stated in my previous reply, the last step that you can take is contact your hosting support with this matter, as of this is not a WordPress-side problem.
I would ask you kindly to provide me with the asked information to ensure a quick and effective solution to your problem.
Forum: Fixing WordPress
In reply to: If possible shortlink in my twitter button? Bitly, t.co etc?Dear Laura
No. This is an automatic service from Twitter’s end. You don’t have to install any software for this matter.
I’m hoping this will answer your question. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Increasing Upload SizeDear watkins76
Thank you for reaching out to the support forums! I have taken a look at your problem.
The maximum upload size is controlled at the server-level, not by WordPress. Here are three ways you can increase the upload limit:
1. If you can edit or override the system
php.ini
file, increase the maximum file and post sizes. For example,upload_max_filesize = 100M ;
andpost_max_size = 100M ;
2. If you cannot edit or override the system
php.ini
file, addphp_value upload_max_filesize 100M
andphp_value post_max_size = 100M
to your.htaccess
file.3. If neither of these work, it’s time to ask your hosting provider to increase the maximum file and post sizes on your account. Keep in mind that most decent hosting providers allow this, and If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider.
(in the above examples, the limit is set to 100MB)
I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Membership Subscription PluginDear Rod
Thank you for reaching out to the support forums! I have taken a look at your problem. I suggest that you take a look at our plugin repository. There is no immediate plugin which meets all your expectations, as I’m aware of. Succes continuing your search adventure!
I’m hoping this will answer your question. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: If possible shortlink in my twitter button? Bitly, t.co etc?Dear Laura
Thank you for reaching out to the support forums! I have taken a look at your problem. Why would you like to transform every link to a shortened link?
Twitter t.co links
When you or any other user on twitter share a URL it is automatically transformed by the shortening service of Twitter (known as the t.co links). Thus, no need to worry about that.Bit.ly links
If you would like to automatically create bit.ly links on your WP-install I would recommend you to install a plugin that will encounter that for you. Please take a look at our plugin repository.I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Storefront – Logo and NavbarDear enrico1111
Sure, you can try to upload a fixed dimension for your logo. Keep me updated on that matter!
I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Everything else WordPress
In reply to: Rank in the repositoryDear Instant Search +
Thank you for reaching out to the support forums! I have taken a look at your problem, and I have to tell you that the algorithm used to provide search results is not only taking your previous facts into account.
I’m hoping this will answer your question. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Storefront – Logo and NavbarDear enrico1111
Hooraay! I’m glad we could fix your navigation bar!
Photon by Jetpack
After some further research that I’ve done I could state that Jetpack (more specifically Photon by Jetpack) is resizing your dimensions to as little as possible. Please inform yourself how to disable or adapt their setting on their Photon by Jetpack FAQ-page.I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Google search picking up incorrect meta dataDear johnedge
Thank you for reaching out to the support forums! I have taken a look at your problem and website mentioned with your question. No problem, we can fix this!
WordPress & Meta tags
Meta tags provides search engines the information they need to show the data of your website when your page shows up in a search result. Unfortunately a default WordPress installation doesn’t have this meta tags integrated.
Read more about meta tags in WordPressWhat can you do?
If you want your WordPress-site to be present properly on search result pages (called Search Engine Optimization – SEO) you will have to install a plugin that can help you with that. I have listed a few here, if you want to start installing one immediately.I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Editing democontent with elementor?Dear miika
Thank you for reaching out to the support forums! I have taken a look at your problem and the documentation of Elementor.
Demo content of your active theme
You imported the demo content of your theme colormag. The content that was provided during this import is not generated by Elementor. Therefore you cannot edit this content with this plugin.Start working with Elementor
You can only edit content with Elmentor if it is created or generated by the plugin. Please refer to the plugin documentation for more information.I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Can’t see the wp-installation folders in FTPDear elisa85
After reviewing your screenshots I have to tell you that there is definitely something wrong with your file permissions.
Changing permissions
Are you able to change file permissions? As of these tools are only accessible by the server administrator. If so, please read our Codex about changing file permissions carefully.I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.
Forum: Fixing WordPress
In reply to: Storefront – Logo and NavbarDear enrico1111
I’m happy to read that I could resolve a part of your problem! We can discuss on the other part of the case now.
Imagery
The suggested size of the image could be proposed by your active Jetpack plugin. This plugin is created to boost the website performance and may adapt some changes to do so. If I’m correct you could tick off this sort of proposals in the Jetpack preferences.Mobile navigation button
Understanding you correctly I have written some sample code to help you tweak the nav-button on mobile devices. It looks pretty nice as I say it myself!Please add this code to class button.menu-toggle
width: 100%; float: none; margin: 0 auto;
I’m hoping this will solve your problem. Don’t hesitate to reply if you need further assistance.