wpercom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: From http –> httpsHi Jeroenla,
the easiest approach would be to check with your host how to enable the SSL for your domain. They will/may have to change the .htaccess file (and potentially other files depending on the server technology used) to ensure your site is served via SSL.
The rest, as you said, is easy – once your host has done the necessary changes, just add the extra “s” to http in your general settings and you’re ready to go.Hope, this helps.
Cheers,
wpercomForum: Fixing WordPress
In reply to: Recaptcha blocking WordPress loginHi simplydesigned,
Your main objective should be to get access, hence, you may want to disable/rename ALL plugins and then reactivate them one-by one after you get access.
Try the above and let me know if you were successful.
Best,
wpercomForum: Fixing WordPress
In reply to: Recaptcha blocking WordPress loginHi simplydesigned,
If you can access the folder of where you installed WordPress (via cPANEL or FTP, depending on where you’re hosting it) and navigate to the plugins folder (
wp-content-->plugins
) and look for the respective plugin. Rename the folder of the plugin and then try to log in again.Hope, this helps.
Best,
[link redacted — note: please do not put links into your signature. thanks. ]- This reply was modified 7 years, 9 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Header Issue – Shrinks and Expands when scrollingHi kcsupratt,
What you’re describing seems to be a feature of your theme (SiteOrigin’s North theme, I believe).
I’m sure there is a way to turn it off using the WP customizer. If you can’t find it, contact the theme developers – they’ll certainly be able to help you out.Best,
[link redacted]- This reply was modified 7 years, 9 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Responsive Mobile Menu doesnt work for tablet?Hi jrpromo09,
I don’t know, which plugin you’re using, but what you’re describing seems to require an adjustment in the respective CSS file. Particularly the breaking-points for mobile and tablet devices, which define when the responsive button appears may need some tweaking. They are generally defined in the CSS file of the plugin (or via javascript, depending on how the plugin is set up).
As an alternative, if you can’t find the relevant place, you can contact the plugin developers.
Hope that helps.
Best,
[Signature moderated]- This reply was modified 7 years, 9 months ago by Andrew Nevins.
Forum: Fixing WordPress
In reply to: Column width issueHi blueflamman,
I don’t know a whole lot about Beaver Builder as I’ve never used it.
However, you would need to make sure you select the correct module and add your class to the advanced settings of that module.
In your case, you should make sure you’ve selected thefl-col-content
module and not thefl-col
module (which was the one you have erroneously assigned your new class to).
If all fails, I’d suggest contacting Beaver Builder support – they’re the experts and know their system in and out.Hope, this was helpful.
Forum: Fixing WordPress
In reply to: Column width issueHi blueflamman,
I believe I found the error.
You assigned your new.in2drums-display-row
class to the wrong div.Try the following:
- Delete your
.in2drums-display-row
class from the below div:
fl-col fl-node-587eed4edfeed fl-col-small in2drums-display-row
- Add it to the following container div (which resides inside the above div):
fl-col-content fl-node-content in2drums-display-row
This should resolve your issue.
Forum: Fixing WordPress
In reply to: Column width issueNo worries, blueflamman.
The difference to what you have done is that you don’t need to know the number of the .fl-node-#.In you case, assuming that the .fl-builder-content is inside a <div> and you want to style every .fl-node-# the same way, you could use the following code:
div[class*="node"] { border-style: solid; border-color: #aaaaaa; border-color: rgba(170,170,170, 1); border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px!important; border-right-width: 1px!important; margin-right: 15px!important; margin-left: 15px!important; margin-bottom: 15px!important; margin-top: 15px!important; box-shadow: 1px 1px 5px #888888; }
Hope, this helps.
Cheers,
KunstwerckForum: Fixing WordPress
In reply to: Column width issueHi blueflamman,
If you intend to use the hover effect on all .fl-node-# columns, irrespective of the number, you could use the CSS [class*=] selector – for example:
Set a background color on all <div> elements that have a class attribute value containing “test”:
div[class*="test"] { background: #ffff00; }
Hope, this helps.
Forum: Fixing WordPress
In reply to: Error 404 – Page not found. Permalinks changedHi hancockaffiliate,
Do you have the
"Post name"
enabled in theSettings --> Permalinks
section (within your Dashborad), which the links underneath your header are set up for?
I’m asking because your site navigation above your header, which works well, seemingly uses the"Plain"
setting (i.e. your URL looks like this: https://www.avcreativedesigns.co/?page_id=46).I’d suggest to activate
"Post name"
in the settings, which should take care of it – otherwise, leave"Plain"
activated and adjust the sub-header links in the widgets/customizer section (depending on the theme you’re using).Hope, this helps.
Forum: Fixing WordPress
In reply to: Can’t reach my wp-admin since the update I did on wordpressGreat news!
Just out of curiosity and for future readers of this thread – how did you resolve it in the end?Cheers and all the best!
Forum: Fixing WordPress
In reply to: Can’t reach my wp-admin since the update I did on wordpressHi cqwhqc,
Did you try to clear all the caches in your browser or use a different browser?
Also, did you have a caching plugin installed (e.g. W3 cache or similar)? These sometimes interfere with the automatic update of WP.Where do you have your site hosted?
Do you have access (via ftp or cPanel or similar dashboard) to your server which holds your data?
If you do, you could try to temporarily rename the caching plugin folder and see if that works.
If not, you should try to get in touch with the hosting provider support team, as they will be able to help you in this case (either to disable any caching plugins or to re-install everything but keeping the wp-content folder and the wp-config.php file).Hope, this helps.
Forum: Fixing WordPress
In reply to: Can’t reach my wp-admin since the update I did on wordpressHi cqwhqc,
- Manually download a fresh copy of WordPress
- Log into the FTP account and upload everything EXCEPT the wp-content folder
It is important that you do NOT copy over the wp-content folder or the wp-config.php files. These are custom to each site.
This will allow you to make sure the upgrade is complete.
If that doesn’t work, you should remove the .htaccess file from the site, and see if you can get access back to the admin.
Irrespective of the above, you should be able to log into your dashboard using this URL:
https://www.ruudvanwylick.com/wp-login.phpHope, this helps.
Forum: Fixing WordPress
In reply to: reducing white sapce between columnsHi josephskaff,
Your best option would be to do that in the style.css file (look for something called widget-area or similar and change the amount of the respective padding or margin).
Unfortunately, I don’t know the exact setup of that theme, but I’m sure the theme authors will be happy to help you out – particularly considering you’re a paying customer :-).
Hope this is helpful.
Forum: Fixing WordPress
In reply to: no access to admin pageHi robleo,
Your admin log-in page appears with the following link: https://www.autorijschooldiva.nl/wp-login.php
Regarding the missing images, the error report shows that your images are not in the expected folders:
Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/themes/Slated/images/social-profiles/linkedin.png Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/themes/Slated/images/social-profiles/facebook.png Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/themes/Slated/images/social-profiles/twitter.png Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/themes/Slated/images/social-profiles/email.png Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/uploads/2012/12/but4a.jpg Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/uploads/2012/12/but2.jpg Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/uploads/2012/12/but1.jpg Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/uploads/2012/12/but3.jpg Failed to load resource: the server responded with a status of 404 (Not Found) https://www.autorijschooldiva.nl/dev/wp-content/uploads/2012/12/but1a.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
Hope this helps you to pin down the issue.