Amarria
Forum Replies Created
-
Full width section, margin 5px, black border 2px
Inside section put 2 column section
Image widget on left
On right:
Divider with 150px width
Title/header
text editor
button with 100px border radius, transparent backgroundI had the same problem, I fixed it by deactiviting a plugin, in my case it was Ajax Load More Preloader.
Turn off all your plugins and then turn them on 1 by 1 testing as you go until you find the one.
Same bug for me.
Uncaught TypeError: Cannot read property ‘elementor_stretched_section_container’ of undefined
Elementor 2.0.7
Elementor Pro 1.9.3CSS hacks –
Option 1 : Turn off stretched section
Option 2 : Give the row a class and set the row width to 100%
Option 3: Give the row a class and on screen width less than 800px set the width of the row to 104.5% with margin-left: -3%Forum: Fixing WordPress
In reply to: Too much API connexions with only robots visitsIn many cases when I use an API in a plugin I need to set up authorisation with a public key or registering from within the plugin. Check your plugins for API key options and investigate these.
Based on what you have found it looks to me like it could also be a conflict with all in one seo pack 2.3.10.2. Peaks from msn and bingbots would indicate this. You might try disabling this plugin and using a different one.
Forum: Fixing WordPress
In reply to: user mentions included in wp core?In a nutshell yes it is an out of the box feauture but it doesn’t function well enough to be useful.
Have a look at this WordPress support page:
https://en.support.wordpress.com/user-mentions/
Mentions are enabled but it has very limiting rules particularly:
“Currently, you can only mention other users of the blog you’re posting/commenting on.”
For this reason ot is better to use a plugin.
If you are designing this for your own theme then have a look at this post:
https://www.sitepoint.com/wordpress-comments-mention-feature/
Forum: Fixing WordPress
In reply to: moving entire install to directoryI know this is a common trick but it’s worth mentioning. After any migration always go to settings -> permalinks -> go to the bottom and click save. This often regenerates your links. If you try again and then cant log in then disable your plugins and log in then go update the permalinks.
Disclaimer * Remember if you disable your plugins by renaming the plugin folder by FTP then don’t click on plugins in the dashboard or you will lose them all
Forum: Fixing WordPress
In reply to: not shown top panel when viewing siteAre you able to access the site files?
If you are then
1) Back up your site
2) Open footer.php in your theme files, scroll down to the bottom and see if the following line is there:<?php wp_footer(); ?>
</body>
If it not then add it.
This should restore your admin bar.
Forum: Fixing WordPress
In reply to: user mentions included in wp core?Try this plugin, it should meet your requirements
https://en-gb.wordpress.org/plugins/mention-comments-authors/
Forum: Fixing WordPress
In reply to: My readers can see my editing mode toolbarI forgot actually I have started using a new plugin on my recent sites:
Hide Admin Bar From Non-admins
It is a really simple plugin that does what it says on the tin.
Forum: Fixing WordPress
In reply to: moving entire install to directoryI am confused. I have looked at the site and can access it fine. Is the issue with a particular directory?
Forum: Fixing WordPress
In reply to: not shown top panel when viewing siteDo you have any user role plugins installed? Some plugins that control access have their own checkbox.
Forum: Fixing WordPress
In reply to: Footer errorBefore taking any drastic steps try switching your theme to a different one and see what happens.
If you do need to reinstall the theme then do the following:
(you won’t lose content as that is contained in the database)
1) Backup or copy your theme files
2) Switch theme to 2015 theme
3) Delete the folder containing the current theme
4) Download a new version of the theme
5) Upload the new theme and activateHopefully that will solve it.
Forum: Fixing WordPress
In reply to: ERR_TOO_MANY_REDIRECTSWow, this is a new one. I have had this on sites before but never on WordPress.
Here’s what’s happening when you see that error..
When you go to your login screen it is automatically redirecting to another page,
When you get to that page that also redirects you,
Browser decides you are spammer and blocks you.The fact that you renamed the plugin folder and didn’t fix shows it is not a plugin issue.
I think your site is missing several key files. Do you have a backup?
Forum: Fixing WordPress
In reply to: My readers can see my editing mode toolbarThis is standard behaviour for WordPress, subscribers can see the admin bar but have no admin rights. You should install a plugin such as user role editor and find the option for hide admin bar. It should just be a checkbox. This will prevent non admins from seeing the toolbar.
Forum: Fixing WordPress
In reply to: HTTP ErrorCan sympathise as I had this exact same problem. I tried everything to fix. It resolved itself after a few months for no apparent reason.