Viewing 30 results - 88,681 through 88,710 (of 142,852 total)
  • Author
    Search Results
  • #706682

    Hi Vinay,

    Just made the setup for the menu (top right corner) with some demo pages. I can imagine that you need admin access too?

    Thanks again!

    Steven

    #706677

    In reply to: Superfly Menu

    Hello,

    I managed to make it work as intended but something happened on the way. The top menu bar where there would be some quick links was pulled away from the site remaining only half of the menu. Could you help me?

    #706661

    Rikard, Thank you works a treat!

    Can I ask one more thing please.

    Enfold is set up to default to a sidebar on sub-pages including all the pages sub-menu in that section.

    However, they do not appear in the order set up in the top-line menu options. Would I have to make a custom menu to over-ride this?

    Many thanks
    Helen

    #706643
    LAVision
    Participant

    When viewing events (the events calendar single event view) on an iPhone, the event information which is normally on the left-side of the screen in a desktop browser (e.g. google calendar, event details, EVENT TICKETS (when using modern tribe’s event tickets plugin which is my MAIN CONCERN)) is not viewable / it’s just not there at all (although there does seem to be a lot of empty space where it should be, before the footer appears). (As an urgent priority, I’d be happy just to get the ‘event tickets’ element down in the body of the main event text as a fast work around, as all the other info on the left I can duplicate in the main body of the text. But I can’t duplicate the event-tickets functionality.

    Similar problem to the poster in this thread:

    HERE

    We have events scheduled and thus a TIMELY response would be fantastic, otherwise people using the iPhone browser will have issues.

    Thank you.

    • This topic was modified 9 years, 4 months ago by LAVision. Reason: more details
    #706642
    Casualmonkey
    Participant

    Hello Enfold,

    I have a question about 30 px or so blank grey space on top of my header.
    I have tried to go trough my settings, but I can’t find a solution.
    Please see the attached link.

    I hope you can help me solve my problem,

    Have an awesome day!
    Kind regards,
    Gustav

    LAVision
    Participant

    Hello.

    1) I just noticed that events (using events calendar) (single events view or list view) look VERY ugly in Firefox, but just fine in Safari.

    LIST VIEW for EVENTS:

    – SAFARI: Maintains three separate columns. The photo is on the right, scaled smaller and nice
    – FIREFOX: No columns. All is on top and underneath each other; the photo is enlarged and formatting just seems sloppy.

    SINGLE EVENT VIEW:

    Same as above. In Safari (or on iPad), there’s a left-column with the event information, and a right column.

    In FIREFOX, all is on top of each other — there is no left column. Again, formatting looks sloppy and completely different.

    I was previously reading this thread: https://kriesi.at/support/topic/enfold-with-modern-tribe-the-events-calendar-woocommerce-tickets/ In order to try and fix the same problem that person was having, but I had no luck, and to the best of my knowledge, undid what I had tried. I honestly don’t know if the problem was there before I tried that or not, because I always used Safari and just happened to use Firefox and noticed the issue.

    In the “ugly” view of Firefox with no lefthand column (I’m using the Enfold / Church theme by the way), you’ll notice the “social share bar” is overlaid with the text below — I’d like to get some space in between the two…

    Thank you.

    • This topic was modified 9 years, 4 months ago by LAVision.
    #706632

    Hi Chris,

    I would recommend that you create another slider with images better adapted to small screens. You can assign custom CSS classes to all builder elements if you follow this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    You can then hide/show the correct slider using CSS like this:

    @media only screen and (min-width: 768px) {
    .slider-desktop {
      display:block !important;
    }
    .slider-phone {
      display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .slider-desktop {
      display:none !important;
    }
    .slider-phone {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    #706630

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Please feel free to change the url for the background image in the below code.

    @media only screen and (min-width: 768px){
    .html_header_top.html_header_sticky #top.blog #wrap_all #main,
    .html_header_top.html_header_sticky #top.single-post #wrap_all #main {
        max-width: 70vw!important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }}
    .wrap_all {
    	background: url(/wp-content/uploads/2013/08/main-bg_tile.jpg) #F5F5F5;
    	background-size: cover;
    	background-position: fixed;
    }
    

    Please check attached screenshot. The code will make the blog archive and post page look like a boxed layout and we add a background image via css to it’s parent div.

    Best regards,
    Vinay

    nmohammed1970
    Participant

    Hi Friends,

    I have couple of issues,
    Issue 1
    I’m facing very strange issue with safari browser. http://carolco.recallstudios.com
    video plays and ends at the last frame, when the above page link opened in the safari browser of mac book the last frame size looks normal, but when go to other tabs and comeback to this page, the image is zoomed and visible partial. how can I stop the video from zooming.
    Issue 2
    this page has image in the background http://carolco.recallstudios.com/about/#contact. Image is visible on all the browsers but not on the iphone6 browser

    Please help me to fix this.

    Regards,
    Raghu.

    • This topic was modified 9 years, 4 months ago by nmohammed1970.
    #706627
    frankeee
    Participant

    I have one more problem with the code snippet from kriesie and Guenni007 (thanks a lot for your help). The problem: If I put submenu Items to the menu, the distance to the top changing. You can see this also on Guenni007 testing page:

    Here you can see a Screenshot of the problem:
    http://pietsch-pm.de/test/screen.png

    And her you will find the code snippet:
    https://kriesi.at/support/topic/mobile-menu-effect/

    Hope somebody can tell me whats the reason for this problem.

    #706625

    Hi Rikard,

    Thanks for getting back to us.

    I’ve got the site on my local machine. The question is not specific to one site. It’s a generic question about how to get the new menu shown in the Creative Studio demo, to be the mobile version menu (max-width: 768px) but still have the normal text based menu in desktop.

    Hi,

    Nice site, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-post .entry-content p {
    line-height: 150%
    margin-top: 31px;
    margin-bottom: 27px;
    text-align: justify;
    text-justify: inter-word;
    }
    

    Best regards,
    Vinay

    #706617

    Hi Jangdom,

    Sorry for the late reply, please try this to set the margin above the container element lower on your front page:

    
    .home .column-top-margin {
        margin-top: 40px !important;
    }

    Best regards,
    Rikard

    #706608

    Hi,

    I think it should be possible with CSS; try something like this in Quick CSS:

    #top .logo {
        overflow: visible;
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 10000;
        width: 200px;
    }

    Best regards,
    Rikard

    #706605

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #706584

    Hi,

    If you want greater control of the image used for smaller devices you can add another color section to only show on mobile devices, and upload an image better adapted to that screen size. Give your color sections unique ID’s in the element options, then you can use CSS like this to show/hide them for the correct screen sizes:

    @media only screen and (min-width: 768px) {
    #section-desktop {
      display:block !important;
    }
    #section-phone {
      display:none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    #section-desktop {
      display:none !important;
    }
    #section-phone {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    #706552

    Hi,

    Add a padding to the right edge of the comment container.

    @media only screen and (max-width: 767px) {
        #top .comment_text {
           padding-right: 20px;
       }
    }

    Best regards,
    Ismael

    Hey jpiacenti,

    Thank you for using Enfold.

    You can use the “avf_title_args” filter to adjust the title of the archive page. Examples:

    // https://kriesi.at/support/topic/change-custom-post-type-page-title/#post-671870
    // https://kriesi.at/support/topic/theme-child-remove-archive-for-category/#post-704403
    // https://kriesi.at/support/topic/the-events-calender-remove-breadcrumbs-from-single-event-page-and-others/#post-704283

    You might need to use the is_singular or is_tax conditional function.

    Best regards,
    Ismael

    #706542

    Hi,

    Is this the contact form? https://lmsdev.advancedministries.com/contact/

    Please replace the code in the functions.php file.

    add_filter('avf_form_from', 'avf_change_cf_from', 10, 3);
    function avf_change_cf_from($from, $new_post, $form_params) {
        $from = urldecode($new_post['2_1']);
        return $from;
    }

    Do you have any smtp plugin installed? Note that this might not work properly on certain email server configurations.

    Related thread: https://kriesi.at/support/topic/contact-form-emails-no-longer-working/#post-635068

    Best regards,
    Ismael

    #706524
    1lizcollins
    Participant

    Hi there,

    I need to add a blog to my homepage that mirrors the design of the blog page (small thumbnails to the left of the title and excerpt text). I’ve tried the advice in this post with no luck:

    I also saw advice to use a sidebar but this won’t work for the homepage, where I do need the advanced editor to lay out all elements for the page. Can you help me get this sorted? Link below, scroll all the way down to see the blog feed.

    #706521
    Kaspor
    Participant

    Hi,
    The Animated Countdown stopped working this week on my site.
    I deactivated all plugins, but the problem still occurred.
    (The date is upcoming of course. The details takes place on the site, but it is all white. nothing displays)

    The links are below.
    Thanks a lot for your help!

    #706495
    1lizcollins
    Participant

    Hello there,

    Awesome theme – thank you! I’d like to add a short separator between each blog post on the main blog page of my site. I’d like it to look just like the short separator that I can add using the advanced layout builder (small circle at the left end connected to a straight, short line). I’ve tried the directions I found in this post:

    with no luck. Can you help? Thanks in advance!

    #706493
    BugfreeSystems
    Participant

    In enfold v3.8 using HTTPS, LayerSlider WP is rising an error in browser console:

    Laden von gemischten aktiven Inhalten “http://www.cloudboxtogo.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.css” wurde blockiert.
    …pe||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){…

    The solution in https://kriesi.at/support/topic/enfold-layerslider-wp-with-https-issue/ doesn’t work anymore.

    Can anyone help me with this issue?

    #706488

    In reply to: Mobile Menu Width

    Here’s the code we currently have:

    @media only screen and (max-width: 1145px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }

    #mobile-advanced {
    max-width: 360px!important;
    }

    The reason is so that our menu doesn’t shrink and go over top of media elements when on a desktop or iPad.

    With this code now, the mobile menu is not usable on iPad, but works on mobile.

    #706480

    In reply to: Mobile Menu Width

    Tried that, although to test on my desktop it puts the menu over to the right and I cannot see it at all…

    Hey Daniela,

    Sorry for the delay, I checked your site on chrome desktop in resized version and on my android phone in both the site looks same. (screen shoot attached)

    Would you mind posting us more info which browser/device you are seeing this issue on and a screenshot/mockup of the same? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 4 months ago by Vinay.
    #706471

    In reply to: Where element.style?

    Hallo Yigit,

    Im offline, again:
    Where can I find the source code:

    element.style {
        background-attachment: scroll;
        background-image: url("http://localhost/wp-content/uploads/2016/01/luxusnet-lp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    #################################
        height: 437px;
    #################################
        top: auto;
        transform: translate3d(0px, 65px, 0px);
    }

    I would like height: change.
    That’s all I want. Image inserted via color-section / section Background!

    l.G. hgx

    #706464

    Topic: Question about RSS

    in forum Enfold
    CPM_usa
    Participant

    I had found this thread related to my issue
    https://kriesi.at/support/topic/open-a-rss-feed-in-new-window/

    I put the script into my function file, but nothing happens.

    Any wisdom would be appreciated. Thank you

    #706460

    Hi,

    Copy and paste the below shortcode in an empty page. Save it and activate the layout builder by clicking on the “Advanced layout builder ” button on the page. This will allow you to easily edit the elements in advanced layout builder.

    [av_section color='alternate_color' custom_bg='' src='https://kriesi.at/themes/enfold/files/2013/06/slide3_bg.png' attachment='' position='top left' repeat='stretch' attach='fixed' padding='large' shadow='no-shadow' id='']
    [av_one_third first]
    
    [av_icon_box icon='59' position='top' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='2' position='top' title='Mobile Ready' link='' linktarget='no']
    Cum sociis natoque. Aenean comenean commodo ligmenean commodo ligula eget dolor. Aenean massa.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='36' position='top' title='SEO Optimized']
    Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dopiscing elit.
    [/av_icon_box]
    
    [/av_one_third]
    [/av_section]
    

    Best regards,
    Vinay

    #706454

    Hey lmanney,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-550 .avia-section.av-minimum-height .container .content {
        vertical-align: top!important;
        padding: 50px 0 0 0;
    }
    

    Best regards,
    Vinay

Viewing 30 results - 88,681 through 88,710 (of 142,852 total)