Forum Replies Created

Viewing 13 posts - 91 through 103 (of 103 total)
  • Author
    Posts
  • in reply to: WP- Feed Not Working #306783

    Hi Peter,

    When I add this code right now, I get a blank home page.

    Dan

    in reply to: WP- Feed Not Working #306759

    I know…

    Even with all plugins disabled, it still there.

    Thanks

    Dan

    in reply to: WP- Feed Not Working #306681

    Peter,

    I did check the header.php , and you do have this there.
    This is my header.php content:

    <?php
    	global $avia_config;
    
    	$style 		= $avia_config['box_class'];
    	$responsive	= avia_get_option('responsive_layout','responsive');
    	$blank 		= isset($avia_config['template']) ? $avia_config['template'] : "";	
    	$av_lightbox= avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
    	
    ?>
    
    <!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$av_lightbox." ".avia_header_class_string();?> ">
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    
    <!-- page title, displayed in your browser bar -->
    <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
    
    <?php
    /*
     * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
     * located in framework/php/function-set-avia-frontend.php
     */
     if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
    
     /*
     * outputs a favicon if defined
     */
     if (function_exists('avia_favicon'))    { echo avia_favicon(avia_get_option('favicon')); }
    ?>
    
    <!-- add feeds, pingback and stuff-->
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> RSS2 Feed" href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    
    <!-- mobile setting -->
    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    ?>
    
    <!-- Scripts/CSS and wp_head hook -->
    <?php
    /* Always have wp_head() just before the closing </head>
     * tag of your theme, or you will break many plugins, which
     * generally use this hook to add elements to <head> such
     * as styles, scripts, and meta tags.
     */
    
    wp_head();
    
    ?>
    
    </head>
    
    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    
    	<div id='wrap_all'>
    
    	<?php 
    	if(!$blank) //blank templates dont display header nor footer
    	{ 
    		 //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
             get_template_part( 'includes/helper', 'main-menu' );
    
    	} ?>
    	
    	<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    	<?php do_action('ava_after_main_container'); ?>
    • This reply was modified 10 years, 3 months ago by tech500.
    in reply to: WP- Feed Not Working #306633

    I have the same problem.
    Found this double lines in my home page source:

    <!-- add feeds, pingback and stuff-->
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <strong><link rel="alternate" type="application/rss+xml" title=" RSS2 Feed" href="http://indianwedding.sephi.com/feed/" /></strong>
    <strong><link rel="pingback" href="http://indianwedding.sephi.com/xmlrpc.php" /></strong>
    
    <!-- mobile setting -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <!-- Scripts/CSS and wp_head hook -->
    <strong><link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="http://indianwedding.sephi.com/feed/" />
    </strong>
    <strong><link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="http://indianwedding.sephi.com/comments/feed/" /></strong>
    

    This is a big problem, and I’m surprised that such theme developer as Kriesi don’t fix it fast.

    Please help.

    Dan

    in reply to: Image with HotSpots is black #299451

    Great, solved.

    Dan

    in reply to: Image with HotSpots is black #299448
    This reply has been marked as private.
    in reply to: Image with HotSpots is black #299442

    Still gets a transparent bar. :(

    Thanks for the help.

    Dan

    in reply to: Image with HotSpots is black #299438

    By the way.
    How do I get rid from the black bar at the top menu ?

    Dan

    in reply to: Image with HotSpots is black #299436

    Sorry, we wrote to each other at the same time.
    Problem solved.
    Dan

    in reply to: Image with HotSpots is black #299435

    Great, thanks, that solved it well.

    Sincerely

    Dan

    in reply to: Image with HotSpots is black #299431
    This reply has been marked as private.
    in reply to: Image with HotSpots is black #299368

    Correction.
    I am using an Image block inside the color area.
    When adding caption to the image, it gets darker.

    Dan

    • This reply was modified 10 years, 3 months ago by tech500.
    in reply to: I want to make email marketing #299146

    Hello David,

    The Enfold form is nice, but I want to have a MailChimp form.
    Wish your page builder had a MailChimp and Campaign Monitor modules.

    What is the nicest way to add mail chimp to Enfold based site ?

    Dan

    • This reply was modified 10 years, 3 months ago by tech500.
Viewing 13 posts - 91 through 103 (of 103 total)