-
AuthorSearch Results
-
February 7, 2024 at 10:16 am #1433437
Topic: Freaking slider
in forum EnfoldYourChoice Informatik GmbH
ParticipantHi
We use an accordeon slider on a new website.
Now, somethimes this slider freaks when loading the page. Only after going in and out with the mouse stops freaking it.
See the video.
What can be the reason for that?
Thanks very much.
Best regards
MikeFebruary 7, 2024 at 8:28 am #1433421In reply to: Dynamic CSS
Hi Mike,
I can see that others are facing the same issues that we have see this thread: https://kriesi.at/support/topic/404-error-loading-wp-content-uploads-dynamic_avia-enfold-css-on-fresh-install/
February 7, 2024 at 8:25 am #1433419In reply to: Column to Mobile 1024 Laptop Screen
Hey annameis,
Thank you for the inquiry.
Make sure that the Row Settings > Row Screen Options > Fullwidth Break Point settings is set to the second option (Tablet), then add this css code to adjust the breakpoint to 1024px.
@media only screen and (max-width: 1024px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; } }Best regards,
IsmaelFebruary 7, 2024 at 7:43 am #1433411In reply to: how to show posts without margin
Hi,
Thank you for the update.
The maximum width of the fullwidth posts is set to 800px by default, but you can adjust it by adding this code in the Quick CSS field.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100em; margin-left: auto; margin-right: auto; } #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 1310px; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification to make sure that the changes take effect.
Best regards,
IsmaelFebruary 6, 2024 at 6:53 pm #1433318Topic: Column to Mobile 1024 Laptop Screen
in forum Enfoldannameis
ParticipantHi – I was looking for code that would force my columns to stack in responsive mode on a laptop with 1024 screen width. Is that possible?
Thanks for the help,
AbbaFebruary 6, 2024 at 6:26 pm #1433313ok,
Here’s what I did:
1) Enable CSS/JS compression/Merging
2) Toggle ON Delete old JS/CSS files, then SAVE
3) Cleared all WPFC caches
4) Paused Cloudflare API on WPFC
5) Disabled WPFC
6) Disabled WP-OptimizeNow, wouldn’t just disabling WPFC stop the Cloudflare API?
I’ll wait 24 hrs and see what happens.
J
February 6, 2024 at 5:36 pm #1433307In reply to: Anchor Link Positioning is Off
Hi,
I added this function in your child theme functions.php to allow your page to fully load, and then scroll to anchor so the height of elements while loading doesn’t change the anchor possession.function custom_slow_scroll_script() { ?> <script> (function($) { $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - 125 //offsets for fixed header }, 2000); return false; } } }); //Executed on page load with URL containing an anchor tag. if($(location.href.split("#")[1])) { var target = $('#'+location.href.split("#")[1]); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - 125 //offset height of header here too. }, 2000); return false; } } }(jQuery)); </script> <?php } add_action('wp_footer', 'custom_slow_scroll_script');This seems to work in my tests, please clear your browser cache and check.
Please note that some browsers may require you to clear the history in order to fully clear the cache.Best regards,
MikeFebruary 6, 2024 at 3:44 pm #1433284Topic: reverse order latest portfolio widget
in forum EnfoldMunford
ParticipantHI
I’d like to reverse the order of the portfolio items in the latest portfolio widget.
I found this thread: https://kriesi.at/support/topic/enfold-latest-portfolio-widget-order-reverse/ but I think the information is outdated as I couldn’t find the class-framework-widgets.php file. Can you help me with this?
thanks
NancyFebruary 6, 2024 at 3:10 pm #1433282Enfold 5.6.10 installed.by FTP
But the same problem is occurring. Please check again.
February 6, 2024 at 2:34 pm #1433280In reply to: Enfold Theme Not Working Correctly
Hi,
Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardFebruary 6, 2024 at 12:23 pm #1433267In reply to: Fullscreen Slider Caption position on mobile
Thank you Rikard, everything fine in the moment, you can close the topic.
Best regards
February 6, 2024 at 11:24 am #1433210In reply to: Important question (update from version 3.7.1)
Hey Abián,
We can’t say for sure if you are going to run into problems or not, so I would advise that you update on a staging version of the site first. Once you have access to the theme files, then the update to 5.6.10 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
RikardFebruary 6, 2024 at 10:58 am #1433202In reply to: Fullscreen Slider Caption position on mobile
Hi,
Great, I’m glad that we could help you out :-)
Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardFebruary 6, 2024 at 9:01 am #1433195In reply to: Strange problem with empty code-block
Hi,
I know, that scripts in a text or code block could break the builder. But the iframe-code is correct, also a tested script. I am not a newbie… ;-) Both things works on many of our other client-websites with enfold.
Anyway… The problem is solved ;-) I found out that in combination with the theme Enfold and the plugin wp-Typography causes the problem and removes any custom HTML code or scripts from the source code. Use the css-class “donotseparate” in the code block element and everything is fine :-)
This topic can be closed.
Regards
BerndFebruary 6, 2024 at 8:24 am #1433189In reply to: Portfolio grid filter categories styling
Hey Qgrafica_7,
Thank you for the inquiry.
You can use the following css code to adjust the style of the sorting buttons.
#top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat a, #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat .text-sep { color: red; margin-right: 10px; font-size: 20px; } #top .av-sort-yes-tax .sort_by_cat a:hover { color: blue; }Best regards,
IsmaelFebruary 6, 2024 at 8:13 am #1433187In reply to: Vertical alignment for special headings
Hey josikrop1,
Thank you for the inquiry.
The theme automatically aligns the content to the center when a minimum height for a Color Section is set. You can add this css code to adjust the alignment.
#top #section-mobile-bergsteigen .container .content { vertical-align: top; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
IsmaelFebruary 6, 2024 at 7:35 am #1433182In reply to: portfolio catagory page adjust
Hey Yaphoon,
Thank you for the inquiry.
You can use this css code to adjust the style of the masonry title.
.av-masonry-entry .av-masonry-entry-title { line-height: 1.3em; margin: 0; font-size: 20px; font-family: Verdana; }To adjust the hover color of the menu button, add this.
#top #wrap_all .header_color #menu-item-174:hover > a .avia-menu-text { background-color: #3f75e9; color: #ffffff; border-color: #3f59e9; }And to adjust the size of the images in the archive pages, you have to edit the enfold/taxonomy-portfolio_entries.php and adjust the parameters in the avia_post_grid instance around line 38.
$grid = new avia_post_grid( array( 'linking' => '', 'columns' => '3', 'contents' => 'title', 'sort' => 'no', 'paginate' => 'yes', 'set_breadcrumb' => false, 'preview_mode' => 'custom', 'image_size' => 'full' ));If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelFebruary 6, 2024 at 7:19 am #1433181In reply to: floating main menu right
First there is a setting on header – header-behavior : “Let Logo And Menu Position Adapt To Browser Window”
( av_header_stretch ) –
but there will be always a distance of logo to the left (in your case) and menu-items ( they all have paddings ) to the right.
Depending on the screen width, the content of the header is set on default to a value less than 100%.
Did you realy want to get rid even of that distance? – than you had to set that width to 100%..html_header_top #top .av_header_stretch .container { width: 100%; }and on responsive case ( 768px or 989px)
@media only screen and (max-width: 989px) { .responsive #top #wrap_all #header .container { width: 100%; max-width: 100%; } }February 5, 2024 at 10:45 pm #1433067In reply to: Menu Not Displayed Entirely
Hi,
Ok, I just increased to 1400. However, what does exactly that do again? These were my 2 pending issues, please advise:
1. …Ok, I added the CSS but the Menu (I just got rid of the Mega Menu) still only displays the top 13 out of the 17 items: https://abogadonotarioonline.com/notaria
2. …Also, as for the phone number at the Enfold Extra Elements that you mentioned, how can I add the following number/text: “📞 1-844-931-4968 (no afidávits)”?
Regards,
Ramon
February 5, 2024 at 10:05 pm #1433054In reply to: Post order with plugin doesn`t really work
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardFebruary 5, 2024 at 10:02 pm #1433052In reply to: Fullscreen Slider Caption position on mobile
Hi,
You could try this instead, but then it will go all the way to the top, so you would have to add a value to top padding, maybe 25% or something similar:
@media only screen and (max-width: 767px) { .avia-builder-el-0 .slideshow_caption { padding-top: 25% !important; } .slideshow_align_caption { vertical-align: top; } }Best regards,
RikardFebruary 5, 2024 at 7:49 pm #1433043In reply to: Menu Not Displayed Entirely
Ok, I added the CSS but the Menu (I got rid of the Mega Menu) still only displays the top 13 out of the 17 items: https://abogadonotarioonline.com/notaria
Also, as for the phone number at the Enfold Extra Elements that you mentioned, how can I add the following number/text: “📞 1-844-931-4968 (no afidávits)”
Regards,
Ramon
February 5, 2024 at 6:45 pm #1433024Hi,
Glad that this helped, in some cases Autoptimize works ok, if your client is not having trouble then go ahead and use it, but if you notice trouble in the future try disabling Autoptimize first.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeFebruary 5, 2024 at 6:41 pm #1433023In reply to: mega menu & full width map
Hi,
This page is not created the same way, please put the code block with the map inside of a color section and then try this css:.responsive #top.page-id-159 #av_section_1 .container { max-width: 100%; padding: 0; } .responsive #top.page-id-159 #av_section_1 .container main { padding: 0; }Best regards,
MikeFebruary 5, 2024 at 5:24 pm #1433017In reply to: Fullscreen Slider Caption position on mobile
Hi Rikard,
better now :-)
Is there a solution to get it even more on top?
Tryed it with variations of padding-top, but did not help …Thank you and best regards
HubertFebruary 5, 2024 at 3:38 pm #1433011In reply to: Fullscreen Slider Caption position on mobile
Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { .avia-builder-el-0 .slideshow_caption { padding-top: 0 !important; } }Best regards,
RikardFebruary 5, 2024 at 2:44 pm #1433008In reply to: Submenu Headlines Size
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardFebruary 5, 2024 at 2:33 pm #1433005In reply to: Fullscreen Slider Caption position on mobile
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .avia-builder-el-0 .slideshow_caption { padding-top: 0; } }Best regards,
RikardFebruary 5, 2024 at 1:44 pm #1433003In reply to: mega menu & full width map
This reply has been marked as private.February 5, 2024 at 12:05 pm #1432997Hi Mike,
perfect!!!
Thank u for your quick response.And as I see now in the Enfold-settings the recommendation is to use WP Super Cache as chaching plugin. In former times the recommendation was Autoptimize. So I use Autoptimize in most of my Enfold based customer pages, should I better change this now everywhere?
best regards
Andreas -
AuthorSearch Results
Viewing 30 results - 6,241 through 6,270 (of 142,898 total)
-
Search Results
-
Topic: Freaking slider
Hi
We use an accordeon slider on a new website.
Now, somethimes this slider freaks when loading the page. Only after going in and out with the mouse stops freaking it.
See the video.
What can be the reason for that?
Thanks very much.
Best regards
MikeHi – I was looking for code that would force my columns to stack in responsive mode on a laptop with 1024 screen width. Is that possible?
Thanks for the help,
Abba
