Forum Replies Created

Viewing 30 posts - 61 through 90 (of 199 total)
  • Author
    Posts
  • in reply to: Contact number top above header #1419546

    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?

    in reply to: Countdown Clock #1418438

    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

    in reply to: Cookie consent message handling pop-up issue #1417696

    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

    in reply to: Cookie consent message handling pop-up issue #1417680

    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

    in reply to: Cookie consent message handling pop-up issue #1417519

    Hi,

    Could you come back to me asap on this support query. At the moment our mobile burger menu navigation is not working.

    Thanks

    in reply to: Cookie consent message handling pop-up issue #1417495

    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
    Marcus

    in reply to: Order – Social Share Buttons #1414552

    Hi Mike,

    Thats great.

    Thanks again.

    in reply to: Order – Social Share Buttons #1414495

    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

    in reply to: Order – Social Share Buttons #1414415

    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?

    in reply to: Order – Social Share Buttons #1414408

    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

    in reply to: Order – Social Share Buttons #1414395

    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;
    }

    in reply to: Order – Social Share Buttons #1414389

    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

    in reply to: Order – Social Share Buttons #1414374

    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

    in reply to: Order – Social Share Buttons #1414343

    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.

    in reply to: Order – Social Share Buttons #1414327

    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

    in reply to: Order – Social Share Buttons #1414225

    Hi Mike,

    See login in Private

    Thanks

    in reply to: Order – Social Share Buttons #1414198

    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 Profiles

    Please 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;
    }

    in reply to: Order – Social Share Buttons #1414033

    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

    in reply to: Special heading display issues on homepage #1414031

    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

    in reply to: Team Member – Social/call Add a bespoke icon #1413961

    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

    in reply to: Special heading display issues on homepage #1413801

    See private

    Thanks

    in reply to: Team Member – circular image #1413542

    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
    Marcus

    in reply to: Full width banner – Caption styling #1413509

    Thanks

    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

    in reply to: Order – Social Share Buttons #1413346

    See private

    Thanks

    in reply to: Order – Social Share Buttons #1413218

    Thanks, that worked, although the social icons now have a larger space between them.

    in reply to: Menu Column Title #1413032

    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

    in reply to: Menu Column Title #1412965

    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

    in reply to: Top Navigation – No Link Required #1412503

    Thanks

    Do I need to keep the blank top menu pages created in wordpress, or can these be deleted if not in use?

    Thanks

    in reply to: Adding Social icons and links in fotter #1411053

    Thanks

    I am not running a child theme.

    Is there another solution?

    Thanks

    in reply to: Overlay on Masonry #1410247

    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);
    }

Viewing 30 posts - 61 through 90 (of 199 total)