bdhofficial
Forum Replies Created
-
Forum: Plugins
In reply to: [uTubeVideo Gallery] Video Title Archive/Storage?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..
Forum: Plugins
In reply to: [W3 Total Cache] Mailchimp/feed ProblemsSOLVED: Unchecking “Cache feeds: site, categories, tags, comments” under Page Cache solved the problem
Forum: Plugins
In reply to: [W3 Total Cache] Coppermine CacheCan anyone help please?
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Breaking Full-Width LayoutThank you thank you thank you! I will buy PRO asap because you’ve been so helpful!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Breaking Full-Width LayoutHm, 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″]
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Breaking Full-Width LayoutNo, 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 >> hereThe animated elements disappear when this plugin is activated, how do I keep that from happening?
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Breaking Full-Width LayoutI 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!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Breaking Full-Width LayoutHello! 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.
Forum: Themes and Templates
In reply to: Putting widgets ON the header?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.
Forum: Themes and Templates
In reply to: Putting widgets ON the header?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'); ?>
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] "Warning: session_start()…" ErrorThanks 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
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosThat worked! Thank you hellowm!
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosNew update, same problem ??
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Cannot Add VideosAlso having the same problem ??