Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #887226

    Hi there, I’ve been reading on the forum on how to change out the instagram icon and add Houzz social icon, I’ve downloaded and imported the appropriate .zip file from Fontello and added the custom changes to functions.php and the social icons are not showing in the dropdown when I go to select. I would like to add to the top header.

    thank you in advance!

    #887293

    Hey Colferg,

    Can you give us a link to your site? so we can take a closer look.

    Also can you tell us what custom changes you have added?

    Best regards,
    Nikko

    #887640

    Hi Nikko

    custom changes added to .css
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    custom changes added to.php
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Thank you,
    Colleen

    #887865

    Hi Colleen,

    Can you post credentials as well, please?

    Best regards,
    Victoria

    #888058

    Hi Victoria,

    Can you explain further which credentials you are referring to?

    Thank you,
    Colleen

    #888243

    Hi Colleen,

    Victoria is referring to login credentials or temporary admin access? so we can check further.

    Best regards,
    Nikko

    #900077

    hi sorry for the delay, site is now live :)

    I would like to customize/ adjust the following;

    1) instagram feed- I would like it to span the whole width of the screen- I have tried a couple plug-ins and adjusted the code on both but nothing seems to work- right now I am using photo galleries that connect to my instagram page, until I can get it sorted.

    2) the social icons- I would like to add Houzz icon I downloaded from fontello and uploaded but it doesn’t come up as an option to add to the footer or header

    3) the social icons- is there any way I can change the hover colours to something that is more in line with my brand instead of the default colours? both in the social share layout editor and header/footer icons

    4) I really like the demo content from Enfold Ecommerce where it has for example ‘Green Blouse “Daria”‘- it has options for multiple sizes and colours, and a sidebar to search by color, size, brand, price etc, whereas the demo content I uploaded for the bulk of my site does not provide these options in the product descriptions- I don’t want any new demo content to overwrite my existing site colours and settings- is there another way we can make this happen?

    5) I added a pinterest plugin because I would like people to be able to share my images and blog graphics, but it changes the icon on the social shares to one I do not like, is there any way it can just be used on the images and not connected to the styling of the social shares? It’s also making every image pinnable, including my logo, which I’m not sure I want or think is necessary

    6) I would like to swap out the instagram icon for the one I uploaded from fontello but it’s not coming up as an option to select even though the .zip file is there

    7) How can I remove the line that follows text on the H1 heading? I looked in advanced theme settings but that’s the only thing I can’t change

    8) How can I change the notification banner colour when a product is added to the cart? it’s showing green and I’d like it to be more in line with my branding

    9) I’d like the shopping cart icon in the same area as the main menu to the right of the search option, but I want them both further to the right away from the menu items- when I assign it to main menu area it ends up floating up by my logo

    Thank you!

    I will need an email address to set up temporary admin access, please and thank you

    #901273

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #901677

    great thank you Nikko!

    for the pinterest question, I might want to change it to a built button as per pinterest recommendation and remove the plug in, however the code they provide wasn’t working with the theme or I was putting it in the wrong place, can we look into that?

    One interesting thing about this theme with the pinterest plugin and any photos in a gallery linked to lightbox is that you can still pin the images linked to a lightbox, but only AFTER you click on them to open the lightbox, and the drawback to this option is that the description that comes up when you go to pin the image is NOT the alt text attributed to the image but the portfolio name instead, which doesn’t really work for those who want to pin your images and if it requires editing on their end they will likely not get pinned as much. Images not linked to lightbox are coming up with the alt text when you go to pin it, which is a more accurate description of the image and this way doesn’t require the pinner to edit the description. For now I have deactivated the lightbox link so when someone pins one of my images the description is more accurate and not something they have to re-write, I want people to share my images :) so I need to make it as user friendly as possible without the extra work of editing. I’d like to see if we can fix this as well.

    #902513

    Hi,

    The login you gave doesn’t seem to work, please check. As for the pinterest plugin you’re referring to, can you tell us the exact name of the plugin so we can look into it.

    Best regards,
    Nikko

    #902598

    Hi sorry Nikko! please try the login again.

    the name of the pinterest plugin is called ‘Pinterest PinIt Button’ by weblizar

    thank you!

    #903742

    Hi,

    Thanks for providing the access, I have tested the plugin and checked on the website and I see it works here:

    however the plugin only works on Image module or in the image in the text editor, it doesn’t work for galleries.

    Best regards,
    Nikko

    #903749

    Hi Yes Nikko,

    Thank you for your reply, however I did note the above already and that was not the issue. I made mention I had found a work around until you were able to look into the lightbox galleries and how it interacted with the plugin which you just clarified won’t be an option with the gallery set up

    Can you please look into the other primary issues I mentioned above the Pinterest plugin question- I will add them here again;

    1) instagram feed- I would like it to span the whole width of the screen- I have tried a couple plug-ins and adjusted the code on both but nothing seems to work- right now I am using photo galleries that connect to my instagram page, until I can get it sorted.

    2) the social icons- I would like to add Houzz icon I downloaded from fontello and uploaded but it doesn’t come up as an option to add to the footer or header

    3) the social icons- is there any way I can change the hover colours to something that is more in line with my brand instead of the default colours? both in the social share layout editor and header/footer icons

    4) I really like the demo content from Enfold Ecommerce where it has for example ‘Green Blouse “Daria”‘- it has options for multiple sizes and colours, and a sidebar to search by color, size, brand, price etc, whereas the demo content I uploaded for the bulk of my site does not provide these options in the product descriptions- I don’t want any new demo content to overwrite my existing site colours and settings- is there another way we can make this happen?

    5) I added a pinterest plugin because I would like people to be able to share my images and blog graphics, but it changes the icon on the social shares to one I do not like, is there any way it can just be used on the images and not connected to the styling of the social shares? It’s also making every image pinnable, including my logo, which I’m not sure I want or think is necessary

    6) I would like to swap out the instagram icon for the one I uploaded from fontello but it’s not coming up as an option to select even though the .zip file is there

    7) How can I remove the line that follows text on the H1 heading? I looked in advanced theme settings but that’s the only thing I can’t change

    8) How can I change the notification banner colour when a product is added to the cart? it’s showing green and I’d like it to be more in line with my branding

    9) I’d like the shopping cart icon in the same area as the main menu to the right of the search option, but I want them both further to the right away from the menu items- when I assign it to main menu area it ends up floating up by my logo

    Thank you!

    #905293

    Hi,

    We would like to help you with the issues but please note that we don’t entertain multiple inquiries on a single thread because it just becomes confusing for us and the users. Please create different posts for each inquiries.

    2.) You can use the following code to add the “Houzz” icon.

    // https://kriesi.at/support/topic/additional-social-icons-to-both-social-media-profile-widget-and-theme-option-2/#post-797620

    6.) The following filter will help you change the default instagram icon.

    // https://kriesi.at/support/topic/new-google-logo-update/#post-904403

    Please create new posts for the remaining inquiries.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.