silver_mica
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google Console Not Indexing Home Page – Due to “redirects”Thanks for checking on my site. Good to know the main url is called up without a redirection. I don’t believe I have a subdomain. I visited the Google Search Console and it appears I’m using
https://straightrf.com/
I don’t see any other addresses – if I do I’ll correct.Below are screen captures of what I see from the Google Search Console.
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat showing No Data to displayI am also experiencing the same problem – SlimStat does not show any search terms – instead only displaying “No data to display” where the search terms ought to be.
I would love to fix whatever the problem is, but I have no clue what to check or where to start. All I know is that it once worked for years with no issue then just stopped working (all on the same server – so, as far as I know, nothing has changed with the server).
=(
- This reply was modified 8 years ago by silver_mica.
Forum: Plugins
In reply to: WP SlimStat Stopped Working (after upgrade?)Is it possible to roll back to the previous version of Slimstat?
Forum: Plugins
In reply to: WP SlimStat Stopped Working (after upgrade?)Which piece should the SlimStatParams have?
Forum: Plugins
In reply to: WP SlimStat Stopped Working (after upgrade?)How can you tell?
Forum: Plugins
In reply to: WP SlimStat Stopped Working (after upgrade?)Hi Camu,
I’m not sure how this can help but the site is:
https://www.manthongreview.com/
Thanks for your help!
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] [Plugin: Lightbox Plus] Clunky, but it worksI don’t really understand how to use Lightbox Plus. Perhaps you could you share some specific code examples?
The only code I’ve used was this, but it looked pretty lame – especially having three links for the same photo album
<a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a> <a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a> <a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
Forum: Fixing WordPress
In reply to: Server Not Found error – missing domain name in URLIt’s working! Many thanks!
By the way I deleted what I believed to be an extraneous and empty .htaccess file found outside the WordPress directory. Deleting this didn’t seem to harm the site or the admin area. Regarding the admin area: Now when I search for themes I am able to peruse themes without running into the originally described error.
Thanks!
David
Forum: Fixing WordPress
In reply to: Server Not Found error – missing domain name in URLWhat directory should .htaccess normally appear? Should this appear in more than one directory? If so should they all be identical?
Forum: Fixing WordPress
In reply to: Server Not Found error – missing domain name in URLBy the way, I recently moved the WordPress site to a different directory called “das.” The links above are still good, but now you’ll see das instead of wordpress in URL.
Forum: Fixing WordPress
In reply to: Server Not Found error – missing domain name in URLI think the answer to your question is yes.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase //wordpress/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . //wordpress/index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Server Not Found error – missing domain name in URLIn Settings/Permalinks I have the “month and name” radio button selected and directly to the right of that is a example address that shows how my directories should appear (no question marks)
Forum: Fixing WordPress
In reply to: Server Not Found error – missing domain name in URLYes, both URLs are pointing to https://www.das-eng.com/wordpress
I set this up during the install process.
But, thanks anyway.
David
Forum: Fixing WordPress
In reply to: How to Remove Default WidgetsWhat exactly was removed? (I don’t see the original code in this thread). I’d like to try editing my sidebar.php file too.
I am having the same problem as described by the OP. I designed a page, then found a different theme, but I’m stuck with widgets that cannot be removed (easily for me). That is to say when I go to Widgets I can see that none are installed, yet my live page shows tags, archives, a calendar, categories, and meta.
I’m using the Daleri Sweet theme.
Here’s my code:
<iframe src=”https://pastebin.com/embed_iframe.php?i=FDYt0mVm” style=”border:none;width:100%” height=”5″></iframe>Thanks!
David
Forum: Themes and Templates
In reply to: How to move widgets on sidebarHey Blogger Dave, where you ever able to fix your problem (remove the widgets)?
I’m having exactly the same issue.
I did try editing the sidebar.php file, but I screwed things up a bit when I did that. I’m not sure what to do to remove these widgets, but I do like the Daleri Sweet theme a lot.
David