Beatboxx
Forum Replies Created
-
Forum: Plugins
In reply to: [Postepay Gateway per Woocommerce] Doesn't save ppay number. How?Can you tell me how you have solved this? I can’t find any functional difference between our code, but still the values aren’t saved in the backend…
Forum: Alpha/Beta/RC
In reply to: [3.5 RC1]Function declares twiceThis happens because you will probably have updated your wordpress manually, while selecting that only modified files should be changed. This causes the function to declare twice. The solution is to copy the whole wp 3.5 file, and not just the new files.
Forum: Fixing WordPress
In reply to: Auto switch to mobile themeIt works! I have used this blog post: https://www.blogtips.org/how-to-enable-mobile-theme-on-wordpress-blog/
In short, install the plugin “WP Mobile detector”
Forum: Fixing WordPress
In reply to: Auto switch to mobile themeYour idea doesn’t work for me I guess. I have set up two wordpress themes, one on m.mydomain.com and the main on mydomain.com. If I go to m.mydomain.com, the mobile theme does show up, but then if I click a link, I directly get redirected to the main site again. Anyone?
Forum: Fixing WordPress
In reply to: Auto switch to mobile themeIsn’t there a better option? Is this option not a seo-killer?
Forum: Fixing WordPress
In reply to: format text on pageYup, this should do what you want.
Okay, you hve the same site but you want to change the looks while the content stays the same? If everything is set-up right, you should be able to do this by just activating your second theme, but I would strongly reccomend you to test this first.
Forum: Fixing WordPress
In reply to: Help with wordpress website!!The problem is partially that you need to change the Site Url of your website. You can do this in the dashboard –> Settings –> General. This is still localhost in your case, you should change it to https://www.fremonthc.com
Forum: Fixing WordPress
In reply to: How to Display Full User Comments in Twenty Eleven ThemeYou should change the function twentyeleven_comment();. It is defined in functions.php from line 507 on.
Okay, I think that I don’t really get it. You have one website, and you are migrating it to a new server with a different theme? Explain it to me… You should always test this on a test server, if downtime is inacceptable.
Forum: Fixing WordPress
In reply to: How to give sub-menu different classAnyone, please?
Forum: Fixing WordPress
In reply to: Form within theme doesn't send?EDIT: Made a mistake in my PHP. It works now:)
Forum: Themes and Templates
In reply to: Page with editable content, but no postsI’ll explain it once again: I’m creating a website for a customer, and there are some pages like about us, which has just some static text on them and no posts. My customer must be able to edit the content through the dashboard. How should I code this?
Forum: Themes and Templates
In reply to: Page with editable content, but no postsBut then it can’t be editted in the page area…
Forum: Themes and Templates
In reply to: Page with editable content, but no postsI’m talking about when I’m creating a theme. Within the loop, I don’t want to load posts I think, but how do I load content?