Forum Replies Created

Viewing 30 posts - 32,191 through 32,220 (of 32,255 total)
  • Author
    Posts
  • Hi,
    Sorry I can’t reproduce that issue, what browser are you using? Can you show a screenshot?

    Best regards,
    Mike

    in reply to: Slider on all pages or Header #751608

    Hi,
    You could try activating debug mode in order to display your shortcodes from the builder and copy it from one page to the next: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    The Advanced Layout Builder saves its content separately from the content in the visual editor so that there is less chance of a small error causing your whole layout to an error. Sometimes however you may want to see the shortcodes that are building your content exactly so that you can copy and paste them elsewhere or something more advanced like nesting elements that don’t quite have support yet.
    Best regards,
    Mike

    in reply to: Bottom Align Only Blog Post Element not Blog Slider #751602

    Hi,
    I’m sorry, I have not found a way to modify one read more button without affecting all of them. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.

    Best regards,
    Mike

    Hey pimroll,
    If I understand correctly you wish to remove the automatic […] and use the Read More tag from the builder.
    Please add following code to Functions.php file in Appearance > Editor

    function change_excerpt( $text )
    {
    	$pos = strrpos( $text, '[');
    	if ($pos === false)
    	{
    		return $text;
    	}
    	
    	return rtrim (substr($text, 0, $pos) );
    }
    add_filter('get_the_excerpt', 'change_excerpt');

    Best regards,
    Mike

    in reply to: Bottom Align Only Blog Post Element not Blog Slider #751575

    Hey kghorbani,
    Thanks a lot for your patience and for using Enfold.
    How did you want the read more button aligned for the top slider? They are all centered right now.

    Best regards,
    Mike

    in reply to: Cant create simple layout?! #751568

    Hey mrcityrunner,
    Unfortunately, it’s not possible without major modification to the theme. You can only add video backgrounds on color sections (full row) and full screen sliders.
    But you can use the video element for one column and text for your second. Hope these screenshots help.
    postimage
    postimage
    postimage
    The only thing is that in the mobile view they will stack, but you would not want a video too tiny anyway.
    Best regards,
    Mike

    in reply to: Logo Changing doesn't works #751557

    Hi,
    I found that you were also using the default transparent logo. These screenshots show you the two places to place your logo.
    postimage
    postimage
    I also created a transparent logo for you if you like :)
    postimage

    Best regards,
    Mike

    in reply to: The Event Calendar and the breadcrumbs #751541

    Hi,
    It’s working on my end, please try refreshing your cache (F5)

    Best regards,
    Mike

    in reply to: Url showing /#av at the end – how to get rid of? #751536

    Hi,
    If you remove your anchors you will lose your page scrolling. Yet right now you anchors seem to be #valokuvaaja, #lapsikuvaus, #kutsut-ja-kortit which are all good keywords in Finnish, and SEO desirable.

    I’m tring to understand your slideshow issue, I believe you are describing your homepage Headline Rotator not reloading when you switch between mobile view & desktop view or visa versa when testing in your browser. If so, this is an expected testing behavior, in real world use your visitors will see the site in the one screen size they enter with so they will not experience the issue you are.
    I hope this explains it well, but if I misunderstood your issue please let us know.

    Best regards,
    Mike

    in reply to: Google Marker Icon Larger #751517

    Hi,
    Did you try setting the value from 40 to 120? If you set it at 40 and it is too small try 80 or 120.

    Best regards,
    Mike

    Hi,
    Thanks a lot for your patience and for using Enfold.
    Please try this code in the General Styling > Quick CSS field:

    
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, { color: #666666;}

    Best regards,
    Mike

    in reply to: Sticky Header: Hide the Logo when scrolling down #750206

    Hi,
    You can change the screen distance at which it hides by changing the “100” to 50 or 200.
    You can also change the fadeOut / fadeIn options to fast, slow, or a number that represents thousands of a second, such as ‘2000’, to control the time of the fade.
    I hope these options help you refine your logo hiding experience.

    Best regards,
    Mike

    in reply to: Strange lines appearing on site from grid row. #750200

    Hi,
    I’m glad that worked.

    Best regards,
    Mike

    Hey pandaweb,
    I believe what you are seeing is the masonry animation, I see what you are talking about only if I scroll to the bottom of the page and refresh. This is because the masonry animation is scroll triggered.
    If you believe your visitors will be refreshing at the bottom of the page, and would like to remove the animation try to use this code in the General Styling > Quick CSS field:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Best regards,
    Mike

    in reply to: add a picture beside icon list? #749110

    Hey kilimats,
    Try creating 3 columns 1/2 for your main left side image, 1/4 for your icon list, 1/4 for your new image.

    Best regards,
    Mike

    in reply to: Slider Does not Respond on Big Screens? #749108

    Hey frknzn,
    Which slider are you using? Fullscreen Slider or Fullwidth Slider?
    Can you add a link to your site?

    Best regards,
    Mike

    in reply to: More than 100 items in portfolio #749107

    Hey jorlafer,
    Thank you for using Enfold.
    I believe choosing “All” exceeds the 100 item display limit.

    Best regards,
    Mike

    in reply to: Exporting portfolio items from Enfold #749106

    Hey jimjiber,
    Did you try using the “Export Theme Settings File” in the Enfold Theme Options?
    Best regards,
    Mike

    in reply to: How to change default marker on Google Map #749105

    Hey Wisith,
    You can it by editing the page > Google Map > Add/Edit Map Locations > Edit Location > Custom Map Marker Image
    1


    Best regards,
    Mike

    Hi,
    Ok, the solution I have found is to add css in the General Styling > Quick CSS field that will disable mouse events on the button. Unfortunately this can not target only one button. But you can limit it to all buttons on a page or post. Use this code in the General Styling > Quick CSS field:

    .postid-3243 .avia-button { pointer-events: none !important; }

    above targets buttons on post #3243, change this to your post number.
    below targets all buttons on a site.

    .avia-button { pointer-events: none !important; }

    Best regards,
    Mike

    • This reply was modified 7 years, 4 months ago by Mike.
    in reply to: Easy slider 100% width #749090

    Hi,
    I believe you are using the “Fullscreen Slider” which scales to height, try the “Fullwidth Easy Slider” which scales to width.
    Here is a test I did for you:
    laptop
    tablet
    mobile

    Best regards,
    Mike

    Hey Lundby,
    The portfolio grid is not limited, so you could add more than 100, but this may slow your load time for your visitors and ask them to scroll alot. Creating grids of 24 or 48 per page may be a better experience for your visitors.

    Best regards,
    Mike

    in reply to: Theme will not take alt tag #749078

    Hi,
    Ok, have a great day.

    Best regards,
    Mike

    in reply to: Portfolio Item Height #749077

    Hey dlannetts,
    Thank you for using Enfold.
    It looks like for the option “Portfolio Grid Image Size” you are using “Set the Portfolio Grid image size automatically based on column or layout width” try using “Choose the Portfolio Grid image size manually (select thumbnail size)”
    The other option would be to make your images the same size.

    Best regards,
    Mike

    in reply to: Footer issues #749065

    Hi,
    Ok, we will use the copyright socket as your left statement (Enfold Theme Options > Footer > Copyright)
    and for your right statement we will create a footer menu going to Appearance > Menus > Create a New Menu and name it “footer” and click create menu. Add a new custom link with “#” as URL and enter your text as navigation label and then check “Enfold footer menu” under Menu settings. Then click “Screen options” on the top right corner and check “CSS classes” and then give your footer menu (custom text) a custom class (‘ianazi’ for example) then please add following code to Quick CSS in Enfold theme options under General Styling tab.

    .ianazi { pointer-events: none !important; }

    custom footer menu

    Best regards,
    Mike

    in reply to: Keeping menu when scrolling #749062

    Hi Dave,
    Ok, lets try adding this code to your functions.php to hide the logo on scroll:
    For Logo left, menu right & logo right, menu left

    function add_hide_logo(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.logo').fadeOut('slow');
    if(jQuery(this).scrollTop() < 100) jQuery('.logo').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_logo');

    For Logo center, menu below:

    function add_hide_logo(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.container.av-logo-container').fadeOut('slow');
    if(jQuery(this).scrollTop() < 100) jQuery('.container.av-logo-container').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_logo');

    When editing functions.php you should use the child theme, Read about it & Get it here

    Best regards,
    Mike

    in reply to: Sticky Header: Hide the Logo when scrolling down #749060

    Hi Mike,
    Ok, lets start over (undo above) by adding this code to your functions.php to hide the logo on scroll:

    function add_hide_logo(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 100) jQuery('.container.av-logo-container').fadeOut('slow');
    if(jQuery(this).scrollTop() < 100) jQuery('.container.av-logo-container').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_logo');

    When editing functions.php you should use the child theme, Read about it & Get it here
    Best regards,
    Mike

    in reply to: Pricing Table #749059

    Hi,
    Ok, very good

    Best regards,
    Mike

    in reply to: Hamburger menu #749058

    Hi,
    use this code in the General Styling > Quick CSS field:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #000!Important;
    color: #ffffff!Important;
    border-color: #000!Important;
    }

    for a black background and white text
    Best regards,
    Mike

    in reply to: "gravity-mod.css" Causing Big Problems #749057

    Hi,
    Very good

    Best regards,
    Mike

Viewing 30 posts - 32,191 through 32,220 (of 32,255 total)