rward
Forum Replies Created
-
For example, Learndash has a tool that does this, here: https://www.uncannyowl.com/knowledge-base/simple-course-timer/
Thank you. this would be a good idea for a paid add-on that I am sure many people would be willing to pay for.
Hi, it’s an intranet. You can check by logging in and viewing this page:
https://pareoffice.com/course/onboarding/lessons/office-information/
Username/email: [email protected]
Password: J#uoc^vW4tfvPoPzM4S%WDOBWhen I view the source, it looks like it should be something like this but it isn’t (I’ve tried as many different classes as I could find in the source code and none seem to work so I am obviously missing something):
.lp-button {
color: #1c5087;
}Forum: Networking WordPress
In reply to: Duplicate a Site in Multisite?Wow! That may be exactly what I’m looking for.
I will give that a shot and see how it works.
Thanks!
That looks great – I used a workaround without images, but I do think it’s worth it to use what you put together. I will try to get that done this week.
Thank you very much!
One other quick question about the slideshow on nextgen…on the site I am putting together here, http://atlantainfocus.com/elegant-virtual-tour/ (I’m using MU to create a virtual tour site for my real estate listings and designing this theme for my tours) I would love to be able to have arrows on the left and right side that appear and disappear on hover to click to the next image and I can’t seem to find a setting to do something like this. Do you know if it is possible?
Thanks again!
Forum: Fixing WordPress
In reply to: Blogroll – How to Get it to Not Say That?This code worked:
<?php wp_list_bookmarks('categorize=0&title_before=&title_after=&title_li='); ?>Forum: Fixing WordPress
In reply to: Blogroll – How to Get it to Not Say That?Got it! Thank for your help…
Forum: Fixing WordPress
In reply to: Blogroll – How to Get it to Not Say That?I may also not be fully understanding what you said 🙂
Forum: Fixing WordPress
In reply to: Blogroll – How to Get it to Not Say That?Thank you – I’ve changed the code, but it still says “Blogroll” and I would like that to disappear.
Using the link you provided I find that the file I need to edit is located in: wp-includes/bookmark-template.php. From within that file, I see nothing that allows me to remove the word Blogroll….
Any other suggestions?
Forum: Networking WordPress
In reply to: Subdomain's Not Working – Using 1&1 & PleskI will do so tonight. It might actually help me make it a bit more clear for myself too…
Forum: Networking WordPress
In reply to: Subdomain's Not Working – Using 1&1 & PleskI hear you – and I tried. They were of no help…
Fortunately, what I lack in information, I try to make up for with sheer luck and effort. Sometimes it gets me through like it did this time 🙂
Forum: Networking WordPress
In reply to: Subdomain's Not Working – Using 1&1 & PleskOk – I actually got it working about 2 hours ago and had to run out and get my kids to school. I was going to post…
Following the instructions here, http://codex.ww.wp.xz.cn/Configuring_Wildcard_Subdomains_for_multi_site_under_Plesk_Control_Panel, did not get me everything I needed to know. For some people, I’m sure it was fine, but for someone like myself with limited knowledge, but willing to learn and able to follow instructions, I did not have enough information.
So, if anyone else comes across this, here is a more detailed instruction for the part about creating a vhosts.conf file in the /conf folder.
I did not create that file. Instead, I used the file that was already in the folder, httpd.include. Within that folder, the instructions say:
Add a single line – ServerAlias *.yourdomain.com – to the start of the file.
Do not add the <ServerName> or <VirtualHost> headers – just add the server alias command and wildcard domain name on a single line as shown above.That wasn’t enough information. I needed to know where on a single line I needed to put it so here it is:
Put that line of code inside of the code. For me, that was here:<VirtualHost 74.208.43.231:80> ServerName atlantainfocus.com:80 ServerAlias *.atlantainfocus.comNow it’s working perfectly!
Thank you all for your help…
Forum: Networking WordPress
In reply to: Subdomain's Not Working – Using 1&1 & PleskOk so I did a full reinstall of WP with a new database. I left the vhosts.conf file as it is outlined to do in the codex page.
I left the wildcard subdomain DNS the way that I had it – *.atlantainfocus.com and canononical as atlantainfocus.com
Then I added the
‘define(‘WP_ALLOW_MULTISITE’, true);’
Then I updated my permalinks, etc…straight down in order on the tutorial. The only thing I did not do was the part with preserving wildcard subdomains.
I just don’t know what else I can do…
Any suggestions?
To recap:
I have a 1and1 VPS running Plesk. I use a MAC and Transmit for FTP…
I do appreciate any help.
Thank you,
Ryan
Forum: Networking WordPress
In reply to: Subdomain's Not Working – Using 1&1 & PleskServer, not site. Sorry.
Forum: Networking WordPress
In reply to: Subdomain's Not Working – Using 1&1 & PleskIt’s a VPS. I have 30 domains on the site…does that make a difference?