paulwpxp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header height won’t changeThe space there should not be fixed with CSS. There is an empty element there, it says page title in the source code.
See to it that your page need this page title or not. If it shoud have a page title then just put in the text and hide it visually using CSS (not the display:none one). If it should have a page title then remove it from the source code the right way which is to study your theme documentation, this could be as simple as go over to the edit page and click delete on the element.
Since it’s a commercial theme, anyone here have no way of seeing it, and this forum is not to support commercial themes, so please use your theme’s support channel for further assistance.
Forum: Fixing WordPress
In reply to: Got wrong data for installation from Agency?Those are not data, they are WP core files.
Try checking on the
wp-contentfolder, you should see theme and plugin and upload files (I suppose they are all images at this point).My client stopped the job and now want me to finish the site. But i don’t know how.
So the job here is to further the development of this site, first we need to install it in your local dev (it could be in your local machine or a live dev site).
To install WP, we do not need to copy over those files, we can just download a fresh copy, this way we can be sure we get all the WP core files.
Then ask for the database (sql file) and import it. There are many articles on how to do this all over, just search for it.
Use this as your guide
https://codex.wordpress.org/Installing_WordPressForum: Fixing WordPress
In reply to: Migration from .com to .orgHi again oliversm, please post the questions in Jetpack’s own sub-forum, it’s being monitored by plugin contributor 🙂
The post form is down below of this page
https://wordpress.org/support/plugin/jetpackAlso please do a quick search before posting as the issue might have already been answered.
Forum: Fixing WordPress
In reply to: Visual & Text editor “TABS” not showingThat code is not to be put manually, it’s automatically output by WP.
Of all the things you’ve done, have you tried checking on the antivirus issue? The last link in that stackexchange’s OP which is this https://wordpress.org/support/topic/htmlvisual-missing-on-341-and-342/
Forum: Fixing WordPress
In reply to: Visual & Text editor “TABS” not showingThat’s impressive what you’ve done, so now we know it’s not WP nor server.
And as far as this particular Website well it works fine also as long as I use another device (laptop-PC-Tablet etc.) then I have no problem with the editor.
At the moment, I’m puzzled too. Now the last suspect is whatever in that laptop. Things like Antivirus, Browser, ect. which I honestly don’t know how that’d relate to this.
Forum: Fixing WordPress
In reply to: Migration from .com to .orgFor Q1 I havn’t done this for a long time but I’m pretty sure the process is still the same. First we need to create a new user and assign the role of Admin to it, then login using this new admin to delete the old one.
For Q2 and Q3 we need to install Jetpack and do the following steps
https://en.support.wordpress.com/moving-a-blog/moving-your-subscribers/
Forum: Fixing WordPress
In reply to: Images Bleeding Onto My Sidebar MenuDid you get this fixed? I don’t see that problem on my end, I tried with 3 different browsers, your site looks good.
It’s great that you posted in theme’s sub-forum because this is more like theme specific issue.
https://wordpress.org/support/topic/images-now-bleed-into-my-sidebar-menu/Forum: Fixing WordPress
In reply to: Visual & Text editor “TABS” not showingHi vtrav, I’m thinking Hostgator is a big hosting company, has been in the business for a long time, it hosts lot of WP sites, so it’s not likely server setting is the issue here otherwise there’d be lot of customer complaints. I suggest let’s forget that post from stackexchange for now, and try thing that you didn’t mention in your OP. If your site is new, not many traffic yet, I’d reinstall WP manually and see what happen, before doing that please make a complete site backup first (which we should do periodically anyway). Or create a subdomain of your site and install a new separate WP installation there without plugins, and see if it has the same problem, this will rule out if it’s the server settings problem or not.
Forum: Fixing WordPress
In reply to: Visual & Text editor “TABS” not showingHere’s where I get lost how do you fix the… “php.ini dropped the apc segmentation”. What the heck is that?
You need to ask your hosting provider to enable apc segment in
php.ini.Forum: Fixing WordPress
In reply to: Child theme changes background on iphoneI think when switching to a child theme, WP reads theme options of its own and if not found (not set/saved) it’d use theme’s default which is not what user set when parent theme’s activated.
With childtheme activated, visit theme’s option/customization page and re-save all the settings, and see what happens. And don’t forget to clear browser cache too.
If that doesn’t fix it, please post again in your theme’s subforum
https://wordpress.org/support/theme/azera-shopForum: Fixing WordPress
In reply to: Blog posts not showing up in Bloglovin’Your feed is valid (http://validator.w3.org/feed/), so the problem could be at Bloglovin’, I’d try to contact their support.
Forum: Fixing WordPress
In reply to: site only shows IP and not domain nameSo this is obviously a server setting issue and I’m not familiar with it. This problem seems to me like when we buy a web hosting from shared web host and it will give us ip address for site access while waiting for the domain name. So I guess there must be some server configurations that need to get right.
I’d try asking over at serverfault.com
Forum: Fixing WordPress
In reply to: site only shows IP and not domain nameIt could be that the server isn’t setup to allow WP to create/rewrite the .htaccess, just navigate to your site root where WP is installed and look for the
.htaccessfile, make a copy of it first just for a backup, and then delete it.Then visit WP admin’s Permalink setting page (just viewing that page WP will automatically rebuild
.htaccess, but since you are there just take a chance to review your permalink settings see to it that it’s set correctly and then click save).Forum: Fixing WordPress
In reply to: Broken Payment LogoAll the image links are still in the html source code but the actual image files turn 404. This means the images are deleted but the reference to them are still in db option table.
I *guess* those images get deleted directly via WP media, resulting in theme options still have the data (image urls) but actual files missing.
I suggest visiting theme option page where the logo images get set, and then choose other image (it could be any image) and then save, see if theme works getting logo on the frontend properly, and then this time choose blank (no image option) directly from theme option. Now, if theme doesn’t work saving/deleting logo image, then it could be theme’s bug, or there could be some plugin/theme/function conflicts. For this we have to diable all plugins and test enabling them one by one to figure out the culprit.
If all the above doesn’t work AND ONLY IF you’re comfortable with database, just go to that record directly (the theme mod name shown in your https://prnt.sc/iz4nsi) and delete the image url references.
Forum: Fixing WordPress
In reply to: showing comments on blog@janburg No problems, I’m happy to help out the community when I can.
In regard to your client wanting the title beneath the featured image, I believe the theme you are using (Genesis Frameworks) has ability to do that, but this forum is for themes hosted over here (wordpress.org) and WP related topic only, so what I can do is to encourage you to make use of your theme’s support channel on this matter. Just ask them how to switch post title and post image.
On a separate note, please make sure the logo (site header image) looks okay both in desktop and mobile device. Using Chrome’s web dev tool here, I could see the site header image gets cut off in mobile version.