Forum Replies Created
-
AuthorPosts
-
Hi,
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,
This is correct, the sidebar itself will be the same, but you can change what widgets show in the sidebar for all categories, or some categories, or even specific categories, depending on how much logic you apply the visibility of the widgets.
I find the Widget Options plugin to work very well for these situations.Best regards,
MikeHi,
In Safari look at the shield icon before the address bar, when you click it it will show that facebook.com & facebook.net are being blocked, this is your facebook widget.
So while you can disable this for yourself in your Safari, most of your visitors will have this enabled by default and will not see your facebook widget, other browsers and AD Blockers also do the same. So to solve take a screenshot of your widget and make a fake widget in a HTML code widget by wrapping the image with a link to your facebook page.Best regards,
MikeDecember 7, 2021 at 2:21 pm in reply to: Custom Enfold Styles for The Events Calendar Not Applied #1331854Hi,
Thanks for the feedback, if you have found some pre TEC-5 child theme css overrides then adjusting them probably would be necessary, I can’t think of anything else that would be relevant. After you have cleaned up the old styling and you find you would like some help with any TEC customizations, please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Sorry I was not able to login and check if you have any custom cookie names used, the Dev Team suggests that this may be due to an incorrect nane used.
Please check the admin login details above.Best regards,
MikeHi,
The Dev Team replied that they believe it is from \grid.css line 237, but that while Zoom is not supported by Firefox, it is supported by all other browsers.
However, unlike CSS Transforms, Zoom affects the layout size of the element, so there is not a substitute that can be used instead of Zoom.
So this warning should be ignored for now until Firefox begins to support it like all other browsers.Best regards,
MikeDecember 6, 2021 at 1:47 pm in reply to: Scroll to top symbol shows only in desktop version #1331701Hi,
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,
MikeHey suchun,
Sorry, within the support forum we are able to offer limited tweaks within the scope of our support, but for customizations or modifications we recommend our partner Codeable, you can read more on our customization request page.Best regards,
MikeHi,
Sorry my mistake I thought you were looking for the WPZOOM widget, but I don’t understand what “button” and “social” you are looking for, I believe that you think it should have been installed from the demo, and I see you used the Restaurant Demo but it doesn’t have a button or social in the footer:
I didn’t find any demos that do, can you explain further?Best regards,
MikeHi,
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,
MikeHey aruizhuidobro,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top .av-tabs-trauma .av-section-tab-title .av-inner-tab-title { font-size: 8px; }
After applying the css, 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,
MikeHi,
Glad to hear, thank you 🙂
Your next step is to create an Envato Personal Token and enter it in the theme:
Best regards,
MikeHi,
Thank you for your patience, I took a look at your site and see that all of your plugins are deactivated, and I see your logo and other images, I believe everything is showing correctly if not can you point to a specific image that is not?
I notice a error for a “mixcloud” script, which I assume is from your “Hearing is Believing” code block scripts
I also noticed that you do not have the Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer option which means that something else is forcing jQuery to load in the footer, which could lead to errors.
So these are your options:
and this is what you should see:
my guess is that your webhost offered an “optimized” version of WordPress that is forcing jQuery in the footer and removing jQuery Migrate, perhaps they can undo or remove these customizations?
The lazyload option in the Smush pro plugin does cause problems from people so it is good you disabled it, I’m not sure about Yoast, but it seems that your testing did find some issue with it.
As your site loads now what issues are you seeing?Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Best regards,
MikeDecember 5, 2021 at 10:18 pm in reply to: How to display shop sidebar before products on mobile #1331634Hi,
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,
MikeDecember 5, 2021 at 10:17 pm in reply to: Horizontal gallery – Need the lightbox to open when the picture is clicked #1331633Hi,
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 your patience, I believe that I understand what is happening, so I searched for Miles for Moor which I understand is a page title and I see that the search results show the title twice, once as the title and once in the description:
when I go to your page I find it was built with the elementor plugin and the title that you do not want to show in the description is in the content of the page:
So this is why your title is showing twice. We do not support the elementor plugin so I’m not sure if it offers other options, but to remove the title from the search description you should remove it from the content.Best regards,
MikeHi,
Glad to hear, I would just let the child theme be, it won’t do anything until it is activated as the theme, but it can’t be activated until you have a working parent theme installed. You should save it as it might have customizations for your site that you will want when you do install a working version of Enfold again.Best regards,
MikeDecember 5, 2021 at 9:31 pm in reply to: Horizontal gallery – Need the lightbox to open when the picture is clicked #1331628Hi,
Thank you for the link to your site, I found this code in your Quick CSS:function ava_exclude_av-sc-portfolio-1($query) { $query->set( 'offset', '1' ); } add_action('pre_get_posts', 'ava_exclude_av-sc-portfolio-1'); }
this doesn’t belong there, it would go in your child theme functions.php, but even in that case it is not correct so I removed it.
Now the css works correctly, please clear your browser cache and check.Best regards,
MikeHi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top #footer> .container > .flex_column > .widget, #top #footer form, #top #footer fieldset { margin: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 5, 2021 at 8:21 pm in reply to: Horizontal gallery – Need the lightbox to open when the picture is clicked #1331616Hi,
Thank you for your question, I have tested this css on one of your portfolio pages and it seems to work correctly, but I didn’t find the css in your stylesheet, do you have it activity applied?#top .av-horizontal-gallery-link { width: 100% !important; height: 100% !important; background: transparent !important; transform: none !important; }
Please try adding it and clearing your browser cache, if you still find it is not working please include an admin login in the Private Content area below so we can examine.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Best regards,
MikeDecember 5, 2021 at 7:42 pm in reply to: Custom Enfold Styles for The Events Calendar Not Applied #1331611Hi,
Glad to hear that the new file helped.
When you say headlines within the content are rendering as Helvetica instead of the theme styling I assume you mean like the h3 heading Cascade Circuit Cup Eligible
this is set by TEC and we would respect TEC content styling:
so we or you should not want the theme style to override any TEC style within the main body within the template-event-page div.
In the past there have been issues with UL & LI, because TEC likes the inside position:
and we typically are outside:
so this could be considered more about site consistently & user preference.
I know that we have recently adjusted for the new TEC 5.x event pages and made some styling changes but I don’t see anything new being worked on, if there was something specific for all users I would be happy to post it to the Dev Team, but we would have to be careful. For example, I installed a clean version on Enfold with TEC & the Church Demo on my localhost, then I exported your events to it, and found that the consistently of your event content without the customizations, scripts, custom fields, and shortcodes seem correct. Please see the screenshots in the Private Content area.
So I will be happy to help you style your page and override any TEC styles, but I can’t recommend a change to the Dev Team to override any TEC styles within the TEC content, I hope that makes sense.
As this thread is getting quite long I would also recommend starting new threads for individual TEC customizations so they will be easier for other users to find.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 Daniele,
You can add sidebars to category pages in the theme options Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar on Archive Pages, but you can not make category pages editable with the Advanced Layout Builder like pages or posts.
You could use a redirect plugin or add a redirect to your .htaccess file to redirect a specific category to a new page which you will create with the Advanced Layout Builder, you can then use the elements to only show a specific category and any other content you wish.Best regards,
Mike -
AuthorPosts