Forum Replies Created

Viewing 30 posts - 26,941 through 26,970 (of 34,576 total)
  • Author
    Posts
  • Hey tacast,
    Try this code in the General Styling > Quick CSS field:

    #top.home .phone-info.with_nav a {color: #fff !important;}

    Best regards,
    Mike

    in reply to: Add and center images in socket area #961334

    Hey belinger,
    I recommend removing your center tag, as it is not use anymore, but could cause cross-browser issues, I would then have a span there with a class, not a div, as a div is a block element & span is inline-block.
    I notice that your “center” is also including your social icons, you will not want this when you use the span
    So in your socket you will want to use float: none;
    and to center try using:

    .socket.class {
        display: flex;
        justify-content: center;
    }

    Typically this works well, please try.
    I hope I made since while trying to explain :)

    Best regards,
    Mike

    Hi,
    Thank you for that. I found that our screens are a little different in sizes, so on my screen the masonry was up a little more to trigger the animation, while on your screen was not.
    So I did two things to correct, first I added the code to a code block on the page to ensure it would trigger. Second I removed 20px of top margin from the special heading via WordPress > Customize > Additional CSS, to bring the masonry up just a little so it will work, or at least I think it will for you now.
    Please check, Thank you.

    Best regards,
    Mike

    in reply to: Topbar info alignment #961317

    Hi,
    Oh I see, you want both to the right all of the time, please remove the above code so we can try again.

    Best regards,
    Mike

    in reply to: Error W3C #961315

    Hi,
    Thank you for that, these “errors” are not real errors in the code, but required by the theme to work correctly. W3C is only pointing out what it doesn’t recognize. We recommend to not modify the code as it may brake the site.

    Best regards,
    Mike

    in reply to: Advanced LayerSlider (for WP) does not work #961313

    Hi,

    @Illingco
    Thanks for the staging site login, but can you include the staging site url.

    Best regards,
    Mike

    in reply to: Layer Slider, Background Video and Chrome #961311

    Hi,

    @jonesthelight
    sorry I should have been clearer.
    Can you please test your video link with this code added to the end:

    ?autoplay=1&loop=1

    Best regards,
    Mike

    in reply to: Scrolling text new color #961309

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    Hi,
    Glad we could help, let us know if we can be of more assistance on this.

    Best regards,
    Mike

    in reply to: Modal content element (page) #961306

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Footer links not working on mobile #961305

    Hi,
    Thanks, I looked again and noticed that the last two links, under “Other Links” in the footer are PDF’s while on my Android they do open the file, Chrome mobile emulator gives the error:
    “Resource interpreted as Document but transferred with MIME type application/pdf”
    Is your issue those last two links, or all of them?

    I also notice you have a 404 error for the css file in the Private Content area, do you recognize the path as a plugin or something else? It would be a good idea to remove or fix the link.

    Best regards,
    Mike

    in reply to: Scrolling text new color #960775

    Hi,
    It looks like in the first marquee this has been added around the text:

    <font color="009FE3"> ... </font>

    which you can apply to the second marquee and change the color. Is this a plugin or a script in a code block?
    I believe you can add your logo within the text by adding this code:

    <img height="100" width="300" src="https://kyramedias.com/wp-content/uploads/2017/11/logo-kyramedias.gif" alt="Kyramedias" scale="0" style="max-height: 44px;">

    You could try adding the icon shortcode to the end of your other marquee, to get the shortcode use the “magic wand tool” in the default editor and choose the icon you wish. Please read this for more info.
    But if you are using a plugin, I’m not sure this will work for you until we take a closer look.

    Best regards,
    Mike

    in reply to: Modal content element (page) #960771

    Hey katak97,
    There is not a element that does this, but we have two ways to do this, This one creates a popup “modal” and this one opens any link to another page in a lightbox by adding ?iframe=true to the end of the link.

    Best regards,
    Mike

    in reply to: Missing menu – Screenwidth between 990 and 1180 px #960749

    Hey dalboslampen,
    I see that the burger menu is replaced by the main menu at that size.
    Did you want the burger menu at that size? What size do you want the main menu to start?

    Best regards,
    Mike

    in reply to: Topbar info alignment #960743

    Hey jeffwcy,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1023px) { 
    .sub_menu {
        float: right !important; 
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 1023px) {
        .sub_menu {
        margin-left: 45% !important; 
    }
    }

    Best regards,
    Mike

      Hi,
      Glad we were able to help, we will close this now. Thank you for using Enfold.

      For your information, you can take a look at Enfold documentation here
      And if there are features that you wish Enfold had, you can request them and vote the requested ones here
      For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

      Best regards,
      Mike

      in reply to: Website header display without css in chrome… #960705

      Hi,
      Glad we were able to help, we will close this now. Thank you for using Enfold.

      For your information, you can take a look at Enfold documentation here
      And if there are features that you wish Enfold had, you can request them and vote the requested ones here
      For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

      Best regards,
      Mike

      in reply to: Enfold – Responsive Multi-Purpose Theme #960702

      Hi,
      Glad we were able to help, we will close this now. Thank you for using Enfold.

      For your information, you can take a look at Enfold documentation here
      And if there are features that you wish Enfold had, you can request them and vote the requested ones here
      For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

      Best regards,
      Mike

      in reply to: Enfold SVG logo and a different logo for Rich Snippets #960701

      Hi,
      Is there anything else we can assist with on this issue, or shall we close this then?

      Best regards,
      Mike

      in reply to: Child themes #960656

      Hi,
      Thanks @razhimself, this is great advice.

      @agrebstein
      Read about child theme’s & Get it here

      Best regards,
      Mike

      in reply to: search field in the middle of the page #960655

      Hi,
      Please see this solution

      Best regards,
      Mike

      in reply to: Layer Slider, Background Video and Chrome #960647

      Hi,
      Sorry I get this error:

       this goo.gl shortlink has been disabled. It was found to be violating our Terms of Service

      Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
      In your new thread please provide admin login info and detail your issue.

      Best regards,
      Mike

      in reply to: Comments not showing in posts #960645

      Hi,
      USA

      Best regards,
      Mike

      in reply to: Website header display without css in chrome… #960640

      Hey imagevo,
      You are getting this error:

      Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://sequentia.fr/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.6-78496d1".

      I believe this could be due to your old plugins, please try disabling or updating them.
      This could also be due to your file permissions, please read this to see if they are correct.

      When did you notice this, before or after you updated, and how did you update?

      I have found a quick fix, which is to copy your /wp-content/uploads/dynamic_avia/imagevo_sequentia.css to your child theme stylesheet, but this doesn’t fix the error, only restores your header style.

      Best regards,
      Mike

      in reply to: Problem before updating Enfold 4.3.1 #960626

      Hi,
      The debug mode is currently activate on your site, but for future reference please read this

      Best regards,
      Mike

      in reply to: Tracking button clicks (Google conversions) #960622

      Hey mantas0527,
      Please try placing both in Enfold Theme Options > Google Services > Google Analytics Tracking Code box.
      The box inserts any code into the head of your site.

      Best regards,
      Mike

      in reply to: Footer page demo shortcode #960621

      Hey Sophie,
      Here’s the shortcode from the demo footer

      [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='footer-template' color='footer_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='diagonal_bt' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-jfgi5bwp']
      [av_buttonrow alignment='center' button_spacing='20' button_spacing_unit='px' av_uid='av-jfj7zffg' admin_preview_bg='']
      [av_buttonrow_item label='Follow me on Twitter' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8f1' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-13flxu' icon_hover='']
      [av_buttonrow_item label='Follow me on Facebook' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8f3' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-y5cei' icon_hover='']
      [av_buttonrow_item label='Follow me on Dribbble' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8fe' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-rviru' icon_hover='']
      [av_buttonrow_item label='Follow me on Instagram' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue909' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-m6ojm' icon_hover='']
      [av_buttonrow_item label='Follow me on LinkedIn' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue8fc' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-gz0de' icon_hover='']
      [av_buttonrow_item label='Get in touch' link='manually,#' link_target='' size='large' label_display='av-button-label-on-hover' icon_select='yes' icon='ue805' font='entypo-fontello' color='black' custom_bg='#444444' custom_font='#ffffff' av_uid='av-xw4y' icon_hover='']
      [/av_buttonrow]
      
      [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='#eaeaea' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='#000000' icon='ue808' font='entypo-fontello' av_uid='av-jfj8eyp1' admin_preview_bg='rgb(255, 255, 255)']
      
      [av_one_third first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2gdk2']
      
      [/av_one_third][av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-lejfe']
      
      [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jfiohzkt' admin_preview_bg='']
      <h4 style="text-align: center;">Subscribe</h4>
      <p style="text-align: center;">Get our latest news, tips and tricks</p>
      [/av_textblock]
      
      [av_contact  (Email address hidden if logged out) ' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color='av-custom-form-color av-dark-form' av_uid='av-jfiogcbk' admin_preview_bg='']
      [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_three_fourth' multi_select='' av_contact_preselect='' av_uid='av-fmhgi'][/av_contact_field]
      [/av_contact]
      
      [av_textblock size='12' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jfiohzkt' admin_preview_bg='']
      <p style="text-align: center;"><a href="#">About</a> | <a href="#">Imprint</a> | <a href="#">Contact</a> | <a href="#">Terms</a></p>
      [/av_textblock]
      
      [av_textblock size='12' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jfiohzkt' admin_preview_bg='']
      <p style="text-align: center;"><a href="http://kriesi.at">© 2018 Enfold by Kriesi</a></p>
      [/av_textblock]
      
      [/av_one_third][av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' link='' linktarget='' link_hover='' padding='0px' border='' border_color='' radius='0px' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-6l59m']
      
      [/av_one_third]
      [/av_section]
      
      

      Best regards,
      Mike

      in reply to: Maintenance mode page not loading #960611

      Hey Multispace,
      Can you please include a admin login in the private content area so we can take a closer look.

      Best regards,
      Mike

      in reply to: Mandatory Opening Screen #960608

      Hey Klaus-Peter,
      We could help you create your own in Enfold, but you could use a plugin, such as:
      Popup Maker and create one very fast and easily style it to suit your needs.

      Best regards,
      Mike

      in reply to: Advanced LayerSlider (for WP) does not work #960602

      Hey Illingco,
      Can you please include a admin login in the private content area so we can take a closer look.

      Best regards,
      Mike

    Viewing 30 posts - 26,941 through 26,970 (of 34,576 total)