Forum Replies Created

Viewing 30 posts - 55,441 through 55,470 (of 92,408 total)
  • Author
    Posts
  • in reply to: Redbubble Link #924826

    Hi,

    Thanks for the feedback. We’ll keep the thread open in case you should need any further help.

    Best regards,
    Rikard

    in reply to: How to add extra elements in shorcutcodes #924395

    Hey Hafeez Ullah,

    There is no support for that using shortcodes unfortunately, you will have to add your markup before or after the shortcode.

    Best regards,
    Rikard

    Hi,

    I’m not saying that the tag doesn’t work, I’m saying that it’s not included in html5 so it’s better if you use a div tag or something similar, and center the text using CSS:

    <div style="text-align:center;">My text</div>

    Or just let us know what part you want to center and we’ll give you CSS to use.

    Best regards,
    Rikard

    • This reply was modified 7 years, 4 months ago by Rikard.
    in reply to: Menu Overlaps Logo #924383

    Hey trishac,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1260px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    Hi,

    Finding the right optimisation plugin is basically trial and error, though you can find some recommendations or pointers in this thread: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/

    Best regards,
    Rikard

    in reply to: After update Enfold 4.2.6 some images do not appear #924381

    Hi,

    Could you post a link to where we can see the problem please?

    Best regards,
    Rikard

    in reply to: Error when saving Pages #924380

    Hi again,

    Do you know what version of PHP you are running on the site? We recommend having 5.6 or above that. The messages you are seeing are not really errors, only warnings, so it shouldn’t affect any functionality on your site. Did you make sure to turn WordPress debug off? If not then please try to do so, you’ll find instructions here: https://codex.wordpress.org/WP_DEBUG

    You could also try to turn off all plugins in case there is a conflict coming from them, though I don’t think it’s likely. I haven’t been able to reproduce the problem on a local installation, so I think it’s due to some configuration on the server your site is hosted on.

    Thanks,
    Rikard

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Reduce image size on mobile #924320

    Hey emanuelecocchiaro,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #team img {
        max-width: 80% !important;
        display: table !important;
        margin: 0 auto !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 4 months ago by Rikard.

    Hi kellyCraftMedia,

    No problem, glad you found the link helpful :-)

    Best regards,
    Rikard

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    input#bbp_search {
        background: #000 !important;
        color: #fff !important;
    }

    Best regards,
    Rikard

    in reply to: Change Blog Post Title #924310

    Hey juliettew80,

    I think you would have to unset the page in the theme options then, look for the And where do you want to display the Blog? option.

    Best regards,
    Rikard

    in reply to: Enfold Showcase #924309

    Hi mrjohnson2,

    Thanks for sharing and for the kind words, much appreciated :-)

    Best regards,
    Rikard

    in reply to: Enfold Showcase #924308

    Hi mrjohnson2,

    Thanks for sharing and for the kind words, much appreciated :-)

    Best regards,
    Rikard

    in reply to: Trouble Loading theme #924302

    Hi,

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

    Best regards,
    Rikard

    in reply to: Delete – in Title #924301

    Hey nli,

    I think you should be able to set that in the general Yoast SEO settings, or on the actual page in the Yoast settings.

    Best regards,
    Rikard

    in reply to: How to create titles on pictures for blog posts #924300

    Hi,

    If you want to import the page Victoria linked to then you can activate debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Then you can paste this shortcode to a new page:

    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2017/02/banner-news-alt.jpg' attachment='1057' attachment_size='full' attach='scroll' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
    [av_heading heading='Latest News<br/>Everything thats going on at Enfold is collected here' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='0' color='custom-color-heading' custom_font='#ffffff' admin_preview_bg='rgb(34, 34, 34)'][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='rgb(34, 34, 34)']
    
    [av_textblock size='' font_color='custom' color='#dddddd' admin_preview_bg='rgb(34, 34, 34)']
    <p style="text-align: center;">Hey there! We are Enfold and we make really beautiful and amazing stuff.
    This can be used to describe what you do, how you do it, & who you do it for.</p>
    [/av_textblock]
    [/av_section]
    
    [av_masonry_entries link='category' sort='no' items='6' columns='3' paginate='load_more' query_orderby='date' query_order='DESC' size='fixed' gap='large' overlay_fx='active' id='' caption_elements='title excerpt' caption_styling='overlay' caption_display='always' color='' custom_bg='']

    Best regards,
    Rikard

    in reply to: Navigation Wrapping Issue #924295

    Hey Kelly,

    It’s unfortunately very difficult to get them not to do that without changing the look of the menu items. I personally think it’s a much better idea to have the mobile menu kick in earlier. If you want to try that out then you can use this in Quick CSS:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Just change the value 1024 to the pixel width you want the mobile menu to be active at.

    Best regards,
    Rikard

    in reply to: Navigation Wrapping Issue #924294

    Hey Kelly,

    It’s unfortunately very difficult to get them not to do that without change the look of the menu items. I personally think it’s a much better idea to have the mobile menu kick in earlier. If you want to try that out then you can use this in Quick CSS:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Just change the value 1024 to the pixel width you want the mobile menu to be active at.

    Best regards,
    Rikard

    in reply to: internal server error 500 after update 4.2.6 #924293

    Hey 1000zen,

    Thanks for the login details, I see that you running 4.0.7, though we would need to see the actual problem in order to investigate it. Maybe you could run 4.2.4 instead? If you want to try that out you can find it in private.

    Best regards,
    Rikard

    in reply to: Full Width Button Bug? #924290

    Hi Rob,

    Thanks for the feedback. We’ll leave it open :-)

    Best regards,
    Rikard

    in reply to: Woocommerce product name first on mobile #924289

    Hey tdutkowski,

    Could you post a link to an example page so that we can have a closer look please?

    Best regards,
    Rikard

    in reply to: Logo NOT en empty strong tag #924282

    Hi Alex,

    Yes the logo is not inside of a span tag, though you are not running the latest version of the theme so your might have to update manually via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    Hi,

    I couldn’t load your site just now, but if they all have separate id’s then I think so yes. Unless you can target an element above them in the DOM tree? For instance:

    .element-above-your-spans span {
      color:#000 !important;
    }

    Best regards,
    Rikard

    in reply to: Columns are messed up after theme update #924264

    Hey DROR,

    Thanks for the screenshots. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please point out the pages where we can reproduce the errors.

    Best regards,
    Rikard

    in reply to: Side bar isn´t visible #924261

    Hey seykom,

    That is likely because you are using full width element on that page. Please try to add a 1/1 element with some content to it under the present content to see if that works. Also, you are running an old version of the theme. Please consider updating: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    in reply to: Urgent – http 500 error after update #924259

    Hey johnniemeijer,

    Could you try to restore your site from a backup? If you should need to revert to an earlier version then you can find the theme files in private. http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    in reply to: Woocommerce error in Enfold #924257

    Hi,

    Thanks for that, though I can’t see any error messages on either the front- or back-end. Could you link directly to a page where you are seeing this error message please?

    Best regards,
    Rikard

    in reply to: Half image clickable #924255

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Enfold conflict with Woocommerce #924254

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 30 posts - 55,441 through 55,470 (of 92,408 total)