Viewing 30 results - 97,231 through 97,260 (of 106,494 total)
  • Author
    Search Results
  • #219192

    Hi!

    Make sure you don’t put it inside the <?php tag:

    Regards,
    Josue

    #219191

    Hi
    Strange but I am getting this error

    Parse error: syntax error, unexpected ‘<‘ in C:\WAMP\www\pmaaustralia\wp-content\themes\enfold\header.php on line 153

    but the entry is this

    Any ideas?
    Regards
    Richard

    #219187

    Hi Fabrice!

    The icons are simply Icons with these settings:

    The paragraphs have a custom class assigned to them, in the Quick CSS they added this:

    #top .sdp-border { 
    padding: 10px 20px 4px 20px;
    border: 1px solid #333;
    background-color: rgba(24,24,24,0.49);
    -webkit-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75);
    }

    Regards,
    Josue

    #219174

    Hey!

    It is, but it won’t be as flexible as using icon fonts, what images do you want to use? where? please post a link to your website.

    Best regards,
    Josue

    #219164

    Hi,

    Open header.php and look for line 152. after that container div put this:
    <img src="_THE_IMG_URL" class="custom_logo">

    Then, add this to the Quick CSS:

    .custom_logo{
    position: absolute;
    left: 70px;
    top: 5px;
    }

    You may need to adjust the left value a bit.
    Regards,
    Josue

    #219163

    Hi Devon,

    Thanks for responding. I tried what you said. And it came back with “nothing found.” I then returned the permalink setting to the setting it was on: “Day and name” and tried again. This time I got the title on the page but no data. I repeated this a few times to no avail.

    I’m pretty sure the reason there’s nothing on the page is because it is meant to open up in a lightbox. Is this a common issue? Is there another way to get things working again? I have a zillion images and deadline looming. Please help!

    Thanks.

    #219157

    Hi Josue
    Not possible as it on localhost
    regards
    Richard

    #219152
    bbuttry
    Participant

    I am using the Enfold template and would like to know how to accomplish the following:
    Create a navigation bar at time with background color, text size, hover color, and font style.
    http://postimg.org/image/tggg6cqrn/

    • This topic was modified 12 years, 2 months ago by bbuttry.
    • This topic was modified 2 years, 3 months ago by Yigit.
    #219151

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #219149
    This reply has been marked as private.
    #219109

    Hi!

    Can you try disabling all active plugins. The only issue I see in IE8 is the main slider images not showing but in my live dev site and on the theme demo I don’t get the same issue in IE8.

    While I understand the need for supporting IE8 as mentioned above its definitely on its way out. It isn’t supported by Google at this point either and XP wont even be supported by Microsoft come April of this year which will hopefully finally force everyone to move on to viewing the web in a modern secure browser.

    As for theme compatibility, all new themes on Themeforest are no longer required to support IE8 so finding a theme that does support it will become harder and harder. For now though, Enfold still does and the only items that I know of with issues are css3 elements which IE8 can not render. This shows on icons where they are square instead of circles, drop shadows on text/images and things like that.

    Best regards,
    Devin

    #219089

    I get this error message … what am I missing?

    add_filter( 'wp_nav_menu_items', 'avia_append_paypal', 10, 2 );

    function avia_append_paypal ( $items, $args )
    {

    if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
    {
    global $avia_config;
    ob_start();
    ?>

    <!– <form action=”https://www.paypal.com/cgi-bin/webscr&#8221; method=”post” target=”_top”>
    <input type=”hidden” name=”cmd” value=”_s-xclick”>
    <input type=”hidden” name=”hosted_button_id” value=”EZHM85HZJNUKL”>
    <input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_buynow_SM.gif&#8221; border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>

    </form>

    –>
    ""

    <?php
    $paypal_link = ob_get_clean();

    $items .= '<li id="menu-item-paypal" class="noMobile menu-item">'.$paypal_link.'';
    }
    return $items;
    }

    #219076
    This reply has been marked as private.
    #219074
    This reply has been marked as private.
    #219071

    Topic: add attachments email

    in forum Enfold
    kbrimberry
    Participant

    Hi,

    How can I add an option to the contact page to have a client attach an image or pdf and email to me?

    #219068

    Thanks for the response Ismael, but it’s still not working >_<. Here is the entire code for the header.php file, with the code you mentioned added:

    <?php
    	global $avia_config;
    
    	$style 		= $avia_config['box_class'];
    	$responsive	= avia_get_option('responsive_layout','responsive');
    	$blank 		= isset($avia_config['template']) ? $avia_config['template'] : "";
    	$headerS	= !$blank ? avia_header_setting() : "";
    	$headerMenu = $responsive ? avia_get_option('header_menu','mobile_drop_down') : "";
    
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="format-detection" content="telephone=yes">
    <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
    <!-- page title, displayed in your browser bar -->
    
    <?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">';
    
    ?>
    
    <?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){ ?>
    
            <header id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>' <?php avia_markup_helper(array('context' => 'header','post_type'=>'forum'));?>>
    
                <?php
                
                if($responsive && $headerMenu == 'mobile_slide_out')
                {
                	echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>';
    	    		echo '<a id="advanced_menu_hide" href="#" 	'.av_icon_string('close').'></a>';
                }
                
    
                $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    
                //subheader, only display when the user chooses a social header
                if(strpos($headerS,'social_header') !== false)
                {
                ?>
                <div id='header_meta' class='container_wrap container_wrap_meta'>
    
                      <div class='container'>
                      <?php
                            /*
                            *	display the themes social media icons, defined in the wordpress backend
                            *   the avia_social_media_icons function is located in includes/helper-social-media-php
                            */
    
                            if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
    
                            //display the small submenu
                            echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                $avia_theme_location = 'avia2';
                                $avia_menu_class = $avia_theme_location . '-menu';
                                $args = array(
                                    'theme_location'=>$avia_theme_location,
                                    'menu_id' =>$avia_menu_class,
                                    'container_class' =>$avia_menu_class,
                                    'fallback_cb' => '',
                                    'container'=>'',
                                    'echo' =>false
                                );
    
                                $nav  = wp_nav_menu($args);
                                echo $nav;
    
                                $phone = avia_get_option('phone');
                                $phone_class = !empty($nav) ? "with_nav" : "";
                                if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";
    
                                /* <div class="phone2">503-436-5576</div>
                                *  Hook that can be used for plugins and theme extensions (currently:  the woocommerce shopping cart)
                                */
                                do_action('avia_meta_header');
                            echo '</nav>';
                        ?>
                      </div>
                </div>
    
                <?php } ?>
    
                <div  id='header_main' class='container_wrap container_wrap_logo'>
                      <div class='phone2'><a href="tel:15034365576">Contact Us:(503)436-5576</div></a>
                      </a></strong><img class='cards' src='http://garagedoorsrepairwestlinn.com/wp-content/uploads/2014/01/crdit-card-logo.jpg' />   
                        <?php
                        /*
                        * Hook that can be used for plugins and theme extensions (currently:  the woocommerce shopping cart)
                        */
                        do_action('ava_main_header');
    
                        ?>
    
                        <div class='container'>
    
                            <?php
                            /*
                            *	display the theme logo by checking if the default logo was overwritten in the backend.
                            *   the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
                            */
                            echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    
                                if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
    
                            /*
                            *	display the main navigation menu
                            *   modify the output in your wordpress admin backend at appearance->menus
                            */
                                $extraOpen = $extraClose = "";
                                if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>";  }
    
                                echo $extraClose;
    
                                echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> new avia_responsive_mega_menu()
                                    );
    
                                    wp_nav_menu($args);
                                echo '</nav>';
    
                                /*
                                * Hook that can be used for plugins and theme extensions
                                */
                                do_action('ava_after_main_menu');
                            ?>
                        <!-- end container-->
                        </div>
    
                <!-- end container_wrap-->
                </div>
    
                <div class='header_bg'></div>
    
            <!-- end header -->
            </header>
    
    	<?php } //end blank check ?>
    	<div id='main'>
    
    

    and for custom css:

    #top .social_bookmarks { display: none; }
    #header_meta { display: none; }
    
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 131px !important;
    line-height: 131px !important;
    }
    
    #header_main_alternate .container, .main_menu ul:first-child > li > a {
    color: green !important;
    height: 40px !important;
    line-height: 40px !important;
    }
    
    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }
    
    .phone2 {
    color: black;
    font-size: 25px;
    padding: 4px;
    position: absolute;
    right: 80px;
    top: 99px;
    }
    
    .cards {
    position: absolute;
    right: 80px;
    top: 50px;
    }

    I feel like I’ve done everything exactly as suggested.. and it’s still not working.

    #219062

    In reply to: IMG – Global JQUERY

    Im using Enfold not replete as per your first file reference. The plugin is for woocommerce, i’m not using that, i tried following the mentioned woocommerce plugin, copied the files, activated the plugin, amended the JS file. Placed the following in my page(with proper links to the images), nothing still the same lightbox appears.

    <blockquote><a href="big.jpg"><img src="small.jpg" /></a>

    • This reply was modified 12 years, 2 months ago by masterr.
    #219059
    This reply has been marked as private.
    #219037
    This reply has been marked as private.
    #219035

    Topic: A few questions

    in forum Enfold
    Laureninthailand
    Participant

    Hello. I’m almost at the end of my site build but have a few questions that I now need to ask. They are hopefully all easy fixes.

    1. Is there a way to make my icon boxes all appear the same size on one particular page? I am using three in a row and there is a different amount of text in each but I would like them to look balanced.

    2. Is there a way that I can add a hyperlink to some new text that I have placed in the socket?

    3. Is there also a way that I can add a hyperlink to some text within the footer?

    4. How do I place images in the footer? I would like three coloums – text and then two logos, but I can’t figure out how to do this.

    5. Table columns and rows alternate between two colours. Can I make my table all one colour?

    Thank you in advance for your help!

    #219013

    Hey Kimberly!

    If you mean fixed as in the color sections where the image is fixed to the background and the site moves instead then no. The LayerSlider plugin doesn’t have Parallax support at the moment (that is the general name of the effect).

    Cheers!
    Devin

    #219009

    Hey!

    That single page is using a completely different layout than the one generated by the portfolio grid element. You could clear out the elements on the single page and then add in columns and images to give a similar effect or even try out one of the other gallery elements from the demo: http://kriesi.at/themes/enfold/shortcodes/gallery/

    Cheers!
    Devin

    #219003

    Hi!

    The masonry gallery adapts to whatever size of screen the user has. So on my for instance it shows 6 images per row. On a smaller screen it would show less.

    Cheers!
    Devin

    #218999

    Topic: Some SEO issues

    in forum Enfold
    TJ Martin
    Participant

    I have just put together my new website and have carefully added the content with SEO in mind. After going live with the site on February 2, 2014 I ran some reports on my site and have come up with many errors. Firstly, there is a lot of image errors as far as title tags are concerned. By default it seems to add the alt tags with our issue. The main problem I see is that on the single blog post at the bottom it adds the “You might also like” linking additional blog posts a visitor may be interested in with a small thumbnail. That thumbnail does not actually post the title tag as shown in these two screen shots. http://puu.sh/6IOe5/c4399309e7.jpg and http://puu.sh/6IOgN/d93c348341.png. These images in fact do have both tags when entered into wordpress. How can I add the code to make this happen? I looked at the single.php and found where it calls the includes/related-posts.php and I am really unsure of the code to add to make it show the title.

    On another note, it seems that the theme is adding additional chars to the url such as shown in this image http://puu.sh/6IOrm/4490199fad.png as you can see for example the link http://www.lakeeriewebdesign.com/privacy-policy/?s= does not exist and causes a 404. I did not add these links and not sure where in the theme they are coming from. My only thought would be the small arrows on the right and left of the blog post when hovered shows the next or previous post with a small image. How can this be resolved?

    Overall I love the theme and I am pretty sure I can make it work. From an SEO stand point there is a lot of work that needs to be done. I look forward to your comments and suggestions.

    Hi, I’m using the dutch wordpress and the Enfold child theme. It is not clear to me were I should put the code to replace the arrow with my own png image. Please advice.

    Best regards

    Mary-Ann

    #218995
    tobylove
    Participant

    Is it possible to disable the line under the title of a post?, such as:

    October 21, 2013/0 Comments/in Breaking News, Images /by Kriesi

    How can I only shows the date of posting? I dont need comment, catagory name and posting user.

    Thanks

    #218986
    targetzero
    Participant

    Hi,

    I am using the LayerSlider for each of my product pages. It’s important to note that I am not using WooCommerce. I am setting up a specific page for each of my products and will be using the LayerSlider as the header for each respective product page. I would like to be able to add the partner logo slider within the LayerSlider, however, have been unsuccessful. So, I do not think this is possible. Are there any other options to add a single image (in the slider) and be able to rotate through them. I want to use it as a related product slider, but showing only one image with navigation arrows.

    Thank you.

    #218952
    Fabrice
    Participant

    Good evening together :-)

    I had a look in the showcase – must say really beatifull websites! Thanks to the kriesi-team :-)

    I found this page:
    http://drivott.com/

    How can I style icon boxes like the paragraph “Where we work” and a textbox like the paragraph “What we do”? This looks so awesome!

    Thanks for help!

    Grüsse
    Fabrice

    • This topic was modified 12 years, 2 months ago by Fabrice.
    #218928
    erhabi
    Participant

    Hi there,

    I recently bought the theme and I must say this has to be one of the best themes!

    I have created an entirely static menu style that I like and would like to use it now within the theme, example of what I have done is here: http://www.steroidim.com.

    I would like to integrate this into the theme so I have more control over style, hovering image change, full colour drop downs, etc. but I am confused as to should I edit the theme files?

    #218925

    When the pop-up window displays put:
    actify
    actifystaging

Viewing 30 results - 97,231 through 97,260 (of 106,494 total)