Forum Replies Created
-
AuthorPosts
-
November 3, 2020 at 7:12 pm in reply to: Advanced Layer slider nav arrows messed up since last theme update #1258114
Hi,
You are welcome! Glad we could help :)
Let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitNovember 3, 2020 at 7:04 pm in reply to: Advanced Layer slider nav arrows messed up since last theme update #1258111Hey,
That is probably because the code in skin.css file also has !important.
Could you please try following code as well
#top .ls-outline .ls-nav-prev, #top .ls-outline .ls-nav-next { border: none !important; }This makes selector more specific so it might have higher priority :)
Best regards,
YigitNovember 3, 2020 at 7:00 pm in reply to: Add an image on enfold's default blog page (grid model) #1258108Hi,
Yes, it will. It is actually better that you have a child theme, otherwise you would need to add the code again each time you update the theme :)
Best regards,
YigitNovember 3, 2020 at 6:59 pm in reply to: Advanced Layer slider nav arrows messed up since last theme update #1258106Hi,
Great!
Please add following code to Quick CSS to remove borders
.ls-outline .ls-nav-prev, .ls-outline .ls-nav-next { border: none !important; }Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitNovember 3, 2020 at 6:57 pm in reply to: icon box has ugly white border aligned with top of icon #1258099Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Glad I could help!
No, I am afraid that would not help. Are you using Mega Menu just to display children item below submenu item? If so, switching to normal menu and adjusting it would be simpler I think :)
Best regards,
YigitNovember 3, 2020 at 6:37 pm in reply to: Advanced Layer slider nav arrows messed up since last theme update #1258091Hi,
Have you deleted the code after testing? If you did not delete it, there might be error in your CSS code as I cannot see it on your site. You can use this website to check for errors in your custom CSS – http://csslint.net/.
If there is no error in your CSS code, could you please try adding !important and check if that helps?
.ls-outline .ls-nav-prev::before, .ls-outline .ls-nav-prev::after, .ls-outline .ls-nav-next::before, .ls-outline .ls-nav-next::after { transform: none !important; width: auto !important; height: auto !important; }Best regards,
YigitHi Jamie,
Then I think you are using an older version of the theme. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to latest version 4.7.6.4. Option should be available after that :)
Best regards,
YigitHey,
Glad you figured it out! :)
Please let us know if you have any other questions or issues and enjoy the rest of your day!
Cheers!
YigitHey Alwin,
Thanks for contacting us and sorry for the late reply!
1- Yes, you can choose to display a Large Gap and then add following code to Quick CSS in Enfold theme options > General Styling
.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 5px; margin-bottom: 5px; }2- Could you please post a screenshot and show the changes you would like to make? I am not sure if I understood the changes you would like to make clearly.
3- That would not be easily possible I am afraid. You might want to hire a freelance developer if this is something really important for you.
4- Please add following code to Quick CSS field
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: none; transform: none; }Best regards,
YigitHi Jamie,
It means you can re-activate Performance settings.
If you would like to keep merging enabled, please go to Enfold theme options > Performance > Show advanced options > Unique timestamp of merged files and WP object cache bug and choose “fix WP bug, disable unique timestamps” option. This would stop generating new files and overwrite them instead which is intended behaviour.
Best regards,
YigitHi,
If you do not mind posting FTP logins we could enable debugging mode for you. We would then need you to provide shortcodes of the footer page (using pastebin.com) so we can update following code
add_action('avia_after_footer_columns', 'new_avia_after_footer_columns'); function new_avia_after_footer_columns(){ echo do_shortcode("[your shortcode goes here]"); }If we could access the backend that would be way better of course :)
Best regards,
YigitHi Ramon,
Font size does not seem to be decreased. Please try adding !important rule as following
@media only screen and (max-width: 480px) { div table.shop_table td { font-size: 12px !important; } div table.shop_table td { padding: 6px 6px; } }By decreasing font size and padding, we are basically giving more space to button :)
Best regards,
YigitHi,
It works totally fine on my local installation so this seems to be related to either WordFence or mod security rules you might have on your server. I noticed it throws 403 error whenever I insert that unordered list to Text Block element.
So far I only have findings and no solution. I will ask my teammates for help :)
Best regards,
YigitHi!
Sorry for going back and forth without results but now I am getting “Sorry, your request cannot be accepted.” when I go to login page :)
Let us try a different approach:
– Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode in ALB
– Add following code to bottom of Functions.php fileadd_action('avia_after_footer_columns', 'new_avia_after_footer_columns'); function new_avia_after_footer_columns(){ echo do_shortcode("[your shortcode goes here]"); }– Edit the page you created to use as your footer and copy the shortcode from debugging field below ALB and replace where it says [your shortcodes goes here] in the code above
Regards,
YigitHi,
1- You had following custom CSS code in both Quick CSS and custom CSS fields:
#header #header_main .container { width: 100%; max-width: none; }I removed them. You can simply choose container width in Enfold theme options > General Layout > Dimensions > Maximum Container width
2&3- Fixing 1 must have fixed these too :)
4- I added your icons as custom links and hid them on desktop using following code in Quick CSS field
@media only screen and (min-width: 767px) { .only-mobile { display: none !important; }}5- Since those are actually customized mega menu titles, they will not look the same without further customization. If this is something really important for you, please consider to hire freelance developer for the task.
I am sorry but this thread is getting pretty complicated for me to follow. Could we go step by step with your further questions? :)
Best regards,
YigitHi,
Please do so, so we can login and check why setting page as footer is not working as expected :)
Cheers!
YigitHi Roger,
I saved your email and will be sending beta versions when they are available. Thank you! :)
Best regards,
YigitHi,
Could you please post htaccess logins as well? We need them to access to site :)
Best regards,
YigitHi,
You can use (Email address hidden if logged out) for email but please post login credentials here privately so any available moderator can look into it :)
Best regards,
YigitNovember 3, 2020 at 2:34 pm in reply to: Alignment of multiple widget with multuple items (picture + text) #1258004Hi Apflbutzn,
1- I simply prefer it for ease of access, no other reason :)
2- I created a page and the icons I would like to use, then on frontpage I inspected elements and copied HTML of icons and simply pasted them inside widget – https://imgur.com/a/rp4OHur
3- Yes, that is correct. If you need help with something specific, please post a screenshot and we will gladly help.
4- Yes, please edit your widget and wrap your icon with following HTML
<a href="mailto: (Email address hidden if logged out) "> HTML of icon here </a>5- I edited your widget once again and added additional HTML for better targeting and then added following code to bottom of Quick CSS field
.widget-icon { float: left; }Best regards,
YigitHey Roger,
I could email beta versions to you when they are available. If that sounds good to you, could you please share the email address you would like to receive privately? :)
Cheers!
YigitHi,
Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 480px) { div table.shop_table td { font-size: 12px; } div table.shop_table td { padding: 6px 6px; } }After the changes, it should look as I showed in screenshot below. Other option would be changing table but then titles would not be aligned so I hope this works for you :)
Best regards,
YigitHi,
Could you please create temporary admin logins and post them here privately? Setting your page as footer should have done exactly that :)
Cheers!
YigitNovember 3, 2020 at 1:38 pm in reply to: Advanced Layer slider nav arrows messed up since last theme update #1257988Hi,
I cannot see the error Ismael mentioned at the moment but nav icons are broken due to conflict in skin.css file. Please add following code to bottom of Quick CSS field
.ls-outline .ls-nav-prev::before, .ls-outline .ls-nav-prev::after, .ls-outline .ls-nav-next::before, .ls-outline .ls-nav-next::after { transform: none; width: auto; height: auto; }Best regards,
YigitHi,
Yes, it is for all. To target menu items separately, please use the code as following
.html_header_left #top .av-main-nav #menu-item-101 ul ul { top: -100px; }Best regards,
YigitHi @ezwebdesign,
Thanks for your continued contribution, Roger. We appreciate it :)
Best regards,
YigitHey,
Please use following code instead
.html_header_left #top .av-main-nav ul ul { top: -100px; }Cheers!
Yigit -
AuthorPosts
