Viewing 30 results - 80,641 through 80,670 (of 142,859 total)
  • Author
    Search Results
  • #784960

    Hi ind-image,

    Here are a few things that you can do until we roll out the Enfold update https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201
    And here are the styles for product grid titles and category titles

    
    .woocommerce-loop-category__title,  .woocommerce-loop-product__title {
            font-size: 18px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #784959

    In reply to: Slider/video question

    Hi Dwimmer,

    The image should have transparent background and less whitespace. And then you can apply this css to it:

    
    #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1; }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #784954

    Hey Armstrong88,

    In the tabs options section do you have alignment set to top? If you are unsure what I mean, please provide admin information so I can login and check the configuration. This is usually a simple fix.

    Best regards,
    Jordan Shannon

    #784952
    Armstrong88
    Participant

    hello enfold support team, please help me check this, the tab section items are far from the top, i have tried to move it closer to the top but still not work. everything look good at the backend but the frontend is where the issue is . how do i fix this?

    thanks

    see reference link in the private

    Hi JuanjoBarasoain,

    This code in your child theme style.css needs to be adjusted a bit:

    
    .margingh-nueva {
        margin-top: -129px !important;
        z-index: 1;
    }
    

    It’s not the after_section div breaking it, it’s the overlay form the slider above is going below slider.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #784936

    Hi,

    You can add the following to quick css 

    .subtext{
    margin-top:-60px!important;
    }

    Best regards,
    Jordan Shannon

    #784926

    Hi Kriesi,
    many thanks for finally picking this topic up. The problem is independent of any external plugins/customizations (this has been thoroughly tested before). If you install the theme and create a subpage which opens in a blank window the anchors do not work anymore (i.e., they link to the wrong position).
    Cheers,
    Chris

    #784923

    Please, consider the topic closed. Not necessary any more.
    The support responce time is terrible, by the way.

    #784894

    Hey Chris!

    You can try this in Quick CSS or in your child theme’s style.css file.

    @media only screen and (max-width: 767px) {
       .responsive #top #main {
          padding-top: 80px !important;
       }
       #header {padding-top:0px !imporant}
    }

    I also set the header’s top padding to 0 (the default is 10px), but you can remove that line, if you want. Please adjust the values to your preference. :)

    Best regards,
    Sarah

    #784860

    Hey MaxBlank,

    Add the following to quick css:

    /* WooCommerce 3.0 Gallery */
    
    .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
    }
    
    .woocommerce-product-gallery figure {
    margin: 0
    }
    
    .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
    }
    
    .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
    }
    
    .woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
    }
    
    .woocommerce-product-gallery img {
    display: block
    }
    
    .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
    }
    
    .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
    }
    
    .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
    }
    
    .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
    }
    
    a.woocommerce-product-gallery__trigger {
    text-decoration: none;
    }
    
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    }
    
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
    }
    
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
    }
    
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #784853

    Hey agameseo,

    The best way to do this is to create two tab sections. One for mobile and the other for desktop. Give them both unique classes using this method:

    You will then use those ids to hide one on mobile and then the other on desktop using css media queries

    Best regards,
    Jordan Shannon

    #784852
    agameseo
    Participant

    I am having issues with the Tab Section on mobile view. On desktop-view I have it set to display only 4 items each tab with a view more button. When I view this on mobile I encounter some unpleasant results, which I have uploaded below.

    https://nimbus.everhelper.me/client/notes/share/890265/w5c70mxx96zi340dp836

    How do I set the mobile view to only display 2 items each tab with the view more button?

    #784833
    #784828

    @jcameron13 you need to install a childtheme and add the following code to the functions.php of the childtheme:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    function add_builder_to_posttype($metabox) {
    	$post_types = array('sfwd-courses', 'sfwd-lessons', 'sfwd-quiz', 'sfwd-topic', 'sfwd-certificates' );
    	foreach($metabox as &$meta) {
    		if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') {
    			foreach ($post_types as $post_type){			
    				$meta['page'][] = $post_type; 
    			}
    		}
    	}
    	return $metabox;
    }

    This will add the Layout Builder and the sitebar metabox. However keep in mind not all elements of the builder can be used in all posttypes of Learndash. This is not bug in Enfold. It is by design in Learndash.

    #784816

    Hi Basiis,

    You mean something like this (keeping same CSS code?):

    @media screen and (max-width: 989px) {
    #av_section_titles {
    background-color: #4c4d4f!important;
    border-top: 10px solid #ec5548!important;
    height: 115px!important;
    color: #ffffff!important;
    margin-top:20px;
    margin-bottom:20px;
    }
    }

    Thanks for the quick response!
    Lyse

    #784811

    In reply to: Errors in plugins

    Hey!


    @chris
    please do not post on every available topic.

    Cheers!
    Basilis

    #784800

    Hi

    Forgot to give me you my website link: crescendo.staging.wpengine.com

    My section titles custom ID CSS code is:
    #av_section_titles {
    background-color: #4c4d4f!important;
    border-top: 10px solid #ec5548!important;
    height: 115px!important;
    color: #ffffff!important;
    margin-top:20px;
    margin-bottom:20px;
    }

    Lyse

    #784798
    tremblayly
    Participant

    Hi

    Getting ready to launch for Monday, so cleaning up display issues.

    In this thread here: https://kriesi.at/support/topic/section-titles/ the solution worked very well, however, on an iPhone, I don’t see the small arrow that points down to the next section. How can I get this arrow to display on iPhones for section titles (even though it does not link anywhere)?

    Thanks
    Lyse

    #784777

    It is a partial work around…The video does not resize correctly when scaling up when Accordion on small screen changes to Tabbed Section. It would appear that there is no resize event being fired when this happens. Here is how to reproduce the issue:

    • Scale down the width of the screen.
    • Click on Tab 2
    • Scale up the width until the Accordion changes to Tab Layout.
    • Go to Tab 1 and you will notice that the video is not aligned properly (scale is correct, but it fails to align to the top).

    I hope you guys can provide a fix for me either via CSS or function.php modification.

    • This reply was modified 8 years, 11 months ago by Jay.

    Hi Andy,

    I was actually able to pretty easily find the code to add to my custom css. For anyone else looking to increase the size at which enfold switches to enfold, you’ll need to search/replace all the media queries in your css at 767px to your required pixels. After that, you just need to copy this code below and change the media queries to your need, just do a search and replace for “1024”.

    /* == 1024 tablet view fix == */
    @media only screen and (max-width: 1024px) {
    		
    		
    		/*blog*/
    		.responsive .template-archives .tab_inner_content li{width:98%;}
    		.responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display:none; }
    		.responsive #top #main .sidebar.smartphones_sidebar_active{display:block;text-align: left; border-left: none; border-right: none; border-top-style: dashed; border-top-width: 1px; width: 100%; clear: both;}
    		.responsive #top #main .sidebar.smartphones_sidebar_active .inner_sidebar{margin:0;}
    		.responsive .content .entry-content-wrapper{padding:0;}
    		.responsive .content{border:none;}
    		.responsive .template-blog .post_delimiter { margin: 0 0 30px 0; padding: 30px 0 0 0; }
    		.responsive .big-preview{padding: 0 0 10px 0;}
    		.responsive .related_posts{padding:20px 0;}
    		.responsive .comment_content{padding-right:0; padding-left:0;}
    		.responsive .fullsize div .template-blog .entry-content-wrapper{text-align: left; font-size:14px; line-height: 24px;}
    		.responsive #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
    		.responsive #top .avia-post-nav { display: none; }
    		.responsive #top .av-related-style-full .no_margin.av_one_half.relThumb{display: block; width:100%; clear:both;}
    		
    		/*all templates*/
    		.responsive .title_container .breadcrumb{position: relative;right:auto; top:-6px; margin:0; left:-2px;}
    		.responsive .pagination{padding-left: 0; padding-right: 0;}
    		.responsive #header .main_menu .social_bookmarks{display:none;}
    		.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet{display:none !important;}
    		
    		
    		/*header*/
    		.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1}
    		.responsive #top .av_header_transparency .logo img.alternate{display:none;}
    		
    		.responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1; min-height:0;}
    		.responsive #top #main {padding-top:0 !important; margin:0;}
    		.responsive #top #main .container_wrap:first-child{ border-top:none; }
    		.responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; }
    		.responsive .phone-info{float:none; width:100%; clear:both; text-align: center;}
    		.responsive .phone-info span{margin:0;padding:0; border:none;}
    		.responsive.html_header_top #header_main .social_bookmarks ,
    		.responsive.html_top_nav_header #top .social_bookmarks { right: 50px; width:auto; margin-top:-16px; }
    		
    		.responsive #header_main .inner-container, .responsive .main_menu{position: static;}
    		.responsive #top .logo{position: static; display:table; height:80px !important; float:none; padding:0; border:none; width:80%; }
    		.responsive .logo a{display:table-cell; vertical-align: middle;} 
    		.responsive .logo img{height:auto !important; width:auto; max-width: 100%; display: block;  max-height: 80px;}
    		.responsive #header_main .container{height:auto !important; }
    		.responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
    		.responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
    		.responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
    		.responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
    		.responsive #top #header_meta .social_bookmarks li:last-child{border-right-style: solid; border-right-width:  1px;}
    		.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
    		.responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;}
    		.responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;}
    		.responsive #header .social_bookmarks li{float:none; display: inline-block;}
    		.responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
    		.responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
    		.responsive .logo img{margin:0;}
    		.responsive.html_header_sidebar #top #header .social_bookmarks{display:none;}
    		.responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header{max-width: 100%;}
    		
    		.responsive.html_header_transparency #top .avia-builder-el-0 .container, .responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0;}
    		.responsive #top .av_phone_active_right .phone-info.with_nav span{border:none;}
    		
    		.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, 
    		.responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, 
    		.responsive #top .av_header_transparency #header_main_alternate, 
    		.responsive .av_header_transparency #header_main .social_bookmarks li a,
    		.responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,
    		.responsive #top .av_header_transparency #header_meta, 
    		.responsive #top .av_header_transparency #header_meta li,
    		.responsive #top #header_meta .social_bookmarks li a{ color:inherit; border-color: inherit; background: inherit;}
    		.responsive.html_top_nav_header .av-logo-container{height:auto;}
    		.responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style: solid; border-bottom-width: 1px;}
    		
    		/*related images*/
    		.responsive #top .related_entries_container .av_one_eighth{width:25%;}
    		.responsive #top .relThumb5{clear:both;}
    		
    		
    		.responsive.html_header_transparency #top .avia-builder-el-0 .container{padding-top:0px;}
    		.responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area{display:none;}
    		.responsive.html_header_sidebar #main{ border: none; }
    		
    		/*tabs*/
    		.responsive.js_active #top .avia_combo_widget .top_tab .tab{ border-top: 1px solid; border-bottom:none; width: 100%; }
    		.responsive.js_active #top .avia_combo_widget .news-wrap li{padding:5px;}
    		
    		/*widgets*/
    		.tagcloud a{ padding:8px 20px; margin:0 8px 8px 0; }
    		.widget li{line-height: 1.8em; font-size: 15px;}
    		
    		/*footer*/
    		.responsive #scroll-top-link{display: none;} /*iphones etc scroll better by tapping the status bar at the top of the screen*/
    		
    		.responsive #socket .sub_menu_socket{    
    			display: block;
    			float: none;
    			width: 100%;
    			clear: both;
    			margin: 0 0 0 -15px;
    			}
    		
    	 	}
    
    	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    	@media only screen and (min-width: 480px) and (max-width: 1024px) {
    
    		
    
    		/*portfolio*/
    		.responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1{width:100%;}
    		.responsive #top #wrap_all .grid-sort-container .grid-entry{ width:50%; margin-bottom: 0;}
    		.responsive #top #wrap_all .portfolio-parity-odd{ clear:both; }
    		
    	}
    
    @media only screen and (max-width: 1024px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;}
    .container #advanced_menu_toggle, #advanced_menu_hide{display:block;}
    .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;}
    }
    
    /* == End 1024 tablet view fix == */
    • This reply was modified 8 years, 11 months ago by haydaw.
    #784766

    I am having a similar issue. I have a plugin called LearnDash. It uses the Blog feature to create courses, lessons, and topics. So you create a topic similarly to how you would create a blog. When I am creating or editing a topic, for LearnDash, the edit page does not let me select the sidebar (Like I normally would with a blog post or page, and what you have described above…). How do I add that option back into the edit screen for this plug in?

    Thanks,
    Cameron

    #784765

    Ok, thnks for the help but i cant figure out where to put that code. I’ve tried different places but no result.
    Any other idea?

    Or can u tell me here where to put it?

    figcaption, figcaption * {
    opacity: 0.7 !important;
    margin-top: -5px;
    color: white !important;
    }

    Hi! Thanks for your response. That worked!
    I had to mess with the header height a bit to keep the Social Profiles from being cut off by the top bar, but it worked!!

    Thanks again :-)

    #784707

    Wow thank you Yigit! It worked!

    Strangely there is another bug: when I click on the menu, it automatically scrolls to the top of the page (in mobile, again).

    Thank you <3

    Either your first color section is not closed or the second section is not properly opened.

    Given your first link is the ‘template’ that all other pages should follow you should insert two new color section on the top of the page representing the second link. Than move the four 1/4 columns into the first section and the 1/3 and 2/3 columns in the second section. Now delete the two section you have just emptied (formerly section 1 and 2). If that works just add your background to section one and set the height you desire.

    Best practice is to copy the code of that pafe from the debug windows into an editor (not word or wordpad – real editor like notebad++) this way you can paste it back if the above procedure wont work.

    #784701

    Hi guys,

    I’ve been on holiday so wasn’t able to respond to this topic for a while.

    I have changed the class-framework-widgets.php file in the parent theme, but didn’t find the code on the 484th line. It was on line 967. I haven’t changed the class-framework-widgets.php file in any other way. I’ve also checked the class-framework-widgets.php file in another website where I’m also using the Enfold theme, which has never had the ‘No Future Posts’ plugin installed and there the code is also on line 967…

    If I disable the ‘No Future Posts’ plugin all the entries in the portfolio and in the portfolio widget disappear as they all have future dates (I’m using it as a future event calendar).

    This isn’t a critical issue, but it would be nice to be able to tell my client I got it to work. ;)

    #784691

    Hi Nikko

    Here’s a link to the thread: https://kriesi.at/support/topic/short-horizontal-rulers-in-columns/#post-747638

    I have this CSS code in my child theme custom styles.css on line 110 and it does not work.

    Thanks
    Lyse

    #784686

    Hi,

    This should be fixed. I added the following to quick css:

    #menu-item-10007 a span.avia-menu-text{
    background-color:#23a14a!important;
    color:#fff!important;
    }
    
    #menu-item-10007 a span.avia-menu-text:hover{
    background-color:#2c4143!important;
    color:#fff!important;
    }
    
    .menu-item.menu-item-type-post_type.menu-item-object-page.av-menu-button.av-menu-button-colored.menu-item-top-level.menu-item-top-level-6 a:hover{
    color:#fff!important;
    }

    Please let me know if this is what you needed.

    Best regards,
    Jordan Shannon

    Hi Jordan, i followed the procedure but i noticed that the theme options set in parent don’t work in child. I noticed that the settings in child theme are equal to parent but don’t work, when I view the site layout is different (like alternate content area font color etc.)
    For rexample, i just made these changes to css, with quick css (not in editor)

    .logo img {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    @media only screen and (max-width: 767px) {
    #layer_slider_1 {
    display:none !important;
    }
    }

    I see this code written in child theme options section, but does not work when I view the site

    #784666

    Hello Kriesi,

    i have exactly the same problem here: https://kriesi.at/support/topic/menu-item-anchors-to-wrong-position/#post-784102

    There are some more information and also issue explanation. I would be very grateful if you could look at it.

Viewing 30 results - 80,641 through 80,670 (of 142,859 total)