stanley14
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can SEE Spam link on homepageyep your right now its gone totally, sorry ok well im gunna need to contact my host this is terrible.
Forum: Themes and Templates
In reply to: Centering Form On Contact pagesorry ??
Forum: Themes and Templates
In reply to: Centering Form On Contact pagethis is the code
<?php /* Template Name: Contacts */ get_header(); the_post(); /* LOAD PAGE BUILDER ARRAY */ $pagebuilder = get_theme_pagebuilder(get_the_ID()); $pf = get_post_format(); if (empty($pf)) $pf = "text"; $pfIcon = get_pf_icon($pf); $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'single-post-thumbnail'); the_pb_custom_bg_and_color($pagebuilder); $current_page_sidebar = $pagebuilder['settings']['layout-sidebars']; ?> <div class="fullscreen_block"> <div class="fullscreen_title"> <h1><?php the_title(); ?></h1> <a href="history.back()"></a> </div> <div class="fullscreen_content_wrapper"> <div class="fs_map fullscreen_container"> <?php the_theme_option("google_map"); ?> </div> </div> <!-- .fullscreen_content_wrapper --> <div class="fullscreen_content"> <a href="void(0)"><span class="collapse"><?php echo((get_theme_option("translator_status") == "enable") ? get_text("collapse") : __('Collapse', 'theme_localization')); ?></span> <span class="show"><?php echo((get_theme_option("translator_status") == "enable") ? get_text("show_info") : __('Show info', 'theme_localization')); ?></span></a> <div class="fullscreen_content_padding"> <div class="row-fluid"> <div class="span12 module_cont module_fs_meta module_none_padding"> <?php the_theme_option("address_location", "<p><span>Address:</span> ", "</p>"); the_theme_option("phone", "<p><span>Phone:</span> ", "</p>"); the_theme_option("contacts_to", "<p><span>Email:</span> ", "</p>"); the_theme_option("skype", "<p><span>Skype:</span> ", "</p>"); ?> </div> </div><!-- .row-fluid --> <div class="row-fluid"> <div class="span12 module_cont module_fs_meta module_none_padding"> <?php $compile = " <div class='module_content'> <form class='feedback_form' action='' method='post' name='feedback_form'> <label class='label-name'></label> <input type='text' class='field-name form_field' title='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_name") : __('Name *','theme_localization'))."' value='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_name") : __('Name *','theme_localization'))."' name='field-name'> <label class='label-email'></label> <input type='text' class='field-email form_field' title='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_email") : __('Email *','theme_localization'))."' value='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_email") : __('Email *','theme_localization'))."' name='field-email'> <label class='label-subject'></label> <input type='text' class='field-subject form_field' title='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_subject") : __('Subject','theme_localization'))."' value='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_subject") : __('Subject','theme_localization'))."' name='field-subject'> <label class='label-message'></label> <textarea class='field-message form_field' title='".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_message") : __('Message *','theme_localization'))."' rows='5' cols='45' name='field-message'>".((get_theme_option("translator_status") == "enable") ? get_text("translator_feedback_form_message") : __('Message *','theme_localization'))."</textarea>"; $compile .= " <input type='reset' class='feedback_reset' value='".((get_theme_option("translator_status") == "enable") ? get_text("tranlator_clear") : __('Clear form','theme_localization'))."' id='reset2' name='reset'> <input type='button' value='".((get_theme_option("translator_status") == "enable") ? get_text("tranlator_send_message") : __('Send comment','theme_localization'))."' id='submit2' class='feedback_go' name='submit'> </form> <div class='ajaxanswer'></div> </div>"; echo $compile; ?> </div> </div><!-- .row-fluid --> <div class="row-fluid"> <div class="span12 module_cont module_text_area module_small_padding"> <?php the_content(); ?> </div> </div> <!-- .row-fluid --> </div> <!-- .fullscreen_content_padding --> </div> <!-- .fullscreen_content --> </div> <?php get_footer() ?>
[Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Car Demon] Changing FormsHi jay,
I am sorry if i have overlooked the answer already however i assure you i have tried. I simply cannot get the forms to show on the pages that i created. The pages were created using the buttons in the settings.
My wp version is upto date and cannot figure this one out??
regards
Forum: Fixing WordPress
In reply to: call to undefined function error?the theme is commercial but i didnt know if its a theme issue or wp issue
Forum: Themes and Templates
In reply to: Error message when uploading Relic themeoh ok thanks
Forum: Themes and Templates
In reply to: Error message when uploading Relic themeyes have done this but no change??
Forum: Fixing WordPress
In reply to: Hidden redirectsok buddy thank you
Forum: Fixing WordPress
In reply to: Hidden redirectscan i delete the files directly via inspect element??
Forum: Fixing WordPress
In reply to: Hidden redirectsthanks esmi, i am struggling to follow these though, for example i want to do a new wp install but keep all my website is that possible or do i have to build it again?
Forum: Fixing WordPress
In reply to: Moved site to another urljust got this zoee
Error
SQL query: DocumentationSELECT *
FROMwp_options
WHERE 1UPDATE wp_posts
SET guid = REPLACE( guid, ‘https://www.retail-surveillence.co.uk’, ‘https://www.eyes-onretailsurveillance.co.uk’ ) ;MySQL said: Documentation
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘wp_posts SET guid = replace(guid, ‘https://www.retail-surveillence.co.uk’,’http:/’ at line 1
Forum: Fixing WordPress
In reply to: Moved site to another urlok zoee thank you ill give that a go now
Forum: Fixing WordPress
In reply to: Moved site to another urlsome of them are there and a few are missing
Forum: Fixing WordPress
In reply to: Moved site to another urlhttps://www.eyes-onretailsurveillance.co.uk thank you zoee
Forum: Fixing WordPress
In reply to: Moved site to another urlhowever for some reason the images are now not showing