Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply, as I understand your question is for the desktop view, when I check the newly opened toggle stays in view for mobile and desktop, please see the animated gif below (you may have to click to play)Best regards,
MikeNovember 6, 2021 at 3:55 pm in reply to: Fancy Product Designer – Cannot use Basis Export for Files #1328023Hey SimonJ17,
Sorry for the late reply, I have not seen this plugin before so I tried researching it by going to the plugin site and their YouTube channel, but they don’t seem to explain the export feature that you are describing, and it seems to be a paid plugin so I can’t try it out. From your explanation it sounds like you are looking for an export option in the woocommerce order panel in the backend.
Enfold doesn’t modify the backend panel for woocommerce, so I’m not sure why you would not see this. I would recommend asking the plugin author for any ideas for possible conflicts.Best regards,
MikeHi,
Sorry for the late reply, I will try to help, I see that on mobile your site is not loading due to the AMP plugin, please disable this and any caching plugins, if I bypass the AMP plugin I see that your burger menu button is to the left and your flyout menu is transparent, is this intentional?
If your flyout menu had a background color it would look correct, for example:.html_av-overlay-side #top #avia-menu .av-burger-overlay-scroll { background: #000; }
Best regards,
MikeHi,
@mussio506 please check the solution that Rikard suggested in your thread, thank you.Best regards,
MikeHi,
Thanks, this is a tricky situation, perhaps your best option would be to use a mega menu instead, have you considered this?Best regards,
MikeHi,
I went to the demo site and logged in and saw the button, but the plugin demo page and the page that is on your site do not seem to be the same structure, they don’t share the same elements or layout or classes. I tried clicking around both sites but couldn’t find matching pages. The div for the job-manager-jobs element and the div for the div-create-job button are not created so your issue is not related to CSS, the elements are not created.Best regards,
MikeHi,
Thanks for the feedback, please remove the above code so we can test further and try again.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 4, 2021 at 12:34 pm in reply to: White space between content blocks that disappears when resizing the window #1327775Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the feedback, unfortunately I do not see a button or empty div or any sign there should be a button there in the source code, I do see that your page is giving a 404 (file not found) for/wp-content/wplc_data/check.js
perhaps this is the javascript that creates the button, but I’m not sure. Can you link to an example of the button so I can examine it’s source code, perhaps a demo page?
So far this doesn’t look like a CSS issue, if it was CSS then I would see the button in the source code but since it is not there it makes me think that it is not being created, in which case it points to a conflict somewhere.Best regards,
MikeHi,
The Dev Team has written back that this will not be a quick solution, but they have their eye on it with no ETA for it.
Thank you for recommending this feature, hopefully we will see it in a future version, for now hopefully you will find a plugin to achieve this. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the link. but only two of the pages loaded for me, I did find a rouge empty paragraph tag before the error element but I don’t know were this is coming from. Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function rouge_empty_p_after_one_fourth_column() { ?> <script> (function($){ $(".av_one_fourth.first + .el_after_av_one_fourth + p:empty").remove(); })(jQuery); </script> <?php } add_action('wp_footer', 'rouge_empty_p_after_one_fourth_column');
I believe this will solve but please check your other pages with 1/4 columns to make sure there are no conflicts.
Best regards,
MikeHi,
Odd, I don’t believe that this is related to the above css, have you added any new plugins or made any changes since it was working correctly last? It looks like the Advanced Layout Builder was used last to edit your product this would override the default woocommerce layout which I thought was what had been using in the past.
Try reverting back to using the default editor with revisions.Best regards,
MikeNovember 3, 2021 at 12:08 pm in reply to: White space between content blocks that disappears when resizing the window #1327616Hi,
Thank you, I believe this is caused by the lazyloading of your litespeed-cache plugin, try disabling the lazyload option and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression, then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files then clear your browser cache and check again. If this doesn’t correct try completely disabling the litespeed-cache plugin and complete the other steps again and recheck.Best regards,
MikeHey hitrev,
Thank you for the link to your site and the video, I didn’t find the orange “.tooltipsall” color in your css, it was black, but I did find the green hover:
but you will notice that your links are inside a H1 tag:
so a css rule of just “.tooltipsall” is pretty weak, heading tags typically have a higher specificity than this.
So to correct try forming your rule like this and add manually:#about.alternate_color h1 .tooltipsall { color: red; } #about.alternate_color h1 .tooltipsall:hover { color: yellow; }
Your plugin options may work in a plain text element, but I believe even then the paragraph tag “p” is effected by a second class for the “.main_color” or the “.alternate_color” classes, so in the end a single class “.tooltipsall” doesn’t have the specificity needed. I hope this makes sense.
Best regards,
MikeHi,
I have submitted a feature request for the Dev Team to review, so perhaps in a future release this will be an option.
I was going to suggest looking for a WordPress Plugin that would do this for now, but I didn’t find any, so for now I don’t have a solution for you.Best regards,
MikeHi,
Glad to hear this helped, to move the single post image above the title try adding this code to the end of your functions.php file in Appearance ▸ Editor:function move_first_post_image_above_title() { ?> <script> (function($) { $(function() { $('.single-post .entry-content .wp-block-image.size-full:first').detach().insertBefore('.entry-content-header'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'move_first_post_image_above_title');
Best regards,
MikeHi,
Thanks for the feedback, I see your new image in the media library with the caption, but the placement doesn’t look correct for my screen resolution I’m using 1536 x 864. So I made a new image for you as an example and cloned your top slider with the new image, and set the screen options to hide your original one. Please clear your browser cache and check the slider now on desktop, and see the “gif” screenshot in the Private Content area, you may need to click it to play the gif.
This demonstrates the basic idea of the solution.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 2, 2021 at 11:41 am in reply to: Setting to hide caption below lightbox doesn't work #1327413Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I had meant in the Quick CSS, but when I logged in and tried it I noticed the icons became smaller so I adjusted to this:#container-icone .icona-social { padding-right: 5px; padding-left: 5px; height: 40px; width: 50px; }
Please see the screenshot in the Private Content area of the before & after and clear your browser cache and check.
Best regards,
MikeHey gdsconcepts,
Thank you for the link to your site, unfortunately, you can not effectively make the caption of your slider fixed, you could take a screenshot of your slider with the caption and then use that image as the background image and remove the slideshow caption, but then you won’t have the animation of the caption.
For your second issue to match the header to your desktop view please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { #top #wrap_all #main { margin-top: -82px; } }
below is a screenshot of the expected results.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey ebrupa,
Thank you for the link to your site but we can not see the issue because we do not have a login, but I see that you are using Enfold v4.8.2 which had an issue with the new widgets block. Please update to v4.8.7 to correct.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
To increase the space between them you would add padding like this:.icona-social { padding-right: 5px; padding-left: 5px; }
Best regards,
MikeHey alliansohog,
Thank you for the link to your site, as I understand what you want, you have one blog element at the top showing a full post and another blog element at the bottom showing a grid of 3 posts with pagination, you would like to click on a post from the grid to show the full content in the top post without leaving the page. Unfortunately you can not do that with your current elements. But you could do something similar with the Portfolio Grid Element and choose the Open a preview of the entry (known as AJAX Portfolio) option.
The only issue is that you would have to convert your posts into portfolio item to use this element, which should not be hard.
If you try this please note that this element shows the content from the lower part of the portfolio, under Ajax Portfolio Preview Settings so that is where you will want to add your “post” see the red boxed area in this screenshot.
Best regards,
Mike -
AuthorPosts