mohdrafie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for a nice – left side navigation themeForum: Networking WordPress
In reply to: Inproper URL directionThe reasons for this are:
1. Staging
2. Site registrationThe site is in a staging environment and not live ie mapped to the .com. And secondly, your multisite install allow site registration. Since the is no subsite found:
The site you were looking for, https://wwwlakeplacidcloudcom.new-server-89a9fb.bitnamiapp.com/, does not exist.
You will redirect you to create/register the site. P/s, notice the subdomain for the staging TLD
Forum: Themes and Templates
In reply to: [Delicacy] Full Width Page Template SetupIt would be easier if you upload the page_fullwidth.php on your theme and then create a page with the theme and paste the link here.
Generally, you need to add a div with a new ID/class name and specify the CSS properties and values. CSS guide.
Forum: Everything else WordPress
In reply to: Dreamweaver to WordPress adjustmentI used to start with Front Page ??
I suggest you install a WordPress, use the default theme to understand how the files are related ie header.php, sidebar.php, singe.php, page.php, etc.
Once good, look at the Function Reference to call anything you wish.
https://codex.www.ads-software.com/Function_ReferenceAll the best!
Forum: Meetups
In reply to: Meetup in MalaysiaHi guys,
I’m from Malaysia. Currently managing the WP Malaysia group on Facebook.. We are planning to do our first WP Clinic soon. Maybe in December, would you be interested?
Forum: Developing with WordPress
In reply to: Comments box Missing – Monster TemplateCheck if you have the following code on single.php and page.php
<?php comments_template(); ?>
Otherwise, check if you allow comments on the posts and pages.
Forum: Themes and Templates
In reply to: Problems with Author.phpCool. Consider marking this as resolve so that other people can benefit, just in case they are searching for the same issue.
Cheers!
Forum: Themes and Templates
In reply to: Menu in Twenty Twelve split dropdownI don’t understand.
Try reducing the width size of the ul.sub-menu, I just choose the one which possible to see.
Try to either target the ul, li or a
Since the initial issue has been resolved, kindly close the ticket. You can open a new ticket if you have other WP questions. Cheers!
Forum: Networking WordPress
In reply to: Root-Domain with www. default siteAn okay explaination on Server Address, go to Network Details.
But if you use cPanel Fantastico or Direct Admin WP Install, they will give you options to choose the WP address install.
Forum: Your WordPress
In reply to: My first client websiteCost = Total hours spent x Rate per hour.
I see the topic has diverted to SEO and other things, kindly mark this as resolved ??
All the best!
Forum: Localhost Installs
In reply to: How to Change Database ?Options that you have:
1. WP Export/Import Tool
Dashboard > Tools > Export
and import the XML file to your site.
2. Import the SQL tables and edit it according to your wp-config.php (table prefix)
Forum: Networking WordPress
In reply to: Do I need the mapping plugin?Yes, if you want the subdomain to map a different domain ie example.net while the root WP install is example.com
Forum: Themes and Templates
In reply to: Moving SidebarGood to know. Have a nice day!
Forum: Themes and Templates
In reply to: Problems with Author.phpOk got it.
You need to update the loop-single.php.
Delete line 38 to 51:
<div id="entry-author-info"> ... </div><!-- #entry-author-info -->
Forum: Themes and Templates
In reply to: Moving SidebarThis is due to some improper closing of HTML tags in your posts. My reasoning is because if it is the theme, other page like https://www.snowwriter.com/blog/?paged=3 would not be the same as the second ie the “older pest”.
I have found that this posts layout is havingbthe issue as well.
https://www.snowwriter.com/blog/?p=175
Hence, I suggest you go and check dor improper HTML tag. Or otherwise, copy the content to Notepad, and delete everything and paste the text again from the Notepad. Then, re-insert the image.