Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear that you have this sorted out, we will close this now. Thank you for using Enfold.Best regards,
MikeMay 29, 2021 at 4:34 pm in reply to: I misplaced the "Layout widget" (?) on the page editor – and can't get it back #1302965Hi,
Thank you for the feedback and your login, I believe that I have corrected this for you, so the first thing I did was click this arrow in the element title:
this made two more arrows show:
and clicking the down arrow moved the element to the sidebar:
I didn’t want to save the page, so if the element doesn’t show in the sidebar for you try following these steps and then save the page to possibly save the setting?
I personally don’t like the Block Editor and always use the Classic Editor, so I’m not sure if this is a feature but it seems like it might be because of how these arrows behave.Best regards,
MikeHi,
Sorry for the late reply and thanks for the link to your pages, the second menu that I see on mobile at the bottom of the page is #sub_menu2 so to correct this as I understand the issue 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.page-id-6383 #sub_menu2 { display:none; } #top.page-id-6081 #sub_menu2 { display:none; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad to hear that you were able to sort this out, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
If you are using the Advanced Layout Builder then you would add two layerslider elements, then on the page in the source code one would automatically be known as #layerslider-1 and the other #layerslider-1 then the css above would work.
Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, so if you require further assistance please create a new thread and include a recap, and WordPress admin access in the Private Content area, then you can link to that thread here so we can find it easier.Best regards,
MikeMay 28, 2021 at 11:50 am in reply to: I misplaced the "Layout widget" (?) on the page editor – and can't get it back #1302804Hi,
Thank you for the screenshots and login, I see this was occurring in the “Block Editor” but I couldn’t find the exact page this was on, but I changed the editor to the “Classic Editor” and then back to the “Block Editor” in the theme options and this may have reset the situation, please check.
Best regards,
MikeMay 27, 2021 at 1:10 pm in reply to: I misplaced the "Layout widget" (?) on the page editor – and can't get it back #1302629Hey wellfiguereitout,
Thank you for your patience, unfortunately your images are not showing because the sub-domain DNS address could not be found, so it looks like your whole sub-domain is down, are you still able to login?
I have never seen the issue you are speaking of, and I don’t think it should be possible without a major code conflict, I recommend disabling all plugins and code snippets, then checking again. If you do this and your site comes back online and still see the issue, please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey emilconsor,
Thank you for your patience and the link to your page but I’m unable to see the page as it says “Login to see this page”
can we have a test login?
I assume that this page would show the blog posts in a grid style? We can probably move the date with a small code snippet, but would it only be for this page or certain types of pages?
Please note that if you go to your theme options and look at the blog options “Blog Styling” each of these shows the blog meta in a different location, perhaps one of these would be better for you?
Best regards,
MikeMay 27, 2021 at 12:21 pm in reply to: Code Block crashes everytime by upating page avia layout builder #1302599Hi,
you could try adding this to your functions.php:function custom_calculator(){ ?> <link href="/wp-content/themes/enfold/value/css/app.css?tag=40" rel=preload as=style> <link href="/wp-content/themes/enfold/value/css/chunk.css?tag=40" rel=preload as=style> <link href="/wp-content/themes/enfold/value/js/app.js?tag=40" rel=preload as=script> <link href="/wp-content/themes/enfold/value/js/chunk.js?tag=40" rel=preload as=script> <link href="/wp-content/themes/enfold/value/css/chunk.css?tag=40" rel=stylesheet> <link href="/wp-content/themes/enfold/value/css/app.css?tag=40" rel=stylesheet> <script src="/wp-content/themes/enfold/value/language.js?tag=40"></script> <script src="/wp-content/themes/enfold/value/data.js?tag=40"></script> <script src="/wp-content/themes/enfold/value/js/chunk.js?tag=40"></script> <script src="/wp-content/themes/enfold/value/js/app.js?tag=40"></script> <?php } add_action('wp_head', 'custom_calculator');
and add this to your cold block element:
<style> .form-class { width: 100%; } @media (min-width: 1680px) { #av_section_1 .container { max-width: 100% !important; } } .reference-line-box { border: 1px solid black !important; margin-top: 5px; } .link-container a { color: #fff !important; } .PortfolioCalculator__form__select__label { padding: 7px !important; } #av_section_1 .container { margin: 0; width: 100%; padding: 0; } .radio-label { padding: 0 !important; } </style> <script type="text/javascript"> window.selectedPlan = "value60" </script>
but I believe you are either missing the code that shows the calculator in a div on your page or the script to show the calculator needs to be rewriten, this doesn’t look correct to me
window.selectedPlan = "value60"
I recommend getting in touch with the person that wrote it for you and asking them to help rewrite it.Best regards,
MikeHey advteksol,
Thank you for your patience and the link to your site, please try changing your css to this:#order_review > p.form-row.form-row-first, #order_review > p.form-row.form-row-last, .woocommerce-form-coupon-toggle + p { display: none; }
and your script to this:
function ava_custom_script_mod() { if ( wp_script_is( 'avia-default', 'registered' ) ) { wp_add_inline_script( 'avia-default', ' (function($) { $(".showcoupon").on("click", function() { $("#order_review > p.form-row.form-row-first, #order_review > p.form-row.form-row-last, .woocommerce-form-coupon-toggle + p").toggle(); }); })(jQuery); '); } } add_action( 'wp_enqueue_scripts', 'ava_custom_script_mod', 9999);
Best regards,
MikeHey reinsicht,
Thank you for your patience and for the link to your site, for this one tab I would recommend this css in your quick css, you will note that it begins to work at 1440px screen resolution, this is so it is not used for mobile or tablet.@media only screen and (min-width: 1440px) { #individualisierung-custom-table #tab-id-2-content.tab_content { max-height: 1500px; } }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
On my desktop the text is 16px, and the actual css font-size is 1em which will show different px sizes based on screen size, anyways to change the font-size to 14px try this css:#top.page-id-22914 #tonic-ticket-widget.tw-widget h4.tw-text--flush, #top.page-id-22914 #tonic-ticket-widget.tw-widget p.tw-text--flush, #top.page-id-22914 #tonic-ticket-widget.tw-widget p span { font-size: 14px; }
but to change the font-size only on hover try this css instead:
#top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover h4.tw-text--flush, #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover p.tw-text--flush, #top.page-id-22914 #tonic-ticket-widget.tw-widget .tw-item:hover p span { font-size: 14px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Ok, then please try adding this:.html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:330px !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 23, 2021 at 11:43 pm in reply to: Multiple accordon tabs open on just one specific page #1301863Hi,
Thank you for your patience and the link to your page.
For your first question on how to get the CSS to only work on the one page, you would add the page ID to the CSS like this:.js_active .page-id-2575 .toggle_wrap { display: block; position: static; visibility: visible; left: 0; width: auto; z-index: 1; }
Each page has a unique page ID, now the reason you can not close the toggles is because the CSS has been set and clicking the toggles doesn’t change the state and the only way around this is by removing the CSS and writing a jQuery script to replace it.
I wrote this and it works when I inject it via the browser and it should work when it’s added to your functions.phpfunction custom_script() { ?> <script> (function($){ $(document).ready(function(){ $('#top.page-id-2575 .togglecontainer.enable_toggles').each(function() { $(this).find( '.toggle_wrap' ).css({'display':'block','visibility':'visible','position':'static','left':'0','width':'auto','z-index':'1'}); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
But in your theme options you have the “Load jQuery in your footer” option set so this will not work on your site because jQuery has to be loaded before the script for the script to work. I assume that you are trying to set your site to run the fastest so you will need to decide if giving up page load is worth closing the toggles, and if any of your visitors are ever going to try to close your toggles?
But at least you know the answer now.Best regards,
MikeHi,
As you see one slider has 10 items and the other has only 1, do you intend to add more items? This would correct.Best regards,
MikeHi,
Thank you for the login, your theme options have a demo page called “Homepage” set as the “Frontpage”
This demo page has the page ID 734 and is correctly showing as the Frontpage at this url: https://carbogaz.digitalatplay.com/
It looks like you tried to use this setting which is not correct for this situation:
So I correct this for you:
Best regards,
MikeMay 23, 2021 at 7:56 pm in reply to: Blog grid — title, excerpt and read more link with post type link #1301858Hi,
Thank you for your patience, I believe what is occurring is your script fires on page load adding the target attribute, but then Ismael’s script fires on click rewriting the href attribute and removing the target attribute.
Try removing your script and adjusting Ismael’s for this one var:var external_link = header.find("a").attr("href").attr('target','_blank');
Best regards,
MikeHey digitalprint2222,
Thank you for your patience, typically the iframe size is not controlled by it’s content, it is controlled by the lightbox popup that is showing the iframe.
So for example you could try something like this css:div.mfp-iframe-scaler { height: 150vh !important; width: 100vw !important; } .mfp-iframe-scaler iframe { left: -15vw !important; width: 90% !important; height: 90% !important; }
please note that the iframe is inside of the mfp-iframe-scaler and typically closing the popup is done by clicking outside of the popup so this is why the css declares the width at 90%, you can try adjusting to suit your needs as this css is a general example.
Best regards,
MikeHi,
Thank you for your patience these buttons look like they were added with the Event Tickets addon plugin and then it looks like you will need to follow these instructions: Getting Started with Event Tickets
I’m not an expert with this plugin so I’m hoping that is all you will need to do, if you do get stumped with these instructions I recommend asking the events calendar support.
I also found these events calendar knowledgebase threads:
Add button to single events in event list view
Add a ‘purchase tickets’ button to event-list-meta
that may help but I’m not sure.Best regards,
MikeHi,
Thank you for your patience, so as I understand your last issue is on page page-id-362 which I found as /die-umgebung/ you want no overlay over the masonry gallery images, as I checked this is true, so this one is done?
Then on page page-id-406 which I found as your homepage, you want a 0.5 overlay over the masonry gallery images, to do this please add this css:#top.page-id-406 .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,0,0,0.5); }
After applying the css, please clear your browser cache and check.Best regards,
MikeHey amyteslin,
Thank you for the link to your site, I assume that what you mean is that on single topics you want to hide the main menu at the top in the header, but you want to show the topbar that says View Condition Reports
So for that please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.bbpress.single-topic #header_main { display: none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.bbpress.single-topic #main { padding-top: 0px; }
After applying the css, please clear your browser cache and check.
This will work for/forums/topic/ice-climb-conditions/
Or you could use this css:#top.bbpress #header_main { display: none; } .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.bbpress #main { padding-top: 0px; }
and it will work for:
/forums/topic/ice-climb-conditions/
/forums/forum/conditions/
/forums/
I point this out because you said above that you had been able to address the main forum page but I could still see the header menu.Best regards,
MikeHey tcampaner,
Can you link to your page and tell us what content was modified so we can see? Perhaps you can include an admin login in the Private Content area so we can see that the backend is modified and the frontend doesn’t show the difference, this may help us help you.Best regards,
MikeHey mirotck,
Thank you for the link to your site, but it looks like you have already found the solution with this css:.flex_column.av_one_fourth:hover { animation: grow 2s; animation-fill-mode: forwards; position: relative; z-index: 50; } @keyframes grow { to { transform: scale(1.2) } }
it seems to work well, but on mouse out the animation is very quick or abrupt.
You could add this for the mouse out animation, but it is also triggered on page load, if you are looking:.flex_column.av_one_fourth:not(:hover) { animation: growout 2s; animation-fill-mode: forwards; } @keyframes growout { from {transform: scale(1.2)} to {transform: scale(1)} }
I also recommend adding a custom class to these elements, otherwise all of your one_fourth columns sitewide will show this animation.
Best regards,
MikeMay 23, 2021 at 1:03 am in reply to: Custom CSS in style.css (child theme) doesn't work – same in the editor works #1301777Hi,
It is possible that you have an error in your child theme style.css, such as a missing or extra bracket, can we see your site and Custom CSS?Best regards,
MikeHi,
Thank you for your patience, when I look at your page I see this css which I believe you have added?.html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:307px; }
if you change the padding-top:307px; to padding-top:330px; this should be corrected. After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts