Viewing 30 results - 88,621 through 88,650 (of 142,852 total)
  • Author
    Search Results
  • #707278

    Hey!

    Can you please download this folder – https://www.dropbox.com/s/uo1sf59np8lboy8/sensei.zip?dl=0 and place it inside wp-content/themes/enfold folder.
    It is bundled version of Peter’s code – https://kriesi.at/support/topic/woothemes-sensei-plugin/#post-111078 and Adrian’s code – https://kriesi.at/support/topic/is-enfold-compatible-with-sensei/#post-635076

    Regards,
    Yigit

    #707266

    I installed Relevanssi after this whole circus here.. The search results are a lot better now but the problem is not really solved..
    When I serach “Wasmachines” I get the following: http://screencast.com/t/pbffbflbn63H

    From my perspective speaking I consider this a bug where Enfold is not compatible with certain WooCommerce features (As hiding out of stock products)

    I love this theme in general.. but if you zoom in the details get kinda gritty.. but That’s the same with every them out there I guess :-(
    I would love to see Enfold stay on top of the rest because I absolutely love working with it

    #707248

    Sure, for example, see the private link below…

    Also, in a possibly connected issue, I started another topic here:

    because depending on your browser, you’ll see the left column (in Safari), but in firefox (for example) you will not… I’m just using the default setup of the “church” enfold theme.

    Thats working flawlessly! Thanks. You can close the topic.

    #707241
    johnmac1967
    Participant

    Hi, I submitted a help question yesterday which as yet has not been answered but I have now uploaded the site to a live server (details below). I’m really struggling trying to get Sensei working on a site I’ve built in Enfold. If I can’t get Sensei working here I’m going to have to start from scratch with another template but as it is I’m really out of time. Sensei works when I switch to the stock 2016 and 2015 templates.

    I have looked at this ticket https://kriesi.at/support/topic/is-enfold-compatible-with-sensei/ and unfortunately don’t understand what files to modify and where to add the updated code. This does seem rather simple if you know what you’re doing but I’m afraid I don’t!

    I would be so grateful if you could help.

    Thanks,
    J

    Andy, this is just getting comically absurd.

    It took you a day to reply that you don’t see anything wrong and send me a screenshot of the part that I said was fine in the first place per my description of the issue in my original post:

    It works fine until I insert a color (full-width) layout area on the page lower than the last element of the sidebar. The sidebar then ends and content gets centered across the entire page. What makes it worse is that when a user scrolls down, parts of the page are obscured by the sidebar.

    Did you bother to scroll down?? The screenshot you sent is of the top part of the page… what about EVERYTHING below that? The color sections? The footer? Do those look right to you?

    I thought there would be a simple solution or a bit of CSS code that I could add to fix the problem, but I’m starting to suspect that the dev team doesn’t want to admit there’s a major bug while they’re (hopefully) working on a fix.

    THERE IS NOT NOW NOR NEVER WAS THERE ANY CACHING ON THIS SITE and my browsers have been cleared repeatedly. I don’t know how in the world to make that clearer to you. I’m working in Windows and I have checked the page in Chrome (regular and incognito), in Firefox (regular and private mode) and in (gasp) Edge — all show the exact same issue.

    Screenshot of the page scrolled down, clearly showing the issues, attached below.

    #707225

    Hi,

    If you like to use the stretched layout and make the content area look like a boxed layout and add a background image please use the below css

    @media only screen and (min-width: 768px){
    .html_header_top.html_header_sticky #top #wrap_all #main {
        max-width: 70vw!important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }}
    .wrap_all {
    	background: url(/wp-content/uploads/2013/08/main-bg_tile.jpg) #F5F5F5;
    	background-size: cover;
    	background-position: fixed;
    }

    PLEASE NOTE: Since slider is inside the main content area it might appear to be inside boxed layout as well.

    In your case I think you should use 2 colorsection elements one to add your slider and the other below it to add content and background image to it. This is the easiest way to achieve what you are looking for.

    Best regards,
    Vinay

    • This reply was modified 9 years, 4 months ago by Vinay.
    #707199

    Hi Rikard,

    Indeed very strange. I checked on another machine; there I saw Josefin (not italic). But the font was not as light as I wanted (300). So I added “Josefin Sans:300” in my child theme function.php and that helped.

    I still don’t understand what happened, but the ‘problem’ seems to be ‘solved’ :-)

    Can you please flag this topic as solved?

    Thanks for your help and time!

    Regards,
    Monique

    #707192

    Hi,

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/sidebar-subnavigation-sort-order/#post-202997

    Best regards,
    Yigit

    #707180

    Hey GuyMVI,

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

    
    /* Show mobile menu */
    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    
    /* switch logo and menu position */
    .container #advanced_menu_toggle, #advanced_menu_hide {
        position: absolute;
        right: 0;
    }
    .responsive .logo img {
        float: left;
    }
    .responsive #top .logo {
        width: 100%!important;
    }
    }
    


    Best regards,
    Vinay

    #707175

    Hi,
    Yes i finally managed to put those, but they’re just links to page and no share buttons.

    I take the opportunity of you sending me this picture, to fix an other problem I talked about in this page : https://kriesi.at/support/topic/accordeon-not-working/
    You just took a capture of the accordeon I’m talking about, but nobody seems to get to the page or see what I see in my article.
    What you see on your capture, above the social icons is an accordeon opened, and it never close.
    Would you help me fix this too ?
    Thanks,

    Louis

    #707174

    In reply to: slider article

    Hey!

    Please add following code to Quick CSS as well

    a.more-link {
        margin-top: 0!important;
    }

    Regards,
    Yigit

    #707151

    Hey DaraEmerson!

    Replied you here – https://kriesi.at/support/topic/blog-tags-not-showing-author-and-date-showing-incorrect-permalinks/#post-707148. If you would like to continue here, please post FTP logins here privately.

    Regards,
    Yigit

    #707076
    GuyMVI
    Participant

    Because top menu text is covering the logo in tablet, i need to show small menu (mobile menu).

    but the option “activate for smartphones and tablets (browser width below 990px)” is not working.

    need help to make this option do function.

    another thing. i chose to have logo on the left side but in mobile phone view the logo jumps to the right.
    i need it to stay at the left and the menu display on the right side.
    look like my settings for the header not affecting mobile. please check.

    #707071

    In reply to: Page Title Problem

    Hi,

    thanks but that’s the solution that I mentioned before:

    Of course one possibility is to set a top-padding over the page title, but then it looks pretty bad on mobile versions because there’s a big gap after the menu.

    The effect on mobile looks like that, and that’s not what we want.
    https://drive.google.com/file/d/0B-6iEuF3g4vOdmNqZGdZTWd6N1E/view?usp=sharing

    I think then it would be the better solution to use the non-transparent header. Where did you paste the 100px top padding? Is it possible to remove it again?

    Thanks!

    Toby

    #707063

    In reply to: Top margin on page

    Hi Rikard

    Thanks for your suggestion, which works in the way, that it does push the header down. However: If you for instanse push it down 20 px, then the gap above the header will show the content of the page when scrolling… (see example in private content)

    Is it possible to maybe make a padding for whole the page – or make an empty top bar (the one for social icons, extra phone etc) and then adjust the height of that?

    very best regards

    #707047

    In reply to: WP Admin Not Loading

    Hi Guys,
    I just found the same problem over here -> https://kriesi.at/support/topic/layout-editor-not-loading-2/
    After following Rikard’s advice to reset my router, the error disappeared. I haven’t ever experienced this problem before, but obviously Norton prevented the scripts from loading.
    Anyway, my issue is now resolved.
    * Thank you goes to Rickard for a quick and easy fix :-)
    Kind regards,
    Russ
    PS: What a sensational knowledge forum here at Kriesi.at

    • This reply was modified 9 years, 4 months ago by RysarGroup.
    #707045

    In reply to: No alt/title on images

    Hey,

    Unfortunately not, in Twenty Sixteen, the alt-text is fetched correctly, this must be an issue with Enfold.
    See this post for how it’s supposed to be: https://kriesi.at/support/topic/alt-tag-and-title-tag-for-avia-images/

    Jacky
    Participant

    I’m using WooCommerce Product Add-ons.
    When you select an add-on, the following screen appears:

    Benötige Laptop (
    25.00
    CHF
    ):

    That is confusing.This should appear on a line
    Benötige Laptop (25.00 CHF)

    How can you change that?

    #707032

    ADDITION:
    If I deactivate the code snippet:

    #mobile-advanced{
    width:100%;
    right:0;
    position: absolute;
    z-index: 1000;
    top:-100%;
    padding:89px 0;
    overflow: hidden;
    border-left-style: solid;
    border-left-width: 1px;
    margin:0 0 0 -2px;
    -webkit-transform: 	scale(1);
    -moz-transform: 	scale(1);
    -ms-transform: 		scale(1);
    transform: 			scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: 	all 0.6s ease;
    transition: 		all 0.6s ease;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    display:none;
    }
    .csstransforms3d #mobile-advanced{
    -webkit-transform: 	scale3d(1);
    -moz-transform: 	scale3d(1);
    transform: 			scale3d(1);
    }
    .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate(0, 100%)!important;
    -moz-transform: 	translate(0, 100%)!important;
    -ms-transform: 		translate(0, 100%)!important;
    transform: 		translate(0, 100%)!important;
    }
    .csstransforms3d .show_mobile_menu #mobile-advanced{
    -webkit-transform: 	translate3d(0, 100%, 0);
    -moz-transform: 	translate3d(0, 100%, 0);
    transform: 			translate3d(0, 100%, 0);
    }

    … the mobile menu looks good! Maybe the Code snippet should be expanded for displaying sub-menu items correctly? I just don´t know how!

    #707030

    Topic: WP Admin Not Loading

    in forum Enfold
    RysarGroup
    Participant

    Hi Guys,
    Firstly, I love your theme. It’s fantastic to work with and very logically presented – well done!
    I do have a hopefully small problem that I’m hoping you can assist with.
    Two days ago I went to login to a client’s site to finish it off. Unfortunately though, the backend (Admin panel) has stopped loading. As such, I’m unable to edit pages, add user accounts and so forth. The Avia layout builder looks as though it’s trying to load, but nothing happens.
    It’s really strange, because the front-end is functioning correctly: http://www.sunpowermotorhomes.com.au/
    Anyway, your help would be really appreciated.
    PS: The icons that normally appear on the WP Admin panel have disappeared, and are replaced with squares.
    Many thanks,
    Russ :-)

    • This topic was modified 9 years, 4 months ago by RysarGroup.
    #707025
    blancocapell
    Participant

    Hi guys,

    If you open my webpage (www.naikare.es) and you go to the Contact section, you will see a table displaying the working hours.
    So, the “dead” cell, which is the top left one, has the top border line visible, but only on Firefox. Chrome and Safari work well.

    Can you tell me please how to remove it?

    Thanks!

    #707024

    Hi Tom,

    Thanks for the feedback, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #707017

    In reply to: Top margin on page

    Hi Carsten,

    Thanks for the details, please try the following in Quick CSS under Enfold–>General Styling:

    #header {
        margin-top: 20px !important;
    }

    Best regards,
    Rikard

    #707008

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #707000

    Hi Steve,

    I commented out this the whole function in functions.php of your child theme which is causing the issue:

    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',  $child_theme_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    		wp_register_script( 'avia-html5-video',  $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( 'avia-html5-video' );
    
    		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', $child_theme_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
    		if($child_theme_url !=  $template_url)
    		{
    			wp_enqueue_style( 'avia-style');
    		}
    
    		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');
    
    	}
    }

    Try to check if it’s good on your end also? some js or css might need to be adjusted so it works properly with the latest version of the theme.

    Cheers!
    Nikko

    #706989

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #706986

    Hey!

    Yes, it’s not a code that automatically solves the problem because you need to set 2 different parent pages. As for breadcrumbs not working properly on hamburger menu, the breadcrumb used in desktop is the same as the one used in mobile, I actually tested it on desktop and mobile and have the same issue as mentioned in my 2nd reply.

    Best regards,
    Nikko

    #706981

    Hi,

    I’m not sure I understand what you mean by divide all section content to a top menu, could you try explaining a bit further please?

    Best regards,
    Rikard

    #706966
    tamerax
    Participant

    Hi

    All the images with links that should have an overlay on them don’t have the overaly load up right away. Hovering over it makes a bar load up on the top of the image and then after I hover over again, it will load properly. All the hover overlays do this.
    You can see the most examples here

    As a secondary issue that is only on this page, all the image overlays on this page seem to stretch over the images by a few pixels on the left and right.

    I have tried disabling the plugins and I tried removing any custom css associated to the overlays so I’m a bit of a loss.

    Thank you!

Viewing 30 results - 88,621 through 88,650 (of 142,852 total)