Forum Replies Created
-
AuthorPosts
-
Hi,
You can use the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Links to choose the color:
I did this for you, please clear your browser cache and check.
Let us know if this helped and we will close this thread, if you have any further questions please create a new thread and we will gladly try to help you with them also. We like to keep each thread on topic so other users can also find solutions to their issues, thank you for understanding.Best regards,
MikeJanuary 9, 2022 at 12:09 am in reply to: Saving didnt work! Please reload the page and try again #1334829Hi,
Thanks for the login, I don’t see a cause for the error, I assume that it has something to do with your migration with updraftplus, I don’t have experience with this plugin.
I recommend starting over with a clean WordPress install and installing the latest version of Enfold from your Theme Forest account and use the WordPress ▸ Tools ▸ Import to import your content from your other site.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,
MikeJanuary 8, 2022 at 9:48 pm in reply to: Saving didnt work! Please reload the page and try again #1334818Hey NLGZero,
Your site is in maintenance mode, please include admin login in the Private Content area so we can be of more assistance.
Are you getting this error when you save the theme settings or when you save a page?Best regards,
MikeHi,
Glad Rikard was 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,
As I recall they were using the same code as the Smush plugin, wpmudev was their sponsor.
This was a recent issue and several Smush Pro members said that they opened support tickets at wpmudev. Their javascript is miscalculating the loading height, we can’t override this behavior, so for now just disable this option.Best regards,
MikeHi,
Thanks for the link to your site, the element options are for a minimum height, but you actually want to define the maximum height of 10px, the tricky part of this is that the theme sets a minimum height of 100px via javascript.
One way around this with css is this:#top #main .color-section-divider { background-color: transparent; } .responsive #top #main .color-section-divider > .container { background-color: red; max-width: 100% !important; width: 100%; }
Another way is this css:
#top #main .color-section-divider { clip-path: inset(0 0 90% 0); }
Best regards,
MikeHi,
For the sliders on all pages except the homepage I adjusted your css to this:#top:not(.home) #full_slider_1 .avia-slide-wrap { max-height: 200px; }
this sets the slider height to 200px and centers the caption title.
For your homepage, when I checked you had a max-height of 600px, but the first two slides had heights of 570px so it still looked like it was uneven, I changed your css to this:.home #full_slider_1 .avia-slide-wrap, .home #full_slider_1 .av_slideshow_full .av-slideshow-caption { max-height: 570px; }
please clear your browser cache and check.
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,
MikeJanuary 8, 2022 at 7:29 pm in reply to: Upcoming events element: Change and translate link text of all events link #1334805Hi,
Glad to hear you have sorted this out, 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,
Thanks fro the login to your site and the sftp login, I followed the steps here and while our documentation says depending on the webhost it can take a while for the directory to be cleared, I also manually cleared the older files. Please check.Best regards,
MikeHey Lauro,
Thank you for the link to your site, version 4.2 can not be updated automatically because at that time Theme Forest changed the update API to a Token. To update your version of Enfold you will need to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Afterward you will want to follow the steps here to create a Token so that you can update in the future.Best regards,
MikeHi,
currently the class .container_wrap in the css is adding the background image to your header, content, & footer, if you only want it in the content area change it to .container_wrap_first if you also want it in the header and on all pages & posts, & shop page (everything) try this css instead of everything previous:#top #header_main.container_wrap,#top .container_wrap_first { background: url(https://www.toysanarchy.com/wp-content/uploads/2021/12/annie-spratt-background-scaled.jpg); }
Best regards,
MikeHey soestkopers,
Thank you for the login to your site, I’m not sure what is wrong but I believe that the search and replace changed something, I note that the admin toolbar for your pages say that they are portfolio items.
I’m not sure how you migrated your site, but I would recommend starting over and try again.
One way would be to reset your site and update your WordPress, then install the latest version of Enfold from your Theme Forest account, and then export from Gereedschap ▸ Exporteren ▸ Kiezen wat je wilt exporteren ▸ Gehele inhoud
from your old site and import it to your new site. You will not need to use the search and replace plugin.
If you know how to use the Duplicator Migration Plugin then that is also an option, but again you would not use the search and replace plugin.Best regards,
MikeHi,
Try:.archive div.container_wrap { background: url(https://www.toysanarchy.com/wp-content/uploads/2021/12/annie-spratt-background-scaled.jpg); }
Best regards,
MikeHi,
for other pages try changing .single-product to .page like this:.page div.container_wrap { background: url(https://www.toysanarchy.com/wp-content/uploads/2021/12/annie-spratt-background-scaled.jpg); }
Best regards,
MikeHi,
Glad Günter was 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,
Glad Yigit could help you with the Gigpress css pastebin, but I would not recommend performing a search & replace on all of the colors as there are 96 references to Gigpress classes for many elements and trying to do it automatically could easily create errors. Unfortunately, the best approach would be line-by-line.
On the front page they have used a grid element with a widget element in it which is showing the gigpress widget.
It is a one column widget but they are floating the “Buy Tickets” to the right so it looks like two columns..widget_gigpress .gigpress-sidebar-status { display: block; white-space: nowrap; float: right; }
Best regards,
MikeJanuary 8, 2022 at 3:22 pm in reply to: Footer Widgets Social Media Icons – Not Fully Displayed #1334781Hi,
Glad Rikard was 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,
Glad Rikard was 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,
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 troupdim,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#contact.main_color .avia_ajax_form input[type='submit'] { background-color: #5d8a88; color: #ffffff; border-color: #5d8a88; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
From what I see the font rule:h1, h2, h3 { font-family: 'Bilbo Swash Caps', cursive; text-transform: capitalize !important; color: #ad0300 !important; }
is applied in your child theme stylesheet, but using just the H tag by itself to affect the H1 in the layerslider is a little weak as the layerslider is passing the “inherit” rule to the tag.
to correct I would recommend changing to:#top #main h1,#top #main h2,#top #main h3 { font-family: 'Bilbo Swash Caps', cursive; text-transform: capitalize !important; color: #ad0300 !important; }
As for the font size of the lower text being 1px, this is what the layerslider is setting so you will need to make that change in the layerslider:
Best regards,
MikeHi,
Was your issue with the lazy loading of the Smush plugin? If so this is being addressed by that plugin author, we can not change how it behaves.Best regards,
MikeHi,
Glad Yigit was 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,
I see that you are using a very old version 4.5.2, you will need to update via FTP, try these steps:
Download the newest version from your Theme Forest account and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder via ftp and check that your site is working correctly.
Once you are happy that the site is working correctly you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeHey vantagepointmg,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top .frm_checkbox input[type=checkbox] { display: inline-block; }
After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts