pipdig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog Post Photos Covering Side BarI should have spotted that ??
It looks like it is working correctly for me too on both Firefox and Chrome.
Forum: Fixing WordPress
In reply to: I can't add new fontIf it’s just the Raleway font you’d like to use then you may be best off using https://www.google.com/fonts#UsePlace:use/Collection:Raleway
Forum: Everything else WordPress
In reply to: where is the freedom in WP ?You can do practically anything with WordPress (from a technically point of view anyway). The only limitation is imagination/ability.
The Codex is your bible ??
Forum: Fixing WordPress
In reply to: Blog Post Photos Covering Side BarThe site fails to load at https://www.sparkelshinylove.com/ for me. Is it down?
Forum: Fixing WordPress
In reply to: Show ad on first post on first pageIf you’re in the loop then you could use:
if( $wp_query->current_post == 0 ) { // this is the first post }
Forum: Fixing WordPress
In reply to: White text while postingThe wp-config.php file is located at the top level of your site. So you would need to log in to your hosting via FTP or the control panel with a File Manager.
Once logged in, you should find the wp-config.php file under either ‘public_html’ or ‘www’ in most cases.
Forum: Fixing WordPress
In reply to: Line of code on the top of the websiteNo problem!
Please mark this topic as resolved if you no longer need any more help with it ??
Forum: Fixing WordPress
In reply to: Cant access the control panelSorry I should have mentioned that!
You can find the htaccess file at the top level of your website directory. So that will probably be either ‘public_html’ or ‘www’ on your server. You should see it if you log in via FTP or your control panel.
Let me know if that doesn’t make sense ??
Forum: Fixing WordPress
In reply to: Line of code on the top of the websiteTry changing the line:
<body> <?php body_class(); ?> onLoad="init()">
to:
<body <?php body_class(); ?> onLoad="init()">
Forum: Hacks
In reply to: Comment tags added into my pluginI’m not sure if this is the cause, but you should change <? on line eleven to <?php
Edit: that probably is the cause. Try changing that and it should work ??
Forum: Fixing WordPress
In reply to: Is my site gone? Please help!No problem! It’s a common problem we see people having, so you’re not alone ??
You might like to mark this topic as resolved if you’re happy to do so.
Forum: Fixing WordPress
In reply to: Is my site gone? Please help!https://imgur.com/cVysnRD This is what I see ??
Forum: Fixing WordPress
In reply to: Is my site gone? Please help!It seems to load ok for me, and the Nameservers are definitely point to Bluehost correctly – https://www.whatsmydns.net/#NS/everythingengagement.com.
Sometimes it can take a few hours/days for the domain settings (DNS) to update on certain networks. It can be particularly slow on corporate networks. So, for example, you may find that the site was live at home, then you go to work and the old site would be displayed.
Does that sound like it could be the case?
Forum: Fixing WordPress
In reply to: Is my site gone? Please help!What’s the domain name?
Forum: Fixing WordPress
In reply to: Yoast SEO plugin – XML Sitemap Problem! (Links not showing)Sitemap xml files can be cached by your browser sometimes. Have you tried clearing your browser cache?