-
AuthorSearch Results
-
April 1, 2024 at 3:22 am #1438867
In reply to: portfolio category page style changed
Hey Yaphoon,
Thank you for the inquiry.
On the category page, items are displayed using the Portfolio Grid element, while the Masonry element is used on the Product page, which is they don’t look the same. If you want to adjust the style of the Portfolio Grid to make it look more like the Masonry element, try adding this css code:
#top.tax-portfolio_entries .no_margin.av_one_third { float: none; margin-right: 2%; width: 31%; margin-bottom: 2%; } #top.tax-portfolio_entries .grid-sort-container { display: flex; flex-wrap: wrap; flex-direction: row; } #top .grid-entry-title.entry-title { font-size: 1.2em; padding: 10px 13px; }Best regards,
IsmaelApril 1, 2024 at 12:31 am #1438862In reply to: Add a header widget area
Hi,
Your header is transparent the gray that you see is from the top color section on the page:

when the header is scrolled the #897270 color is from your Logo Area Color:

if you don’t want a transparent header change the setting on the page in the backend in the admin sidebar:

As for the header widget, I disabled the above css and added this:@media only screen and (min-width: 990px) and (max-width: 1670px) { #header_main .inner-container .widget .textwidget { margin-left: -196%; } } @media only screen and (min-width: 990px) and (max-width: 1440px) { #header_main .inner-container .widget .textwidget p span { font-size: 14px !important; } } @media only screen and (min-width: 1441px) and (max-width: 1670px) { #header_main .inner-container .widget .textwidget p span { font-size: 18px !important; } } #header_main .inner-container { display: flex; flex-wrap: wrap; justify-content: center; align-content: center; } #header_main .inner-container .widget { padding: 0; } #header_main .inner-container .widget .textwidget { align-content: center; height: 100%; }please clear your browser cache and check.
Best regards,
MikeMarch 31, 2024 at 10:34 pm #1438859In reply to: Button position on sliders
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 768px) { #top .caption_bottom .slideshow_caption .slideshow_inner_caption { position: relative; text-align: center; } #top .slideshow_inner_caption .avia-slideshow-button.avia-button { width: 300px; height: 100px; font-size: 24px; } .html_header_transparency #top #main .caption_bottom .slideshow_caption { padding-top: 0; } } @media only screen and (max-width: 767px) { #top .caption_bottom .slideshow_caption .slideshow_inner_caption { position: relative; text-align: center; } #top .slideshow_inner_caption .avia-slideshow-button.avia-button { padding: 10px 6px; font-size: 10px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeMarch 31, 2024 at 9:34 pm #1438853In reply to: Change words color when hover
Hi,
Then remove the other css and use this instead:.single-portfolio #av-masonry-1 h3.av-masonry-entry-title { font-family: verdana; font-size: 16px; font-weight: 400; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMarch 30, 2024 at 6:30 pm #1438770In reply to: Change words color when hover
Hey Yaphoon,
For your first two questions, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.main_color a.more-link:hover { color: #470024; } .main_color .sidebar a:hover { color: #e94a3f; }For your last question, try this css:
.single-portfolio h3.av-special-heading-tag { font-family: verdana; font-size: 16px; font-weight: 400; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMarch 30, 2024 at 5:47 pm #1438765In reply to: How to make packages, features and pricing table?
Hey ipressen,
Thank you for your patience, to create a pricing table like this:

add these icon shortcodes into the table:[av_font_icon icon='ue812' font='entypo-fontello' size='40px' position='center' color='green'][/av_font_icon] [av_font_icon icon='ue819' font='entypo-fontello' size='40px' position='center' color='red'][/av_font_icon]the top one is a checkmark, and the other is a minus.
This is how the backend looks:

I recommend showing the empty cells, otherwise the rows will move out of place:

Then this is the css I used in the Quick CSS to make the text black and make all of the cells the same height so they would line up and to “hide” the empty cells:.pricing-table > li { font-size: 20px; line-height: 48px; } .main_color .pricing-table > li:not(.avia-heading-row,.avia-pricing-row) { color: #000; } .pricing-table-wrap:nth-child(1) .pricing-table li.avia-heading-row { opacity: 0; } .pricing-table-wrap:nth-child(1) .pricing-table li.avia-pricing-row { opacity: 0; }Best regards,
MikeMarch 28, 2024 at 9:01 am #1438526In reply to: Header and slider not responsive
Hi,
1.) We recommend increasing the font size slightly from the default of 14px. Perhaps 16px or 18px would be ideal, but the choice depends on your preference.
2.) Would you mind providing a screenshot? You can use platforms like Savvyify, Imgur or Dropbox.
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,
IsmaelMarch 28, 2024 at 8:11 am #1438523In reply to: Responsive
Hey Renard,
Thank you for the inquiry.
You can add this css code to adjust the size of the tabs and make sure they align properly on smaller screens:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .av-pill-tabs .av-section-tab-title { margin-right: 10px; padding: 0 !important; } .av-pill-tabs .av-inner-tab-title { color: #FFFFFF; font-size: 0.9em; margin-bottom: 0px !important; line-height: .5em; padding: 8px !important; } }Best regards,
IsmaelMarch 28, 2024 at 7:44 am #1438516In reply to: Full Width Easy Slider Link Button
Hey woogie07,
Thank you for the inquiry.
You can add this css code to adjust the style of the slider button:
#top .avia-slideshow-button { border-radius: 3px; text-transform: uppercase; padding: 15px 16px; display: inline-block; margin-top: 20px; text-decoration: none; font-weight: bold; font-size: 30px; }Best regards,
IsmaelMarch 27, 2024 at 6:38 pm #1438473In reply to: Header and slider not responsive
Hi, Ismaël
We’re almost done… Two last questions:
– what would be the right font size for a correct vertical display of the title and the legend in the slider?
– on the vertical display on mobiles, the toggle menu hides part of the header. Could you tell me how I could reposition it a bit further to the right side of the mobile screen? If there is no specific setting in the theme for that, could you send me the appropriate code?
Thanks, looking forward to reading youMarch 27, 2024 at 11:27 am #1438430In reply to: Header and slider not responsive
Hi,
The Styling > Font Sizes settings can be found in each slider item of the Full Width Slider element. Please let us know if you need further assistance.
Best regards,
IsmaelMarch 27, 2024 at 11:15 am #1438426In reply to: Header and slider not responsive
Thanks for your answer, Ismaël.
In Styling – General, I cannot find the Font Sizes toggle you are mentionning, only Fonts and Typography but there’s no way I can change the size there. Is there another way, some coding maybe? Could you send me the appropriate code for the title and the small code just below? What should be the appropriate size for these 2 items?
Thanks for your helpMarch 27, 2024 at 7:45 am #1438407In reply to: Header and slider not responsive
Hi,
Thank you for the update.
The images are resizing correctly when we checked the site on smaller screens, but the size of the captions is a little too large for the slider. You can adjust the Caption Title Font Size and Caption Content Font Size for different screen sizes in the Styling > Font Sizes toggle.
Best regards,
IsmaelMarch 27, 2024 at 2:19 am #1438391Topic: Centering Footer Images In Responsive Mode
in forum Enfoldblaisen
ParticipantI have spent much too much time, and tried just about everything today to try and get two images in my footer to center in responsive portrait mode. The footer is set up with 5 columns – which look great on a desktop: https://ibb.co/tsntFz8
But when the page is in portrait mode, the images in the first and last column will not center: https://ibb.co/0qwmMmp
I tried every trick I could think of and a few mentioned on these boards, but nothing is working. Please help!
Here is ALL the CSS code being used in the footer:
/*—————————————-
// FOOTER
//————————————–*/#top #footer .av_one_fifth {
width: 16.5%;
margin-left: 2%;
}#top #footer > .container > .av_one_fifth:first-child {
margin-right: 3%;
width: 20%;
}
#top #footer > .container > .av_one_fifth:last-child {
width: 12%;
margin-left: 1%;
}@media only screen and (max-width: 767px) {
#top #footer .av_one_fifth {
width: 90%;
}
#top #footer > .container > .av_one_fifth:first-child {
width: 90%;
padding-top: 10px;
}
#top #footer > .container > .av_one_fifth:last-child {
width: 60%;
}
#footer .widget {
margin: 10px 0 0 0!important;
text-align: center;
font-size: 1.1em!important;
line-height: 1.5em!important;
}
#footer .textwidget p {
text-align: center;
}
#footer h3.widgettitle {
text-align: center!important;
}
#footer .widget img {
display: table;
margin: 0 auto;
}
}You’ll see that I have #footer .widget {margin: 10px 0 0 0!important;} to close up the spacing between containers. Removing it didn’t help with the final class #footer .widget img {display: table; margin: 0 auto;}.
March 26, 2024 at 3:33 pm #1438354Topic: Display Page only on mobile
in forum Enfoldgreg47
ParticipantHello,
I try to display a specific page only on mobile and diplay a message : “thank you to connect you on mobile to display this page”I past this code in my page, it’s hidden if i’m on desktop for example, but my message does not appears.
Do you know why ?
<!DOCTYPE html> <html lang="fr"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vérification d'accès via mobile</title> <style> #message { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 24px; z-index: 99999; /* Met le message au premier plan */ } </style> <script> window.onload = function() { // Vérifie si l'utilisateur accède à la page depuis un téléphone mobile var isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent); if (!isMobile) { // Affiche le message si l'utilisateur n'accède pas depuis un téléphone mobile document.getElementById("message").innerHTML = "Ce site est adapté pour les téléphones mobiles, merci d'y accéder via votre smartphone."; document.getElementById("message").style.display = "block"; // Affiche le message si nécessaire } else { // Affiche le contenu de la page s'il est consulté depuis un téléphone mobile document.body.style.display = "block"; } }; </script> <body style="display: none;"> <div id="message"></div> </body> </html>Thank you for your help
-
This topic was modified 1 year, 10 months ago by
greg47.
March 26, 2024 at 9:45 am #1438332In reply to: Struggling to add custom css (it doesn’t work!)
An example…
I have the below code which is working.
.hero-text {
text-align: center;
text-shadow: 2.5px 2.5px 0px #000000;
}(THIS WORKS)
However I have a subheading within the “hero-text” so I just want to adjust the H1 child.
.hero-text .h1 {
font-size: 3em !important;
font-weight: 1000 !important;
}(THIS DOES NOT WORK)
Why does the second not work and how do I resolve this? Other than creating two text blocks. I’m trying to work out where I am going wrong with my logic so I can fix for myself in future :)
March 26, 2024 at 9:15 am #1438330In reply to: Struggling to add custom css (it doesn’t work!)
thanks that worked. but do you know why I’m having difficulties with the custom classes? There have been other occasions where this hasn’t worked. If I want change padding of a text field, it is correct to add a custom class i.e. “review-text” and then in quick css add .review-text {font-size: 12px !important;}?
March 26, 2024 at 4:55 am #1438317In reply to: Add a header widget area
Thanks. I´ve tried to center the text (or banner) of the company name and size font using html or text in header widget but does not align. Then tried to use the following instructions https://kriesi.at/documentation/enfold/example-of-logo-left-widget-center-menu-right/#toggle-id-2 but still does not work.The text is stuck to the bottom, I need to align it at the height of the menu/logo and edit the font height and color. Also, change gray color now as background of the header
-
This reply was modified 1 year, 10 months ago by
Rocuant.
March 23, 2024 at 10:55 pm #1438095In reply to: Social Icons Widget Alignment
Rikard, Unfortunately this did not work.
I used Guenni007’s javascript and CSS with few modifications. Perhaps something is in conflict? CSS for the icons:
/* ———- Social Icons ———- */
#top .socialbookmarks-widget .social_bookmarks {
float: left;
margin: 15px 0 0 ;
position: relative;
}#top .socialbookmarks-widget .social_bookmarks li {
float: left;
clear: right !important;
}#top .socialbookmarks-widget .social_bookmarks {
display: inline;
}#top .socialbookmarks-widget .social_bookmarks li {
border-right-width: 0;
width: 50px;
}#top .socialbookmarks-widget .social_bookmarks li a {
width: 50px;
line-height: 50px;
min-height: 50px;
}#top .socialbookmarks-widget .social_bookmarks li a:before {
font-size: 30px
}/* social icons style */
#top #wrap_all .social_bookmarks li a {
width: 50px;
line-height: 50px;
margin-left: 50px;
border-radius: 100px;
}
#top #wrap_all .social_bookmarks {
height: 50px;
margin-left: 50px;
}
#top #wrap_all .social_bookmarks li {
width: 50px;
font-size: 15px;
margin-left: 50px;
}
#top #wrap_all .av-social-link-instagram a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-instagram a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-facebook a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-twitter a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-youtube a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-youtube:hover a,
#top #wrap_all .av-social-link-youtube a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-linkedin a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-linkedin:hover a,
#top #wrap_all .av-social-link-linkedin a:focus {
color: #fff;
background-color: #efc511;
}March 23, 2024 at 8:14 pm #1438078In reply to: Two problems with the main menue and more…
Hey Katja,
Thank you for the link to your site, on your first level menu items they are blue until mouse-over then they are yellow, but the backend of the second level is already yellow so what colors do you want the mouse-over and active page second level menu items to be?
mobile devices don’t have a mouse-over function, if you want the first level active menu items to have a yellow background you could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all #av-burger-menu-ul li.current-menu-item a { background-color: #fff236; }but second level mobile menu items all share the same background color.
To add the header image to your category pages try the Unique Headers plugin.
For your search field try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .header_color .avia-search-tooltip input[type='text']#s { background-color: #fff; color: #30302f; }Fot your widget item, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .main_color .tribe-events-widget-events-list__header-title { color: #c3512f; text-align: left; font-size: 16px; font-weight: 600; } #top .main_color .tribe-events-widget-events-list__header-title { border-style: solid; border-width: 1px; border-color: rgb(235, 232, 226); padding: 10px 0; border-left: none; border-right: none; margin-bottom: 15px; }For your last question, some items have text some don’t they are not the same.
Please note that we kindly ask that each thread is for a single topic, it is hard to manage threads with many questions, typically it causes confusion when other Mods try to help or when clients answer but are not so clear, Thank you for your patience and understanding and for using Enfold.Best regards,
MikeMarch 23, 2024 at 3:30 pm #1438046In reply to: Blog posts (grid) – change element position etc
Hey Jason,
Thanks for your patience, the blog element layout is dependent on the Enfold Theme Options ▸ Blog Layout ▸ Blog Styling
it looks like you are using the Modern Business

