-
AuthorSearch Results
-
September 27, 2024 at 3:12 pm #1467962
In reply to: styling and position arrows in gallery
Thanks Rikard,
Does not really work. Font size changes but arrows kind of disappear above the gallery. Besides I would like to show them outside the gallery. See Link in Private Content
Thanks for thinking with me,
Woutski
September 26, 2024 at 6:03 am #1467844In reply to: Portfolio Grid – Title overlaid
Hey whdsolutions,
Thank you for the inquiry.
You can use this css code to adjust the style of the portfolio grid items:
#top .grid-content { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5) !important; display: flex; flex-direction: column; justify-content: center; } #top .main_color .grid-entry-title.entry-title { background: transparent; font-size: 1.8em; }Best regards,
IsmaelSeptember 25, 2024 at 4:48 pm #1467818In reply to: styling and position arrows in gallery
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#top .av-control-minimal .avia-slideshow-arrows a::before { font-size: 40px; line-height: 10px; }Best regards,
RikardSeptember 24, 2024 at 4:22 pm #1467742In reply to: icon box size
Hi,
Please try this CSS instead:
.iconbox_icon:before { font-size: 40px; position: absolute; left: 20%; } iconbox_icon { top: -33px; }Best regards,
RikardSeptember 24, 2024 at 4:48 am #1467702In reply to: Unable to view/edit header element
Hey jackis2,
Thank you for the inquiry.
You can use this css code to adjust the style of the phone number container:
#header_main .call { background: red; min-width: 400px; color: white; right: 10%; top: 0; text-align: center; text-transform: uppercase; font-family: 'gotham-bold', sans-serif; font-size: 1.5em; }Best regards,
IsmaelSeptember 23, 2024 at 8:31 pm #1467693In reply to: icon box size
Hey Qgrafica_7,
Please try the following in Quick CSS under Enfold->General Styling:
.iconlist_icon .iconlist-char:before { font-size: 60px; }Best regards,
RikardSeptember 23, 2024 at 8:28 pm #1467692In reply to: ICON BOX CSS in Enfold
Hey Aeroviews,
That text gets its size from the paragraph element, you can set that size for each screen size under Enfold->General Styling->Typography. Change the default content font size option.
If you want to use custom CSS instead, then you can use this selector:
.iconbox_content_container pBest regards,
RikardSeptember 23, 2024 at 3:29 pm #1467673In reply to: responsive icon circle widget
now is perfect!
/* * ICON CIRCLE WIDGET RESPONSIVE SETTING * * Stile per desktop * */ @media screen and (min-width: 1301px) { .responsive #top .avia-icon-circles-icon { height: 120px !important; width: 120px !important; line-height: 110px !important; font-size: 85px !important; } .avia-icon-circles-icon-text-inner .icon-title {font-size: 35px } .avia-icon-circles-icon-text-inner .icon-description {font-size: 24px } } /* Stile per tablet */ @media screen and (min-width: 1024px) and (max-width: 1300px) { .responsive #top .avia-icon-circles-icon { height: 90px !important; width: 90px !important; line-height: 80px !important; font-size: 65px !important; } .avia-icon-circles-icon-text-inner .icon-title {font-size: 24px } .avia-icon-circles-icon-text-inner .icon-description {font-size: 18px } } /* Stile per cellulari */ @media screen and (max-width: 1023px) { .responsive #top .avia-icon-circles-icon { height: 60px !important; width: 60px !important; line-height: 55px !important; font-size: 40px !important; } .avia-icon-circles-icon-text-inner .icon-title {font-size: 18px } .avia-icon-circles-icon-text-inner .icon-description {font-size: 12px } }tnx
September 23, 2024 at 10:59 am #1467651In reply to: responsive icon circle widget
this code is now working:
/* * ICON CIRCLE WIDGET RESPONSIVE SETTING * * Stile per desktop * */ @media screen and (min-width: 1301px) { .responsive #top .avia-icon-circles-icon { height: 120px !important; width: 120px !important; line-height: 110px !important; font-size: 85px !important; } } /* Stile per tablet */ @media screen and (min-width: 1024px) and (max-width: 1300px) { .responsive #top .avia-icon-circles-icon { height: 90px !important; width: 90px !important; line-height: 80px !important; font-size: 65px !important; } } /* Stile per cellulari */ @media screen and (max-width: 1023px) { .responsive #top .avia-icon-circles-icon { height: 60px !important; width: 60px !important; line-height: 55px !important; font-size: 40px !important; } }can I insert setting for the description text font eight?
September 21, 2024 at 1:41 pm #1467564Topic: responsive icon circle widget
in forum Enfoldjoguitar
ParticipantHi, can you tell me what I did wrong?
with a full screen the icons are small, by reducing it they enlarge until they become small again when I reach the minimum resolution
/* Styles for desktop */
@media only screen and (min-width: 1024px) {
.responsive #top .avia-icon-circles-icon {
2 height: 120px !important;
width: 120px !important;
line-height: 120px !important;
font-size: 75px !important;
margin: -60px
}
}/* Styles for tablets */
@media only screen and (min-width: 767px)and (max-width: 1023px) {
.responsive #top .avia-icon-circles-icon {
height: 80px !important;
width: 80px !important;
line-height: 80px !important;
font-size: 60px !important;
margin: -40px;
}
}/* Styles for mobile devices */
@media only screen and (max-width: 766px) {
.responsive #top .avia-icon-circles-icon {
height: 50px !important;
width: 50px !important;
line-height: 50px !important;
font-size: 30px !important;
margin: -25px;
}
}second question: can I also set the font size of the description within these parameters?
tnxSeptember 18, 2024 at 12:03 pm #1467305In reply to: Reader mode does not work correct
Hi,
Thanks for the screenshot, I have checked your page with Safari on a iMac, but the “Reader Mode” doesn’t seem to be an option, I don’t have a iPhone or iPad.
In my research I find that:Safari Reader Mode is a feature in Apple’s Safari browser that simplifies web page content, removing distractions such as ads, navigation menus, and other non-essential elements.
This means that the browser is blocking items that it thinks is a distraction, further
Safari Reader Mode has some limitations when it comes to customization beyond font size and style. While you can adjust font size and color, there are no tweakable settings for reader view in Safari.
This is not an error in the theme, it is an issue with the “Reader Mode” blocking elements, I didn’t find any way that this can be changed. Since this is a browser setting for each user instead of the theme I don’t believe that you can turn off reader mode.
Best regards,
MikeSeptember 17, 2024 at 6:16 am #1467174Hey Dzimnikov,
Thank you for the inquiry.
You might have added the shortcode of a Testmonial slider in the category description. Please try this shortcode:
[av_testimonials style='slider' columns='2' grid_style='' control_layout='av-control-default' slider_navigation='av-navigate-arrows' nav_visibility_desktop='' nav_arrow_color='' nav_arrow_bg_color='' size-name='' av-desktop-font-size-name='' av-medium-font-size-name='' av-small-font-size-name='' av-mini-font-size-name='' size-subtitle='' av-desktop-font-size-subtitle='' av-medium-font-size-subtitle='' av-small-font-size-subtitle='' av-mini-font-size-subtitle='' size-content='' av-desktop-font-size-content='' av-medium-font-size-content='' av-small-font-size-content='' av-mini-font-size-content='' font_color='' custom_title='' custom_sub='' custom_content='' animation='fade' transition_speed='' autoplay='true' interval='5' alb_description='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m15x5rhq' sc_version='1.0' admin_preview_bg=''] [av_testimonial_single name='Name' subtitle='' check='is_empty' element_template='' src='' src_dynamic='' link='https://' linktext='' one_element_template='' av_uid='' sc_version='1.0'][/av_testimonial_single] [av_testimonial_single name='Name' subtitle='' check='is_empty' element_template='' src='' src__locked='' src_dynamic='' src_dynamic__locked='' name__locked='' subtitle__locked='' content__locked='' link='https://' link__locked='' linktext='' linktext__locked='' one_element_template='' av_uid='' sc_version='1.0'][/av_testimonial_single] [/av_testimonials]Best regards,
IsmaelSeptember 14, 2024 at 6:02 pm #1467002In reply to: Site title as H1?
Hi Mike. I’m not sure I understand you completely (English is not my native language). I always thought that the site title, which I wrote in the WordPress General Settings > Site title (this is the ‘tab title’ which you are referring to?), is a H1 tag automatically, which would show in the page source code. And I also thought that this site title is the most important for SEO. Are you saying that this isn’t correct?
Does this mean that I must always use a page title, such as ‘Portfolio’ on the Portfolio page? I’d rather not do that, to be honest, because it doesn’t look good. Do I actually need a H1, and if so, can I use any text on the page, no matter font size, as a H1?
Sorry for my noob questions. :-)
September 13, 2024 at 7:48 am #1466873In reply to: Show number of comments per post in Masonry
this is already done by the language files (for your language too, I hope), in German this is the case.
see here a blog example page ( the green Titles) : https://webers-testseite.de/masonry-blog/and a bit of css:
.av-masonry-entry-title .av-masonry-comment-count { font-size: 0.8rem; color: #666 }September 11, 2024 at 7:33 pm #1466749In reply to: Responsiveness und “&-Zeichen”
Des Weiteren, wird das &-Zeichen bei uns falsch formatiert. die Schriftart wie auch die Farbe weichen von der ursprünglichen Schrift-Formatierung ab.
The ampersand (&-Zeichen) has its own css rules. If you like to get rid of those special settings:
#top .special_amp { font-size: inherit; color: inherit; line-height: 1; font-style: normal; font-family: inherit; font-weight: inherit; }September 11, 2024 at 12:28 pm #1466701In reply to: Responsiveness und “&-Zeichen”
Hi,
I need a way to create a general rule so that I don’t have to change the size in every content element. With the settings at Enfold -> General styling -> Typography nothing changes. Maybe I am doing something wrong.I could only change the font size by hiding the additional text and changing the size in the content element.Best regards
September 11, 2024 at 10:23 am #1466682In reply to: Responsiveness und “&-Zeichen”
Hi Rikard,
I have already tried to adjust the font sizes for the different devices.Nothing changes to solve the problem.
I have also tried to adjust the font size directly on the individual sections and content elements, but the required effect does not occur there either.Best regards.
September 8, 2024 at 10:48 am #1466475In reply to: Logo left Slogan center and Burger Menu right
Got it:
function.php:function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){ $logo .= "<div class='custom_content'>"; $logo .= "Your Gateway to High-End Homes in Europe"; $logo .= "</div>"; return $logo; } add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);CSS:
.custom_content { left: 50%; transform: translate(-50%,0); -ms-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position: absolute; font-size:24px; } @media only screen and (max-width: 767px) { .custom_content { left: 55%; transform: translate(-50%,0); -ms-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position: absolute; font-size:14px; line-height:20px; margin-top:-60px; text-align:center; } }September 8, 2024 at 10:04 am #1466472In reply to: Trying to change Mailerlite button style
Hi,
Thanks for the clarification. This is what is currently applying to that button:
#mlb2-17812585.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button { background-color: #1c3052 !important; border: none !important; border-radius: 4px !important; box-shadow: none !important; color: #ffffff !important; cursor: pointer; font-family: 'Nunito', sans-serif !important; font-size: 14px !important; font-weight: 700 !important; line-height: 21px !important; height: auto; padding: 10px !important; width: 100% !important; box-sizing: border-box !important; }As you can see, the !important statement is added to all the attributes, so I’m not sure if you can override them. You might want to reach out to the plugin developers for further help if you can’t get your CSS to work.
Best regards,
RikardSeptember 6, 2024 at 9:01 am #1466380In reply to: Responsiveness und “&-Zeichen”
Hey leeweis,
Did you try setting different font sizes for different resolutions under Enfold->General Styling->Typography?
Best regards,
RikardSeptember 6, 2024 at 4:24 am #1466364In reply to: promobox in all sidebars
Hey dmansouri1981,
Thank you for the inquiry.
You can use the Promobox shortcode in a Text or HTML widget. Example:
[av_promobox button='yes' label='Click me' icon_select='no' icon='' label_display='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' box_color='' box_custom_font='#ffffff' box_custom_bg='#444444' box_custom_border='#333333' gradient_color_direction='vertical' gradient_color_1='#000000' gradient_color_2='#ffffff' gradient_color_3='' border_promo='' border_promo_width='' border_promo_color='' border_radius_promo='' box_shadow_promo='' box_shadow_promo_style='0px' box_shadow_promo_color='' link='' link_dynamic='' link_target='' title_attr='' hover_opacity='' sonar_promo_effect='' sonar_promo_color='' sonar_promo_duration='1' sonar_promo_scale='' sonar_promo_opac='0.5' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' element_template='' one_element_template='' show_locked_options_fakeArg='' av_uid='' sc_version='1.0'] Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message! [/av_promobox]Best regards,
IsmaelSeptember 5, 2024 at 9:05 am #1466292In reply to: Enfold health logo doesnt change to my own logo
Hi,
Thank you for the update.
Is this only happening on tablet view or smaller screens? You could set the Enfold > Main Menu > General > Menu Items For Mobile setting to the second option (Activate for Smartphones and Tablets). You can also decrease the font size of the Main Menu Links element in the Enfold > Advanced Styling panel.
Best regards,
IsmaelSeptember 5, 2024 at 4:42 am #1466272In reply to: Icon Circle settings and responsive
Hi,
Is it possible to set these parameters for the three resolutions desktop, tablet and mobile?
Yes, that should be possible. Please add the following code and adjust the values as needed.
/* Styles for tablets */ @media (max-width: 1024px) { .responsive #top .avia-icon-circles-icon { height: 100px; width: 100px; line-height: 100px; font-size: 60px; margin: -50px; } } /* Styles for mobile devices */ @media (max-width: 768px) { .responsive #top .avia-icon-circles-icon { height: 80px; width: 80px; line-height: 80px; font-size: 45px; margin: -40px; } }Best regards,
IsmaelSeptember 4, 2024 at 5:22 am #1466178In reply to: Icon Circle settings and responsive
Hey joguitar,
Thank you for the inquiry.
To fix the alignment, please replace the css with the following code:
.responsive #top .avia-icon-circles-icon { height: 120px; width: 120px; line-height: 120px; font-size: 75px; margin: -60px; }Best regards,
IsmaelSeptember 3, 2024 at 10:45 pm #1466165In reply to: Padding inside text column
Rikard, I’m sorry. I clicked on the pen+paper icon. Got the element option, then styling tab. I copied and pasted what I see below. As you can see, there is nothing that says indents. Is there any way you can go on the site and see what is going on? PLEASE!!! As 2 comments above show, I am still seeing the same thing!
Text BlockX
ContentStylingAdvanced
Text Block Styling
Text Alignment
Select the text alignment.Default
Textblock Content Styling
Select if the content of the textblock shall be displayed in 1 block or float in columns.Single Block
Font Sizes
ColorsSeptember 3, 2024 at 5:12 pm #1466150Topic: Icon Circle settings and responsive
in forum Enfoldjoguitar
ParticipantGreetings,
I needed to enlarge the icons of this widget and I found this css that worked..avia-icon-circles-icon { height: 120px !important; width: 120px !important; line-height: 120px !important; font-size: 075px !important; }In this way, however I have two problems:
– the icons are not centered on the circle
– remain the same size by changing the screen size (desktop, mobile)How can this problem be solved?
is there a section where you can find the css commands to adjust the widget parameters?
Thank you
September 1, 2024 at 5:28 pm #1466003Hi,
#3 try this css:#top #header .av-main-nav > li.button.logo > a { font-size: 0; }#4
.av-main-nav ul li { list-style-type: none; }Best regards,
MikeAugust 31, 2024 at 9:41 pm #1465938In reply to: Bar below header and before main menu
Hi,
Let’s try adding a custom class “custom-banner” to the div to better manage future changes, and change the font size for mobile from 22px to 12px, this will make the text on mobile closer to what you want, you can even try smaller if you find 12px still to big.
This is the new script:function custom_banner_below_the_header_and_above_the_main_menu() { ?> <script> // Create the new div element const newDiv = document.createElement('div'); // Set a class for the new div newDiv.className = 'custom-banner'; // Set the text content newDiv.textContent = 'The Most Comprehensive Alternative Wellness Experience In The Midwest'; // Set the style properties for screens above 768px newDiv.style.backgroundColor = 'gray'; newDiv.style.color = 'white'; newDiv.style.fontSize = '22px'; // Default font size for larger screens newDiv.style.padding = '10px'; // Add the flexbox properties newDiv.style.display = 'flex'; newDiv.style.justifyContent = 'center'; newDiv.style.order = '4'; newDiv.style.flexBasis = '100%'; // Find the element with class "main_menu" const mainMenu = document.querySelector('.main_menu'); // Insert the new div before the main_menu if (mainMenu) { mainMenu.parentNode.insertBefore(newDiv, mainMenu); } // Adjust styles based on screen width function adjustStyles() { if (window.innerWidth < 768) { newDiv.style.fontSize = '12px'; // Font size for screens below 768px } else { newDiv.style.fontSize = '22px'; // Font size for screens 768px and above } } // Initial adjustment adjustStyles(); // Adjust on window resize window.addEventListener('resize', adjustStyles); </script> <?php } add_action( 'wp_footer', 'custom_banner_below_the_header_and_above_the_main_menu', 99 );Please give this a try.
Best regards,
MikeAugust 31, 2024 at 8:53 pm #1465926In reply to: Category page edits
Hi,
.archive .container_wrap_first p { font-size: 20px; }adjust to suit.
Best regards,
MikeAugust 31, 2024 at 8:46 pm #1465923In reply to: Category page edits
And can you get me code to increase the body copy font size? For some reason it isn’t that same as the main website body copy size.
thanks! -
AuthorSearch Results
-
Search Results
-
Hi, can you tell me what I did wrong?
with a full screen the icons are small, by reducing it they enlarge until they become small again when I reach the minimum resolution
/* Styles for desktop */
@media only screen and (min-width: 1024px) {
.responsive #top .avia-icon-circles-icon {
2 height: 120px !important;
width: 120px !important;
line-height: 120px !important;
font-size: 75px !important;
margin: -60px
}
}/* Styles for tablets */
@media only screen and (min-width: 767px)and (max-width: 1023px) {
.responsive #top .avia-icon-circles-icon {
height: 80px !important;
width: 80px !important;
line-height: 80px !important;
font-size: 60px !important;
margin: -40px;
}
}/* Styles for mobile devices */
@media only screen and (max-width: 766px) {
.responsive #top .avia-icon-circles-icon {
height: 50px !important;
width: 50px !important;
line-height: 50px !important;
font-size: 30px !important;
margin: -25px;
}
}second question: can I also set the font size of the description within these parameters?
tnx
