Forum Replies Created
-
AuthorPosts
-
If I use the standard ‘Extra element’ to add copy to the top.
1/ Where/what coding do I need to add so the phone numbers link
2/ Where do I colour style the background and number colour? White copy #ffffff on Grey #969696
3/ What is the CSS to make the font larger?Hi
Is that the one used on the ‘Coming Soon’ demo page? This may wprk.
On another note, are any new demos planned?
I have a client that sells interiors bespoke fitted furniture – which demo would you recommend is a good template for interiors/lifestyle/ranges. It is not ecommerce, just a brochure site?
Thanks
Hi Mike,
Thanks for that.
That looks like just another way to get the code in, but doesn’t necessarily fix the issue of script breaking the burger menu?
Thanks
Hi Mike,
Whilst we were waiting for feedback from yourselves, we identified that the issue was some script tracking code that has been added as part of Google Tag Manager. See detail in private.
Disabling the Google tag Manager and script resolves the issue and the burger menu works fine on mobiles, as does the cookie settings.
However, we then have no tracking on the site which is a requirement tat we can not do without.Do you have any suggestions which will help?
Thanks
Hi,
Could you come back to me asap on this support query. At the moment our mobile burger menu navigation is not working.
Thanks
Hi,
Further to my last message, it appears that that the burger menu on Mobile has stopped working. This is not related to cookie consent.
I am checking on Google Chrome on mobile.Can you advise how to fix asap.
You have login details from previous.Let me know asap
Thanks
MarcusHi Mike,
Thats great.
Thanks again.
Hi Mike,
Thanks for that.
So once I have inserted the php snippet code into the plugin,
I create a text widget in the footer Menus and insert this into it the text area?
[social-bookmarks]Please confirm
Thanks
Hi Mike,
I do not run the child theme to add the functions php
Can it be added in the functions.php? If so, can you add or let me know where to add?
I presume this would be lost of the theme was updated?
Hi,
Is there a way I can add the social icons/teams icon in the footer last 3rd column?
White icons on Blue #181F35 circle or square in a row of 4 icons?
Please advise.
Thanks
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);
} -
AuthorPosts