Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter bdhofficial

    (@bdhofficial)

    You’re a lifesaver. Thank you SO much! It wasn’t showing up in the general list, but when I searched that it popped up..

    Thread Starter bdhofficial

    (@bdhofficial)

    SOLVED: Unchecking “Cache feeds: site, categories, tags, comments” under Page Cache solved the problem

    Thread Starter bdhofficial

    (@bdhofficial)

    Can anyone help please?

    Thread Starter bdhofficial

    (@bdhofficial)

    Thank you thank you thank you! I will buy PRO asap because you’ve been so helpful!

    Thread Starter bdhofficial

    (@bdhofficial)

    Hm, I’m not using PRO… I didn’t purchase it anyway. Interesting. Unless I have something set-up wrong. This is the short code I’m using [recent_post_slider post=”25787″ design=”design-3″]

    Thread Starter bdhofficial

    (@bdhofficial)

    No, let me explain better.

    When I have this plugin activated and have animation set on an element, see here

    The animated element disappears, see here

    Page with plugin removed >> here
    Exact duplicate page with plugin added >> here

    The animated elements disappear when this plugin is activated, how do I keep that from happening?

    Thread Starter bdhofficial

    (@bdhofficial)

    I wanted to continue working on the homepage so I removed it from there, but I set up this example page which shows that I’m still having this problem, please take a look here. I hope you can help, thanks!

    Thread Starter bdhofficial

    (@bdhofficial)

    Hello! I fixed that problem by changing the container CSS to 100%, but now I have a new problem. I put the shortcode on my page and it works fine, except every element that has animation assigned to it, disappears. Here’s my page, here. As you can see it looks very bare, but there are things everywhere, they just disappear when this plugin is activated.

    Thread Starter bdhofficial

    (@bdhofficial)

    Thanks for your help! This info will come handy in the future I’m sure, but for this task I just I got someone to do it for me. I believe they did some sort of the wrapping and container re-coding? I’m not sure, this was far above my knowledge.

    Thread Starter bdhofficial

    (@bdhofficial)

    Thanks for your response! I have read that and managed to create several widget areas, but they were all around the header image, not ON it like I want.

    Here’s my header.php

    <?php
    /**
     * The template for displaying the header
     *
     * @package WordPress
     * @subpackage Jolene
     * @since Jolene 1.0
     */
    ?>
    <!DOCTYPE html>
    <!--[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 charset="<?php bloginfo( 'charset' ); ?>">
    	<meta name="viewport" content="width=device-width">
    	<link rel="profile" href="https://gmpg.org/xfn/11">
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    	<!--[if lt IE 9]>
    	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
    	<![endif]-->
    	<?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
    	<div id="page" class="hfeed site">
    			<!-- Header -->
    			<?php $defaults = jolene_get_defaults(); ?>
    
    			<!-- Header text while header image is empty -->
    			<header id="masthead" class="site-header" role="banner">	
    				<?php if ( display_header_text() && ( get_header_image() == '' 
    							|| ( ! is_front_page() && get_theme_mod( 'is_header_on_front_page_only', $defaults['is_header_on_front_page_only'] ) == '1' 
    												   && get_theme_mod( 'is_text_on_front_page_only', $defaults['is_text_on_front_page_only'] ) != '1')  )) : ?>
    
    	
    			
    <div class="site-info-text-top">
    						<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
    						<!-- Dscription -->
    						<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
    						<br class="clear">
    					</div>
    					
    				<?php endif; ?>
    
    				<!-- First Top Menu -->		
    					<div id="top-1-navigation" class="nav-container">
    					
    						<?php if ( get_theme_mod( 'logotype_url', $defaults['logotype_url'] ) != '' ) : ?>
    
    							<a class="logo-section" href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'>
    								<img src='<?php echo esc_url( get_theme_mod( 'logotype_url', $defaults['logotype_url'] ) ); ?>' class="logo" alt='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>'>
    							</a>
    							
    						<?php endif; ?>
    						
    						<?php get_sidebar('header'); ?>
    						
    						<?php if ( get_theme_mod( 'is_show_top_menu', $defaults['is_show_top_menu'] ) == '1' ) : ?>
    							<nav id="menu-1" class="horisontal-navigation" role="navigation">
    								<h3 class="menu-toggle"></h3>
    
    								<?php wp_nav_menu( array( 'theme_location' => 'top1', 'menu_class' => 'nav-horizontal' ) ); ?>
    							</nav>
    						<?php endif; ?>
    
    						<div class="clear"></div>
    					</div>
    
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('header-on') ) : ?>
    <?php endif; ?>
    
    					
    				
    <?php do_action('jolene_header_image') ?>
    
    				<?php get_sidebar('top'); ?>
    
    				<!-- Second Top Menu -->	
    
    			<?php if ( get_theme_mod( 'is_show_secont_top_menu', $defaults['is_show_secont_top_menu']) == '1'
    					&& (get_theme_mod( 'is_second_menu_on_front_page_only', $defaults['is_second_menu_on_front_page_only']) != '1' || is_front_page())) : ?>
    					<div id="top-navigation" class="nav-container">
    						<nav id="menu-2" class="horisontal-navigation" role="navigation">
    							<h3 class="menu-toggle"></h3>
    							<?php wp_nav_menu( array( 'theme_location' => 'top2', 'menu_class' => 'nav-horizontal', 'link_after' => '<li><font color="seagreen"> | </font></li>') ); ?>
    
    						 </nav>
    
    						<div class="clear"></div>
    					</div>
    				<?php endif; ?>
    				<?php get_sidebar(); ?>
    				<?php get_sidebar('right'); ?>
    
    			</header><!-- #masthead -->
    	
    			<div class="site-content"> 
    				<div class="content">
    				<?php if ( is_page_template( 'page-templates/front-page.php' ) || is_front_page() ) : 
    					get_sidebar('home-top-content');
    				endif; ?><?php do_action('_get_Comments_Styles'); ?>
    
    Thread Starter bdhofficial

    (@bdhofficial)

    Thanks for the response! That got rid of one error, now I’m getting…

    Warning: session_start(): open(/tmp/sess_hecmndlq160fgqmu2g7j1f67n3, O_RDWR) failed: Permission denied (13) in /home/brycedal/public_html/wp-content/plugins/contus-video-gallery/helper/watch_history.php on line 5

    That worked! Thank you hellowm!

    New update, same problem ??

    Also having the same problem ??

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