Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi, I am trying to achieve the same thing however I think you misunderstood the question. We are trying to change the text content of the out of stock button from “Read More” to a custom message like “Coming Soon” or “Available In X Days” or “Pre-Order”

    Thank you.

    Sorry to post here but I have a similar situation. I found the user in my admin panel as well as my database. “Ptouploader” with admin prevliges and apparently under my own IP.

    I recently ran into this a couple months ago and came across this post. I changed all my passwords, increased security measures and reconfigured my server firewall to only accept my IP as whitelist. I later recreated the cPanel account and uploaded the previous content manually to make sure I don’t upload any corrupt files. Unfortunately 2 months later, a couple days ago,I noticed the same user has an account. What can I do to determine how they gained access and also why my networks didnt find it sooner? Thank you for any help or direction!

    Thread Starter aljahmina

    (@aljahmina)

    If I create a custom dashboard widget would I be able to echo the orders? What hooks would I use?

    Thank you

    Thread Starter aljahmina

    (@aljahmina)

    Hi, does PHP version matter in terms of functionality? I had installed PHP 7.2 and was wondering if that may have been the issue. I downgraded to 7.0 a few minutes ago and will test tomorrow. Your insight?

    Thanks

    Thread Starter aljahmina

    (@aljahmina)

    The time out happens after users click on the purchase button so they’re gettingon the page fine. I don’t think it’s my server nor the plugin but an issue with their internet connection. First issue I’ve had like this. I appreciate the fast response and you looking into this. We’ll progress and see what happens. If the issue persists I’ll get back in contact with more info regarding the issue. Thank you so much.

    Thread Starter aljahmina

    (@aljahmina)

    https://rallyforyemen.com/
    It’s a fundraiser event and so far what I’ve been told is that the connection times out or shows a blank page after clicking the purchase now button. After a few retries it works but as the day of the event draws near it’s going to start to receive more traction and don’t want this issue happening to often. Thanks again for the help.

    Thread Starter aljahmina

    (@aljahmina)

    Sorry. I’m also trying to implement this piece of code, Horizontal scrolling, for UX, easier navigation through the section as it has a few anchor points. Thanks.

    aljahmina

    (@aljahmina)

    I am going through the same issue. The shortcode doesn’t work either. Please help, thank you.

    Thread Starter aljahmina

    (@aljahmina)

    <?php
    /**
    * The Header for our theme.
    */
    ?><!DOCTYPE html>
    <?php global $skt_shortname, $skt_themename; ?>
    <!--[if IE 7]>
    <html class="ie ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html class="ie ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php wp_title( '|', true, 'right' ); ?></title>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!--[if IE 9]>
    <meta http-equiv="X-UA-Compatible" content="IE=9" />
    <![endif]-->
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <?php wp_head(); ?>
    <?php
    $skt_custom_css = sketch_get_option($skt_shortname.'_custom_css');
    ?>
    <?php if($skt_custom_css){ ?>
    <!-- Foodeez Custom CSS Section Starts Here -->
    <style type="text/css">
    	<?php echo $skt_custom_css; ?>
    </style>
    <!-- Foodeez Custom CSS Section Ends Here -->
    <?php } ?>
    </head>
    
    <body <?php body_class(); ?> >
    
    	<div id="wrapper" class="skepage">
    
    		<div class="header-top-wrap">
    
    			<!-- IF IS CONTACT PAGE TEMPLATE -->
    			<?php if ( is_page_template('template-contact-page.php') ) {
    				global $post;
    				$_contact_map_shortcode = get_post_meta($post->ID, "_contact_map_shortcode", true);
    				if($_contact_map_shortcode){
    			?>
    				<div id="contact_map_wrap">
    					<?php echo do_shortcode($_contact_map_shortcode); ?>
    				</div>
    			<?php } } ?>
    			<!-- IF IS CONTACT PAGE TEMPLATE END -->
    
    			<div class="header-topbar clearfix" >
    				<div class="container">
    						<div class="row-fluid">
    							<!-- #logo -->
    							<div id="logo" class="span3">
    								<?php if(sketch_get_option($skt_shortname."_logo_img")){ ?>
    									<a href="<?php echo home_url(); ?>" title="<?php bloginfo('name'); ?>" ><img class="logo" src="<?php echo sketch_get_option($skt_shortname."_logo_img"); ?>" alt="<?php echo sketch_get_option($skt_shortname."_logo_alt"); ?>" /></a>
    								<?php } else{ ?>
    								<!-- #description -->
    								<div id="site-title" class="logo_desp">
    									<a href="<?php echo esc_url(home_url('/')); ?>" title="<?php bloginfo('name') ?>" ><?php bloginfo('name'); ?></a>
    									<div id="site-description"><?php bloginfo( 'description' ); ?></div>
    								</div>
    								<!-- #description -->
    								<?php } ?>
    							</div>
    							<!-- #logo -->
    
    							<div class="span4">
    								<!-- Top Contact Info -->
    								<div class="topbar_info">
    									<?php if(sketch_get_option($skt_shortname.'_topbar_contact')){?><i class="fa fa-phone"></i><span class="head-phone-txt"><?php _e('Call Us&nbsp;:','foodeez'); ?></span>&nbsp;<span class="head-phone"><a href="tel:<?php echo sketch_get_option($skt_shortname.'_topbar_contact','foodeez'); ?>"><?php echo sketch_get_option($skt_shortname.'_topbar_contact','foodeez'); ?></a></span><?php } else {?><i class="fa fa-phone"></i><span class="head-phone-txt"><?php _e('Call Us&nbsp;:','foodeez'); ?></span>&nbsp;<span class="head-phone"><a href="tel:1+555-240-7980"><?php echo '1+555-240-7980'; ?></a></span><?php } ?>
    								</div>
    								<!-- Top Contact Info -->
    							</div>
    							<div class="span5">
    								<!-- Social Links Section -->
    								<div class="social_icon">
    									<ul class="clearfix">
    										<?php if(sketch_get_option($skt_shortname.'_fbook_link')){?><li class="fb-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_fbook_link','timeliner')); ?>"><span class="fa fa-facebook" title="Facebook"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_twitter_link')){?><li class="tw-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_twitter_link','timeliner')); ?>"><span class="fa fa-twitter" title="Twitter"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_gplus_link')){ ?><li class="gplus-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_gplus_link','timeliner')); ?>"><span class="fa fa-google-plus" title="Google Plus"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_pinterest_link')){ ?><li class="pinterest-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_pinterest_link','timeliner')); ?>"><span class="fa fa-pinterest" title="Pinterest"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_linkedin_link')){ ?><li class="linkedin-icon"><a target="_blank" href="<?php echo sketch_get_option($skt_shortname.'_linkedin_link','timeliner'); ?>"><span class="fa fa-linkedin" title="Linkedin"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_foursquare_link')){ ?><li class="foursquare-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_foursquare_link','timeliner')); ?>"><span class="fa fa-foursquare" title="Foursquare"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_flickr_link')){ ?><li class="flickr-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_flickr_link','timeliner')); ?>"><span class="fa fa-flickr" title="Flickr"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_youtube_link')){ ?><li class="youtube-icon"><a target="_blank" href="<?php echo esc_url(sketch_get_option($skt_shortname.'_youtube_link','timeliner')); ?>"><span class="fa fa-youtube-play" title="Youtube"></span></a></li><?php } ?>
    										<?php if(sketch_get_option($skt_shortname.'_headserach') === 'on'){ ?><li><a href="javascript:void(0);" class="strip-icon search-strip" title="search"><i class="fa fa-search"></i></a></li><?php } ?>
    									</ul>
    								</div>
    								<!-- Social Links Section -->
    							</div>
    						</div>
    				</div>
    			</div><!-- header-topbar -->
    			<!-- search-strip -->
    			<div class="hsearch" >
    				<div class="container">
    					<div class="row-fluid">
    						<form method="get" id="header-searchform" action="<?php echo home_url('/'); ?>">
    							<fieldset>
    								<input type="text" value="" placeholder="Search Here ..." id="s" name="s">
    								<input type="submit" value="Search" id="header-searchsubmit">
    							</fieldset>
    						</form>
    						<div class="hsearch-close"><i class="fa fa-times"></i></div>
    					</div>
    				</div>
    			</div>
    
    			<div id="header" class="skehead-headernav clearfix">
    				<div id="skehead">
    					<div class="container">
    						<div class="row-fluid">
    								<!-- navigation-->
    								<?php if(sketch_get_option($skt_shortname.'_rbtn_text')){ ?>
    							<div class="top-nav-menu span9">
    								<?php } else { ?>
    								<div class="top-nav-menu span12">
    								<?php } ?>
    								<?php
    									if( function_exists( 'has_nav_menu' ) && has_nav_menu( 'Header' ) ) {
    										wp_nav_menu(array( 'container_class' => 'ske-menu', 'container_id' => 'skenav', 'menu_id' => 'menu-main','menu' => 'Primary Menu','theme_location' => 'Header' ));
    									} else {
    									?>
    									<div class="ske-menu" id="skenav">
    										<ul id="menu-main" class="menu">
    											<?php wp_list_pages('title_li=&depth=0'); ?>
    										</ul>
    									</div>
    									<?php } ?>
    								</div>
    								<!-- #navigation -->
    								<?php if(sketch_get_option($skt_shortname.'_rbtn_text')){ ?>
    								<div class="span3">
    									<a href="<?php if(sketch_get_option($skt_shortname.'_rbtn_link')){ echo sketch_get_option($skt_shortname.'_rbtn_link','foodeez'); } else { echo '#'; } ?>" class="res-button"><?php if(sketch_get_option($skt_shortname.'_rbtn_text')){ echo sketch_get_option($skt_shortname.'_rbtn_text','foodeez'); } ?></a>
    								</div>
    								<?php } ?>
    							</div>
    						</div>
    					</div>
    					<!-- #skehead -->
    				</div>
    				<!-- #header -->
    				<div class="header-clone"></div>
    			</div>
    			<!-- #header -->
    		</div>
    
    	<!-- header image section -->
    	<?php $classes = get_body_class(); ?>
    	<?php
    	if( is_page_template('template-front-page.php')  ) {
    		$frontslider_set_meta = get_post_meta( $post->ID,'_home_slider_type',true );
    		if($frontslider_set_meta === 'flexslider'){ include("includes/front-flex-slider-section.php"); }
    		else if($frontslider_set_meta === 'revslider'){ include("includes/front-rev-slider-section.php"); }
    		else if($frontslider_set_meta === 'video'){ include("includes/front-video-section.php"); }
    		else if($frontslider_set_meta === 'bgimage'){ include("includes/front-bgimage-section.php"); }
    	}
    	?>
    
    <div id="main" class="clearfix">
Viewing 9 replies - 1 through 9 (of 9 total)