alaskanbob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change Password Protected Page Text.Thank you Johnna. I’ll take a look and report back.
Bob
Forum: Plugins
In reply to: [Advanced Advertising System] Text won't wrap bannerThat did it. I just added ;padding:10px to Style and it’s perfect. Thank you very much for the quick helpful response. I’ll be upgrading before launch.
Bob
<div style=”float:left;padding:10px”>[aas_zone]</div>
Forum: Plugins
In reply to: [Advanced Advertising System] Text won't wrap bannerHi, I sent you an email with the URL, username and passcode. I have it protected to control access before launch. Thanks again for the help.
Bob
Forum: Plugins
In reply to: [Idea Factory] DisplayLove this plugin, exactly what I was looking for thank you.
How can I get the plugin to use my theme css?
Bob
Forum: Themes and Templates
In reply to: [Magazine Basic] Page color and backgoundI used the simple custom css plugin and added the code. Didn’t make a difference. If you want to take a look here is the site https://cortezwoodworks.com/
Thanks again.
Forum: Themes and Templates
In reply to: [Magazine Basic] Page color and backgoundThanks Bojan! I’ll give that a go and let you know.
Forum: Networking WordPress
In reply to: Adding new domain lost front pageThat fixed it. Thank you very much Mike. I just have to figure out how to connect my new domain. I’ve done it before. If I screw it up again, at least I know how to fix it.
Forum: Networking WordPress
In reply to: Adding new domain lost front pageyes there is an /emperor folder. If there wasn’t then I would receive a 404 error and the link to the post wouldn’t work either.
Forum: Networking WordPress
In reply to: Adding new domain lost front pageThis is what I get when I go to the site https://allalaskans.com/emperor/
Index of /emperor
Parent Directory
Apache Server at allalaskans.com Port 80But it works fine going to a specific post:
https://allalaskans.com/emperor/2014/04/08/port-or-starboard/Forum: Plugins
In reply to: [Fast Secure Contact Form] This webpage has a redirect loopI’m not having any issues with anything else. It works fine until I try to make it a child of another page. I’m able to move other pages without any issues. So if it’s something else causing the issue, I don’t know what it could be.
Forum: Fixing WordPress
In reply to: Youtube pushing sidebar down in blog viewresolved. Just made it single column.
Forum: Themes and Templates
In reply to: [Magazine Basic] Youtube video pushing sidebar below contentresolved. Just made it single column.
Forum: Fixing WordPress
In reply to: Youtube pushing sidebar down in blog viewhttps://alaskanbest.com/a-r-k.us/blog/
I haven’t tried disabling all plugins. Thank you for the link to the theme forum.
[Unnecessary comment aimed at moderator removed]
Forum: Fixing WordPress
In reply to: Youtube pushing sidebar down in blog viewIf the non-profit could afford to pay someone I wouldn’t be volunteering for them. Thanks for the help.
[Moderator: Then do not bump your topics.]
Forum: Plugins
In reply to: [Custom Content Shortcode] First time or returning visitorsI didn’t find a plugin but I found this bit of code that I put in header.php that does the trick
<?php if(!isset($_COOKIE['been_here'])){ $two_months = 60 * 60 * 24 * 60 + time(); setcookie('been_here', true, $two_months); header('Location: /a-r-k.us/us/sample-page/'); //change /a-r-k.us/us/sample-page to your desired location for 1st timers } ?>
See it in action here https://alaskanbest.com/a-r-k.us/