Viewing 30 results - 94,141 through 94,170 (of 142,619 total)
  • Author
    Search Results
  • #646939

    Hi,

    you can use media queries for different results on different screensizes, something like this:

    @media only screen 
      and (min-width: 768px) 
      and (max-width: 1024px) {
    #top #searchform > * {
    top: -104px;
    left: -100px !important;
    }}
    

    Adjust as needed.

    For your searchform on mobile menu use this:

    @media only screen 
      and (max-width: 768px) {
    #top #searchform {
    position: relative;
    top: 166px;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

    #646891

    Ok it added “Read More” link, but gives me following error up top of page now and there is no link on […]
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/09/13966609/html/wp-content/themes/enfold/framework/php/class-framework-widgets.php:1) in /home/content/09/13966609/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    • This reply was modified 9 years, 6 months ago by yes9310.
    #646874

    Hello Josue,

    I had this warning in debug mode :

    Fatal error: Call to undefined function avia_header_class() in /xxx/wp-content/themes/enfold-child/header.php on line 12

    I have a copy of the header.php from the parent folder in my child theme :

    <?php
    	if ( !defined('ABSPATH') ){ die(); }
    	
    	global $avia_config;
    
    	$style 				= $avia_config['box_class'];
    	$responsive			= avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";
    	$blank 				= isset($avia_config['template']) ? $avia_config['template'] : "";	
    	$av_lightbox		= avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
    	$preloader			= avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
    	$sidebar_styling 	= avia_get_option('sidebar_styling');
    	$filterable_classes = avia_header_class( avia_header_class_string() );
    
    	
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes ?> ">
    <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')); }
    ?>
    
    <!-- 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." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>>
    
    	<?php 
    		
    	if("av-preloader-active av-preloader-enabled" === $preloader)
    	{
    		echo avia_preload_screen(); 
    	}
    		
    	?>
    
    	<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 
    		
    		if(isset($avia_config['temp_logo_container'])) echo $avia_config['temp_logo_container'];
    		do_action('ava_after_main_container'); 
    		
    	?>
    

    Best regards

    • This reply was modified 9 years, 6 months ago by hurraken.
    #646860

    In reply to: Video on Mobile

    Hey SJS,

    Try the following:
    https://kriesi.at/support/topic/video-poster-how-to/#post-495389

    Best regards,
    Josue

    #646823

    Hey!

    I have loaded the web site and I can see them with less Alpha.
    Have you solved the issue?

    Let us know please and we will be happy to help with anything else needed.
    BTW, please do not post on top of a reply, cause it pushes the topic to the end of the line.

    Thanks a lot

    Cheers!
    Basilis

    #646820

    In reply to: Youtube link in slider

    Hi paolol85!

    Please take a look here
    https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/#post-327976

    and let us know if that will work out for you.

    Thanks a lot for using our theme, we do appreciate it a lot!

    Regards,
    Basilis

    #646809
    yes9310
    Participant

    I have a logo that is 960px wide x 222px height. So I use the following custom css. If I make the css the same size, it cuts off the left and right side of the image. I need it to be full size and be flush with the menu border and bottom header border. I tried “Let logo and menu position adapt to browser window” in header behavior but that didn’t change anything.

    Also, I would like to change the background behind the logo to white but keep the same blue color on the menu bar. See below… Thanks
    Let logo and menu position adapt to browser window.

    This partially works with width but not height or position between top and botom borders.

    .logo img {
    min-width:900px!important;
    height:400!important;
    }

    #646805

    Hey, so try looking at the screen on a laptop. the first 3 captions are still shifted way more to the right.

    how can i put a screenshot on here?

    #646798
    philoakley
    Participant

    Hi

    I would like to apply link to a whole column box. I have added to functions.php the code for custom CSS types on elements and the code from https://kriesi.at/support/topic/apply-link-to-column-box/ and followed the instructions but I can’t see anywhere to put the link.

    Any help appreciated.

    #646780

    Hi!

    Thank you for the info. Please add this inside the css media query in order to center align the navigation:

    body.home nav.main_menu {
        top: 100px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    Cheers!
    Ismael

    #646770
    #646742

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .iconbox .iconbox_icon {
        background: rgba(0,14,105,.55)!important;
    }
    

    Best regards,
    Vinay

    Hi,

    Add a colorsection with ID #home on top of all content or if you already have a colorsection on top of all content add ID #home to it and change the menu link to #home from #top.

    Best regards,
    Vinay

    Hey smallisland,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px) {
    #top #sub_menu1.av-submenu-container {
    	position:fixed!important;
    	bottom:0!important;
    }}
    

    Best regards,
    Vinay

    #646733

    Hi,

    Sorry i missed that one earlier, to make the header fixed in mobile devices please use the below css

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed!important;
    }}

    Best regards,
    Vinay

    Thank you for clarifying Rikard.

    Can I at least modify the anchor structure for the home page to be #home instead of #top?

    Ivygrace808
    Participant

    Hello Enfold Masters & tech friends…

    First off, add my voice to the choir that Enfold is the best theme ever! Thank you very much Team Kriesi for creating Enfold and your ongoing work is very much appreciated!!!!!!!!!!!!!!

    Now for my problem, I need a little help with :)

    I’m building a site out and I made a contact form using the built in Enfold contact form. I did some custom CSS to style it how I want it to look,BUT I’m stuck on figuring out how to put the name, email and phone number TEXT inside of the input field boxes. I believe this is called ghost text.

    The closest thread I found that seemed to cover this is the following link…

    https://kriesi.at/support/topic/form-style/

    Is that solution still current?

    I tried to do what was suggested in that thread, but I cant get the ghost text to show up in the input boxes. Right now with that CSS and php applied all I got is blank fields with no text at all. I must be doing something wrong.

    I attached a link with a pic of what things look like now, and a pic of what I would like it to look like.
    http://s33.postimg.org/e5et7ba4v/All_in_one.jpg

    Any help would be much appreciated…

    Thanks

    Ivy

    • This topic was modified 9 years, 6 months ago by Ivygrace808.
    smallisland
    Participant

    Hi – Can you please advise…

    I’ve been using the following code to get the fullwidth sub menu to stick at the bottom of a mobile device screen. It works great on my development site, but now that I have copied everything to go live, it’s not working:

    Working on this site: ansaol.smallisland.com
    Not working on this one: ansaol.ie

    @media only screen and (max-width: 767px) {
    #top .av-submenu-container {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 5000 !important;
    top: auto !important;
    }
    }

    I’ve sent login credentials privately. Thank you for your help!

    #646696
    yes9310
    Participant

    Hi,

    I’ve searched several posts regarding putting the social icons on the same line as the menu and tried the custom css but neither css works. These are the two I tried below. Can you please tell me custom css that will work? Also, if I decide to keep in top bar, how can I leave top bar black like it is now but make sub menu hover red? It seems whatever color you make the top bar is the same color as the submenu hover. Is there a way to set that separately?

    ###Tried this first###
    #header_main .social_bookmarks {
    right: auto;
    left: 30%;
    }
    ###Tried this next###
    #top .av-section-bottom-logo .social_bookmarks, .html_bottom_nav_header #top .av-logo-container .social_bookmarks {
    right: auto!important;
    }

    Also, can you tell me how to make the RSS feed social icon stay orange like I did using the following css to keep the facebook and twitter icons to always their color of blue?

    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }

    • This topic was modified 9 years, 6 months ago by yes9310.

    Hi,

    Sorry for the delay, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #review_form #respond .comment-form-rating {
        position: static;
    }
    

    Best regards,
    Vinay

    Hey Ann,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px){
    .responsive #top #header_meta .social_bookmarks li a {
        color: white !important;
    }
    }
    

    Best regards,
    Jordan

    #646663

    Hi,

    Try the following CSS:

    .custom_content {
        padding-top: 10px;
    }

    Best regards,
    Jordan

    #646651

    Hi,

    We have added the below CSS in Enfold > General Styling > Quick CSS

    
    #top .av-main-nav li:hover > ul {
        background-color: rgba(0,58,121,.55)!important;
    }
    

    You may not see the changes until you clear in caching plugins settings and on your local browser.

    Best regards,
    Vinay

    • This reply was modified 9 years, 6 months ago by Vinay.
    #646650

    Hey mind,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-main-nav li:hover > ul {
        background: #FFF;
    }
    

    Best regards,
    Vinay

    Hey Kim,

    Sorry the topic was closed before the issue was solved, I promise it was not intentional.

    You can try applying the following CSS instead:

    .footer_color h3 {
        color: #B72D72 !important;
    }

    Just change the color value to the color you want.

    Best regards,
    Jordan

    #646626

    Hey turistai,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .entry-content { 
        max-width: 100% !important;
    }
    

    Best regards,
    Vinay

    Hello,

    I’ve been trying to apply styling and layout settings to a newly installed Enfold theme but few of the settings take. Color wouldn’t take until imported a demo, but container dimensions won’t take… and the list goes on. What is going on? I’ve been staging settings for a client website and I was planning to import the settings into the production website once I had them just right. If import doesn’t work I’m going to have to re-do all my work on the live website which is going to be very messy. I’d like to avoid that and need your help.

    I found this thread https://kriesi.at/support/topic/enfold-not-changing-general-styling-urgent/#post-282510
    WPML seems to be the issue here, but I don’t actually have multiple-languages plugin installed.

    Thank you in advanced for your help!

    TheURLdr
    Participant

    I just posted the problem below and Vinay closed my topic out before the problem was solved. I also tried a code that he suggested and it didn’t work (please view the other thread from earlier today). I told him that and he asked me to rate Enfold and closed the topic. ?? I’d greatly appreciate an answer that works and the thread not being closed out until it does work. Thanks so much.

    The headings in the widgets in my footer are a light pink. I’ve tried changing the color in General Styling -> Footer, and that doesn’t work.

    I’ve tried adding the following code to the Quick CSS in General Styling:
    #footer .widgettitle {
    font-size: 20px;
    color: #000000 !important;
    }
    Doesn’t work.

    Can you please tell me what I’m doing wrong here. I’ve searched other threads and I can’t figure out what this problem is. I’ve flushed the cache on my site. Nothing works.

    #646604

    Topic: Problems on iPad

    in forum Enfold
    AndreaVanGeenen
    Participant

    Hi there,

    The website I’ve build with this theme looks great on my Acer and smartphone (Samsung). When I look at the website on my iPad, I still see the desktop site. It should be the responsive site/design;

    On the theme optionspage I’ve selected the option for responsive site.

    Hope to hear from you, thanks!
    Andrea

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .image-overlay {
     visibility: hidden;
     }
     .image-overlay-inside:before {
     visibility: visible!important;
     }
    

    The search bar is located on top of the support page here https://kriesi.at/support/
    Alternatively you can use google just type kriesi first and your question and google shows you the best answers from the forum or you can use site:kriesi.at in the search term as well.

    No, you don’t bother at all… we are very happy to answer all your questions :)

    Feel free to keep them coming.

    Best regards,
    Vinay

Viewing 30 results - 94,141 through 94,170 (of 142,619 total)