Radices
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Nirvana] Different Primary Menus for Different PagesCool I’ll check out that plugin … so you created a page attaching the template and browsed to that page and it doesn’t call your custom header ?
Forum: Themes and Templates
In reply to: [Nirvana] Different Primary Menus for Different PagesThe header page is called by the page you are on. So you need to create both in your child theme. So to recap … you’d make a copy of your page template and move it to the child theme. Edit that page template to call your engish-header. Create a new page(s) in the page editor and attach the english child theme template.
childtheme/
page-ENGLISH.php
header-english.phpForum: Fixing WordPress
In reply to: Forums with paid access (via woocommerce product purchase)Check out this product.
Forum: Fixing WordPress
In reply to: Problem with my hostnameI would look for a broken link in loading a css file. Perhaps the css has a relative path and would work with an absolute path. HArd to say more without the actual URL.
Forum: Fixing WordPress
In reply to: Database repairDo you have a backup of the database? A little background information would be helpful.
Forum: Fixing WordPress
In reply to: Media Upload , file can't be accessedRenaming the video file is not an option?
Forum: Fixing WordPress
In reply to: How to Migrate from Contao to WordPress?Looks like it would be an entirely manual process. You will have to recreate the content in a WordPress installation.
Forum: Everything else WordPress
In reply to: Still a question about buying any plugin & pricingsIf you are not purchasing the Plugin from the Developers but another party then you risk malware. I think you know the answer already.
Forum: Fixing WordPress
In reply to: Using WordPress with content from another SQL databaseNot really and sort of 🙂 You can place some raw html in a post or a page so you could do it in DW and then cut and paste it in. WordPress’s WYSIWYG editor will strip out some HTML so you have to stay in the text mode to preserve it though (not the ideal work flow).
Most use the built in editor to create the pages. As far as pulling in the data you will need to code that in using a page template or use a Plugin. The first issue is how you are going to get the holiday property stuff into the data base and how are you going to store it. ie: In custom tables or through Post Meta Data (Preferred).
There are many many real estate Themes and Plugins so I suggest you search for them and see what suits you best.
Forum: Fixing WordPress
In reply to: can't access dashboard on localhost siteThere’s no domain like example.dev? What are you using for the local host waamp xaamp?
Forum: Fixing WordPress
In reply to: Page (or Post) with boxes to complete under the editing areaYou could do that with a Custom Post Type and /or possibly using custom fields.
http://www.advancedcustomfields.com/
You might find a plugin here.
http://premium.wpmudev.org/projects/category/plugins/
Check out their paid service here.
Forum: Fixing WordPress
In reply to: wp_postmeta – crashedI’d try changing themes to the default, test, and re-install the Genesis theme.
Here’s an error that the site is throwing.
http://www.totalcarepropertymanagement.com.au/wp-content/themes/genesis/lib/js/menu/superfish.min.map 404 (Not Found)Forum: Fixing WordPress
In reply to: Portfolio vs portfolios admin itemsYou must have a Theme or Plugin creating those links as they are not standard in WordPress. Sounds like a Custom Post Type. Check your plugins and see if there is a setting page with instructions.
Forum: Fixing WordPress
In reply to: Trouble after updateI’d try a manual update in case one of the files was corrupted.
Forum: Fixing WordPress
In reply to: can't access dashboard on localhost siteDid you reboot your computer since last night? Perhaps some of the services are not running on the Local host.