-
AuthorSearch Results
-
January 31, 2024 at 10:20 am #1432579
In reply to: Tab sections on mobile
Thanks for the try. This does not make a difference. Ant other idea to why it won’t accept my custom code on mobile?
Example:
My custom code that works everywhere above 479 pixels:
.av-inner-tab-title {
font-family: baskerville-urw, serif;
font-size: 0.9em;
line-height: 1.5em;
font-weight: 300;
font-style: italic;
text-transform: none;
display: block;
margin-top: 7px;
margin-bottom: 0px;
margin-left: 0px;
background-color: transparent;
}The CSS that seems to overide below 479 pixels:
.av-inner-tab-title {
text-transform: uppercase;
display: block;
line-height: 1.2em;
margin-top: 7px;
margin-bottom: 3px;
font-size: 13px;
text-align: center;
}January 31, 2024 at 9:04 am #1432571Hi,
Thank you for the screenshots.
The language flags are visible on desktop view but the value of src attribute gets replaced on mobile view for some reason. Please provide the login details in the private field so that we can check the issue further. You can also use this code in the functions.php file to append the default language switcher beside the burger menu.
add_action( 'ava_after_main_menu', 'wpml_switch_to_header' ); function wpml_switch_to_header() { if(!wp_is_mobile()) return echo do_action('wpml_add_language_selector'); }Best regards,
IsmaelJanuary 31, 2024 at 8:21 am #1432566In reply to: tables column widths
Hi,
Your new code has removed the double dates but the other issues are still the same.
The following css code should address the requests mentioned above.
/* remove the border from around the table */ #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table { border: 0; } /* set the years in one line, the color of the year to blue */ #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table .avia-desc-col { width: 100% !important; color: blue !important; } /* decrease padding cell padding */ #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table tr, #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table th, #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table td { padding: 0; }Best regards,
IsmaelJanuary 31, 2024 at 7:45 am #1432562In reply to: Mobile menu main font smaller
Hi,
The mobile menu is missing when we checked the site. Please add the following css code to fix the mobile menu issue and to adjust the size of the submenu items.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top #header .av-logo-container .av-main-nav>li.av-burger-menu-main { display: block !important; } .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li { font-size: 1em; line-height: 1.4em; } }Adjust the font-size value as required.
Best regards,
IsmaelJanuary 31, 2024 at 7:42 am #1432561Hi,
Thank you for the info.
It might not be working because of the AviaScrollSpy script which handles scrolling for anchor links and overrides the default scrolling behavior. Instead of using the scroll-margin-top, try to add the following filter in the functions.php file.
function avf_header_setting_filter_mod($header) { $header['header_scroll_offset'] = $header['header_scroll_offset'] + 100; return $header; } add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);This will add a 100px offset from the original scroll position.
Best regards,
IsmaelJanuary 31, 2024 at 6:41 am #1432557Topic: enfold theme & wordpress requirements?
in forum Pre Sale Questionsphil
GuestConsidering your theme for a client. I noticed though in support forum, there are questions that Avia Layout Builder not working with latest version of WordPress as per:
&
Can you confirm what version WordPress works with your builder or shouldn’t it work with any version, latest or not? Like to be assured your builder is robust so can customize/edit Enfold for the client.
Thanks & Regards,
Phil
January 31, 2024 at 4:08 am #1432554Great job! that worked. Last questions is if I can add a “GET STARTED” button in the top area with the Search icon, burger menu and logo. I know it is a lot, but if anyone can do it, you can. See example here: https://drive.google.com/file/d/17voyrfwvrnK9Upa0AHw3oaEdEQdkNgNX/view?usp=sharing
-
This reply was modified 2 years, 2 months ago by
bemodesign.
January 31, 2024 at 12:23 am #1432552In reply to: Video Media Element not showing video
That worked but the background image only shows up on desktop and not Mobile view. Any ideas or code for this? I kept the same title so you can see where it is: title: “A growing library of more than 2 dozen demos”
January 30, 2024 at 11:47 pm #1432551In reply to: Small bar above Main Menu – font and icon size
hey Ismael
great thank you that works on desktop, but for some reason now on mobile there is a black outline around the social icons?
Just on the size of the social icons – I’m not sure which of these settings I need to adjust to make the size of the social icons larger? I’ve tried a few combos and it just moves the position of them not make them any bigger?
#top #header_meta .social_bookmarks li a {
float: left;
width: 30px;
line-height: 30px;
display: block;
margin: 0px;
outline: none;
padding: 0;
min-height: 30px;
height: 100%;
overflow: visible;
z-index: 2;
position: relative;
text-align: center;
}Cheers
NatashaJanuary 30, 2024 at 7:55 pm #1432542In reply to: ENFOLD Theme – Demo File Import
Sure.. this topic can be closed!
THX
F
January 30, 2024 at 7:31 pm #1432538In reply to: ENFOLD Theme – Demo File Import
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,
RikardJanuary 30, 2024 at 7:29 pm #1432536In reply to: Tab sections on mobile
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { #top .av-section-tab-title { padding: 0; } }Best regards,
RikardJanuary 30, 2024 at 1:38 pm #1432497Hello Mike,
thanks for your reply.
I don’t want scroll snapping in this case. I use anchortags on a page which scroll to an id on the page (like: text). Because of the sticky header, the header overlaps the content it scrolls to.
One line of css (scroll-margin-top) could be enough to solve this problem, but I think something in the theme prevents it.
You can see an article how it works here. I use it more often on other websites but can’t get it to work in enfold.Regards,
Kees
January 30, 2024 at 12:16 pm #1432491In reply to: Mobile menu main font smaller
Hey Rikard. No, unfortunately I have not found a solution. in the mobile menu, I want the top level menu items to be the same size as the sublevel menü items. Please send the css for this.
thanks you
January 30, 2024 at 11:40 am #1432484In reply to: Moving From Staging to Live
Hi,
Great, I’m glad to hear that it’s working as it should again. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardJanuary 30, 2024 at 9:37 am #1432467In reply to: Small bar above Main Menu – font and icon size
Hi,
Thank you for the screenshots.
Please keep border color set to white, then add this css code to remove the lines between the social icons.
#top .social_bookmarks li { border-color: transparent; border: none; }Best regards,
IsmaelJanuary 30, 2024 at 9:33 am #1432466In reply to: Tables behaviour on mobile
Hi again Ismael,
Disabled maintenance mode now.
Basically, I just want the table to look like on tablet and desktop breaks, but on the narrower space of a mobile. Please see the image links provided.
Here’s my tablet custom code (this might reveal my limitations as a coder, that’s why I love your Enfold theme :)
Moved to: https://pastebin.com/H0sJCpLS
January 30, 2024 at 9:21 am #1432465In reply to: Tab sections on mobile
Hi Ismael,
Oh sorry, of course :) Disabled maintenance mode now.
Basicly, I just want the tabs to look like tablet and desktop breaks, like the image link provided. It seems to use other code for the mobile break?
How can I adjust mobiel tab look?This is my custom code:
/*TAB SECTIONS*/
.av-tab-section-container {
background-color: #ffffff;
}
.av-tab-section-tab-title-container {
background-color: #ffffff;
}
.av-inner-tab-title {
font-family: baskerville-urw, serif;
font-size: 0.9em;
line-height: 1.5em;
font-weight: 300;
font-style: italic;
text-transform: none;
display: block;
margin-top: 7px;
margin-bottom: 0px;
margin-left: 0px;
background-color: transparent;
}
.av-active-tab-title .av-inner-tab-title {
position: relative; /* Ensure proper positioning */
}
.av-active-tab-title .av-inner-tab-title::after {
content: “”; /* Empty content for pseudo-element */
position: absolute; /* Position the line */
left: 0; /* Align with the text */
right: 0; /* Align with the text */
bottom: -3px; /* Adjust the space between text and line */
border-bottom: 1.5px solid; /* Create the line */
}
/*Remove greyscale from inactive tabs*/
.av-tab-section-image {
filter: opacity(100%) !important;
}
/*Increase tab spacing*/
#top .av-section-tab-title {
padding-right:7px!important;
padding-left:7px!important;
}January 30, 2024 at 8:27 am #1432459In reply to: tables column widths
Hi,
Thank you for the update.
You can add this css code to adjust the width of the date container, and remove the duplicate date above the description.
#top.page-id-472 .av-hriqo-df64f73a2229a5a484cc56fae9caca2e .avia-data-table * { width: 100%; } #top.page-id-472 .av-hriqo-df64f73a2229a5a484cc56fae9caca2e .avia-data-table td:before { display: none; }Best regards,
IsmaelJanuary 30, 2024 at 6:39 am #1432450***UPDATE*** Turns out this didn’t work . . . not sure why it seemed to.
Woah. I figured out the overlay issue. Added this
#top .avia-slideshow .image-overlay {
display: none !important;
}
.slide-entry a .overlay-type-extern.image-overlay {
display: none !important;
}
after the other button css.HUGE development for me to figure that out . . . now to get the rollover color shift on the button.
JJanuary 30, 2024 at 5:30 am #1432439Eventually the blog stopped displaying as a home page but the styling was too wonky. I ended up making some changes and pushing the staging site again.
Unfortunately, I lost all my work changing the H1, H2, H3… tags on each page as well as my AIOSEO work. Thankfully I had the SEO info documented elsewhere and the tags I can manually go and change. I wonder if there is a way moving forward to recuperate that work or if I will have to go back and update manually?
And how do I update moving forward without breaking this site again? Apart from the obvious (backing up right before any updates – learned the hard way!)
January 29, 2024 at 9:03 pm #1432426In reply to: tables column widths
Ok, that looks better now on Desktop. On mobile however it is still a mess. The dates show double, there should not be a border around it, the dates should display in one line. Can you please also send the css handler for that?
Also – how can I address the font color in the right column.
Thank you.
January 29, 2024 at 8:02 pm #1432425In reply to: Issues on iPad
Nope :(
The pictures in the fourth an the sixth section are still visble on ipad portrait mode. They are unvisible on mobile (that’s good!) an visble on desktop and on ipad landscape (also good!)January 29, 2024 at 7:48 pm #1432417Hi,
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,
RikardJanuary 29, 2024 at 4:05 pm #1432405In reply to: submenu sticky on mobile
Hi,
If it is not working at the end of your child theme functions.php, but is working at the top of your child theme functions.php, this could be due to an error in your child theme functions.php, perhaps we should take a look, please include an admin login and FTP access in the Private Content area so we can be of more assistance.Best regards,
MikeJanuary 29, 2024 at 3:04 pm #1432393In reply to: Custom Subheading Color not displaying on mobile
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,
RikardJanuary 29, 2024 at 3:02 pm #1432390In reply to: Slider Caption Help
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,
RikardJanuary 29, 2024 at 12:35 pm #1432379Topic: Dropdown menu accessibility (arrow keys NOT tab)
in forum Enfolddomchocolate
ParticipantHi, I have a site at https://oxfordwestend.co.uk/. I need the site to be accessible, and I’ve almost completed that. The bit that’s evading me is the dropdown menu in the navigation. Currently, all menu items are accessible by hitting the tab key. This isn’t quite correct – the top level of navigation should be tab-able via the keyboard, but when a dropdown is activated, the menu items should be navigable using the arrow keys (not tab) with a tab only taking you to the next item in the top level and closing any open dropdowns.
Can someone let me know how I can tweak the theme to allow this to work correctly.
Thanks in advance
Dominic
Hi,
Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardJanuary 29, 2024 at 9:23 am #1432356Hi,
Thank you for the update.
We created a private test page (see private field) and edited the modification in the Quick CSS field a bit to display the border.
/*------------------------------------*/ /* For button in slider */ /*------------------------------------*/ #top .avia-slideshow .avia-caption-content .av-slide-button { text-transform: uppercase; letter-spacing: 1px; border-width: 1px; color: #fff; background-color: #006f49; display: inline-block; line-height: 1; font-size: 15px; padding: 12px 24px; border-radius: 3px; color: #fff; fill: #fff; text-align: center; transition: all .3s; border: 1px solid #ffffff; }Best regards,
Ismael -
This reply was modified 2 years, 2 months ago by
-
AuthorSearch Results
Viewing 30 results - 6,331 through 6,360 (of 142,898 total)
-
Search Results
-
Considering your theme for a client. I noticed though in support forum, there are questions that Avia Layout Builder not working with latest version of WordPress as per:
&
Can you confirm what version WordPress works with your builder or shouldn’t it work with any version, latest or not? Like to be assured your builder is robust so can customize/edit Enfold for the client.
Thanks & Regards,
Phil
