Forum Replies Created
-
AuthorPosts
-
Hi,
@orkunozkaya, no we have not received your private messages, gregorh makes a great point to explain your error messages in the forum.
@gregorh thanks for your input.
@Guenni007 also thanks to you, as always :)Best regards,
MikeHi,
Yes the screenshot in the private content area was from my phone. Your site in mobile view is not how Enfold should look, so that is why I asked you to disable all of your plugins. Did you get a change to try that? After you try that also clear your browser and site cache.
Please see additional comments in the Private Content area.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
We can try to help you disable the qtranslate plugin, from what I read many other qtranslate users have this issue when they try to disable the plugin. Have you tried to ask the plugin author for assistance?
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHey Luisgasser,
Please try adding your page_id for your start page, like this:#top .page-id-1593 .flex_column_table_cell { box-shadow: 10px 10px 10px #666; }Best regards,
MikeHi,
Try this code at the end of your Quick CSS field:@media only screen and (max-width: 769px){ .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {color: #fff !important;}}Best regards,
MikeHi,
That’s great news, I don’t believe that you will have trouble again. Perhaps the issue was a combination of things, but I’m glad it’s working now. Thanks for using EnfoldBest regards,
MikeHey hallyupedia,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Sara,
Perhaps this will help: https://developers.google.com/analytics/devguides/collection/analyticsjs/eventsBest regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 15, 2017 at 10:33 pm in reply to: Warning: Illegal string offset 'id' in /../../slideshow_layerslider.php #864576Hey danielrad78,
Try this plugin: https://wordpress.org/plugins/wp-mail-logging/Best regards,
MikeHi,
Your burger menu doesn’t seem to be activating, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey ccyran,
I don’t seem to see it, can you add a screenshot from your phone?
I assume this occurs on a iPhone, do you know if this occurs in Android also?Best regards,
MikeHey frammies,
I seem to be getting a 403 error, are you blocking IPs?Best regards,
MikeHey alexandervellguth,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey 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,
MikeHi,
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=trueand then saved. Please see screenshots in Private Content area.
Hope that helpsBest regards,
MikeHi,
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,
MikeHi,
@Guenni007 Thanks for sharingBest regards,
MikeHey 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; }Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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 PermissionsBest regards,
MikeHey 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-582439Best regards,
MikeHey 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,
MikeHi,
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:

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; }Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts


