Forum Replies Created

Viewing 30 posts - 33,361 through 33,390 (of 38,325 total)
  • Author
    Posts
  • in reply to: Animated Numbers Don't Always Work in Chrome #856851

    Hi CurlyHost,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    in reply to: Enforce Custom Taxonomy in Post View #856644

    Hi jbinmn,

    Can you please check the server log for the error, when you activate the child theme. Or describe what do you mean by “my site goes wonky”. This should not be hapenning.

    Best regards,
    Victoria

    in reply to: Secondary menu not showing #856639

    Hi loftreklam,

    The logo is a separate issue. I understand what the issue is, trying to figure out the reason for it.

    You have a helper-main-menu.php in your child theme. Have you updated it with a fresh copy?

    Best regards,
    Victoria

    • This reply was modified 8 years, 4 months ago by Victoria.
    in reply to: Installation of widget caused website error! What to do? #856633

    Hey Katharina,

    Can you please check the server log for errors? I see that the website is working. Did you manage to fix the issue or do you still need our help?

    Best regards,
    Victoria

    in reply to: Mobile Menue Submenue since 4.1 => BUG #856632

    Hey AWZ,

    Here is a thread for you to consider
    https://kriesi.at/support/topic/sub-menu-do-not-appear-in-mobile-menu-since-4-1/#post-823575

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

    in reply to: Rename the shop breadcrumb on single product pages? #856631

    Hi trellyn,

    Try the code below:

    
    add_filter( 'avia_breadcrumbs_trail', 'avia_change_bc_trail', 20, 2 );
    function avia_change_bc_trail( $trail, $args ){
        if( is_product() ) {
    	   $trail[1] = "Whatever you need";
        }
        return $trail;
    }
    

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

    in reply to: WooCommerce allow single category in cart #856629

    Hey zeaigars,

    You might want to address this question to the WooCommerce support here

    How to Get Help

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

    in reply to: Menu structure is not showing correctly #856626

    Hi Jean,

    Nope, we did not do anything there. There could have been some automatic update that changed something. Are you making backups? I strongly recommend making those.

    Best regards,
    Victoria

    in reply to: Can't import Enfold 2017 demo #856618

    Hey Katrin,

    Can you please check the server log for error and post it here or in private.

    Best regards,
    Victoria

    in reply to: Enfold – picture on mobile device #856613

    Hi tekniskakari,

    That image to be shown full width will look like on the screenshot below. All other headers will have to be made smaller, but I see the styles from quick css that make those headers huge, specifically for mobile. It’s not going to work like that. The new version of Enfold has screen options which allow you to control which elements you show on different screens. And so it will be better to update the theme, show this slider on the desktop and build a more mobile-friendly alternative.

    Let me know what you think.

    Best regards,
    Victoria

    in reply to: Responsive Darstellung im Menü #856604

    Hey Andreas,

    Könnten Sie uns bitte einen Link zu Ihrer Website geben, wir brauchen mehr Kontext, um Ihnen helfen zu können.

    Best regards,
    Victoria

    in reply to: Styling problem after update to V4.1.2 #856603

    Hi Enrico,

    Do you still need help with this? It’s been a while, I did not see this thread all this time. And still please disable cache and minification for now.

    Best regards,
    Victoria

    in reply to: Burger Menu icon – size and color, border #856601

    Hi itransact,

    THe icon will get a bit bigger if you set it to default in the theme options > main menu.
    This will change the color of the burger icon

    
    #top #header.av_header_transparency div .av-hamburger-inner,
    #top #header.av_header_transparency div .av-hamburger-inner::before, 
    #top #header.av_header_transparency div .av-hamburger-inner::after  {
          background: #673AB7 !important;
    }
    

    It can also be set here
    https://cl.ly/2A2N2V0L0t2O

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

    in reply to: Advanced Layout Editor Bug #856595

    Hi VolcanoAgency,

    A plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)
    Best regards,
    Victoria

    in reply to: main menu noch visible #856582

    Hey schnippel,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Mobile Breakpoint for left menu layout #856581

    Hi Martin,

    Below is th e code that I out in your child theme style.css, looks like it did the trick

    
    @media only screen and (min-width: 767px) and (max-width: 990px) {
    
    		/*header*/		
    		.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 #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;}
    
    /*new mobile*/
    		.responsive .av-burger-menu-main{display: block;}
    		.responsive #top #wrap_all .main_menu{top:0;height:80px;left:auto;right: 0;display: block;position: absolute;}
    		.responsive .main_menu ul:first-child > li a { height: 80px; line-height: 80px;}
    		.responsive #top .av-main-nav .menu-item{display:none;}
    		.responsive #top .av-main-nav .menu-item-avia-special{display:block;}
    		.responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; }
    		.responsive #header_main_alternate{display:none;}
    		.responsive #top #header .social_bookmarks{display:none;}
    		.responsive #top #header .main_menu .social_bookmarks{display:block; position: relative; margin-top: -15px;}
    		.responsive #top .av-logo-container .avia-menu{height:100%;}
    		.responsive #top .av-logo-container .avia-menu > li > a{line-height: 80px;}
    		.responsive #top #main .av-logo-container .main_menu{display:block;}
    		.responsive #top #main .av-logo-container .social_bookmarks{display:none;}
    		.responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block; position: relative;}
    		.responsive #top #main .av-logo-container .main_menu{display:block;}
    		.responsive #top #header_main > .container .main_menu  .av-main-nav > li > a,
    		.responsive #top #wrap_all .av-logo-container {height:80px; line-height:80px; }
    		.responsive #top #wrap_all .av-logo-container {padding:0;}
    		.responsive #top #header_main > .container .main_menu  .av-main-nav > li > a{
    			min-width: 0; padding:0 0 0 20px; margin:0; border-style: none; border-width: 0;
    		}
    		.responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style: solid; border-right-width: 1px; padding-right: 25px;}
    		.responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{
    		background:transparent;
    		color: inherit;
    		}
    .html_cart_at_menu.html_header_sidebar #header_main .avia-menu {
        margin-top: 0px;
    }
    .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area .widget {
      display: none;
    }
    .html_header_sidebar #menu-item-shop.cart_dropdown {
        right: 80px;
        border: none;
        margin-top: 15px;
    }
    .html_header_sidebar #header .container {
    	width: 85%;
    }
    }
    

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

    in reply to: Burger menu after theme update on mobile not displaying #856562

    Hi dirk,

    Could you please post a few screenshots?

    Best regards,
    Victoria

    in reply to: Remove or update structured data #856558

    Hi EA Photo,

    Here are some threads to consider:

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

    in reply to: Remove link on slideshow with button #856555

    Hi KK,

    Could you make a test page, with that slider and see if the issue remains.

    Best regards,
    Victoria

    in reply to: Don't display author link at all in my source code #856546

    Hi Sophie,

    I am not seeing it, please attach a screenshot.

    Best regards,
    Victoria

    in reply to: Add Corner Ribbon based on Category #856540

    Hi hotspot01,

    First of all, you should update your php, you have a huge notice in the dashboard. Many things might not work as they should with the php version you’re currently running.

    Best regards,
    Victoria

    Hey Lori,

    I think it will be easier for you to work with the revolution slider in this case. There might be a conflict, but it is not a necessary case and even then we can look into and might be able to help you.

    Best regards,
    Victoria

    in reply to: Secondary menu not showing #856512

    Hi loftreklam,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css, to prevent the search icon going over the logo.

    
    @media only screen and (max-width: 479px) {
        .responsive #top .logo {
            width: 70%;
        }
    }
    

    Could you please disable search and minification while we are trying to help you.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Enfold built in sliders on woocommerce product category page #856506

    Hi bretzaustria,

    Well, actually, this is the easiest way to work with product category page. You see that the editor is very basic and if you want to use the Advanced Layout Builder elements, you can use only shortcodes.

    Best regards,
    Victoria

    Hi wangerooge,

    Yes, that’s what I meant. Thank you.

    Looks nice and clean to me. If it does not work for you, please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    Hi paullindqvist,

    You can try to id the form by the subject, not the optimal way, but could work.

    Here is the code you can put in your funtions.php

    
    add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params)
    {
    	if ($subject == "Bokning Indian Resturant" || subject == "Bokning Indian Bistro") {
    		$subject = "Bokning från " . urldecode($form_params);
    	}
    	
    	return $subject;
    }
    

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

    in reply to: Paragraph beginning with an icon, 2d line position #856434

    Hi Marine,

    I changed the html a little bit in that block and added one last rule in quick css. Please check if this is the result you wanted.

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

    in reply to: Autoptimize mit Java Skript funktioniert nicht #856417

    Hi Alex,

    I meant the Chrome devtools console (the screenshot in private in the prev reply). Your server log has some info that is not supposed to be there. I mean, it’s configured differently, normally you get info on php notices, warnings and errors, not the server components loading errors, those should be separate.

    Best regards,
    Victoria

    • This reply was modified 8 years, 4 months ago by Victoria.
    in reply to: Styling of standard form in lightbox not working #856416

    Hi Enrico,

    It’s not working with this code on my instance. Can you show me how you add it to the page and it’s working.

    Best regards,
    Victoria

    in reply to: Change a word in the translation #856409

    Hi ADAGE,

    I am seeing the “Collection” word there. Did you find a way to do it?

    Best regards,
    Victoria

Viewing 30 posts - 33,361 through 33,390 (of 38,325 total)