Forum Replies Created
-
AuthorPosts
-
Hi,
I tested your debug code on my localhost and found that the paragraph needs to be inline-block, as after 1240px the hr falls to the end.p {display: inline-block !important; }
I recommend adding the page-id to the css also so it will only effect that one element.
I also recommend putting your image in a 1/2 column and your text in a different 1/2 column as the image height causes the first paragraph to have a big gap before the hr in screen sizes 1440px and above.Best regards,
MikeHey Pepe2014,
From what I see, you have “shrinking header” activated in Enfold Theme Options > Header
Your header in shrinking but the menu does stay in place, is that what you mean?
please see screenshot in 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,
MikeHey coeval,
A quick fix would be to add this code in the General Styling > Quick CSS field:#leistung,#herren,#kinder,#damen,#preise,#beispielfotos,#av_section_6 {background-image: none !important; }
or if you please include a admin login in the private content area, we can take a closer look to remove it from those sections.
Best regards,
MikeOctober 21, 2017 at 4:30 pm in reply to: Layerslider not working after upgrading enfold theme #867069Hi,
Please add to your Dropbox or Google drive, and post the link Private Content area.Best regards,
MikeHi,
Sorry to hear you are still having this issue, I tried to login but it seems to not be working right now, can you please update the login info.
To recap, you would like all of your css in the Quick CSS to work from the child theme css instead?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I looked for your newest draft and opened it to confirm your errors, yet I only found one error, a 404 onwp-admin/%7Bdefault_value%7D
which is from the Accelerated Mobile Pages plugin, also reported here: Add New Post ‹ Test site — WordPress
I also received a 500 error onsapi.zemanta.com/service
which seems to be a advertising company.
Odd this I didn’t see the same errors as you did in Chrome, and in Edge & Firefox I received no errors. I’m on Win10 so my Safari is very old. Are you using Safari on iOS?
In Chrome, Firefox, & Edge I was able to load and use the advanced builder. Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. If that doesn’t help please post your OS and browser version, and if it is Safari, I’ll ask for a teammate with the same test your site.
Please see screenshot in Private Content area.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-1346 .alternate_color .avia-gallery-big,.page-id-1346 .alternate_color .avia-gallery img { background-color: transparent !important;}
I added the page-id so it will only work on that page, but you can remove it if you wish.
Best regards,
MikeHi,
I believe that is possible. Did you test with a iPad and Safari? I don’t have one.Best regards,
MikeHey Boeckske23,
Your second screenshot is not working, so I’m guessing a little here, please try to use the full url to your image like this:.av-caption-image-overlay-bg{ background-image: url("https://127.0.0.1/wp-content/uploads/2015/07/service_bg.jpg"); }
You may wish to add no-repeat and a background size also:
.av-caption-image-overlay-bg{ background-image: url("https://127.0.0.1/wp-content/uploads/2015/07/service_bg.jpg"); background-size: cover; background-repeat: no-repeat; }
But I’m not sure if that was your issue, please try adding the second screenshot again.
Best regards,
MikeHey tonydobrevski,
For the shadow to be lighter and smaller on hover use the code:.avia-image-container-inner { box-shadow: 4px 4px 8px #666666; padding: 5px; } .avia-image-container-inner:hover { box-shadow: 2px 2px 4px #a3a3a3; padding: 5px; }
Note that the first half is your code, the second half is the hover code.
Best regards,
MikeHi,
Can you explain what is the maximum size you would like the images to reach? Have we helped you with this issue on a different page before?Best regards,
MikeHi,
I tested in Chrome, Edge, Firefox, & Safari in Windows 10, and couldn’t recreate the error. Which browser and device are you using to see the error? Do you have any other browsers on the same device? Please try clearing your browser cache to see if that helps.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
@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,
Mike -
AuthorPosts