Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter stanley14

    (@stanley14)

    yep your right now its gone totally, sorry ok well im gunna need to contact my host this is terrible.

    Thread Starter stanley14

    (@stanley14)

    sorry ??

    Thread Starter stanley14

    (@stanley14)

    this 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 Forms
    stanley14

    (@stanley14)

    Hi 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

    Thread Starter stanley14

    (@stanley14)

    the theme is commercial but i didnt know if its a theme issue or wp issue

    Thread Starter stanley14

    (@stanley14)

    oh ok thanks

    Thread Starter stanley14

    (@stanley14)

    yes have done this but no change??

    Forum: Fixing WordPress
    In reply to: Hidden redirects
    Thread Starter stanley14

    (@stanley14)

    ok buddy thank you

    Forum: Fixing WordPress
    In reply to: Hidden redirects
    Thread Starter stanley14

    (@stanley14)

    can i delete the files directly via inspect element??

    Forum: Fixing WordPress
    In reply to: Hidden redirects
    Thread Starter stanley14

    (@stanley14)

    thanks 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?

    Thread Starter stanley14

    (@stanley14)

    just got this zoee

    Error
    SQL query: Documentation

    SELECT *
    FROM wp_options
    WHERE 1UPDATE wp_posts
    SET guid = REPLACE( guid, ‘https://www.retail-surveillence.co.uk&#8217;, ‘https://www.eyes-onretailsurveillance.co.uk&#8217; ) ;

    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&#8217;,’http:/’ at line 1

    Thread Starter stanley14

    (@stanley14)

    ok zoee thank you ill give that a go now

    Thread Starter stanley14

    (@stanley14)

    some of them are there and a few are missing

    Thread Starter stanley14

    (@stanley14)

    Thread Starter stanley14

    (@stanley14)

    however for some reason the images are now not showing

Viewing 15 replies - 1 through 15 (of 25 total)