Viewing 30 results - 100,771 through 100,800 (of 142,926 total)
  • Author
    Search Results
  • #580368
    jimjiber
    Participant

    Hello

    I am trying to make a super-simple site with Enfold and I am having a problem with the blog:

    I want the blog posts to appear as they are here, in their entirety. I don’t want the titles to link to the single blog post (it is centered and kills the aesthetic). How do I stop them being links? I assume somewhere in PHP?

    #580359

    Hi!

    Please add the below code to Enfold > General Styling > Quick CSS

    #top .av-submenu-container {
        position: absolute!important;
        margin-top: -105px!important;
        background: transparent!important;
        border: none!important;
    }

    Cheers!
    Vinay Kashyap

    • This reply was modified 10 years, 2 months ago by Vinay.
    #580353

    In reply to: Align T&C´s

    Hey!

    Please add the following CSS

    
    #top #payment .terms {
        padding: 0 !important;
    }
    

    Cheers!
    Vinay Kashyap

    Hey Anthony,

    Try with this:

    #top .av-special-heading,
    #top .main_menu ul:first-child > li > a{
        font-family: "optimusprinceps";
    }

    Regards,
    Josue

    #580327

    Hi!

    Sorry for the delay…

    It’s still not clear what you need but as per my best understanding i am thinking you want something like you see in the below screenshot if so please add the below code in Enfold > general Styling > Quick CSS if not please get back to us with a mockup of what you are trying to do so we can help you better.

    #top .avia-gallery .avia-gallery-thumb a {
        padding: 1em!important;
    }

    Please feel free to adjust 1em in the above to .5 or more.

    Cheers!
    Vinay Kashyap

    #580309

    Hey!

    ok! Please add the below code in Quick CSS

    #top .av_header_transparency .phone-info {
        color: #555!important;
    }
    

    Best regards,
    Vinay Kashyap

    #580290

    hi Ismael : as you can see it here: https://kriesi.at/support/topic/submenu-on-ipad-does-not-fade-out-after-click/#post-576287

    i have the normal main navigation on my ipad retina – if you hover concept and click one of those links (and maybe this is the point : these are anchor links on the same page) the dropdown does not close after click (as it is on pc or mac ) on ipad it stayes open scrolling down to the anchor link but dropdown still open.

    PS: unusual position – maybe – but Customer Whishes have to be fullfilled !
    sorry.
    PPS: why it is normal ? By hovering and clicking on my homepc or mac Browsers the dropdown closes immediately after going out of that field with the mouse button.
    Only on Ipad it does not because there is no mouse button! So maybe it would be nice to close the dropdown after clicking the link!

    • This reply was modified 10 years, 2 months ago by Guenni007.
    #580278

    Hey! Thanks a lot for your precious help Elliott.

    It works just fine with your first proposal, the “ava_inside_main_menu” hook.

    This topic can now be closed.

    Wish you a great day,
    Steph.

    #580277

    i can not see your site but try this here:

    #top #header_meta {
        border-bottom:  none !important;
    }
    • This reply was modified 10 years, 2 months ago by Guenni007.
    #580274

    look here f.e. to get it from 30px to 50px

    go here

    #top .social_bookmarks {
        height: 50px;
    }
    
    #top .social_bookmarks li {
        width: 50px;
    }
    
    #top .social_bookmarks li a {
        line-height: 50px;
        min-height: 50px;
        width: 50px;
    }
    
    .social_bookmarks li > a::before {
        font-size: 30px;
    }
    • This reply was modified 10 years, 2 months ago by Guenni007.

    Thank you, but the CSS are not the problem – I mean the order of these elements.
    This cannot be done with CSS (moving minor meta data from the bottom of the post to its top, over the title for example):

    http://screencloud.net/v/8Hzs

    #580266

    In reply to: Social Icon color

    the background color font color by hovering these icons is made for each icon f.e.

    
    #top #wrap_all .av-social-link-twitter:hover a {
        background-color: #46d4fe;
        color: #fff;
    }

    but you have to do it for each icon – so you have to know the name of that social-link ( in that case above it is easy “twitter”)

    the font color of the icons are set by:

    .social_bookmarks_twitter > a {
        color: #900 !important;
    }

    but you see here too. It has to be than for each social-link

    • This reply was modified 10 years, 2 months ago by Guenni007.
    #580258

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    We have added the below code in Quick CSS

    
    /* Your css styles for active menu item*/
    .current_page_item .avia-menu-text, .active-menu-item {
      background:gold!important;
    }
    

    and this jQuery in functions.php

    //One page nav highlight
     
    function activateMenuItem(){
    ?>
    <script>
         jQuery(document).scroll(function() {
         var sections = jQuery('.avia-section'),
             menu   = jQuery('.av-submenu-container'),        
             nav_height = menu.outerHeight();
             jQuery(window).on('scroll', function() {
                var cur_pos = jQuery(this).scrollTop();
                sections.each(function() {
                    var top = jQuery(this).offset().top - 300,
                        bottom = top + jQuery(this).outerHeight();
                    if (cur_pos >= top && cur_pos <= bottom) {
                        menu.find('a').removeClass('active-menu-item');                    
                        menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
                    }
                });
            });
        });
     
    </script>
    <?php
    }
    add_action('wp_head', 'activateMenuItem');

    Please check the site now and let us know if you need anything else.

    Regards,
    Vinay Kashyap

    • This reply was modified 10 years, 2 months ago by Vinay.
    #580257

    In reply to: Header and main body.

    you have to have the content which should overlap in a row ( could be even a 1/1 )
    on that edit column / row settings there is on the bottom a thing called : Custom top and bottom margin – check that and put in a negative margin !

    #580249
    Jasmer
    Participant

    Hello,

    I’ve noticed a problem with my enfold site that utilize the Icon content element. It looks great on desktop browsing. However, it is disproportionate on a mobile device. MUCH TOO LARGE for a mobile site. The icons stay nearly the same size as the desktop site and the icons change to a vertical list.

    1. I would like the icons to be listed horizontally and much smaller in size. I have marked the area in a red box to show the desired section size. The icons should fit nicely within that box. See screenshot.

    2. I would like CSS that can be used on all Enfold sites with this content element. They will range from 3 to 6 icons and I would like to be able to adjust the size of the icons AND the content area. Ideally the icons should size dynamically one the content are has been set. Site 1: has 3 icon content elements. Site 2: has 5 icon content elements. I have several more sites.

    I only want this to affect the mobile site only. The desktop site is perfect.

    Thanks for your help,

    Jas

    #580238

    i use firefox with firebug plugin (today a lot of browsers including firefox have their own tools for that)
    clicking on the contextmenu of your mouse (mostly it is a right button of the mouse) and than goto firebug.
    A new tab or i like the new window is opend with all info of your source code.
    Hovering on the right side f.e. a div it will be highlighted on the left. So the source code i wanted was the section on top because this it is i want on my searchresults page too!
    When the section i want is highlighted you only have to copy on the right side the whole code (in this case it is the whole div with av_section_1 id.

    this is the code to go to “here comes the content”

    see here a page: http://webers-testseite.de/enf02/header-layout-for-search/
    and here are the search results-page: http://webers-testseite.de/enf02/?s=oh+it+works

    • This reply was modified 10 years, 2 months ago by Guenni007.
    #580229

    Hey Chris!

    What you are trying to do requires a lot of customization and we recommend hiring a freelancer since it is going to take much time to do this. An alternative is to search for a solution on sites like stackoverflow check out http://jsfiddle.net/zohf/Luoyon0x/ or http://stackoverflow.com/questions/15594881/triggering-a-video-autoplay-based-on-scroll-position

    If you have more questions please feel free to get in touch with us.

    Regards,
    Vinay Kashyap

    #580227

    Elliott,

    We did some more testing. It turned out that the icons don’t show in the right way in on this domain, in IE on remote desktop. Other (Enfold) sites work, other browsers (via remote desktop) work and local access via IE (not via remote desktop) also works.
    So it’s a very specific problem which I want to ignore.

    Thanks for the support.

    #580212

    Hey!

    I added a color section at the very top of the page and it is still responsive. Do you have any elements outside a color section? We encountered a few inquiries about this and the issue occurs if some of the elements are left outside a color section. The issue is random or depends on the combination of elements. Make sure that all elements are inside a color section in order to prevent the issue.

    Cheers!
    Ismael

    #580208

    i have this set for my search site and asked the question too for transparency headers here:

    https://kriesi.at/support/topic/header-on-search-sites/

    so for search site ad this to your child theme functions.php:

    add_filter('avf_header_setting_filter', function($header) {
    	if ( is_search() ) {
    		$header['header_transparency'] = 'header_transparency header_glassy';
    		$header['header_class'] .= " av_header_transparency av_header_glassy";
    	}
    	return $header;
    }, 10, 1);

    it is not difficult to include is_category or is_single etc

    here is discussed it for single event page:

    https://kriesi.at/support/topic/styling-single-events-page/

    but this is only the half thing – because on searchresults-page (or other dynamic pages) there is no chance to edit the layout for a header:

    so you have to get content into it via:

    add_action('ava_after_main_title', function() {
    if ( is_search() ) {
    	?>
    here comes the content
    <?php
    }
    });

    the here comes the content you must change it to your desired content
    i have styled one page and looked to the source code of it and via copy paste i got this insertion.

    • This reply was modified 10 years, 2 months ago by Guenni007.

    Hey!

    Are you trying to decrease the size of the image in the color section element? Unfortunately, you can’t without distorting the images. The background property is set to “cover” to keep the the images’ aspect ratio. http://www.w3schools.com/cssref/css3_pr_background-size.asp

    A workaround is to add another slider, probably “fullwidth easy slider”, inside the page then use css media queries to toggle the display of the elements. Example here: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263

    Cheers!
    Ismael

    #580202

    In reply to: Align T&C´s

    Hey!

    Please replace the css code with this:

    #top #payment .form-row .input-checkbox {
        margin: 5px 5px 0 0;
        float: left;
    }

    Cheers!
    Ismael

    #580199

    Hi bowmandesign!

    Thank you for using Enfold.

    Please try this css code:

    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before {
    content: "\25BA";
    }
    

    Cheers!
    Ismael

    #580198

    2. I have allready contact with author and this is the answer:
    https://wordpress.org/support/topic/problem-in-sidebar-after-update-wordpress?replies=9#post-7991014

    I have tried to fix left sidebar but vertical grid still exist in the first color section (in photo. See my page)). I manage to fix the left sidebar.

    1. I add above solution in quick css but not fix. Can you fix it to play image layerslider in width 100% in mobile and tablet please ? Can you try it please ?

    thanks

    • This reply was modified 10 years, 2 months ago by artemis25.
    #580197

    Ok, I found the bug. If you use color section at the start of the page, entire page lose it’s responsiveness.

    But if you put either text box or separator or anything on top then put color section like you’d normally do, page stays responsive.
    There’s some error somewhere causing this i’m assuming. but at least I found the issue and workaround while you guys fix it.

    I’m very impressed and happy with this theme…
    Not so much with support though… very slow and doesn’t seem to be able to figure things out… instead you said something about my settings when my entire setting on test site was imported from your demo.

    Anyway, I hope you can figure this out and fix it. either way, I’ll be using this theme using the new fix I found for now.
    Thanks.

    No need to respond to this further. I’m unsubscribing as my issue has been resolved.

    #580191

    In reply to: Transparent Logo Size

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    Hi!

    Remove the top padding with css:

    .widget_nav_menu {
        padding-top: 0;
    }

    Best regards,
    Ismael

    #580175

    In reply to: Layerslider RTL

    Hi,
    No problem, you may now close the topic.

    Regards

    #580174

    Hi,

    I’m not sure I understand what you mean by that? Please let us know if you should still need help on the topic.

    Thanks,
    Rikard

    #580169

    In reply to: Gallery autorotation

    Hi,

    Ok, please let us know if you should need any more help on the topic.

    Cheers!
    Rikard

Viewing 30 results - 100,771 through 100,800 (of 142,926 total)