you also could use Elegant

and Default (Business)

So I recommend choosing the one that is closest to your overall goal, which in this case seems to be Default (Business) and then adjust from there. So in this example it looks like we only need to move the date above the title, I recommend using jQuery in your child theme functions.php instead of customizing the element php file in your child theme, \enfold\config-templatebuilder\avia-shortcodes\postslider\postslider.php, because future features may not work correctly if you use an older version of the file.
For example:function custom_move_time_script() { ?> <script> (function($){ $( '.slide-entry' ).each(function() { $( this ).find( 'time.slide-meta-time' ).insertBefore( $(this).find('header')); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_move_time_script', 99 );
Then you can make the rest of the adjustments with css, like hiding the comments, making the date larger & gold, adding top padding, making the read more gold, etc..slide-content .slide-meta { display: none; } .slide-content .slide-meta-time { font-size: 14px; color: gold; } .slide-content .slide-entry-title { font-size: 28px; padding-bottom: 10px; } .slide-content { padding-top: 20px; } .slide-content .read-more-link a { color: gold; }
So give this a try and if you need further help please create a test page so we can examine your element and offer more help.Best regards,
MikeMarch 21, 2024 at 7:58 am #1437735In reply to: Links and text in footer not changing
Hey jmjwebsites,
Thank you for the inquiry.
Are you referring to the links within the socket container? If that’s the case, you can use this css rule to adjust the style of the menu items.
#socket .sub_menu_socket li { float: left; display: block; padding: 0 10px; border-left-style: solid; border-left-width: 1px; line-height: 10px; font-size: 18px; }For the copyright text, please add this code:
#socket .copyright { float: left; font-size: 18px; }Best regards,
IsmaelMarch 20, 2024 at 7:03 pm #1437715Topic: Links and text in footer not changing
in forum Enfoldjmjwebsites
ParticipantHi, I have a site where we are trying to change the font size for the menu and text in the footer. I’ve tried the advanced styling tab and changed <p> to 18pt. I’ve changed the widget links to 18pt. I’ve disabled the file compression settings and deleted the cache and it still does not change. Any other ideas?
March 20, 2024 at 5:12 am #1437668In reply to: Textblock Font Sizes ignored by some browsers
Hi,
Thank you for the update.
Are you referring to the h3 tags in the Text Block element? The font size of the heading element is set to 30px when we checked the site on Chrome and Safari. Please check the screenshot in the private field.
Best regards,
IsmaelMarch 19, 2024 at 3:32 pm #1437560In reply to: Textblock Font Sizes ignored by some browsers
The first text block has the media query 30px desktop / 20px / 18px / 15px. It looks fine!
The text block under “LEISTUNGEN” and “UNTERNEHMEN” and has the same settings but is not displayed in Safari and the private modes of Firefox and Chrome, but only the default size of 18px…
Even if I duplicate the first text block and move it further down, it is only displayed at the standard font size settings???
March 19, 2024 at 10:48 am #1437536In reply to: Mobile optimization
Hey Andrea,
Thank you for the inquiry.
The cells of the table do not respond or resize correctly on mobile view due to the height adjustment in the following css code:
.pricing-table>li { border-color: var(--base1-color)!important; font-size: 18px!important; font-weight: bold!important; height: 100px; display: flex; flex-direction: column; justify-content: center; resize: vertical; margin: 0 auto; }Please adjust the height property from 100px to auto and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelMarch 19, 2024 at 10:38 am #1437535Topic: Textblock Font Sizes ignored by some browsers
in forum Enfoldevabo
ParticipantThe settings in the Font Sizes text block are ignored by some browsers. (for example Firefox private mode) The settings at first text block is displayed correctly and all others in the standard font size. Why is that?
March 18, 2024 at 1:53 pm #1437474In reply to: Do you delete questions? SEO Queston
Sorry. I was not clear. Is there any other way to speed up the pages Is what I meant Besides reducing thousands of images? In your response of March 5th, you asked if I did any of those things on the page speed test suggestions And I explained that I didn’t understand them. Can you please Help me with some of them or anything at all that is simple? I have reduced A few hundred images, which took me several days. This slowdown only happened recently, even with the full-size images.
What about the settings and Enfold theme? Just anything to help me, please, if you can. Maybe I have them set wrong?
Thank you..
ON TOP OF THAT…
I can’t figure out these broken links for the life of me. Could this be related to the slow speed?404 Not Found
https://photomagx.com/wp-content/uploads/avia_fonts/fontello/fontello.woff2403 Forbidden
https://photomagx.com/xmlrpc.php?rsd403 Forbidden
https://photomagx.com/xmlrpc.phpTHANK YOU IN ADVANCE FOR YOUR HELP!!!
-
This reply was modified 1 year, 10 months ago by
extraeyes.
March 16, 2024 at 6:20 pm #1437374In reply to: Accordion Custom Icon Showing Fonts
Hey LUISCANAL,
Try a back slash before the icon number:.my-custom-tabs .toggle_icon:before { font-family: 'entypo-fontello'; content: '\e817'; position: absolute; font-size: 18px; top: 50%; transform: translateY(-50%); left: 0px; line-height: 0; color: red; }Best regards,
MikeMarch 15, 2024 at 4:31 pm #1437328Hi,
I see that whenever a page is edited there is a permissions error for core WordPress files:

one is for a plugin “easy pricing” and I see and error that your Rest API has been disabled, so you made have other plugin conflicts.
comparing the wayback page with your current one, I only see the your headings have a color of #666 now and were #222 but the font sizes is the same, and you icon element font was 21px and now 16px. The problem is that the wayback page uses the Autoptimize cache and now you are not, Autoptimize often breaks the cache styles due to multiple minifying, typically people notice the error and the disable Autoptimize to correct, so I’m not sure if you didn’t realize the error until now when Autoptimize has been disabled and the cache cleared.
When I examine your general style you are using the font color #666 so this leads me to believe that this color is correct and the Autoptimize version was wrong.
I recommend disabling the above plugin and any others that are causing the permissions & Rest API errors.Best regards,
Mike -
This topic was modified 1 year, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Display Page only on mobile
Hello,
I try to display a specific page only on mobile and diplay a message : “thank you to connect you on mobile to display this page”I past this code in my page, it’s hidden if i’m on desktop for example, but my message does not appears.
Do you know why ?
<!DOCTYPE html> <html lang="fr"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vérification d'accès via mobile</title> <style> #message { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 24px; z-index: 99999; /* Met le message au premier plan */ } </style> <script> window.onload = function() { // Vérifie si l'utilisateur accède à la page depuis un téléphone mobile var isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent); if (!isMobile) { // Affiche le message si l'utilisateur n'accède pas depuis un téléphone mobile document.getElementById("message").innerHTML = "Ce site est adapté pour les téléphones mobiles, merci d'y accéder via votre smartphone."; document.getElementById("message").style.display = "block"; // Affiche le message si nécessaire } else { // Affiche le contenu de la page s'il est consulté depuis un téléphone mobile document.body.style.display = "block"; } }; </script> <body style="display: none;"> <div id="message"></div> </body> </html>Thank you for your help
Hi, I have a site where we are trying to change the font size for the menu and text in the footer. I’ve tried the advanced styling tab and changed <p> to 18pt. I’ve changed the widget links to 18pt. I’ve disabled the file compression settings and deleted the cache and it still does not change. Any other ideas?
The settings in the Font Sizes text block are ignored by some browsers. (for example Firefox private mode) The settings at first text block is displayed correctly and all others in the standard font size. Why is that?
