Joshua Sigar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unexpected texts at the top of web pagesHave you done anything related with “Google Tag Manager?” It broke the page.
Below is the source code of your page.
<body <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P55FH4N" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->class="home page-template-default page page-id-5 custom-background siteorigin-panels siteorigin-panels-before-js siteorigin-panels-home ">
Forum: Fixing WordPress
In reply to: Twenty Seventeen Theme: Fatal ErrorDisable any plugins related to JV. Most likely the plugin(s) only works when JV theme is also active.
Forum: Developing with WordPress
In reply to: Passing URL Params to Template PageThe following is better way
<?php echo esc_html($strCityState) ?>
Read here for why https://codex.www.ads-software.com/Validating_Sanitizing_and_Escaping_User_Data
Forum: Fixing WordPress
In reply to: Remove Powered by WordPressIf you remove the following line, what happens?
<?php echo of_get_option( ‘custom_footer_text’, ‘unite’ ); ?>
Forum: Fixing WordPress
In reply to: External links being dynamically updatedInstead of
www.create.kikki-k.com
, enterhttps://www.create.kikki-k.com
.- This reply was modified 7 years, 5 months ago by Joshua Sigar.
Forum: Fixing WordPress
In reply to: Broken Images – Only thumbnailsWhat plugin did you install on your domain? Can you try disabling the plugin, then uploading a picture and see if the problem persists?
Forum: Requests and Feedback
In reply to: WP 2.1 – Postmeta fields being deleted after comment is addedIf you’re using rc:custom_field_gui, please upgrade to latest version.
https://rhymedcode.net/?dl=rc-custom-field-gui-1.4.zipIf you’re using rc:custom_comment_text, please upgrade to latest version.
https://rhymedcode.net/?dl=rc-custom-comment-text-1.1.zipForum: Fixing WordPress
In reply to: How to use formmail.pl with wordpress ?So, what happens when you click the submit button? Nothing? The page just refreshes?
Could you paste the page template? https://wordpress.pastebin.ca/
Forum: Fixing WordPress
In reply to: How to use formmail.pl with wordpress ?A file with extension “.pl” won’t be recognized as a page template in WP. What’s the content of that file? If it’s a valid WP page template then you could probably just rename the file to “formmail.php.”
Related: https://codex.www.ads-software.com/Pages#Page_Templates
Forum: Installing WordPress
In reply to: Installed Great! — But Can’t Login to AdminMaybe allow one of us to register to that site and see if we could login?
Forum: Installing WordPress
In reply to: Installed Great! — But Can’t Login to AdminHave you tried logging in from a different computer?
Forum: Plugins
In reply to: No FAQ plugin ?Well, a plugin may not be required after all.
1. Create a specific category for FAQ entries (say, “FAQ”)
2. To add entry, use the “Title” field to hold the question, use the “Post Content” to hold the answer.
4. Create a template that will display all posts of category “FAQ” a specific way.
5. Exclude posts of category “FAQ” from displaying on the frontpage.Interested?
Forum: Fixing WordPress
In reply to: Database restoration between versions?If the new wp is brand new a.k.a an empty blog, then start off with version 2.0, restore the backup, then upgrade.
If you can’t start off with version 2.0 on the new location, then restore the backup on wp 2.0 somewhere else (there’s always local server option), upgrade, back up, and restore on new location.
Forum: Fixing WordPress
In reply to: No Comments Except for Logged In UsersDid it ever work for you? Since what wp version did it stop working?
Forum: Fixing WordPress
In reply to: No Comments Except for Logged In Usersmaybe just a start,
can you install another wp on that same server to see if it suffers from the same problem? and just to make sure, download fresh wp package again from this site.