MarioDiaz26
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Static html as Home Page hides previous "Home Page"I need help, desperately!!
Forum: Themes and Templates
In reply to: Static html as Home Page hides previous "Home Page"I can make the static page the home page then remove the double “Home” title on the navigation menu but what it does is it deletes the current home page which is perfect for clients.
So just to clarify, I want this current page https://www.trustedseniorspecialists.com as a sub page but needs to say home in the navigation menu instead of the landing page. (get it?)
BUT! I want the landing page url to be just trustedseniorspecialists.com and look like this htt://coworkersinsuccess.com/landingpage.htmlIt’s hard to explain but I hope you can help me
Forum: Themes and Templates
In reply to: How to Remove Links at Bottom of PageThis is what’s included in the Footer.php file.
<div class=”span-24″>
<div id=”footer”>Copyright © “><?php bloginfo(‘name’); ?> – <?php bloginfo(‘description’); ?></div>
<?php // This theme is released free for use under creative commons licence. https://creativecommons.org/licenses/by/3.0/
// All links in the footer should remain intact.
// These links are all family friendly and will not hurt your site in any way.
// Warning! Your site may stop working if these links are edited or deleted ?>
<div id=”footer2″>Powered by WordPress | Designed by: CD Rates | Thanks to Seo Professional, Las Vegas Condo High Rises and FBF System</div>
</div>
</div>
</div>
<?php
wp_footer();
echo get_theme_option(“footer”) . “\n”;
?>
</body>
</html>Forum: Plugins
In reply to: Help! Need ability to upload large video flv files to my siteMy company has these websinars every week and they usually last 1 hour sometimes less. We record these webinars and want to make them available to the public on our website. I’ve tried to upload these videos via ftp and have successfully upload a couple of them but when I go into my dashboard to link them to my posts, the videos are not there at all. Is there a plugin I can use for my videos??
Here is the website I want to add my videos to https://www.GovernmentBenefitAdvisors.com under Video Archive
Thank you much!
Forum: Fixing WordPress
In reply to: Duplicate an Entire WebsiteI understand that the database (if you’re referring to My SQL Database) will be different for each site. I can do that. This information will be entered in the wp-config file. The links I can manually change them BUT what about when someone registers to the website, is that a different database or is that just a plugin in the website? would you mind taking a look at the website? I appreciate you taking this time to help me =)
Forum: Fixing WordPress
In reply to: Duplicate an Entire WebsiteYes, I want the same on all three new websites, since, even though the associations have different names they all deliver the same exact information to their members. How can I accomplish this?
Forum: Fixing WordPress
In reply to: Duplicate an Entire WebsiteThe original website has a capability I am very concerned about. That is the registration/subscription feature. When you register, the website sends your information to us. How do I make sure that I don’t loose this when I do the transition? Isn’t there a separate database I need to create in order to have this feature on any of the new sites? If so, how or where do I create such database.
Thank you in advance.
Forum: Fixing WordPress
In reply to: Duplicate an Entire WebsiteI do want to duplicate everything in this website, this includes the design (theme) and plugins. I have the root folder to the website I want to duplicate ( https://www.tnaarausa.com ) so I’m guessing when I upload that same folder, the same theme and plugins will be installed as well…this is where I need help =(