Forum Replies Created

Viewing 30 posts - 36,541 through 36,570 (of 38,325 total)
  • Author
    Posts
  • in reply to: SHow first name in secondary menu? #799708

    Hey kilimats,

    Normally, that does not show. It only shows, when you’re logged in in the dashboard. Try looking at the website from an incognito window.
    If that does not help, 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: Problem with editor #799705

    Hey nordtheme,

    There are two errors of different nature. Which php are you running? And were there any security changes on the server?

    Best regards,
    Victoria

    in reply to: Problem with number of item in cart icon #799699

    Hi Konstlist16,

    Looks like some code is not there.
    This function is missing there:

    
    function avia_apply_quant_btn()
    	{
    		jQuery(".quantity input[type=number]").each(function() {
    		var number = $(this),
    				max = parseFloat( number.attr( 'max' ) ),
    				min = parseFloat( number.attr( 'min' ) ),
    				step = parseInt( number.attr( 'step' ), 10 ),
    				newNum = jQuery(jQuery('<div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number);
    				number.remove();
    	
    			setTimeout(function(){
    				if(newNum.next('.plus').length === 0) {
    					var minus = jQuery('<input type="button" value="-" class="minus">').insertBefore(newNum),
    							plus    = jQuery('<input type="button" value="+" class="plus">').insertAfter(newNum);
    		
    					minus.on('click', function(){
    						var the_val = parseInt( newNum.val(), 10 ) - step;
    						the_val = the_val < 0 ? 0 : the_val;
    						the_val = the_val < min ? min : the_val;
    						newNum.val(the_val).trigger("change");
    					});
    					plus.on('click', function(){
    						var the_val = parseInt( newNum.val(), 10 ) + step;
    						the_val = the_val > max ? max : the_val;
    						newNum.val(the_val).trigger("change");
    		
    					});
    				}
    			},10);
    		
    		});
    	}
    

    You can find it’s beginning there and add the code.

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

    in reply to: disable gallery animation #799696

    Hi Nancy,

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

    Best regards,
    Victoria

    Hi hasbeat,

    Here is what I am seeing (screenshot in private). Which browser and operating system are you on?
    I can click and tabs change.

    Best regards,
    Victoria

    in reply to: A Problem with ENFOLD 2017 Demo #799692

    Hi nabizade1992,

    If you enabled the Advanced Layout Builder debug mode, you will get a text area below you Advanced Layout Builder with shortcodes.

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

    in reply to: Some Formatting Issues #799689

    Hi NicomIT,

    The media center page gets extra padding set in Advanced Layout Builder, looks like. That’s why it goes down,
    On resources page there is a file that is not loading – main.css. Are you using that file to add css there?

    Best regards,
    Victoria

    Hey bitojoe,

    I got 404 on both of those images and could not check. 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: Changing the layout of the Multi Author Blog layout #799653

    Hey bitojoe,

    It depends on how that page is built. If it is built with blog posts element, than yes.

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

    in reply to: Image deleyed #799651

    Hi gtartaglia,

    You can try to play with animation duration of the Layer Slider and see if it changes behavior of other animation. On my side it loaded differently each time.

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

    in reply to: Move cart icon and menu on mobile #799640

    Hi Laura,

    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

    
    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
      width: 50%;
    
    }
    .responsive #top .logo img {
        opacity: 1;
    }
    }
    

    This is a bit different solution, but a good one for mobile. Let me know what you think.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Avia Layer Slider Lightbox Video Issue #799637

    Hey bsomme1,

    There are a lot of errors in Javascript ant the error on the not working page is a bit different from other pages.

    Best regards,
    Victoria

    in reply to: Adding shortcode to Progress bar php file #799634

    Hi w_archer,

    You could copy this file to your child theme and make changes there. You need to preserve the folder structure to make this work (https://kriesi.at/support/topic/modify-table-php-on-a-child-theme/) and then call your plugin in shortcode_handler function.

    Best regards,
    Victoria

    in reply to: Website main menu (header) issue since last update. #799626

    Hi Anthony D,

    Hmmm…. I looked today, the header looks the same and acts the same on all pages. Have you guys get it solved or cleared the cache?

    Best regards,
    Victoria

    in reply to: Linking to Media Library #799623

    Hi dustingrof,

    Thanks for sharing!

    Best regards,
    Victoria

    in reply to: Sort Category Archive by ACF custom date #799621

    Hey Tim,

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

    Can you confirm that the fields are added?
    https://kriesi.at/support/topic/cpt-and-acf/#post-772563

    Best regards,
    Victoria

    Hey Jörg,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
    You could try to switch to the default theme to see if this is Enfold specific or not.

    Best regards,
    Victoria

    in reply to: Insert Media Shortcode in Pages Gone #799615

    Hi KellyKilgallon,

    The thing is that a text block is kind of for text, if you need a video next to the text, just insert it after the text block. Do you need help with that?

    Best regards,
    Victoria

    Hey enestedt,

    I am not seeing any errors. Did you turn off debug mode? Or the notices are gone?

    Best regards,
    Victoria

    Hi Joerg Gastmann,

    You could try to do a 1/3 column with the 3 vertical elements and then a 2/3 with a horizontal element and 2 narrower elements, you will have to adjust the content amount or height and width via css. I suggest you try to create the layout and we’ll help you to adjust the css if we can :)

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

    in reply to: Unable to edit Layer slider + missing slides #799604

    Hi MinstrelExeter,

    You cannot edit the slides because there are errors in the Layer Slider javascript files. I think they are due to the missing slides.
    I think it’s better to create a new slider. Do you remember when did the slides go missing? Any updates?

    Best regards,
    Victoria

    in reply to: Sidebar filter for Category pages! #799596

    Hey jordibron,

    That is a WooCommerce Layered Nav widget, here is some reading on the topic with a possible way to solve it in the second link:

    Widgets included with WooCommerce

    Hide WooCommerce Layered Nav Filters in Categories & Subcategories

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

    in reply to: Showing text if no posts found in Masonry module #799594

    Hey Jean,

    Like the post has been deleted? OR how is that? Could you explain a bit?

    Best regards,
    Victoria

    in reply to: IconFont Manager doesn't work #799593

    Hi Nazira,

    When you click on insert zip you get a 500 Error, do you have server log, that you could send to us, so that we could see what the error is? Which php are you running?

    Best regards,
    Victoria

    in reply to: Adding shortcode to Progress bar php file #798358

    Hey S-edwards,

    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: Horizontal Mailchimp Optin #798355

    Hi mikkijack,

    I replied with a solution in a different thread. Please avoid creating duplicate threads :)

    Best regards,
    Victoria

    in reply to: 1px Border Gap in Isotope Portfolio #798354

    Hey Michae1,

    I am not seeing any gaps and it looks nice. Did you get it fixed or do you still need some help?

    Best regards,
    Victoria

    in reply to: Help with some small customizations #798352

    Hey michellerunge,

    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: Solved problem is back again #798349

    Hi DickZirkzee,

    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 for a bit different solution
    <pre>
    @media only screen and (max-width: 767px) {
    #full_slider_1 .av-single-slide.slide-1.active-slide img {
    left: 0px !important;
    min-height:300px;
    min-width: 890px;
    }
    #full_slider_1 .caption_fullwidth.av-slideshow-caption.caption_left.active-slide {
    min-height: 300px;
    }
    #full_slider_1 .avia-slideshow-inner {
    min-height: 300px;
    }
    #full_slider_1 .container.caption_container {
    padding-top:50px !important;
    width: 60% !important;
    float: left !important;
    margin-left: 10px !important;
    }
    #full_slider_1 .slideshow_align_caption {
    padding-top: 130px !important;
    }
    }

    @media only screen and (max-width: 450px) {

    #full_slider_1 .container.caption_container {
    width: 40% !important;
    float: left !important;
    margin-left: 10px !important;
    }
    #full_slider_1 .av-single-slide.slide-1.active-slide img {
    left: 0px !important;
    min-height: 200px;
    min-width: 630px;
    }
    #full_slider_1 .caption_fullwidth.av-slideshow-caption.caption_left.active-slide {
    min-height: 200px !important;
    }
    #full_slider_1 .slideshow_align_caption {
    padding-top: 0px !important;
    min-height: 200px ;
    }
    #full_slider_1 .avia-slideshow-inner {
    min-height: 200px;
    }
    }

    Let mw know what you think.
    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Enfold Advertising widget #798319

    Hi,

    I am seeing one image and some text next to it. Does it work for you? Did you get it working or do you need more help?

    Best regards,
    Victoria

Viewing 30 posts - 36,541 through 36,570 (of 38,325 total)