sinip
Forum Replies Created
-
Forum: Plugins
In reply to: [File Manager] File Manager Will Not LoadSame here.
It is quite dead after the latest WordPress release (5.6).
Hopefully, it will be fixed soon.
Forum: Themes and Templates
In reply to: [Juliet] Remove Recent PostsHello, frydaybites.
Thank you for contacting us and for using our theme, we appreciate it.
The easiest way to do that would be to set up your homepage to be a static page in Appearance -> Customize -> Homepage Settings.
Hope this helps.
Kind regards.
Forum: Fixing WordPress
In reply to: Footer Has disappeared only on two pagesHello, bspark.
Just checked and all footers look exactly the same on my end (Firefox).
Forum: Fixing WordPress
In reply to: External Menu Links Not WorkingHi Sabrina.
The issue seems to be caused by CORS policy.
This is from the browser’s console:
SEC7120: [CORS] The origin 'https://bri.studio' did not find 'https://bri.studio' in the Access-Control-Allow-Origin response header for cross-origin resource at 'https://instagram.com/sabrinasmelko'. SEC7120: [CORS] The origin 'https://bri.studio' did not find 'https://bri.studio' in the Access-Control-Allow-Origin response header for cross-origin resource at 'https://twitter.com/sabrinasmelko'.
Forum: Fixing WordPress
In reply to: Fatal Error with themesIf it is Auros theme you’re using, you’ll need to ask here – https://themeforest.net/item/auros-furniture-elementor-woocommerce-theme/22873765/support
From the above code it seems that some plugin(s) should be installed with the theme but part that checks whether the plugin is installed, crashes due to some reason.
Forum: Fixing WordPress
In reply to: Very slow websiteEh, if it is of any comfort, I’m not developer either. At least not yet. ??
Forum: Fixing WordPress
In reply to: Posts images do not load on the main page.The reason why the images don’t load seems to be “lazy load” plugin that is active again.
Forum: Fixing WordPress
In reply to: Two Forums in same websiteHi hasanjaya.
Your description doesn’t make much sense, sorry.
Could you try to explain in a bit more details what’s that you’re trying to achieve?
Forum: Fixing WordPress
In reply to: Next gen gallery full size on mobileHi edwardcrawford11.
This piece of CSS should put it under control.
Add it to Appearance -> Customize -> Additional CSS:
.pl-sn.js-loaded { max-width: 100%; }
- This reply was modified 5 years, 7 months ago by sinip.
Forum: Fixing WordPress
In reply to: Posts images do not load on the main page.Yes, that seems to be related to “mixed content” issue.
The easiest way to fix this would be to install and activate Really Simple SSL plugin and closely follow instructions after the activation.
Forum: Fixing WordPress
In reply to: Very slow websiteJust FYI, padding can’t have negative pixels but margin can. ??
Forum: Fixing WordPress
In reply to: Zelle Lite Template Background stuck on default imageHi mkavanessen.
The code itself will not help much and that page is password protected.
One way or another, make sure that you’ve emptied the browser’s cache so that you’re not seeing old, cached page. Or try from a different browser, maybe that new image is there already.
Forum: Fixing WordPress
In reply to: how can i change the text of a button in a pluginOr to put it like this. You change the code directly, the plugin gets updated and you’re back to square one. ??
Forum: Fixing WordPress
In reply to: Resource issuesIf you’re asking whether a server can be down, well… any server can, given the (im)proper load. ??
And if both of those (shared and VPS) are in the same hosting company, I’m sure that they’ll be wiling to do the transfer themselves, if you’d ask them.
Forum: Fixing WordPress
In reply to: Resource issuesHi alexanderweb.
If you’re moving your website from one host to another, you’ll basically need to move the content of
/wp-content/
folder and your database.You can do it manually or using a plugin. This might be useful – https://www.hostingadvice.com/how-to/how-to-move-a-wordpress-site/