Forum Replies Created
-
AuthorPosts
-
Hey Luc,
Did you select to merge and compress CSS and JS files under Enfold->Performance?
Best regards,
RikardHi Sabine,
Thanks for the update. Please try this CSS as well:
.woocommerce-page .main_color h1, .woocommerce-page .main_color h2, .woocommerce-page .main_color h3, .woocommerce-page .main_color h4, .woocommerce-page .main_color h5, .woocommerce-page .main_color h6 { font-family: verdana; }Best regards,
RikardHi Felix,
Thanks for reaching out to us, and for using Enfold. We don’t have any innovations planned when it comes to buttons unfortunately. If you need help with styling these old-fashioned buttons you are referring to, then please post a link to where we can see them, and let us know what you would like to change.
Best regards,
RikardHi Matteo,
Thanks for the update. I would guess that the plugin you are trying to use will work with the theme, but like I said, there is not specific element for it in the Layout Builder. Contact form 7 doesn’t have that either, but I know that you can copy shortcode from Contact form 7 which would work in a code or text block element. Doesn’t your current contact form plugin have that option, or something similar?
Best regards,
RikardHi,
Thanks for the update and renewed offer, though we are not interested at the moment.
Best regards,
RikardHi vivienne2020,
Your logo looks fine on my end on mobile, could you post a screenshot of the problem please?
Best regards,
RikardDecember 3, 2020 at 6:23 am in reply to: How do I customize the icons displayed in the Icon List? #1264676Hi,
You need to click each of items in the left pane, in there you will have the option to fill out the text, and select a different icon. I changed the first icon to a pen in order to demonstrate that it’s working.
Best regards,
RikardHi vivienne2020,
Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
Best regards,
RikardHey pixmex,
I just replied to your first thread, please don’t post more than once for the same problem. I’ll close this thread for now.
Best regards,
RikardHey pixmex,
Why can’t the wp_options table be imported? We can’t really provide custom solutions for scenarios like these though, it would be out of scope of theme support.
Best regards,
RikardHi,
I tried removing the code which you are claiming to cause the problem, and the same error message still occurs after that. Please try to remove all the code from your child theme, then add the customisations back one by one to see which of them is causing the problem.
Best regards,
RikardHi,
Thanks for that. I set your header to 291 pixels instead, and removed this from your Quick CSS:
@media only screen and (max-width: 767px) { .responsive.html_header_transparency #top #wrap_all #main { /* Define padding value for transparent header in mobile */ padding-top: 300px !important; } }It looks good on my end after that, please check on your end as well.
Best regards,
RikardHey Silvia,
Please post a link to where we can see the element you want to change, and let us know which colour you would like to use instead.
Best regards,
RikardDecember 3, 2020 at 5:16 am in reply to: Pagination Not Working – Enfold 4.7.6.4 and WordPress 5.5.3 #1264646Hey classywebsites,
Thanks for the login details. I checked your front page, but I can’t see any pagination there. Could you post a link to where we can see the actual problem please?
Best regards,
RikardHey Harris,
The links in your main menu are all working as they should, could you try to explain the problem you are having a bit further please?
Best regards,
RikardHi Markus,
I’m not sure exactly what you mean, but I can’t see any problems if I go to Appearance->Customizer, or Appearance->Theme-Editor. Which of those are you having problems with?
Best regards,
RikardHey grwebs,
I can’t load your site at all, please check the URL and post it again.
Best regards,
RikardHi stephanbecker2017,
Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.
Best regards,
RikardHi Tanju,
I’ve passed this on to our developers, I’ll let you know if we can implement it or not.
Best regards,
RikardDecember 3, 2020 at 4:45 am in reply to: Adding an element to a page background (boxed layout) #1264619Hi,
You can use a function in functions.php to add it if you like:
function add_strap_div() { echo '<div class="background-strap"></div>'; } add_filter( 'wp_body_open', 'add_strap_div' );Best regards,
RikardDecember 3, 2020 at 4:40 am in reply to: Navbar text is too big and won't crop (or ellipsis) correctly #1264618Hi Patrick,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .title_container .breadcrumb { right: 0; margin-top: -22px; } }Best regards,
RikardHey buciks1,
Thanks for the screenshots. Please post a link as well to where we can see and reproduce the problem you are having.
Best regards,
RikardDecember 3, 2020 at 4:36 am in reply to: Customize the media element tab sections or tab title #1264616Hi,
Thanks for the update. Please try this CSS instead:
.tabcontainer .active_tab, .tabcontainer .tab { background-color: #3e5164 !important; color: #fff !important; }Best regards,
RikardDecember 3, 2020 at 4:29 am in reply to: Could not connect to Google Maps with this API Key. #1264615Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey zimbo,
4.7.6.4 is the latest version of the theme, I’m not sure where you found 4.7.6.5? You can verify which version is the current one by downloading the theme files from Themeforest, and checking the version in style.css.
Best regards,
RikardHi rvga,
Could you post a link to where we can see the problem you are having?
An ID should be unique for a single page, but a class can be used many times.
Best regards,
RikardHey Theresa,
Thanks for the login details. I checked the Color Sections on your front page, but they seem to all be displaying as they should. Could you give an example of where it’s not working as it should please?
Best regards,
Rikard-
This reply was modified 5 years, 4 months ago by
Rikard.
Hi Max,
Great, I’m glad that you found what you were looking for and 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,
RikardHi,
Thanks for the update. Please add this to your functions.php file to set the h1 tag to a span instead:
function change_breadcrumb_title_tag($args,$id){ $args['heading'] = 'span'; return $args; } add_filter('avf_title_args', 'change_breadcrumb_title_tag', 10, 2);Best regards,
Rikard -
This reply was modified 5 years, 4 months ago by
-
AuthorPosts
