Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback, I don’t see the css included in the site you linked to, but this seems to work when I inject it, please include an admin login in the Private Content area so I can examine, perhaps you have an error in your css from another rule.Best regards,
MikeAugust 6, 2021 at 10:30 am in reply to: Tabular Data Table (scrollable) inside of a tab section on mobile #1314795Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold, have a great day.Best regards,
MikeAugust 5, 2021 at 2:11 pm in reply to: Change accordion titles to H2 without editing functions.php? #1314672Hey AFEC,
Thank you for your patience, our Accordion Toggle Titles are “p” (paragraph) and do not have a built-in option to change the tag.
I’m not sure which solution you saw to change the tag there are probably a couple, but adding the snippet to the child theme functions.php would be the best approach.
You could edit the theme files, but you would lose this modification when you update the theme, depending on the solution you may be able to add it to a code block on the one page for it to only work on that page. If you link to the solution and to your page I could check for you.
Are you not using a child theme? You may find it helpful to use one if you have other customizations in mind.Best regards,
MikeHey So Evolve,
Thank you for your patience, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #header.header_color .sub_menu>ul>li>a, #top #header.header_color .sub_menu>div>ul>li>a, #top #header.header_color .main_menu ul:first-child > li > a, #top #header.header_color .main_menu .menu ul .current_page_item > a, #top #header.header_color .main_menu .menu ul .current-menu-item > a, #top #header.header_color .sub_menu li ul a { color: #fff; }
Best regards,
MikeAugust 5, 2021 at 11:21 am in reply to: cells no longer outlined in Ninja forms after Enfold update #1314620Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 5, 2021 at 11:20 am in reply to: Tabular Data Table (scrollable) inside of a tab section on mobile #1314618Hi,
Glad this is helping, please try this css for the arrow:@media only screen and (min-width: 767px) { #top #wrap_all .av-tab-arrow-container { margin: auto; } }
Best regards,
MikeHi,
@work365
I do not recommend using different versions of theme files together, your pagination now looks like this:
/blog/page/3/?avia-element-paging=2
you now have what looks like the old pagination/page/3/
and the new pagination?avia-element-paging=2
in the same url.
I can not reproduce any problems with the pagination in version v4.8.6, the url text “avia-element-paging” is not an error, this is correct. Please try reinstalling your theme by first removing your current version with the mixed files, please do not try overwriting your theme folder as this wil leave old files behind and will cause conflicts.
Then with a fresh theme installed if you are still having issues with your plugins and custom scripts disabled, then open a new thread, 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.Best regards,
MikeHey mosostri,
Thank you for your patience and the link to your site, this is the correct pagination and is working correctly.
I assume that what you want to “fix” is the text “avia-element-paging” but this is not an error, this was introduced when paging is needed in an ALB element to avoid a conflict with normal WP pagination and can not be changed without changing many core theme files.Best regards,
MikeHi,
Thank you for your patience but unfortunately, this feature is not available yet, I have submitted a feature request to the dev team for this and perhaps in the future it will be added.
I can’t think of a workaround for this currently, sorry.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 4, 2021 at 11:43 am in reply to: cells no longer outlined in Ninja forms after Enfold update #1314349Hi,
Thanks for the feedback, I examined your site further and found an error in your custom css here:/* Landscape */ @media only screen and (min-device-width: 768px) and (max-device-width: 1624px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {...
this rule has no closing bracket so all of the rules below it are in it.
I assume that you ment to have the closing bracket before the comment: /* Table maker pRO */, try adding one here:
then clear your browser cache and check.Best regards,
MikeHi,
Thank you for the login, I found that on the first two columns the one on the left was set to show on mobile and the one on the right was hide on mobile and they had the equal height option set, so I adjusted them to the same and looked at the other lower two columns and they seem to be working correctly now. Please clear your browser cache and check.Best regards,
MikeAugust 3, 2021 at 11:49 am in reply to: Change Follow-Link into No-Follow-Link on the Partner Logo elements #1314128Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 3, 2021 at 11:40 am in reply to: cells no longer outlined in Ninja forms after Enfold update #1314121Hi,
It looks like you are using version v4.7.6.4, please try updating to v4.8.6
If this still doesn’t work, then please include an admin login in the Private Content area so we can investigate.Best regards,
MikeAugust 3, 2021 at 11:28 am in reply to: Editing raw HTML/pagecode after using advanced layout builder ? #1314118Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try entering the full url instead of /#nextsection/, in my test this works.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the extra security login, but the WP admin login is not working, please check.Best regards,
MikeAugust 2, 2021 at 12:51 pm in reply to: Social Media Links in Top Bar do not appear on Mobile #1313901Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
@Guitar Answer Guy, I don’t believe your issue is the same, you are using Row Margins set to 0 for top and bottom so columns are touching, this thread is about using negative margins to overlap columns.
I took a quick look at your page an I believe this css would correct the page you linked to:#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0px !important; }
the css causing your issue is from line 348 in
\enfold\css\grid.css
:#top .flex_column_table.av-equal-height-column-flextable:not(:first-child){ margin-top: 50px; /* added 4.7.5.1 to fix inconsistent layout equal height after individual height columns but remove when first entry */ }
but I’m not sure why this would be causing an issue now for you.
Best regards,
MikeAugust 2, 2021 at 12:25 pm in reply to: Can't find a way to change alignment of menu in header #1313893Hi,
Glad to hear that you have this sorted out, I didn’t realize you wanted the space on the left I thought that was an error. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey omshiva,
Thank you for your patience and for the link to your page. Your css is conflicting because the css rule with the ID (#main) has a higher specificity than the simple button class.
Try changing these rules:/*Add underline to main content*/ #main a:not(.avia-button) {text-decoration:underline !important;} /*Remove underline from footer links*/ #footer > div > div > .widget a {text-decoration: none !important;} /*Remove underline from button links*/ .avia-button {text-decoration:none !important;}
Best regards,
MikeHey maxcoppeta,
Please try uploading a favicon.ico to your WordPress root directory via FTP or your cPanel file manager. Below I converted your .png file to a .icoBest regards,
MikeAugust 1, 2021 at 9:22 pm in reply to: Change Follow-Link into No-Follow-Link on the Partner Logo elements #1313737Hey Shannon Hale,
Sorry but the builders in Thrive Architect and Enfold have a conflict that either of us can sort out.Best regards,
MikeHey karmenka,
Thank you for your patience, can you link to your page so we can help, I don’t believe our magazine demo is setup the same way as your page.Best regards,
Mike -
AuthorPosts