Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHi,
I was able to import the demo with no errors this time.
Let us know if we can be of further assistance.Best regards,
MikeOctober 15, 2017 at 3:58 pm in reply to: wrong main content position when using sticky header #864501Hi,
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,
MikeOctober 15, 2017 at 3:10 pm in reply to: horrible grey shadow under some images (Partner/Logo Elements) #864491Hi,
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,
Perhaps these qtranslate guides will help:
Integration Guide
TroubleshootingBest regards,
MikeOctober 15, 2017 at 3:41 am in reply to: Main menus in logo area have a bullet character next to them? why? #864382Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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 FileRewriteEngine 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,
MikeHi,
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-enfoldBest regards,
MikeHey,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey 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,
MikeHey 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,
MikeHi,
Try this code in the General Styling > Quick CSS field:#nav_menu-4.widget_nav_menu {left: 100%!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey 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,
MikeHi,
Try to update manually via FTP: WordPress and Enfold
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
You are still getting a 500 internal server error on the admin-ajax.php WordPress file. Please try contacting your hosting provider to see what the server issue is.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.
Can you also include FTP access, I see you want the Gym demo?Best regards,
MikeHey tliebl,
Importing a new demo will overwrite the existing theme options and add the content and menu items from the demo.
Are you planing to start over or do you want to save your content?Best regards,
MikeHey rhascall,
When your site was on the reseller account was it a https ?
because you are getting many 404’s for resources pointing to a https, if this is true I would suggest using the plugin Better Search Replace and search for https://www.cnstingrays.com/ and replace with http://www.cnstingrays.com/
* first test using the setting “Dry Run”
Also check that you are not using a ssl plugin that forces https
Another thought is that the reseller account still has the domain listed as a add on domain
Best regards,
Mike -
AuthorPosts