Forum Replies Created

Viewing 15 replies - 1 through 15 (of 69 total)
  • Thread Starter scottkr

    (@scottkr)

    Ok

    scottkr

    (@scottkr)

    For one of my site’s I’m using these codes and had to turn compatibility mode off after the upgrade to 4.4.4
    [column size=”1-2″]
    [/column]
    [column size=”1-2″ last=”1″]
    [/column]

    On another site I’m using these and compatibility mode is also off.
    [tabs style=”2″]
    [tab title=””]
    [/tab]

    On another site I’m using these and compatibility mode is also off.
    [tabs style=”1″]
    [tab title=””]
    [/tab]

    I just noticed that another update was released to this plugin, its up to 4.4.6
    So you’re saying that as long as compatibility mode is off I shouldn’t have any problems as long as I’m using the old codes like I mentioned here and not the new su ones?

    Thread Starter scottkr

    (@scottkr)

    I added this back and all my pages are doing what I want now. I had to change the setting to Disable (uncheck) for Compatibility Mode. For me it can’t be set to Enable.

    [column size=”1-2″]
    content
    [/column]

    [column size=”1-2″ last=”1″]
    content
    [/column]

    This code you see here isn’t even the code that the plugin generates on its own.

    Thread Starter scottkr

    (@scottkr)

    I just unchecked it, Disabled and Saved then rechecked it, Enabled, Saved. Looked at the web page and the code is still there and only 1 column.

    Thread Starter scottkr

    (@scottkr)

    Its already Enabled.

    Should I uncheck it to disable it then recheck it to enable it?

    Thread Starter scottkr

    (@scottkr)

    Please look at this page

    https://stankotecki.com/client-list/

    When I did the upgrade to this plugin the short code code now appears on the page and the 2 columns I had side by side is now 1 column.

    How can I fix this?

    scottkr

    (@scottkr)

    I just looked at mine and it was already enabled. Do I need to do anything?

    Thread Starter scottkr

    (@scottkr)

    I tried this and it sort of helped but the second column is still under the first column, its just off to the right a bit. I need the 2 columns to be side by side.

    [su_row]
    [su_column size=”1/2″]
    Content
    [/su_column]

    [su_column size=”1/2″]
    Content
    [/su_column]

    https://stankotecki.com/architecture/

    Thread Starter scottkr

    (@scottkr)

    I’ll ask my designer that.

    Thread Starter scottkr

    (@scottkr)

    There are two separate pages. These two pages have the same header graphic.
    Both will be replaced with a new image.

    image4.jpg is being used for both page headers but this won’t be the case as each page will now need to have its own header image. I really have no idea what I need to do to make this happen.

    I’ll be making two new images to be named “sm.png” and “dyw.png”.

    sm.png will replace image4.jpg Can I just upload sm.png to the images directory and change the above code to this?
    echo ‘/images/sm.png”, “”];’;

    Then what about the other page that will need the header dyw.png How do I make that happen?

    This is the header.php code.

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    
    <head>
    	<meta charset="<?php bloginfo('charset'); ?>" />
    
    	<?php if (is_search()) { ?>
    	   <meta name="robots" content="noindex, nofollow" />
    	<?php } ?>
    
    	<title>
    		   <?php
    		      if (function_exists('is_tag') && is_tag()) {
    		         single_tag_title("Tag Archive for &quot;"); echo '&quot; - '; }
    		      elseif (is_archive()) {
    		         wp_title(''); echo ' Archive - '; }
    		      elseif (is_search()) {
    		         echo 'Search for &quot;'.wp_specialchars($s).'&quot; - '; }
    		      elseif (!(is_404()) && (is_single()) || (is_page())) {
    		         wp_title(''); echo ' - '; }
    		      elseif (is_404()) {
    		         echo 'Not Found - '; }
    
    		   ?>
    	</title>
    
    	<link rel="shortcut icon" href="/favicon.ico">
    
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
    
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
    
    	<?php if ( is_singular() ) wp_enqueue_script('comment-reply'); ?>
    
    <script type="text/javascript">
    //If using image buttons as controls, Set image buttons' image preload here true
    //(use false for no preloading and for when using no image buttons as controls):
    var preload_ctrl_images=false;
    var slides2=[]; //SECOND SLIDESHOW
    //configure the below images and descriptions to your own.
    <?php
    switch(get_queried_object_id()){
    case 14:
    	echo 'slides2[0] = ["';
    	bloginfo('template_directory');
    	echo '/images/banner-wtf.png", ""];';
    break;
    case 12:
    	echo 'slides2[0] = ["';
    	bloginfo('template_directory');
    	echo '/images/banner-wwtf.png", ""];';
    break;
    case 10:
    	echo 'slides2[0] = ["';
    	bloginfo('template_directory');
    	echo '/images/banner-wwtf2.png", ""];';
    break;
    case 8:
    	echo 'slides2[0] = ["';
    	bloginfo('template_directory');
    	echo '/images/banner-cwusr.png", ""];';
    break;
    case 6:
    	echo 'slides2[0] = ["';
    	bloginfo('template_directory');
    	echo '/images/banner-wtpusr.png", ""];';
    break;
    default:
    	echo 'slides2[0] = ["';
    	bloginfo('template_directory');
    	echo '/images/image4.jpg", ""];';
    break;
    }
    ?>
    //optional properties for these images:
    slides2.no_descriptions=1;
    slides2.no_controls=1;
    slides2.delay=6000;
    slides2.random=1;
    
    </script>
    <script src="<?php bloginfo('template_directory'); ?>/js/swissarmy.js" type="text/javascript">
    /***********************************************
    * Swiss Army Image slide show script  - ? John Davenport Scheuer: https://home.comcast.net/~jscheuer1/
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at https://www.dynamicdrive.com/ for full original source code
    ***********************************************/
    </script>
    
    	<?php wp_head(); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    
    	<div id="wrapper">
    	<div id="container">
    		<div id="header">
    
    		<div id="logo"><a href="<?php echo get_permalink('16'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" /></a></div>
    
    		<div id="phone"><a href="tel:+18004472366"><img src="<?php bloginfo('template_directory'); ?>/images/phone.png" /></a></div>
    
    		</div>
    
    		<div id="navbar">	
    
    		<ul>
    
    		 	 <?php wp_nav_menu(array('menu' => 'Main Navigation Menu')); ?>
    
    		</ul>
    
    		</div>
    
    		<table border="0" cellspacing="10" width="1024">
    
    			<tr>
    
    				<td valign="top" width="717">
    
    					<div id="flash">
    						<script type="text/javascript">
    							new inter_slide(slides2);
    						</script>
    					</div>
    Thread Starter scottkr

    (@scottkr)

    Ok thanks.

    Thread Starter scottkr

    (@scottkr)

    Thanks for replying. The site was done by some other firm. I just took over the hosting. I just logged into the Admin and that firm that did the site created their own theme. I looked at the site you sent here but I’m not a programmer so I don’t understand it. Is there anything else I can send or give you for you to help me figure out what I need to do to make these changes?

    Forum: Plugins
    In reply to: Form Attachments
    Thread Starter scottkr

    (@scottkr)

    there are the specific file types I need the form to accept

    SLDPRT, SLDDRW, DXF, DWG, IGS, IGES, STL, STP, IPT, ORD, 3DM, AI, PSD, BMP, PNG, JPEG, PDF

    Thread Starter scottkr

    (@scottkr)

    Ok. One more question.

    I have 2 galleries. What is in gallery 1 is also showing up in gallery 2 and I don’t want it like that.

    What’s in 1 should only be in 1 and what’s in 2 should only be in 2.

    here’s what I have for each.

    Gallery 1
    <img class=”ngg_displayed_gallery mceItem” alt=”” src=”https://carolinastainlessfabrication.com/nextgen-attach_to_post/preview/id–308&#8243; />

    Gallery 2
    [nggallery id=3]

    There are some in 1 that I don’t want in 2. How do I get rid of the ones I don’t want that are in 1 and also in 2?

    Thread Starter scottkr

    (@scottkr)

    Can’t use as it says
    Compatible up to: 3.5.2
    I’m using WP 3.6.1

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