Forum Replies Created

Viewing 30 posts - 91 through 120 (of 219 total)
  • Author
    Posts
  • 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);
    }

    in reply to: Enlarge icon size on icon circles element #1409840

    Thanks both,

    This has been really helpful.

    in reply to: Overlay on Masonry #1409690

    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
    Marcus

    in reply to: Parallax viewing issues on mobile #1409596

    Thanks 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 empty

    I 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

    in reply to: Parallax viewing issues on mobile #1409534

    Hi,

    Thanks for the info supplied for this.

    3/
    Your advise:
    For the cell padding click the mobile icon and ensure it is empty

    I 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

    in reply to: Parallax viewing issues on mobile #1405669

    Hi,

    Could you come back on my request for help a few days ago.

    Thanks
    Marcus

    in reply to: Full width image banner with transparent header #1404973

    That has worked.

    Thanks you so much for your help.

    in reply to: website is showing a blank screen #1404132

    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

    in reply to: Google Tag implementation #1401882

    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

    in reply to: Google Tag implementation #1401877

    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
    Marcus

    in reply to: Google Tag implementation #1401855

    Hi,

    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

Viewing 30 posts - 91 through 120 (of 219 total)