Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter souwar

    (@souwar)

    I understand your point, but do you have a tutorial or a method you suggest me to use to be able to built that type of menu?

    Thank you

    Thread Starter souwar

    (@souwar)

    i called GoDaddy they said no caching on server-side. its not a widget actually it’s a woocommerce plugin no widget involved, can you give me a method to send you a temp login

    Thread Starter souwar

    (@souwar)

    Hello Zach, thank you for the reply.
    yes I’m using Version 3.6.4
    i regenerate the product lookup and nothing changed, no caching plugin :S
    the result title is working but not showing the products.

    <?php get_header(); ?>
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    <!-- pk start post -->
    <div class="pk_entry pk_entry_single pk_clearfix">
    <?php if (has_post_thumbnail()) : ?>
    
    <div class="pk_image">
    	<div class="pk_image_wrapper">
    		<?php global $pk_sidebar; the_post_thumbnail((($pk_sidebar != 'pk_full_width_page') ? 'thumb-blog' : 'full-blog')); ?>
    		<span class="pk_image_button_back_ground"></span>
    		<span class="pk_image_button_icon"></span>
    	</div>
    	<img src="<?php echo PK_THEME_DIR; ?>/parkerandkent2011/images/theme/image_icons/images_shadow.png" class="pk_image_shadow" alt="" />
    </div>
    <?php endif; ?>
    
    <div class="pk_entry_meta">
    	<div>
    		<?php _e('By:', 'pk_text_domain_front'); ?> <?php the_author_posts_link(); ?>
    		<?php echo get_the_date(); ?>
    		<a href="#" class="pk_button_categories" title=""><?php _e('Categories', 'pk_text_domain_front'); ?></a>
    <?php if (pk_get_options('pk_general_options', 'general_show_add_this') == 'true') : ?>
    		<div class="pk_add_this">
    			<div class="addthis_toolbox addthis_default_style">
    				<p style="margin:10px 0px 5px 0px;"><a class="addthis_button_google_plusone" g:plusone:size="small"></a></p>
    				<a class="addthis_button_facebook" g:facebook:size="small" style="float:left;" ></a>
    				<a class="addthis_button_twitter" g:twitter:size="small" style="float:left;" ></a>
    			</div>
    			<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
    			<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=<?php echo pk_get_options('pk_general_options', 'general_add_this_username'); ?>"></script>
    		</div>
    <?php endif; ?>
    	</div>
    <?php if (get_the_category() || get_the_tags()) : ?>
    	<div class="pk_categories_tags_wrapper">
    		<div class="pk_categories_tags">
    <?php if (get_the_category()) : ?>
    			<div class="pk_categories">
    				<h4><?php _e('Categories', 'pk_text_domain_front'); ?></h4>
    				<ul class="pk_arrow_list">
    <?php $pk_categories = get_the_category(get_the_ID()); foreach ($pk_categories as $pk_category) : ?>
    					<li><a href="<?php echo get_category_link($pk_category -> term_id); ?>" title="<?php echo $pk_category -> cat_name; ?>"<?php if (get_query_var('category_name') == $pk_category -> category_nicename) echo ' class="pk_current"'; ?>><?php echo $pk_category -> cat_name; ?></a></li>
    <?php endforeach; ?>
    				</ul>
    			</div>
    <?php endif; ?>
    <?php if (get_the_tags()) : ?>
    			<div class="pk_tags">
    				<h4><?php _e('Tags', 'pk_text_domain_front'); ?></h4>
    				<ul class="pk_arrow_list">
    <?php $pk_tags = get_the_tags(); foreach ($pk_tags as $pk_tag) : ?>
    					<li><a href="<?php echo get_tag_link($pk_tag -> term_id); ?>" title="<?php echo $pk_tag -> name ; ?>"<?php if (get_query_var('category_name') == $pk_tag -> name ) echo ' class="pk_current"'; ?>><?php echo $pk_tag -> name ; ?></a></li>
    <?php endforeach; ?>
    				</ul>
    			</div>
    <?php endif; ?>
    		</div>
    		<span class="pk_arrow"></span>
    	</div>
    <?php endif; ?>
    </div>
    
    <div class="pk_entry_content">
    <?php the_content(); ?>
    <?php pk_add_link_pages(); ?>
    <?php pk_add_previous_next_post_links(); ?>
    </div>
    
    </div>
    
    <!-- pk end post -->
    
    <!-- pk start entry comments -->
    <?php comments_template(); ?>
    <!-- pk end entry comments -->
    <?php endwhile; ?>
    <?php endif; ?>
    
    <?php get_footer(); ?>

    Hello and thank you for the fast reply, this is my single.php

    <?php get_header(); ?>
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    <!-- pk start post -->
    <div class="pk_entry pk_entry_single pk_clearfix">
    <?php if (has_post_thumbnail()) : ?>
    
    <div class="pk_image">
    	<div class="pk_image_wrapper">
    		<?php global $pk_sidebar; the_post_thumbnail((($pk_sidebar != 'pk_full_width_page') ? 'thumb-blog' : 'full-blog')); ?>
    		<span class="pk_image_button_back_ground"></span>
    		<span class="pk_image_button_icon"></span>
    	</div>
    	<img src="<?php echo PK_THEME_DIR; ?>/parkerandkent2011/images/theme/image_icons/images_shadow.png" class="pk_image_shadow" alt="" />
    </div>
    <?php endif; ?>
    
    <div class="pk_entry_meta">
    	<div>
    		<?php _e('By:', 'pk_text_domain_front'); ?> <?php the_author_posts_link(); ?>
    		<?php echo get_the_date(); ?>
    		<a href="#" title=""><?php _e('Categories', 'pk_text_domain_front'); ?></a>
    <?php if (pk_get_options('pk_general_options', 'general_show_add_this') == 'true') : ?>
    		<div class="pk_add_this">
    			<div class="addthis_toolbox addthis_default_style">
    				<p style="margin:10px 0px 5px 0px;"><a></a></p>
    				<a></a>
    				<a></a>
    			</div>
    			<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
    			<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=<?php echo pk_get_options('pk_general_options', 'general_add_this_username'); ?>"></script>
    		</div>
    <?php endif; ?>
    	</div>
    <?php if (get_the_category() || get_the_tags()) : ?>
    	<div class="pk_categories_tags_wrapper">
    		<div class="pk_categories_tags">
    <?php if (get_the_category()) : ?>
    			<div class="pk_categories">
    				<h4><?php _e('Categories', 'pk_text_domain_front'); ?></h4>
    				<ul class="pk_arrow_list">
    <?php $pk_categories = get_the_category(get_the_ID()); foreach ($pk_categories as $pk_category) : ?>
    
    <li><a> term_id); ?>" title="<?php echo $pk_category -> cat_name; ?>"<?php if (get_query_var('category_name') == $pk_category -> category_nicename) echo ' class="pk_current"'; ?>><?php echo $pk_category -> cat_name; ?></a></li>
    <?php endforeach; ?>
    
    			</div>
    <?php endif; ?>
    <?php if (get_the_tags()) : ?>
    			<div class="pk_tags">
    				<h4><?php _e('Tags', 'pk_text_domain_front'); ?></h4>
    				<ul class="pk_arrow_list">
    <?php $pk_tags = get_the_tags(); foreach ($pk_tags as $pk_tag) : ?>
    
    <li><a> term_id); ?>" title="<?php echo $pk_tag -> name ; ?>"<?php if (get_query_var('category_name') == $pk_tag -> name ) echo ' class="pk_current"'; ?>><?php echo $pk_tag -> name ; ?></a></li>
    <?php endforeach; ?>
    
    			</div>
    <?php endif; ?>
    		</div>
    		<span class="pk_arrow"></span>
    	</div>
    <?php endif; ?>
    </div>
    
    <div class="pk_entry_content">
    <?php the_content(); ?>
    <?php pk_add_link_pages(); ?>
    <?php pk_add_previous_next_post_links(); ?>
    </div>
    
    </div>
    
    <!-- pk end post -->
    
    <!-- pk start entry comments -->
    <?php comments_template(); ?>
    <!-- pk end entry comments -->
    <?php endwhile; ?>
    <?php endif; ?>
    
    <?php get_footer(); ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use a pastebin. As it stands, your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

    Floortjahh you are able to help please

    can please someone help me with this issue i can see the featured video box when editing pages but it’s not there for Posts, i know that there is a reply for this matter but i don’t know how to start and what is the final version of the solution ??

Viewing 7 replies - 1 through 7 (of 7 total)