Serges
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Youtube banner no longer autoplaysHi!
I see in your console the errors associated with your player, which I understand is part of your theme. So you’d better get in touch with the theme developer.
Screenshot:https://prntscr.com/jqmreu
Forum: Fixing WordPress
In reply to: Creating a sub menu itemHello.
It’s easy – you can do sub-menu using drag and drop.
Check this article: https://docs.presscustomizr.com/article/204-how-to-create-multilevel-hierarchical-menus-in-wordpressForum: Fixing WordPress
In reply to: Rows Not Displaying Properly on MobileHello.
It will be easier if you take some other plug-in for this.
There is a great choice available: https://premium.wpmudev.org/blog/pricing-tables/
I’m using this one: https://supsystic.com/price-tables-examples/Forum: Fixing WordPress
In reply to: Media Library File Does Not OpenHi usmile!
Check your file links, also try to open those images in “New tab” from the development console of your browser.
If you using some kind of caching plugins – clear your cache.
Forum: Fixing WordPress
In reply to: Can’t reach my backend anymore after change to httpsSo if you having this issue only when you go to ../wp-admin then it is because you have force ssl admin set to true. You can find this in wp-config.php in the root of your WordPress site, you need to set this to false.
define('FORCE_SSL_ADMIN', false);
Also try to play with
$_SERVER[“HTTPS”] = “on”;
in your wp-config.php
- This reply was modified 6 years, 6 months ago by Serges.
Forum: Fixing WordPress
In reply to: can’t editHi. This page available to you only.
404 error writes to you that the page can not be foundForum: Fixing WordPress
In reply to: Can’t install any themeHey.
Specify with the provider whether they block outbound connections.Forum: Fixing WordPress
In reply to: Google Translate Plugin installation@jahir123 !
Did you try to clear your cache after deleting the plugin?Forum: Fixing WordPress
In reply to: Website not workingHello, @elbonpedal
You can try to delete theme via FTP client to log in. Then you can switch theme to another, contact theme creators regarding this question, or check the theme for conflicts with plugins by disabling them one-by-one by yourself
To delete theme via FTP –
>Open the FTP program, and log in to your hosting server with your FTP login credentials.
>Navigate to the folder where WordPress is installed.
>Go to themes directory (by default it is: wp-content/themes).
>Delete the theme folder which is usually named in the name of the corresponding theme.Forum: Localhost Installs
In reply to: Can’t access wordpress admin siteTry to authorize by the link: /wp-login.php or /wp-admin/index.php
Perhaps the problem is in your XAMPP, it uses “MariaDB” not all plugins work correctly with this database.
Forum: Fixing WordPress
In reply to: Remove Controls from Media Video?Hi you need to override the inline styles applied to .mejs-controls div for that video shortcode. You can:
.mejs-controls { display: none !important; visibility: hidden !important; }
These controls normally only show on hover unless you tell them to do otherwise.
Forum: Fixing WordPress
In reply to: Only the admin pages are logged in. not website.Hello!
Check the settings of your hosting, there can be redirect rule established.
It is also possible that you use the “Cloudflare” CDN service or its analogs and .htaccess file, look for redirection rules.
You can also try to reset the cache of DNS on your local PC.Forum: Fixing WordPress
In reply to: Setting up WP to put customers & businesses in contactHi christiannorgaard!
I think you should test this plugin – https://supsystic.com/plugins/membership-plugin/
This is something like a social network, to which you can connect modules with paid content, payment systems, subscription, online store, etc.
Docs: https://supsystic.com/docs/membership/
It is very flexible, I think it will be a suitable solution.
Forum: Fixing WordPress
In reply to: Visual Editor not workinghi, @bards123
did you clear your cache while doing all of that? a simple suggestion, but maybe it will help? sorry is you’ve done it before)Forum: Fixing WordPress
In reply to: Fix error in wordpresshi, @sunilmalviya
here’s a good article on your problem (somewhere it refers to a special plugin, but there are global variants too)
hope it could be useful to you as you didn’t clarify what you’ve already tried
https://supsystic.com/documentation/contact-form-doesnt-send-messages/
guess there may be a necessity to contact your hosting company ??