Forum Replies Created
-
AuthorPosts
-
Thanks for your help on this.
On my contact page, the share icons have the Teams icon as no1
If I wanted the Teams icon to be no 4, do I need to change the CSS supplied by Nikko to below?eg.
#top .av-share-box ul {
display: flex;
gap: 12px;
}#top .av-share-box ul li {
display: block;
}#top .av-share-box ul .av-social-link-linkedin {
order: 1;
}#top .av-share-box ul .av-social-link-instagram {
order: 2;
}#top .av-share-box ul .av-social-link-facebook {
order: 3;
}
#top .av-share-box ul .av-social-link-teams {
order: 4;
}Thanks
Where would I find the name of the custom fontello font I uploaded to the theme?
if I roll over the icon within the element, it says “ue800”If I can find it, do I add the CSS code you created with the correct name
Thanks
Hi,
I added the Icon as a custom icon within fontello.
As per my earlier message in the support topic, I am not that knowledgeable on code, so still unsure what is required?
Is the code you suggested ok for the current fontello Icon I have?Please confirm.
Thanks
Thanks, but the issue is as per the trail. I need to add the Teams Icon that I set up as as an icon before, but it isn’t currently included within the social profiles.
Hi
Could you come back to me on this
OR
Is there a simple solution to have 4 x icons in circles on the same row within a 1/3 column?Thanks
Hi Mike,
See login in Private
Thanks
Hi Mike,
Thanks for this.
My coding knowledge is limited and I do not run a child theme.
If I am adding the Teams logo, is the CSS below correct?
Then I add the Teams logo in > Enfold > Social ProfilesPlease advise.
Thanks
********
function avia_add_custom_icon($icons) {
$icons[‘teams’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);function avia_add_custom_social_icon($icons) {
$icons[‘Teams’] = ‘teams’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
add_filter(‘avia_social_share_link_arguments’, ‘avia_add_social_share_link_arguments’, 10, 1);
function avia_add_social_share_link_arguments($args){
$teams = array(‘teams’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://www.microsoft.com/en-gb/microsoft-teams/group-chat-software/”, ‘label’ => __(“Share on Teams”,’avia_framework’)));
$args = array_merge($teams, $args);
return $args;
}Hi, thanks for the info. That worked.
However, I now need to add and additional circular logo after the social logos. It isn’t a social logo, but a Teams logo that I custom added in the icon set.
Is there a way to do this, or can I manually set up 4 x circular icons side by side within the 1/3 column content element?Thanks
Thanks that has worked.
Mobile issue – Special Heading on top of banner image
The special heading that sits on the banner is displaying right at the top on mobile view. It should be lower down as per desktop view.Can you advise please.
Thanks
hi,
I did what you advised and created a custom icon for Team logo, which I added to the theme.
It worked fine and I was able to use it in any icon element across the site.However,
I also wanted some additional icons from the fontello site here: https://fontello.com/
I downloaded the fonts I wanted and then activated them in the theme.The issue I now have is that the addtional fontello icons have replaced the Team icon and the Teams custom icon has disappeared.
Could you advise how to fix the issue?
Thanks
See private
Thanks
Hi,
I found that pitting 250px border radius works and makes the image circular.
Is there any css to align team member image to the left?
Thanks
MarcusThanks
Is there any CSS to put the Caption text above the caption title on the full width easy slider?
The default is for it to run below.Thanks
See private
Thanks
Thanks, that worked, although the social icons now have a larger space between them.
Hi,
I seem to have solved this by adding this CSS that I found on another support from your feed.
}
#top #header .avia_mega_div {
max-width: 540px;
}
.av-main-nav ul {
width: 170px;
}Let me know if this is ok.
Site in private content.Thanks
I seem to have found the mega menu column etc.
How do you change the width of the mega menu/mega menu column, so there is less white space on desktop etc?
Thanks
Thanks
Do I need to keep the blank top menu pages created in wordpress, or can these be deleted if not in use?
Thanks
Thanks
I am not running a child theme.
Is there another solution?
Thanks
Hi
The actual colour I need is r24g31b53
is the below code correct?
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(24,31,53,0.35);
}Thanks both,
This has been really helpful.
Hi,
If I want to replace the Black overlay on a Masonry gallery full width is the code still the same as above?
Or (replace Masonry with Masonry gallery)
eg.
#top .av-caption-style-overlay .av-masonry-gallery-item-with-image .av-inner-masonry-content {
background: rgba(2,34,102,0.35);
}Please conform
Thanks
MarcusThanks for that,
Adding functions code – would this be lost if the theme was updated.Could you advise on this:
3/
Your advise:
For the cell padding click the mobile icon and ensure it is emptyI have done the above but it has not changed the display of the body text on mobile – it still looks narrow.
4/ Adding a Microsoft Team logo in the header along side the social icons.
Is there an easy way to do this? Or it it bespoke?
My concern is that the Teams logo wouldn’t display the same and would it go from Blue to White on transparent header.Thanks
Hi,
Thanks for the info supplied for this.
3/
Your advise:
For the cell padding click the mobile icon and ensure it is emptyI have done the above but it has not changed the display of the body text on mobile – it still looks narrow.
My last request on initial chat post:
Also, is there any way the social icons can display on the top under the burger menu in mobile?THANKS
Hi,
Could you come back on my request for help a few days ago.
Thanks
MarcusThat has worked.
Thanks you so much for your help.
Hi,
Following on from my initial query, I have since updated the enfold theme to the latest version 5.5 and this has fixed.
Do you recommend that themes are set to auto-update on cPanel Or is this dangerous and should they always be done manually?
Thanks
Thanks
Do I need to action the below before Child theme is activated?
“Deactivate file compression and activate the options to delete old CSS and JS files under Enfold->Performance if your styling/settings should not apply.”
Do you have a link to download the latest Child Theme?
Thanks
OK thanks,
If I activate Child theme, does it automatically pull in any header.php script that was added in the main Enfold Theme prior to the Child Theme?
Thanks
MarcusHi,
No I am not running a Child Theme. Last time I tried adding it, I lost some of the style settings, so I had to switch back.
Is there no way I can add the coding to the bottom of the main theme functions.php or another way to add coding into the body tag?
Thanks
-
AuthorPosts
