Viewing 30 results - 138,151 through 138,180 (of 141,754 total)
  • Author
    Search Results
  • #165567

    Hello faterra!

    Please add following code to Quick CSS in Enfold theme options under Styling

    div.ls-s-1 input[type="submit"] { font: bold 25px helvetica; text-decoration: none; background-color: #f5f6cc!important; color: #717304!important; padding: 45px 55px 45px 55px!important; border-top: 2px solid #ffffff!important; border-right: 1px solid #ffffff!important; border-bottom: 1px solid #fffffff!important; border-left: 1px solid #fffffff!important; }

    Best regards,
    Yigit

    #165548

    This is not a feature request per sé but a request to think about your hierarchical menu design. While that gap between the top menu word and the sub-menus makes sense from a design perspective because the submenus begin at a hairline border, I think it’s confusing for the average user.

    One possibility is that most users will not realize that there is content at the top menu word, thinking they need to go to one of the sub menu items, primarily due to the distance. The other is that some will not realize that sub-menu items exists, again due to the distance, which visually disconnects it from the top menu item.

    Any chance you can give us a more traditional menu design option?

    #165547

    In reply to: Dancing Navigation

    Hello Marssolutions!

    Please insert following code into the quick css field to fix the issue.

    
    #top .main_menu .menu>li:last-child>a {
    padding-right: 0 !important;
    }
    

    Best regards,
    Peter

    #165546

    Hi Peter,

    Thanks for the reply.

    I am not keen to customise my install of Enfold, and I have specifically avoided doing it in the hope I would get good support.

    The issue with my site only occurs at browser widths >~700px and <~1150px. Unfortunately this means the common browser size of 1024px shows a warped logo. If I resize the browser larger than this, the image snaps back to the correct width (ie 1280px is fine). It is reproducable in multiple browsers on multiple machines, so is not a browser/plugin issue.

    Feel free to use my logo image to test. Maybe to reproduce you need to alter your top level nav to match mine.
    I have a fairly large top level nav, and have woocommerce (I noticed some code relating to the shopping cart icon in the top nav).

    edit: Just to clarify — Is your code supposed to make the logo *larger*? Because that’s what it’s doing <1160px.

    I would rather like to keep all of my files stock, but I can try a fix on my test site if you plan to include it in the next version of Enfold.

    Cheers,
    Jason

    • This reply was modified 11 years, 9 months ago by Jason.
    #165533
    RevolutionGroup
    Participant

    Hi

    If I place two IconBoxes below each other in my sidebar then the top of the second IconBox overlaps the bottom of the first. Here is what is looks like:

    http://i.imgur.com/5TvSgSp.png

    I would like there to be no overlap and there to be a good bit of space between them.

    How can I do this?

    Thanks,
    Rob

    #165532

    Topic: Dancing Navigation

    in forum Enfold
    Marssolutions
    Participant

    Hey guys, for some reason our top nav bar does a little ‘shuffle’ side to side (just a bit) when you click through the navigation. It’s only slight, but does it on all pages, and looks bad.

    here’s the site http://www.marsmarketing.com.au

    Could you let me know what you think? thanks.

    #165530
    toshism
    Participant

    Hi there, I was wondering if it’s possible and how to change the image overlay icon to a totally custom image instead of using the default arrow?

    I saw the following post which refers to changing the arrow to something else in the icon library, but could I create my own icon and use that?
    https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/

    I would appreciate it if you could point me to any reading that may help or perhaps advise.

    Thanks

    #165517

    Hey dreirad!

    1) Du kannst dieses Plugin: http://wordpress.org/plugins/post-types-order/ verwenden, um die Portfolioeinträge zu sortieren.

    2) Derzeit wird das Facebook Icon standardmäßig nicht unterstützt. Wir überarbeiten aber gerade die Font Icon Funktion, sodass voraussichtlich ab dem nächsten Update der Benutzer selbstständig neue Icons hinzufügen kann (daher auch zB das Facebook Icon). Falls ihr es eilig habt könnt ihr Nicks workaround: https://kriesi.at/support/topic/youtube-icon/#post-121776 verwenden.

    3) Meiner Erfahrung nach muss man va auf die “Globa Settings” achten und sicherstellen, dass die “Responsive” und “Layer Container” Weite richtig konfiguriert ist: http://www.clipular.com/c?5232019638321152=EPeN02ByfziSf8rbrtk79qwzir4&f=.png

    Best regards,
    Peter

    #165515
    jackyking
    Participant

    Hi,

    How can I keep a division on top of a page? I used the Avia Layout Builder and added several elements to a page. How can I use code/css to keep one division stay on top of the page and above rest of the divisions?

    Thank you,

    #165508

    Hey crevlon!

    Du kannst den Border mit folgenden CSS Code hinzufügen

    
    .avia-section {
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    }
    

    5px gibt die Breite des Borders an und man kann jeden x-beliebigen (positiven) Wert stattd 5px verwenden. Eine Auflistung aller unterstützen Attribute findest du hier: http://www.css4you.de/border.html

    Regards,
    Peter

    #165500

    Hi Josue!

    Many thanks and thumbs up!!!

    Greetings,
    Stefan

    #165481

    Hey!

    Be sure you are selecting the ‘1030px’ width option in the Theme Options page, then replace the contents of css/grid.css with this.

    Cheers!
    Josue

    #165478

    Hi joe88!

    I noted that too, but here’s a trick when it kicks you out of the Edit page page, go back and click the Restore backup link (The backup of this post in your browser is different from the version below. Restore the backup.) that appears on top, then save it, i tested locally and managed to get it working with this code:

    <form action='http://www.example.com/website/wp-admin/admin-ajax.php' method='post' class='mymail-form mymail-form-submit mymail-form-0 extern'>
    <div class='mymail-form-info success'></div><input name='_extern' type='hidden' value='1'><input name='action' type='hidden' value='mymail_form_submit'><input name='formid' type='hidden' value='0'>
    <div class='mymail-wrapper mymail-email-wrapper'>
    <input id='mymail-email-0' name='userdata[email]' type='text' value='' placeholder='Email *' class='input mymail-email required' tabindex='100'>
    <input name='submit' type='submit' value='Subscribe' class='submit-button button' tabindex='101'><span class='mymail-loader'></span></div>
    </form>

    Regards,
    Josue

    #165473

    Hi!

    1.) Add this on your custom.css:

    .header-top {
    z-index: 1;
    }

    2.) To increase the logo size, use this:

    .logo, .logo a {
    height: 115px;
    margin-top: -13px;
    }

    3.) Use this to resize header top on smaller screens:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .header-top {
    z-index: 1;
    width: 80%;
    height: 80px;
    margin: 0 auto;
    }
    }

    4.) I’m sorry but you need to open a new topic for this if in case the client requested it.

    Best regards,
    Ismael

    #165471

    In reply to: Moving top socket menu

    Hello!

    Apply this code:

    #header .sub_menu{
    position: absolute;
    top: 115px;
    right: 130px;
    }

    Best regards,
    Josue

    #165468

    Hello Jan Bosman!

    Please check this topic (that method works for Enfold too).

    Regards,
    Josue

    #165461

    In reply to: Enfold Bug In Main Nav

    Hey!

    Try this:
    #top.single-portfolio .hide-class{ display: none; }

    Regards,
    Josue

    #165456

    Hi Kelly!

    Check if /config-wpml/config.php exists, if it does, check the config-wpml folder permissions.

    https://kriesi.at/support/topic/moving-site-to-another-host/
    https://kriesi.at/support/topic/updating-sentence/

    Cheers!
    Josue

    Hi!

    I’ve tagged the topic for Ismael but in the mean time you can use the videos posted here as a primer for using the advanced layout builder: https://vimeo.com/channels/aviathemes

    You may also be running into a max_input_vars issue where the server isn’t able to import in that much content at once. It doesn’t quite fit but is a possibility.

    So you can try adding the following to your .htaccess file:

    php_value max_input_vars 3000
    php_value suhosin.get.max_vars 3000
    php_value suhosin.post.max_vars 3000
    php_value suhosin.request.max_vars 3000
    

    Or talk to your host about how/where to increase the amount via a php.ini file.

    Cheers!
    Devin

    #165430

    In reply to: mega menu column title

    Hey ridcon!

    Please add this on your custom.css or Quick CSS:

    #top #header .mega_menu_title a {
    pointer-events: none;
    }

    Best regards,
    Ismael

    #165423

    Hi!

    I’ve tagged the topic for Ismael.

    Cheers!
    Devin

    #165422

    Hi!

    I’m getting 404’s on all of the links on the site. Not sure what is causing it but I’m not able to see the issue at the moment.

    The site links should, by default go to the top of the page unless you are linking to an anchor within the page however so seeing what is happening differently would be needed to diagnose it.

    Best regards,
    Devin

    #165419

    In reply to: Collapsable menu

    Hey!

    Place the js folder with the avia.js file on the child theme’s folder. Add this on the child theme’s function.php:

    if(!function_exists('avia_register_frontend_scripts'))
    {
    	if(!is_admin()){
    		add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts');
    	}
    
    	function avia_register_frontend_scripts()
    	{
    		$template_url = get_template_directory_uri();
    		$child_theme_url = get_stylesheet_directory_uri();
    
    		//register js
    		wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
    		wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true );
    		wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
    		wp_register_script( 'avia-prettyPhoto',  $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    		wp_register_script( 'wp-mediaelement',  $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
    
    		wp_enqueue_script( 'jquery' );
    		wp_enqueue_script( 'avia-compat' );
    		wp_enqueue_script( 'avia-default' );
    		wp_enqueue_script( 'avia-shortcodes' );
    		wp_enqueue_script( 'avia-prettyPhoto' );
    		wp_enqueue_script( 'wp-mediaelement' );
    
    		if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }
    
    		//register styles
    		wp_register_style( 'avia-style' ,  $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
    		wp_register_style( 'avia-grid' ,   $template_url."/css/grid.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-base' ,   $template_url."/css/base.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-layout',  $template_url."/css/layout.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-scs',     $template_url."/css/shortcodes.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-custom',  $template_url."/css/custom.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-media'  , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
    
    		//register styles
    
    		wp_enqueue_style( 'avia-grid');
    		wp_enqueue_style( 'avia-base');
    		wp_enqueue_style( 'avia-layout');
    		wp_enqueue_style( 'avia-scs');
    		wp_enqueue_style( 'avia-prettyP');
    		wp_enqueue_style( 'avia-media');
    
            global $avia;
    		$safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    
            if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' )
            {
                $avia_upload_dir = wp_upload_dir();
    
                $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
                wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
                wp_enqueue_style( 'avia-dynamic');
            }
    
    		wp_enqueue_style( 'avia-custom');
    
    		if($child_theme_url !=  $template_url)
    		{
    			wp_enqueue_style( 'avia-style');
    		}
    
    	}
    }

    Best regards,
    Ismael

    #165412

    In reply to: Enfold Bug In Main Nav

    Hey!

    I’m not sure this is actually “fixable”. The issue is that as long as you are on the home page the absolute about link will be active because the url is the current page.

    The one page layout using anchors is just that: a one page layout. What would be a better solution would be to have an alternate menu for the blog page with links back to the home page. You could do this using css to hide the menu items on each page. Just go to your menus manager and in the top right “screen options” tab click the box to show classes on your menu items. Add hide-home to the items you want to hide on the home page and hide-blog for the items you want to hide on the blog page.

    Then add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.home .hide-home{ display: none; }
    #top.blog .hide-blog {display: none;}
    
    

    Cheers!
    Devin

    #165409

    Perhaps it is to do with the size of my logo image, or the number of top level nav items I have. Do your sample sites have a similar setup? The avia function I referred to seems to look at the width of the nav and logo before calculating a new width.

    edit: to be clear, the value is dynamic, you will not find 308px anywhere in the code.

    My guess is that it should only be shrinking the logo if there are too many nav items, but it’s been coded wrongly.

    • This reply was modified 11 years, 9 months ago by Jason.
    #165394

    In reply to: Many IE8 Issues

    For #3, I would suggest trying to re-install the theme files again and if you have any caching plugins installed flush their cache completely. I’m not actually getting any issues with it on my end for the font file.

    The menu’s switch width can be adjusted by following the guide here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    Since you are using the responsive script you should also add in modernzr: http://wordpress.org/plugins/modernizr/ This should help with the other issues.

    #165391

    I’ll tag the topic for the rest of support as I’m still not actually getting the same width value added to the logos on any of the sites I work on or my dev sites.

    So far this is the only topic I’ve seen with the issue as well so I’m at a loss for why you are getting it on the site.

    #165390
    faterra
    Participant

    Hi,

    I placed a button inside my layer Slider and I want to make a bit bigger, but somehow is not working.

    this is the code I used:

    <form action="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/">
        <input type="submit" value="Assista ao Vídeo e Veja Como é Fácil   >>">
    </form>

    and ccs: `.button {
    font: bold 25px helvetica;
    text-decoration: none;
    background-color: #f5f6cc;
    color: #717304;
    padding: 45px 55px 45px 55px;
    border-top: 2px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #fffffff;
    border-left: 1px solid #fffffff;
    }`

    Page link: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/

    Thanks,
    Fabiana.

    #165383

    In reply to: Moving top socket menu

    Here you go – goo.gl/YVd3dh

    #165381
    taliwalt
    Participant

    The calendarizeit shortcode creates a calendar with 4 different views (there are 4 buttons on the top right corner, month, week, day, and event list) and clicking any one of these buttons refreshes the page. When viewing events on a template using a table-format (i.e. month view or week view) the events are invisible, but if I view the page as an event list, they are not.

    Please see This page on my site.

    Thank you

Viewing 30 results - 138,151 through 138,180 (of 141,754 total)