Viewing 30 results - 91,981 through 92,010 (of 142,714 total)
  • Author
    Search Results
  • #670306
    Michael Oeser
    Participant

    I wonder if something like you can see at http://simonbiffenphotography.co.uk/ is possible with ENFOLD as well. I´m talking about the effect when you scroll down the homepage.
    – The lower content slides from bottom to top like a curtain over the big slider
    – The logo and menu remain sticky

    See also this little screencast
    http://www.screencast.com/t/Ia6DqZPd9

    Can it be achieved with ENFOLD and if yes, how?

    Cheers
    Michael

    #670261

    In reply to: font type

    Does ” text-transform: none;” stop the font to get font size 40 ? How can i get uper and lower case text and individual font size?

    Mark_goessens
    Participant

    Hi Kriesi,

    I set a masonry page with blog posts. The masonry blocks are filled with the title and excerpt of the posts.
    You can see the page here

    When I view this page on my smartphone or tablet, I see that the excerpt text is cut off.
    Is this a bug in the template, or did I do something wrong?

    I changed the masonry size settings, to see if this solves my problem, but in most cases the text will cut off.
    Except the setting ‘flexible masonry’ will solve the problem at responsive view. But I don’t want to use that setting on my desktop.

    I hope you can help me.
    Greets Mark

    • This topic was modified 9 years, 6 months ago by Mark_goessens.
    #670245

    Hey rikeswon,

    Thank you for using Enfold.

    The latter is possible. Use the portfolio grid element, enable the title an excerpt then add this in the Quick CSS field:

    .grid-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .main_color .grid-content {
        background: rgba(255,255,255,0.4);
    }
    
    .grid-entry-title.entry-title {
        margin-top: 35%;
    }

    Best regards,
    Ismael

    #670195
    yingyang
    Participant

    I’ve just enable the pinch to zoom feature on mobile devices using this code hack: https://kriesi.at/support/topic/enfold-mobile-zoom-image/

    Now my issue is that when zooming on a featured post image (private link) the image looks blurry on mobile devices, how do i display the featured image in full size without opening full screen with ajax on mobile devices?

    #670192
    gerardbao
    Participant

    Following up on this post.
    https://kriesi.at/support/topic/different-image-caption-hover-setting-for-mobile/

    Same deal, accept I want to apply this style to tablet as well.
    The original recommendation for mobile was:
    @media only screen and (max-width: 767px) {
    .av-overlay-on-hover .av-image-caption-overlay {
    opacity: 1;
    }
    }

    I increased the max-width to 769px, but it still doesn’t display the caption on iPad.

    #670169

    Problem is it looks tiny because of the aspect ratio of the device… (combined with the fact that mobile are usually vertical while desktop is always horizontal)
    The slider I made for desktop is about 16:9, and the one for mobile is 4:3, so images and text will be shown nicely and the slider will be big enough.

    Isn’t there any way to hide an element without “destroying” the animation triggers “count”?

    #670163
    polloctj
    Participant

    Hi, I’m trying to replicate the process done in this post here to add the Research Gate and Google Scholar Academicons found here.

    I’ve added the code to the header.php, functions.php, and style.css as outlined in that post. But I’m not sure how to actually go about adding the icons onto my website?

    • This topic was modified 9 years, 6 months ago by Yigit.
    #670155

    Hi,

    We can fix the default gallery layout with a few quick css. Something like this should work for the 3 column gallery:

    #top .gallery-columns-3 .gallery-item {
        width: 33% !important;
        height: auto !important;
    }

    Best regards,
    Ismael

    #670152

    Hi,

    Please try this instead:

    #top #header .avia_mega_div .sub-menu.avia_mega_hr {
        border-top-style: solid !important;
    }

    If that doesn’t work then please post admin login details in private and we’ll have a closer look.

    Thanks,
    Rikard

    #670143

    Hi,

    Please remove the previous code then use this in the functions.php file instead:

    
    add_filter('avf_title_args', 'avf_title_args_mod', 10, 2);
    function avf_title_args_mod($args,$id)
    {
    	$attachment = wp_get_attachment_url( get_post_thumbnail_id($id) );
    	$title = get_the_title($id);
    
        if (is_singular('post'))
        {
    		$color = '<div id="singlepost-section" class="avia-section main_color avia-section-default avia-no-shadow avia-full-stretch avia-bg-style-scroll   av-minimum-height av-minimum-height-25 container_wrap sidebar_right" style="background-repeat: no-repeat; background-image: url('.$attachment.'); background-attachment: scroll; background-position: top center; " data-section-bg-repeat="stretch"><div class="container"><div class="template-page content  av-content-small alpha units"><div class="post-entry post-entry-type-page post-entry-46"><div class="entry-content-wrapper clearfix"><div style="padding-bottom:10px;font-size:38px;" class="av-special-heading av-special-heading-h3  blockquote modern-quote modern-centered   av-inherit-size"><h3 class="av-special-heading-tag" itemprop="headline">'.$title.'</h3><div class="special-heading-border"><div class="special-heading-inner-border"></div></div></div></div></div></div><!-- close content main div --></div></div>';
    		$args['html']  = $color;
        }
    
        return $args;
    }
    

    Best regards,
    Ismael

    #670138
    fulanoinc
    Participant

    Hi all,

    I want to use the social icons that appear at the top menu in the mobile slide-out menu at the bottom. How can I allow them to stay in this mobile slide-out menu?

    Thanks,

    Leyden

    enfold4phil
    Participant

    This is strange. I’ve been working at this for hours, a huge guess and check, trial and error issue. This theme is so awesome I struggle to call this a bug, but it’s not a CSS issue.

    Page examples in Private Content.

    Some kind of element added through the Layout Builder is causing an issue: only some of my elements show up as “skinny” in mobile, looking like the width is set to 50% or less, but looking at the CSS the width is 100%. Adding CSS like @media only screen and (max-width: 767px) {.responsive #top #wrap_all .container { width: 90% !important; max-width: 90% !important; }} doesn’t fix it, this problem isn’t CSS caused and CSS shouldn’t be the fix. It doesn’t happen on every page. The exact same element, copied and pasted through the “Templates” feature, on some pages it appears about 90% wide (correct), on other pages, less than 50% wide (incorrect).

    Through guess and check, sometimes removing “Color Sections” fixes the width of the elements. Sometimes removing the “Accordian” fixes it, sometimes moving the skinny element up on the page fixes it. Whatever is causing the issue seems to affect all elements below it. There is something going on that is making some elements “skinny” in mobile “sometimes”.

    Please don’t resolve with CSS, because when the same element looks fine on one page and not the other, there must be a better solution. Also, removing ALL of my custom CSS, the issue is still present. I’d like to know what is causing this weird error?

    This “bug” is also not only affecting mobile, but affecting desktop. Look at the different font sizes. Again, the exact same element, just two different pages.

    Here are images so others know what I’m talking about. These images are the exact same element, one two different pages.

    MOBILE:

    DESKTOP:

    #670124
    #670123

    Hey!

    We modified the code a bit. Please try it: https://kriesi.at/support/topic/single-toggles-besides-sibblings-each-other/#post-492461

    Cheers!
    Ismael

    Hello,

    I got it figured out.

    The solution is in the layout element. Select edit icon at the top of the section that holds the content elements that need padding. Go to layout and click. Find the padding area section on the page and change the top, sides, and bottom padding to the desired amounts.

    Info placed here in the hopes it can help someone else.

    Thank you,

    Bob

    Hey foveaworks,

    Thank you for using Enfold.

    We will forward the issue to Kriesi. For now, please modify the js > avia.js > avia_sticky_submenu function and look for this code around line 1383:

    bordermod	= html.is('.html_minimal_header') ? 0 : 1,
    

    Below, add this code:

    fixed_frame	= $('.av-frame-top').length ? $('.av-frame-top').height() : 0,
    

    Again, look for this code around line 1413:

    if(!fixed)
    						{
    							this.css({top: modifier - bordermod, position: 'fixed'}); fixed = true
    						}
    

    .. replace it with:

    if(!fixed)
    						{
    							this.css({top: modifier - bordermod + fixed_frame, position: 'fixed'}); fixed = true
    						}
    

    Best regards,
    Ismael

    #670115

    Topic: Plugin problem

    in forum Enfold
    tennetno
    Participant

    I use “Autoptimize” WP plugin for boosting speed of my website. On that plugin when I select remove Google font option then it makes some problems because I use another plugin which name is “WP Cost Estimation & Payment Forms Builder”.
    I want to put your css file of this plugin into the exclude list of optimization, but I don’t know which css files should be in this list. Would you please help me to find the name of these files?

    I have used this plugin on these three pages:
    http://www.webpluss.no/hva-koster-en-nettside/
    http://www.webpluss.no/vedlikehold-av-websider/
    http://www.webpluss.no/hva-koster-sokemotoroptimalisering/

    #670110

    Hi

    Actually I want when I resize the screen the slide should cover the full screen as it is now in the desktop mode. But now when I resize it the height gets smaller and the text below the slides starts coming up.

    The layer slider will not automatically adapt to the browser height. Use the full screen slider instead of the layer slider if you need the slider to adapt to the height of the browser. OR create another slider specifically created for mobile then toggle their display properties with css media queries. http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

    #670103

    Hi Rikard,

    thank you a lot, you can close this topic.

    Have a good week.

    Best wishes,

    Andreas

    #670097

    In reply to: Header and Menu

    Hi Yigit

    Thank very much for the code. Only last question about this topic. Is there a way to have a different menu according to certain page by code or i should look for a plugin? If i have 5 menus and i wan to use Menu 1 in pages 1,2,3 and Menu 2 in pages 5,6,7 and so on..

    Thank you

    #670088

    In reply to: Header and Menu

    Hey!

    Please add following code to Quick CSS and adjust as needed

     #advanced_menu_toggle{
        right: -25px;
        top: 30px;
    }
    

    Best regards,
    Yigit

    BobCarey
    Participant

    Hello,

    What I want to do is add padding on top and on the left and right sides of the text.

    Padding Needed

    Tried finding solution online but did not find something that would work.

    I tried using a whitespace separator at 1 pixel for the top, but it looks like this.

    Top padding using whitespace separator

    This is what is looks like on the backend.

    http://robertlcarey.com/photos/BackendWP.jpg

    Thoughts?

    Thank you,

    Bob

    #670024

    In reply to: Page L/R Space/Margin

    Hi
    Did you do something? because i can see it has been fixed in desktop and some layout messed up in mobile

    Thank you

    • This reply was modified 9 years, 6 months ago by hdpcr.
    #670015

    In reply to: The space

    Good Afternoon,

    Before I activate :
    add_theme_support('avia_template_builder_custom_css');

    So in first in my Quick CSS (in enfold child panel) i add :

    #top .ktf-darkborder {
      border: 1px solid #333;
    }

    And then in my column (the column picture) for the page https://carnegy.fr/leadership-management/ i had this one :
    .ktf-darkborder { margin-left: 1%; }
    Then in Quick CSS I add the same code.

    It’s doesn’t work,
    Best Regards,
    Noé

    #670004

    In reply to: Search Bar

    Hey!

    Excuse me, i did not close the tag properly. I have updated the code i posted here – https://kriesi.at/support/topic/search-bar-4/#post-669950. Please try it now

    Best regards,
    Yigit

    #669985

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    #top #header_meta {
        background-color: #008578 !important;
    }

    I checked the site through Facebook and i still could not reproduce the issue unfortunately. I will ask my teammates to see if anyone else can reproduce. Please kindly wait to hear from them

    Best regards,
    Yigit

    #669971

    Hi,

    Please change the code to following

    #top .av-subheading.av-subheading_below p {
        font-weight: 800;
    color: #111111;
    margin-top: 25px;
    line-height: 1.4em;
    }

    Best regards,
    Yigit

    #669950

    In reply to: Search Bar

    Hey!

    Please add following code to functions.php file in Appearance > Editor

    add_shortcode('avia_search', 'get_search_form');
    
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.only-mobile-menu-search a').removeAttr('href');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    and then go to Appearance > Menus and add a new link and add following into navigation label

    [avia_search]

    and then click “Screen options” on the top right side of the screen and check “CSS Classes”. Then edit your search menu item and give it custom CSS class “only-mobile-menu-search” and save.

    Cheers!
    Yigit

    • This reply was modified 9 years, 6 months ago by Yigit.

    Success!!! Nice work Josue! I appreciate you time and effort on this. Enfold is the number one theme we use and this is why, a beautiful solid theme with a dedicated and knowledgeable support staff. You guys are the best! Consider this topic closed.

    Thank you!
    Chris

Viewing 30 results - 91,981 through 92,010 (of 142,714 total)