Forum Replies Created

Viewing 30 posts - 30,451 through 30,480 (of 33,834 total)
  • Author
    Posts
  • in reply to: Mobile menu not working #864558

    Hey frammies,
    I seem to be getting a 403 error, are you blocking IPs?

    Best regards,
    Mike

    in reply to: Strange characters show on certain text on ipad #864556

    Hey alexandervellguth,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Mailchimp integration #864547

    Hi,
    shall we close this then?

    Best regards,
    Mike

    in reply to: Mobile Menu To Faint To See #864546

    Hey clickrepublic,
    Your autoptimize cache has the color set to “#333 !important;” which is basically black from your main menu.
    Try deactivating the plugin and clearing your cache to see if it corrects it self.
    If you are minimizing your css with the plugin try unchecking that option.

    Best regards,
    Mike

    in reply to: Adding videos to portfolio #864543

    Hi,
    Ok, after looking at your site I believe you want to link your videos to your masonry gallery on your front page, so I got one of them working for you, “Go Beyond” When you click on the image the video will popup in a lightbox and play.
    First I opened the masonry gallery > edit gallery and clicked on the image to link the video to.
    In the ATTACHMENT DETAILS at the bottom you’ll see “Custom Link” I added your video url that I got from your Media Library with “?iframe=true” at the end, like this:

    http://www.YourDomain.com/wp-content/uploads/2015/02/GoBeyond-v01.mp4?iframe=true

    and then saved. Please see screenshots in Private Content area.
    Hope that helps

    Best regards,
    Mike

    in reply to: Google API key is not configured correctly #864539

    Hi,
    While I believe that people are not looking to steal your api usage because getting one is free, my goal in suggesting this was to first get you up and running and then figure out why you can’t restrict your key.
    Now that it is working lets fix your RetiredVersion error. Add this code to your Enfold Theme Options > Google Services > Google Analytics Tracking Code box:

    <script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=your_api_key_here"></script>

    replace “your_api_key_here” with your key.
    Then try to set your domain restriction, perhaps without wild cards to start. Remember it can take up to 5 minutes for your settings to take effect.

    Best regards,
    Mike

    in reply to: CF7 Columns #864536

    Hi,

    @Guenni007
    Thanks for sharing

    Best regards,
    Mike

    in reply to: CF7 Columns #864532

    Hey PaulBakker,
    In contact form 7 create your form like this:

    <div class="cf7">[text* your-name placeholder "Your Name"] [email* your-email placeholder "Your E-Mail"] [submit "Send"]</div>

    Put your shortcode in a code block element
    and add this css in the General Styling > Quick CSS field:

    .cf7 {width: 700px !important; }
    span.wpcf7-form-control-wrap {
     display: inline-block;
     width: 300px;
    }

    2017-10-15_134136

    Best regards,
    Mike

    in reply to: Color of Main Menu Changes #864524

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header transparency and spacing on other pages #864522

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

    Best regards,
    Mike

    in reply to: Can't save changes to one of the pages #864521

    Hi,
    I disabled the “1&1 WP Wizard” plugin and your site seems to be running better now, although some java scripts are not functioning correctly, please ask your host to check the file permissions of your WordPress and if they have any security settings blocking your site.
    Here’s some more info: Fix File and Folder Permissions

    Best regards,
    Mike

    in reply to: Link Pop up maker to button #864518

    Hey Darren,
    To open pages in lightbox using an iframe, create a link like this in a code block element:

    <a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Page</a>

    To open shortcode in a lightbox follow these steps:
    https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439

    Best regards,
    Mike

    in reply to: Color section with slanted border issues #864517

    Hey fkadmin99,
    You are correct, the option should be under “Section Bottom Border Styling”. I see you have many custom functions to expand the builder and I believe one of the has broken that option. I have enabled the debugger and copied your page to a clean install where the option came back, so I suggest deactivating you custom functions one by one to find the issue. If that doesn’t help try doing the same with your plugins.

    Best regards,
    Mike

    in reply to: Grid Row content width issue #864509

    Hi,
    Unfortunately, you can’t constrain the grid row element on the main container. It will always be full width unless you use the boxed layout. What you can do is to add a custom css class on the grid row element to specify the width of the grid on different screen sizes using media queries.
    As an example I added classes .lcell & .rcell to your first two cells
    and used this css:

    @media only screen and (min-width: 1700px) { 
    .lcell .flex_cell_inner {max-width: 655px !important; margin-left:55%;  }
    .rcell .flex_cell_inner {max-width: 655px !important; margin-right:55%;  }
    }

    as 1700px was when the grid row began to brake out of your container & 655px is half of your container width. at 25k it looks like this:
    2017-10-15_105403
    I issue I see is the background cell images which are not contained.
    Another option is to give the container a max width and a background-color:

    #main {max-width: 1310px!important; margin: auto!important; }
    #wrap_all {background-color:#8F78A8!important; }

    2017-10-15_110717

    Best regards,
    Mike

    in reply to: less padding below Enfold Combo Widget #864504

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

    Best regards,
    Mike

    in reply to: Still can't manage upload Enfold 2017 Demo #864503

    Hi,
    I was able to import the demo with no errors this time.
    Let us know if we can be of further assistance.

    Best regards,
    Mike

    in reply to: wrong main content position when using sticky header #864501

    Hi,
    Glad to hear this helped, I have submitted this issue to the devs for review.
    We will close this now, thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Gallery Grid sorting #864489

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

    Best regards,
    Mike

    in reply to: Problem plug in qtranslateX #864384

    Hi,
    Perhaps these qtranslate guides will help:
    Integration Guide
    Troubleshooting

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Forbid access to all PDF uploads #864375

    Hi,
    The # BEGIN WordPress and # END WordPress serve as markers used by WordPress in the .htaccess file, WordPress will only modify within these markers so adding rules outside these markers will not be touched.
    Prevent Hotlinking With A .htaccess File

    RewriteEngine on
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)example.com/.*$ [NC]
    RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|png|css|pdf)$ - [F]

    Replace example.com on line 3 with your own domain name.

    Best regards,
    Mike

    in reply to: Can no longer edit image/replace images #864372

    Hi,
    Your version of Enfold is very old, please try updating it.
    Try to update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Mike

    in reply to: Can't save changes to one of the pages #864371

    Hey,
    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: Hi – Avia layout builder is not loading #864370

    Hey Mikaela Schaefer,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I’m suspicious of your CipherCoin plugin, but try disabling all of them to start.

    Best regards,
    Mike

    in reply to: Adding videos to portfolio #864369

    Hey steviespin,
    Do you mean you are trying to add videos to portfolio items or to the portfolio grid element?
    Were you able to upload the videos to the media library, or is that where you got the error?
    Perhaps including a admin login in the private content area would help us understand better.

    Best regards,
    Mike

    in reply to: Make footer widget appear only on mobile #864368

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

    #nav_menu-4.widget_nav_menu {left: 100%!important;  }

    Best regards,
    Mike

    in reply to: WooCommerce cart deprecated error in Enfold 4.1.2 #864366

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

    Best regards,
    Mike

    in reply to: Grid Row content width issue #864365

    Hey Slade,
    You are using the stretched layout so the body will stretch to full width, yet the header will stay within the container dimensions, to solve change the Enfold Theme Options > General Layout > Dimensions > Maximum Container width > 2500px
    This way the logo and menu will also stretch to full width.

    Best regards,
    Mike

    in reply to: Google API key is not configured correctly #864364

    Hi,
    Can you try to create a unrestricted key to see if that works?

    Best regards,
    Mike

Viewing 30 posts - 30,451 through 30,480 (of 33,834 total)