Viewing 30 results - 151 through 180 (of 276 total)
  • Author
    Search Results
  • #598416
    Joe Birch
    Participant

    Hi Guys,
    I really like the Icon Box feature, but I need a more customized icon. I can create my own, is there a way to add custom icons to the choices?

    #597476

    Topic: Social Media Icons

    in forum Enfold
    rbrazeau
    Participant

    I’m trying to add another social media icon to my secondary menu. However, I only have a limited number of options (about 18 total)… starting with 500px, Behance, etc.

    I followed the instructions about how to go to Fontello, find the icon(s). Download the zip and install. That went fine, but I still can not see any more icons than the same standard 18. All I want to do is add a Github icon to my secondary menu.

    Help.

    Thanks.

    Rich B.

    #587650
    mwinyard
    Participant

    Hi there,

    I love the theme and have used it on the website for my video production agency applying the minimal layout as a basis for the design and adapting and tweaking content from there but there is one issue that I have so far been unable to solve…

    My favorite blog format out of those that you offer is the Default (Business) layout with the dotted line between icons for each post category down the feed. I have used this on my site but unfortunately have found no way to display a title at the top of the page and still keep this format.

    I would ideally like to build the news page using the layout builder so that I can use a Special Heading at the top in the same format as on the other pages of my site (about, contact, portfolio) but can’t find any option to get the dotted line to appear if I switch to page builder.

    Failing that I would be happy to even display a more basic title at the stop of the page but even when I switch the title bar settings on the page to “display title” it still does not display. Can you help solve this issue as I really need to display some kind of title at the top of every page (good for SEO and design).

    Thanks in advance for your assistance,

    Matt

    #585813
    psstudiosinc
    Participant

    I’ve seen and used the code from other posts regarding showing Share icons on the portfolio pages. My problem relates to where they are shown. I added the following to my child themes functions file and it works, but places them at the top of the page. I’d like them to be at the bottom. How can I affect this change?

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if($context == "single-portfolio")
    		avia_social_share_links();
    }
    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }
    #584235
    VORMELEVENCC
    Participant

    Hello,

    Tought it would be better to start my own topic. Tried to hitch along with: https://kriesi.at/support/topic/cant-add-social-icons-to-widget-in-footer/
    But didn’t work

    The basis: I would like to add 4 round social media icons in the footer.
    1: Mail, 2: Twitter, 3: Facebook & 4: LinkedIn

    Placed in the footer widget (column 3 footer):

    <ul class=”noLightbox social_bookmarks icon_count_4″>
    <li class=”social_bookmarks_mail av-social-link-mail social_icon_1″>
    <span class=”avia_hidden_link_text”>mail</span>

    <li class=”social_bookmarks_twitter av-social-link-twitter social_icon_2″>
    <span class=”avia_hidden_link_text”>Twitter</span>

    <li class=”social_bookmarks_facebook av-social-link-facebook social_icon_3″>
    <span class=”avia_hidden_link_text”>Facebook</span>

    <li class=”social_bookmarks_linkedin av-social-link-linkedin social_icon_4″>
    <span class=”avia_hidden_link_text”>linkedin</span>

    Placed in style.css (Enfold child theme):

    #footer .social_bookmarks li {clear: none!important;}
    .social_bookmarks li {border-radius: 100px;}

    This output gives me 4 square icons:
    1) Facebook icon (with mail text on mouse over) – Should be mail icon
    2) Twitter icon (correct)
    3) Facebook icon (correct)
    4) Skype icon (with LinkedIn text on mouse over) – Should be LinkedIn icon
    (see http://nl.tinypic.com/r/2zs3dvq/9)

    Can you please help me?
    Searched the forums but can’t find any real reliable documentation. Is there any?
    Placed the login info in private section.

    With kind regards,
    Ivo Peters

    #576755

    Hey Elliot,

    that sounds nice, but apparently there are these little spacing lines between the horizontalt icons. If I put your code into quick CSS, the left margin actually is 20 px, but the icons are “glued” to these spacing lines on the right.

    Can the icons be centered within these spacings?

    Still with your code snippet, Google Page Speed complains the icons are still too close together in mobile view:

    Wayfare Escort mobile view social icons too close

    antilimited
    Participant

    Hi

    I’m implementing a site for a restaurant client of mine. We need to add a reservation widget from OpenTable, one of the major suppliers of this booking systems. I’m having problems getting it to display right with Enfold.

    What it should look like
    What it should look like

    What it actually looks like
    What it actually looks like

    It’s inheriting custom fonts for the site via CSS I’ve defined for elsewhere in the site, which is good, but there’s obviously a CSS conflict. So there are no visible icons or rules/borders, and the drop-downs are not working. My client will not accept this as it makes for a less good user experience

    I found this previous topic in which another user has hit pretty much the same issue with the same 3rd party widget. The code suggestions in that thread did not help me, and the user’s client’s site still seems to have issues with displaying the OpenTable widget.

    Is there a way to implement this OpenTable widget ‘as is’, so it can call the external CSS required for it to look like it’s supposed to do? I ahve inspected the code and I can see various variables. Following the advice frm the other topic, I have been able to change some parameters eg width (see below) but not get icons, borders or drop-down menus to work as they need to.

    .OT_submit, .OT_submit > * {
      width: 160px !important;
    }

    I have placed the OpenTable code inside a WP widget so I can use it in a footer socket, as well as embedded into an advanced layout. Thanks in advance for your advice on how to get this 3rd party code to display the functionality I require.

    • This topic was modified 10 years, 2 months ago by antilimited. Reason: Neater formatting
    #551000

    In reply to: Using own icons

    Hey Rikard,

    in which php file belongs the code to activate this option? on the documentation site isn’t mentioned which php and where the code has to be put in..

    And with “own icons” I meant icons, which I have on my computer. I have to use these ones (https://www.dropbox.com/s/f5nj32xsu9a3xhe/Bildschirmfoto%202015-12-11%20um%2012.01.16.png?dl=0) for a customer site.

    Is there a way to use really own icons or can I only add these Fontello ones?

    Thanks!
    Daniel

    #543927

    Hey Elliott,

    That’s good to know, but what can I do now? Could you take a look at my functions.php code?

    <?php
    
    // =============================================================================
    // FUNCTIONS.PHP
    // -----------------------------------------------------------------------------
    // Overwrite or add your own custom functions in this file.
    // =============================================================================
    
    // Custom Class for every element
    
    add_theme_support('avia_template_builder_custom_css');
    
    add_action('wp_footer', 'add_custom_script');
    
    function change_shortcodesjs() {
       wp_dequeue_style( 'avia-base' );
       wp_enqueue_style( 'avia-base-child', get_stylesheet_directory_uri().'/css/base.css', array(), '2', 'all' );
    }
    if(!is_admin()){
    add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 );
    }
    
    function change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );
    
    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    
    function avia_replace_standard_icon($icons)
    {
    $icons['mobile_menu']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue811');
    return $icons;
    }
    
    add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
    
    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    	$size['entry_with_sidebar'] 	= array('width'=>854, 'height'=>569);
    	return $size;	
    }
    
    ?>

    Thx!

    #543052

    In reply to: CSS priority

    Sure, I can manually update all CSS, but that was not the goal of my question.
    My plugin use its own CSS a lot, thousand of lines, and I want my plugin works completely and correctly on any WP site. When using Enfold, not only the search bar is bad displayed, but almost everything: fonts are smaller in list mode, right click menu on file item is huge rather than small, icons borders has disappeared, and so on …
    Manually update all CSS files and add !important after each line is a huge work, and would not be clean.
    How can I force my own CSS plugin files to be used in priority ? I’m sure many plugin developpers already had that problem.
    Thanks.

    #524570
    SkyeElle
    Participant

    Hello,

    I need help moving my social icons from the socket bar to the footer. I have four social icons. They are now the correct size and shape that I want them in. I want to delete the socket bar at the bottom and have the icons placed in the footer itself.

    I also want to position my copyright line separately in the footer, but I can’t figure out how to give it its own line. Right now I have it positioned at the bottom of the second column. I added it to the widget, as that was the only way I knew how to include it in the footer.

    Thanks for any help you can give…and sorry if I’m posting this question in the incorrect place. I’m new at this.

    Skye

    Thank you Yigit for your help, almost everything is ok !
    Except:

    >>>>#3 – Price font size — – It is currently set to 18px
    Yes, my code work, but it also changes the price size everywhere on the site. I would just modify the price size
    in the of the individual product page (not on related products, not on the shop overview, etc.)

    >>>># 4- Big Image product size: Please add following code to Quick CSS and adjust
    What is the image dimensions normally? (by default)
    Because I have the impression that my image looks blurred when I increases the image size with your code.

    >>>>#5- Related products size: Please add following code to Quick CSS and adjust:
    That work ! I can set it to 6 columns now, great ! But now the space are not equally distributed.
    To adjust the space I tried to add this code (margin: 0px 0px 0px 19px !important;) to equally distribute tumbnails in the space and that seems to work except when I resize down the windows: the 6th thumbnail fall in a other line…

    related_icons

    #521902
    Peter
    Participant

    Hi

    I have added some partner logos in the footer (last column to the right) of my site via “widget blocks plugin”. Now it just gives me a wordpress editor that I can use to insert images and then put that widget block in th enfold footer areas. This is just so that I can use the enfold one_fourth, one_third etc.. shortcodes and have the images next to each other on the same footer column instead of adding another column which would make the other columns smaller and I dont want that.

    Anyway the images look good on normal screen but on mobile view it expands the images max over the width and I would like to keep the images about the same size even in responsive view because the social icons remain smaller so it just looks better to also keep the images smaller.

    I tried to insert them in smaller sizes via the media manger in the editor and also selecting various enfold available images sizes options alternatively but they get very blurry on retina displays. If I select enough size so that they not get blurry they become huge in mobile phone view (iphone).

    How can I fix this? I dont mind if they stack up under each other in in their own row but I want them to be sharp and smaller like the social icons.

    #521816

    Hi!

    We can offer basic support only in this forum, as written in our support policy. If you are under pressure (time sensitive projects), then feel free to hire a freelance developer. You can find one for example here: http://kriesi.at/contact/customization

    As I already told you: Please open different tickets for different questions, because then we can answer your questions simultaneously and you would get a faster reply. Furthermore it will be easier for people searching in this forum to find solutions, as the threads will be clean and easy to follow.

    1.) Not sure about which icons exactly you are talking about and I am not sure if I understand you correctly. Why do you need to add any icons, which are already shown in your (Enfold) homepage?
    As I already told you im my previous post, you can upload your very own icons to fontello.com. Click here:

    View post on imgur.com

    Afterwards you should follow the video tutorial on how to add your own icon fonts (which I already sent you as well in my previous post): http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    2.) Responsive does not mean it will behave automatically the way you want. No plugin or theme can know what you wish to have. Instead it means that you can control different behaviors on different screen sizes. If you open a new ticket for this issue, then we can try to find the correct media queries for you.

    3.) Screenshots would have helped a lot, to make things clear for us. In the future you can use imgur.com or dropbox.
    Use this code instead:

    #footer .container {
    left: 10%;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #499412
    Hoerlski
    Participant

    hi!

    I would like to add a custom sidebar on the right side made up off 4 icons to my website similar to the one used on the attached website. The sidebar should be fixed on the right side and should always be there even when scrolling. I hope you can help me.

    http://www.lechner-ag.de/start/

    Regards

    #485252

    Hi!

    – Please refer to my post here to add FontAwesome – https://kriesi.at/support/topic/importing-icon-from-font-awesome/#post-414749
    – You can go to Enfold theme options > Import & Export to add new icons – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Yigit

    #483488

    I had to remove the code that Ismael provided above from my child theme’s functions.php because the parse error below shows up and the site goes down so I can’t leave it in since I need an operable site. Any idea why this error is showing up and what I can do to make this work? Since the new custom icons I uploaded also use the same charcodes and the entypo-fontello font, do I need to add something into the code that distinguishes what font is being used? Maybe that’s why I’m getting this error?

    I think if you can help me modify the code to show what font-family is being used then it might work?

    Open Button: font: lineicons /ue816
    Close Button: font: lineicons2 /ue816

    Parse error: syntax error, unexpected ‘font_icons’ (T_STRING) in /home/content/p3nexnas05_data03/72/2104972/html/wp-content/themes/enfold-child/functions.php on line 61

    • This reply was modified 10 years, 8 months ago by djshortkut.
    JohnMiles
    Participant

    I’ve read a lot of the posts on adding a custom icon. Followed the ones that were applicable, but still having issues.

    I created a new icon (SVG) and added it to fontello then downloaded it.

    Uploaded it to the theme as per instructions. ()the complete zip file

    The Strava icon now show up in the list of icons I can select for social profiles (awesome)

    The Strava icon also shows up in the custom icon section when I want to add an icon element to a page section – (awesome)

    So I know the icon is in the system.

    Problem is when I go to the social profiles icon link in my top page menu, it displays the ‘tag’ icon ???

    What is the issue here? I’ve been working on this little addition for 3 hours –

    Can you tell me how to fix this please.

    Cheers

    • This topic was modified 10 years, 9 months ago by JohnMiles.
    #464460

    Topic: Own images in icon box

    in forum Enfold
    GIEKApl
    Participant

    Hi
    I would like to add my own images by “Icon box”. How can I do that? I read this https://kriesi.at/support/topic/swap-icons-for-images/#post-106652 but I can’t find this catalog or whatever it is

    Thanks

    #462355
    mindator
    Participant

    Hello,

    I would like to know how I can add my own icon set to enfold. I’ve seen the demo how to add Icons from “fontello” but unfortunately the icons I need are not listed there. So what should I do, or what is necessary that I can add my own icon set?

    Thanks in advance
    Bastian

    #455768
    marieilene
    Participant

    How can I add my own Social Icons in the Social Profiles area. There are limited choices so I’d like to be able to add my own icon so I can link to a IMDB profile.

    #448234
    tarynw
    Participant

    Hiya!

    I have added my own social media icons into the footer via a text widget. I have a couple of questions:

    1) I’m not sure how to link them through to the actual sites.

    This is the code I am using for each icon:

    <a href="http://www.thehealthtohappinessproject.com/wp-content/uploads/2015/05/facebook.png"><img class="alignnone size-thumbnail wp-image-3522" src="http://www.thehealthtohappinessproject.com/wp-content/uploads/2015/05/facebook-80x80.png" alt="Facebook" width="80" height="80"></a>

    Can you tell me what I need to add in the code to link them please?

    2) Also please can you tell me how I can centre the icons in the footer? It currently looks like this:
    footer

    Thank you so much for your help. I’ve loved using your theme!

    • This topic was modified 10 years, 10 months ago by tarynw. Reason: code disappeared when I submit form
    #447482

    Hi Ismael,

    Thank you so much for actually going through my site and creating an example. While no words can express my gratitude, it is not exactly what I’m looking for. I will not be using a menu at all. The effect that you created on the “film portfolio” image is perfect, although there is no way for me to put that image exactly where I want it, how can I control where it is positioned.

    In a perfect world:

    1. I want to add an image using the image tab in the content section of the advanced layer slider
    2. I would like that image to have a link which I can add in the Link section of the advanced layer slider
    3. I want to give the image a unique “attribute ID” like “image-123”
    4. I want to add a code block on the page where the advance layer slider is shown and add the code that will:
    Show original image, then show 2nd image upon hover, and back to original when not hovering.

    In a previous post, you replied with this for a similar problem:

    ************************************************************************************************************************************
    Hey!

    OK. On the frontpage, we created a new section with the code block element inside. You can add the icon css modifications inside the code block: http://alextomaszewski.com/wp-admin/post.php?post=389&action=edit

    We modified the hover state of the imdb icon for example, using this code inside the code block element:

    img#imdb-icon:hover {
    background: blue !important;
    }
    You can do the same for the other icons. Add a unique id in the attributes panel then place the css code in the code block.

    Best regards,
    Ismael
    ********************************************************************************************************************

    Instead of the background changing, I want the picture to switch to a different picture upon hover.

    What is the code for that?

    Thanks again Ismael! You’re the best!

    Benjamin

    #447087

    In reply to: Adding Yelp Icon

    Hi Ismael,

    I wanted to add this Yelp icon to the social media icons below the main menu, so the link you sent me didn’t have all the necessary steps. Here’s what I did:

    1. Downloaded Yelp icon from Fontello, set custom code to UE899
    2. Uploaded zip file using Iconfont Manager
    2. Added this code to enfold’s functions.php (first I added it to the child functions.php which is what caused the blank icon I previously noted):

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['yelp']	 = array( 'font' =>'fontello', 'icon' => 'ue899');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Yelp'] = 'yelp';
    return $icons;
    }
    

    Now, when I view my site I see a pencil icon instead of the yelp icon. Can you help me get this sorted?

    Thank you,
    Liz

    #445961

    Hi Yigit

    Thanks for your replay and release notes. After a lot of search on the website, I found the last update i did over wrote my custom.cc file which had all the margins and padding remove for tables, tabs & dropdown boxes. I found a backup copy and restore things back to normal, i think i will install the child theme to stop this from happening again.

    below is the contents of the custom.css file, i know alot of this can now be changed in the new version of the theme.

    /*SOCIAL MEDIA ICONS SECTION */
    /*#top #wrap_all .av-social-link-facebook a{ color: #fff; background-color: #3B5998; text-decoration: none; }*/
    /*#top #wrap_all .av-social-link-twitter a{ color: #fff; background-color: #4099ff; text-decoration: none; }*/
    /*#top #wrap_all .av-social-link-mail a{ color: #fff; background-color: #ffcc00; text-decoration: none; }*/
    /*#top #wrap_all .av-social-link-youtube a{ color: #fff; background-color: #c4302b; text-decoration: none; }*/
    /*#top #wrap_all .av-social-link-pinterest a{ color: #fff; background-color: #C92228; text-decoration: none; }*/
    #top #wrap_all .social_bookmarks li:hover a{ background-color: transparent; color: #fff; }
    .social_bookmarks li { margin-right: 5px; }
    /* Social Icon spacing */
    /* SCREEN RESPONSIVE SECTION THIS IS TO MAKE THE LOGO AND MENU WORK TOGETHER LOL */
    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img
    { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    .responsive.html_header_top #header_main .social_bookmarks { display: block; top: 55%; margin:0; padding:0; left: -15%; }
    }

    /* LAYOUTS & CONTAINERS SECTION */
    .avia-team-member { margin:5px; }
    .content, .sidebar { padding-top: 5px; padding-bottom: 0px; }
    /* this is the spacing on the main page */
    .inner_sidebar { margin-left: 10px; margin-right: 0px; padding:0px; }
    .togglecontainer { margin: 0px 0px; padding: 0px; }
    /* this is the Accordion box on the page */
    .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #c0c0c0; } /* corsa rossa */
    /* this is for the Accordion content details */
    .js_active .toggler { border-color: #c0c0c0; background-color: #222222} /* corsa rossa */
    /* this is the Accordion title border area */
    .tabcontainer { margin:0px 0px; }
    /* this is for the content of the Tab box */
    .js_active .tab_content { padding: 5px; margin: 0px; }
    /* this is the content of the Tab box expanded */
    .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
    .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
    /* this is for the Tab titles and expanded tabs borders */
    .av-special-heading { margin-top: 0px; }
    /* this is for the Special Heading text */
    .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
    /* this is for the Special Heading line style */
    .hr { border: none; margin: 0px 0 !important; height: 15px; clear: both; }
    span.hr-inner, .hr-inner-style { border-color: #ffffff!important; }
    /* this is for the Horizontal Rule */
    .avia_textblock { padding: 5px 0px 0px 0px; margin: 0px; }
    table { margin: 0px; }
    th { padding: 0px; margin: 0px; border: none; }
    td { padding: 5px; margin: 0px; border: none; }
    tr th:first-child, tr td:first-child { border-left-style: none; margin: 0px; }
    tr:first-child th, tr:first-child td { border-top-style: none; margin: 0px; }

    .single-post .post-entry .big-preview { display:none !important; }
    /* This stops the preview image being displayed in the post */
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    }

    I put some rem statements in to remind me of what it changed lol

    maybe useful content for other users.

    thanks again for you reply

    regards
    Aleks

    tarynw
    Participant

    Hi there!

    Thanks for creating such a great theme and your wonderful support forums. I’ve been able to answer most of my queries by searching other people’s posts, but the below are the few remaining things I am struggling with. I’m a total newbie to WP so really appreciate your help.

    1) Header image as logo
    I’ve tried a few options, but my logo works best as an image as I want it to be full-screen. I have uploaded my logo as a full-width easy slider on every page to get this effect. But there are a couple of problems with this.

    a) Firstly, I also want to use a transparent header but this means the transparency logo is duplicated over the image

    Basically I just want the logo to show when the user scrolls down and no transparency logo to be visible. Is this possible?

    b) Secondly, there is an issue on mobile devices.
    Because of using the logo as a full width easy slider (maybe that’s not the best thing to do??) on mobile devices both the transparent logo and the logo I’ve added as a full width easy slider shows at the top of the page (one under the other). Can I make the full width image with logo disappear on mobile devices?

    Or is there a better way to achieve what I’m trying to achieve (full width logo and transparent header) that doesn’t cause this issue?

    2) Iconlist – space under heading
    Is there a way to add in a space between the heading and the list itself in the icon list?

    3) Border colors to form fields only
    I want to remove the borders around the colour sections but when I change the border colours to white in the general styling tab it also removes the borders around the form fields which makes the fields disappear as they’re white too. Is there a way to add a light grey border to the form fields only via quick CSS?

    4) Icons as bullets – alignment
    I’ve managed to use a custom icon as a bullet based on this advice #429401 which worked perfectly. But when I have used it with text styled as H4 the icon alignment goes out. See top of http://www.thehealthtohappinessproject.com/you-me/ How can I fix this?

    5) Form Title and Success message – size/font
    I’ve tried to find a solution for this, but couldn’t seem to find anything that worked. What CSS would I need to add to change the form title and success message font size? I would like to make the form title look like the special heading (H4) styling (to tie in with the rest of the page). Also, I would like the form success message to be H6 and be able to change the colour please.

    6) Change specific button hover colour and border
    I have buttons on a variety of colour sections throughout the site and so in one instance the button hover colour is also the background colour.

    Is it possible to change the hover colour and border colour for this button only? I have activated custom cc class so familiar with using that.

    7) Button text has underline
    I’m not sure why, but one of the buttons in a table has the button text underlined (but not the others). I’ve deleted it and added it back in numerous times, but can’t seem to get it to disappear!

    8) Menu hover colour on transparent header
    Because the menu sits on a background image, I want the hover colour to be white. However when the transparent header disappears once the user scrolls down the white hover makes the menu items invisible as the background changes to white. Is there a way to keep the hover colour white when the transparent header is active, but change it to another colour once the normal menu is visible?

    9) Own social media icons in footer
    I have added my own social media icons into the footer via a text widget. I’m just not sure how to link them through to the actual sites. This is the code I am using for each icon:

    Facebook <a

    Also how do I center them in the footer?

    Thank you so much for your help. I’ve loved using your theme!

    • This topic was modified 10 years, 10 months ago by tarynw.

    This is my functions file:
    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    function avia_remove_debug() {
    remove_action(‘wp_head’,’avia_debugging_info’,1000);
    }
    add_action( ‘init’, ‘avia_remove_debug’);

    This is my Style.CSS
    /*

    Theme Name: Ospods
    Description: Handbuild Pods in Shropshire
    Version: 1.0
    Author: Paul Seager
    Author URI: http://www.paulseager.co.uk
    Template: enfold
    */

    /*Add your own styles here:*/

    I am still seeing loads of references to enfold throughout the code…? and still seeing the debug info?
    </style>
    <link rel=’stylesheet’ href=’http://www.ospods.co.uk/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=4.2.2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-media-style-css’ href=’http://www.ospods.co.uk/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=4.2.2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’open-sans-css’ href=’//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.2.2′ type=’text/css’ media=’all’ />
    <!–[if lte IE 7]>
    <link rel=’stylesheet’ id=’ie-css’ href=’http://www.ospods.co.uk/wp-admin/css/ie.min.css?ver=4.2.2&#8242; type=’text/css’ media=’all’ />
    <![endif]–>
    <link rel=’stylesheet’ id=’layerslider-global-css’ href=’http://www.ospods.co.uk/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/global.css?ver=5.3.2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’thickbox-css’ href=’http://www.ospods.co.uk/wp-includes/js/thickbox/thickbox.css?ver=4.2.2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia_sidebar-css’ href=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/css/avia_sidebar.css?ver=2.2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia_admin-css’ href=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/css/avia_admin.css?ver=2.2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia_colorpicker-css’ href=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/css/avia_colorpicker.css?ver=2.2&#8242; type=’text/css’ media=’all’ />
    <script type=”text/javascript”>
    window._wpemojiSettings = {“baseUrl”:”http:\/\/s.w.org\/images\/core\/emoji\/72×72\/”,”ext”:”.png”,”source”:{“concatemoji”:”http:\/\/www.ospods.co.uk\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.2″}};
    !function(a,b,c){function d(a){var c=b.createElement(“canvas”),d=c.getContext&&c.getContext(“2d”);return d&&d.fillText?(d.textBaseline=”top”,d.font=”600 32px Arial”,”flag”===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement(“script”);c.src=a,c.type=”text/javascript”,b.getElementsByTagName(“head”)[0].appendChild(c)}var f,g;c.supports={simple:d(“simple”),flag:d(“flag”)},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(“DOMContentLoaded”,g,!1),a.addEventListener(“load”,g,!1)):(a.attachEvent(“onload”,g),b.attachEvent(“onreadystatechange”,function(){“complete”===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
    </script>

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var avia_framework_globals = avia_framework_globals || {};
    avia_framework_globals.frameworkUrl = ‘http://www.ospods.co.uk/wp-content/themes/enfold/framework/&#8217;;
    avia_framework_globals.installedAt = ‘http://www.ospods.co.uk/wp-content/themes/enfold/&#8217;;
    avia_framework_globals.ajaxurl = ‘http://www.ospods.co.uk/wp-admin/admin-ajax.php&#8217;;
    /* ]]> */
    </script>

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var userSettings = {“url”:”\/”,”uid”:”1″,”time”:”1431703688″,”secure”:””};/* ]]> */
    </script>
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload&ver=4.2.2′></script&gt;
    <!–[if lt IE 8]>
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-includes/js/json2.min.js?ver=2011-02-23′></script&gt;
    <![endif]–>
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_media_advanced.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_dynamic_templates.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_mega_menu.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_edit_dynamic_templtes.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_sidebar.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_option_pages.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_media.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_colorpicker.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_media_wp35.js?ver=2.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.ospods.co.uk/wp-content/themes/enfold/framework/js/avia_advanced_form_elements.js?ver=2.2′></script&gt;

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var avia_shortcode_preview = ‘ee35f6b907’;
    /* ]]> */
    </script>

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 3.1.5
    Installed: enfold
    AviaFramework Version: 2.2
    AviaBuilder Version: 0.8
    – – – – – – – – – – –
    ChildTheme: Ospods
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:256-PU:35-PLA:2
    WP:4.2.2
    Updates: disabled
    –>

    #439879
    stupaul22
    Participant

    I have followed the directions to add the social media icon as described in this post:
    https://kriesi.at/support/topic/add-social-media-icon-to-header/

    But won’t this get lost every time I update the theme?

    I tried tried adding this whole block of code to functions.php in my child theme folder but it did not work.

    $avia_config['font_icons'] = apply_filters('avf_default_icons', array(
     
        //post formats +  types
        'standard' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue836'),
        'link'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue822'),
        'image'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue80f'),
        'audio'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue801'),
        'quote'   		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue833'),
        'gallery'   	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue80e'),
        'video'   		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue80d'),
        'portfolio'   	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue849'),
        'product'   	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),
        				
        //social		
        'behance' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue915'),
    	'dribbble' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8fe'),
    	'facebook' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),
    	'flickr' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8ed'),
    	'gplus' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8f6'),
    	'linkedin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8fc'),
    	'yelp' 			=> array( 'font' =>'fontello', 'icon' => 'ue800'),
    	'instagram' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue909'),
    	'pinterest' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8f8'),
    	'skype' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue90d'),
    	'tumblr' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8fa'),
    	'twitter' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8f1'),
    	'vimeo' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8ef'),
    	'rss' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue853'),  
    	'youtube'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue921'),  
    	'xing'			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue923'),  
    	'soundcloud'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue913'),  
    	'five_100_px'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue91d'),  
    	'vk'			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue926'),  
    	'reddit'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue927'),  
    	'digg'			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue928'),  
    	'delicious'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue929'),  
    	'mail' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue805'),
    					
    	//woocomemrce    
    	'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),
    	'details'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue84b'),
    
    	//bbpress    
    	'supersticky'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue808'),
    	'sticky'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue809'),
    	'one_voice'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue83b'),
    	'multi_voice'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue83c'),
    	'closed'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue824'),
    	'sticky_closed' => array( 'font' =>'entypo-fontello', 'icon' => 'ue808\ue824'),
    	'supersticky_closed' => array( 'font' =>'entypo-fontello', 'icon' => 'ue809\ue824'),
    					
    	//navigation, slider & controls
    	'play' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue897'),
    	'pause'			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue899'),
    	'next'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue879'),
        'prev'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue878'),
        'next_big'  	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue87d'),
        'prev_big'  	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue87c'),
    	'close'			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue814'),
    	'reload'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue891'),
    	'mobile_menu'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
    					
    	//image hover overlays		
        'ov_external'	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue832'),
        'ov_image'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue869'),
        'ov_video'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue897'),
        
    					
    	//misc			
        'search'  		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue803'),
        'info'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue81e'),
    	'clipboard' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue8d1'),
    	'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    	'scrolldown' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue877'),
    	'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    Then there is still the matter of the code added to:
    includes > admin > register-admin-options.php

    Can you please give a brief tutorial for adding the Social Media Icon to the child theme so that it will not be overwritten when the theme is updated?

    Hi Elliott, many thanks for your reply.

    regarding the answers:

    1. bummer. why not can’t it be done on a sofisticated way?

    2. yes but how can i make the balloon icons with images inside it?

    3. didn’t helped, still overlays, see attached file.

    4. thanks! works like a charm!

    5. i followed the guide and it place the flags right below the logo. i want to place it on the “Extra elements” section in the other side of the phone number.

    6. sending the link on private, the partner element is in the bottom.

    7. sending the link on private. the slider changes his size as well. i want it to be fixed without croping or zooming images.

    8. OK.

    9. i did created my own page and add the “social icons” but it was showing it on different lines and no all of them aligned one the same line.

    10. already tried it but i want to use the hovver effect, and once i remove the hyperlink (even on a blank) it disables the hover effect from the icon.

    11. will check it later.

    Thanks!

    Ben

    #438297
    Muskrat37
    Participant

    Hey Kriesi,

    This may be outside the scope of support, but I wanted to ask anyways.

    I have set my child theme to “logo left, menu below” – I then went into the “helper-main-menu.php” and just inside the “inner-container” div I’ve added a phone number with a class called “phoneInfo”.

    I’m using CSS to set the position of the phone # (I want it to align with the bottom of the “inner-container” div) and have accomplished this for desktop by setting the position to relative and moving it down. (I also moved the “social icons up by changing your setting from top:50% to top: 10%)

    The problem is that when the site is viewed on a cell phone – the moving of the “phoneInfo” div (that I created) caused it to sit behind the collapsed menu box and makes the phone # not completely visible.

    Is there a way to tell it to detect mobile advice – and then position itself at the top – and centered.

    I’m not very proficient with PHP or Javascript – so if there’s a way using the native functionality in the enfold theme – that would be the best. Basically I want my phone right and my logo left (not currently an option in the enfold settings).

    Thanks in advance – and if this is outside of the scope of support, I understand.
    ********************************
    Website is in dev mode and can be seen here: rob.proadinsight.com

Viewing 30 results - 151 through 180 (of 276 total)