Viewing 30 results - 811 through 840 (of 986 total)
  • Author
    Search Results
  • Effektid
    Participant

    Hi,

    I like the Icon List module in Enfold theme and I have done one with some contact info. I have the Icon List in a 1/3 layout module and the rest of the page in a 2/3 layout module. I want this Icon List with the contact info on all pages. Can I in some way reuse one Icon List for all pages or do I have to create a new Icon List for each page?

    I tried to use the Widget Area module and then create a custom widget, but I soon discovered that there was no way to get access to the modules like the Icon List to put inside the widget. Or is this possible in some way?

    It would be nice if the user could save and give a unique id or something to the modules in the layout builder and then reuse them on another page!?

    Finally, I just wonder why there isn’t any social share buttons to link to common social media like Facebook, Twitter or share by e-mail. I can only find icons that links to someones own Facebooks or Twitter page!?

    Looking forward to an answer!

    Thanks!

    #268572

    Hi codecreative!

    Please add following code to a text widget inside one of footer columns in Appearance > Widgets

    <ul class="noLightbox social_bookmarks icon_count_4"><li class="social_bookmarks_facebook av-social-link-facebook social_icon_1"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li><li class="social_bookmarks_twitter av-social-link-twitter social_icon_2"><a target="_blank" href="http://twitter.com/#/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_instagram av-social-link-instagram social_icon_3"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></li><li class="social_bookmarks_mail av-social-link-mail social_icon_4"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"><span class="avia_hidden_link_text">Mail</span></a></li></ul>

    Best regards,
    Yigit

    #268567
    codecreative
    Participant

    Hi

    I am using the widget

    #RSS ENFOLD AND TWITTER LINK ACCOUNT” to show case some social icons in the footer of a website I am working. The customer has expressed they want 4 icons, for

    1 Facebook
    2 Twitter
    3 Instgram
    4 RSS

    I have modified the existing widget nicely to show facebook and rss, but how can I have 4? They could be 2 rows of 2 :)

    Could you provide me the php even? I’ll just copy and paste it into a text module :)

    You can see the slight tweak I have done from twitter to facebook at http://www.jasminesboutique.co.uk in column1 under site map

    #268433

    Hi Ismael and Devin,

    I apologize in advance… long reply coming. I hope it helps. :-) I got to look at the diffs between your (Ismael’s) Homepage Test and mine:

    1. The first color section has extra parameters in your version: video=” video_ratio=’16:9′.

    2. The three placeholder-tall images on the homepage are aligned center in yours and left in mine.

    3. The middle placeholder-tall image is animated top-to-bottom in yours and bottom-to-top in mine. I intend for just that image to be bottom-to-top.

    4. Your color sections have shadow set to no-shadow. Mine are set to shadow.

    5. More categories are included in the portfolio grid on mine.

    6. Your homepage-widgets color section has an empty av_textblock at the top of it. (I think I saw this in my document’s layout later and removed it.)

    7. The testimonial subtitles are different.

    8. The title is empty on my version’s contact form because there is a custom h2 title above the form.

    9. Small differences in the contact form like the to: email address and the label for Email address.

    There are also these changes in the text between yours and mine, maybe because of edits I made to my document while working on the CSS:

    1. There are no paragraph tags around some of your paragraphs. I’ve added some paragraphs that have their own CSS classes to mine. (I’m using the Disable WPAutoP plugin on my site.)

    2. I’ve added icons above the 5 services buttons. (I have not uploaded the icon font yet, so they are not displaying.)

    3. I switched the View our Portfolio button’s class from secondary-button to tertiary-button.

    4. Under the Homepage – column 1 widget area, I added a textbox with a button for viewing more articles.

    5-6. I added a class on the h3 for Why user experience design instead of web design?. I also split that textblock to put the button into a separate textblock.

    7. I changed the testimonial widget’s header to be an h3 with its own class.

    8. I added a Park/Company field to

    The rest of the differences are just whitespace.

    So, to sum up the shortcode diffs: I don’t see any differences that may affect the color section width other than the video parameters being added to yours.

    Here are the differences in the full HTML for the two pages:

    1. Their html_entry_id_ and avia_entry_id_ numbers are different.

    2. Your page’s images and CSS are using Pagespeed to optimize them; mine are not – maybe because your page is currently my site’s homepage. Similarly, your version minimizes some CSS that the plugins have not externalized.

    3. On yours, the Tipsy Social Icons CSS is within a <style> tag instead of a <link> tag.

    4. The plugins’ scripts are imported in a different order.

    5. Mine has a <link rel=’next’ …> tag.

    6. Your page uses the .home class.

    7. The breadcrumb trails are generated differently. Quite a bit of difference here, so please refer to the files’ HTML.

    8. Mine has this between the breadcrumbs and the div id for homepage-hero:

    <div class=’container_wrap container_wrap_first main_color fullsize’>
    <div class=’container’>
    <main class=’template-page content twelve alpha units’ role=”main” itemprop=”mainContentOfPage”>
    <article class=’post-entry post-entry-type-page post-entry-354′ itemscope=”itemscope” itemtype=”http://schema.org/CreativeWork”&gt;
    <div class=”entry-content-wrapper clearfix”>
    <header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text”>

    9. The color section id’s in mine also contain classes like avia-builder-el-0, el_before_av_section, and avia-builder-el-first. These are also present in other things I built with the Avia editor, such as images.

    10. There are <main> elements associated with each color section ID in yours.

    11. My contact form uses a fieldset and classes like textare_label hidden textare_label_avia_message_2.

    12. Yours has some obfuscated JavaScript toward the end, starting with var addComment.

    I’ll continue looking into this to see if one element on the page seems to be causing the color section width to break. Firebug might show me this.

    Was your version created after I upgraded to Enfold 2.7.1? Would I be able to resolve this issue by creating new documents with the latest version of Enfold?

    Devin – Thanks. Right, I wasn’t going to change the raw shortcodes unless someone here instructed me to do that. I just turned on the debug mode long enough to do the diff above.

    I’ve commented out the code for adding the debug mode. Feel free to turn debug mode back on if you need it for looking at this issue. Also, if you need them, I have saved files containing the shortcodes for both of our versions of Homepage Test. Could I email these to you?

    Thanks,
    David

    #266406

    Thanks, I want to use theme’s social icons as a widget, or adding to a page with a code block element. How can I do that? How can I use the code you typed?

    #253580

    Topic: WIDGET IN HEADER

    in forum Enfold
    silviouk
    Participant

    Hi there,

    Is there a way of changing the telephone area in the header into a widget area? In other words creating a widget to replace the telephone space and/or the social icons.

    Thanks,

    Silvio

    #249925

    Hi Ismael,
    thank you for your reply.

    q.1 This has fixed the logo placement thanks.
    Regarding the social media icons I think logically the only design layout that works on a smartphone is to have the logo centred on the first row and then below a second row containing the menu button on the left followed by the social media icons to the right

    Top row – Logo (center)
    Second row – Menu button, facebook icon, twitter icon, etc.

    q.2 Thanks, is there any way to adjust at what pixel width the mobile menu is activated (990px and 768px)

    q.3 Thanks. I have done this with a photo of a runner in a green vest at bottom of page
    http://terenure5mile.com/terenure-5-mile-race-2014/
    and the video is opening in the lightbox perfectly.
    In Firefox, Safari and IE it always darkens the background but in Chrome it only darkens the background on opening the video maybe 60% of the attempts. I am on Chrome Version 33.0.1750.152. Anything I can do to fix?

    q. 4 I am on version IE10
    the top image is overlapping into the Sidebar on top of the widgets.

    The page in question now has Url http://terenure5mile.com/terenure-5-mile-race-2014/

    Thanks for all your help

    #249900
    GOWD
    Participant

    Hi,

    I previously had Yigit answer a question for me on how to change the colour of the social media icons in the header to make them visible so that the hover state was the normal state and he answered with this code for Facebook and Twitter which worked perfectly.

    https://kriesi.at/support/topic/tutorial-videos-social-icons-in-header-widget-title-text-colour/

    Problem is that when I tried to use the same code for the Google+ icon it does not work.
    It may be because I tried to guess what you called Google+, using inspect element in Chrome it said the icon is called Gplus but no joy

    #top .social_bookmarks_Gplus:hover a {
    color: #da2713;
    background-color: transparent;
    }
    #top .social_bookmarks_Gplus a {
    color: white;
    background-color: #da2713;
    }

    Can you reply with the correct name

    Thanks

    Thanks Yigit, that all worked perfectly!

    I posted another question yesterday that you might have a look at.

    https://kriesi.at/support/topic/sidebar-cutting-off-twitter-and-facebook-in-android/

    Thanks, Denis

    Hey GOWD!

    1- You can find video tutorials here – http://vimeo.com/channels/aviathemes and documentation here – http://kriesi.at/documentation/enfold/
    2- Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .social_bookmarks_twitter:hover a {
    color: #46d4fe;
    background-color: transparent;
    }
    #top .social_bookmarks_twitter a {
    color: white;
    background-color: #46d4fe;
    }
    #top .social_bookmarks_facebook:hover a {
    color: #37589b;
    background-color: transparent;
    }
    #top .social_bookmarks_facebook a {
    color: white;
    background-color: #37589b;
    }

    3-

    #footer .widgettitle {
    color: white;
    }

    Cheers!
    Yigit

    GOWD
    Participant

    Hi, I have some questions that I hope you can answer for my site http://www.terenure5mile.com

    1. Are there video’s that show how to configure Enfold and it’s settings?

    2. The social icons in the header. On my site they are almost invisible. How can I change so that the rollover effect is the appearance of the icons all the time.

    3. How do I set the text colour for the Widget titles in the Footer

    Thanks, Denis

    #245145

    Yigit,

    Thanks. The icon box is fixed. Please see the following issues with IE. This is IE version 9.0.8112.16421.
    – header background
    – dropdown menu background
    – slide bullets and arrows
    – social media icons (on fist load)

    CSS Issues

    – Image sizing
    – news icons (removed in quick css with “.image_size_widget .news-thumb { display: none; }”

    CSS Issues 2

    #243075
    Pat
    Participant

    Hi,
    the social media icons in the footer widget on my website theemissary.info all work except the YouTube link which comes up with a strange error message. Can you advidse how to fix please?

    #236382

    Topic: Header color

    in forum Enfold
    raph7373
    Participant

    Hello,

    Following the last 2.6.1 update, I met two problems:

    1/ In my information in “Quick CSS” are not taken into account?
    #top .social_bookmarks_mail:hover a {
    color: #fff;
    background-color: #977b36;}
    .social_header .phone-info { color: #2b2a2b; font-weight: normal; font-family: ‘Arial’, Arial; }

    Overview of the icon is all original color: green. I do not want green. The fonts are not changed?

    2/ The widget WPML has disappeared from my leader for change language.

    Thank you very much for your response

    Image

    Bonjour,

    Suite à la mise à jour 2.6.1, je rencontre 2 problèmes:

    1/ Mes informations dans dans “Quick CSS” ne sont plus prise en compte ?
    #top .social_bookmarks_mail:hover a {
    color: #fff;
    background-color: #977b36;}
    .social_header .phone-info { color: #2b2a2b; font-weight: normal; font-family: ‘Arial’, Arial; }

    Au survol de l’icône tout est de couleur original: vert. Je ne souhaite pas du vert. Les polices ne sont pas modifié ?

    2/ Le widget WPML à disparu de mon leader pour le changement de language.

    Merci beaucoup pour votre réponse

    #234220

    Notes is the 3? line box the others are one line ..looks good

    It is the pop-up et.al..

    I will risk that a diamond client is of beyond avg means yes? so lets treat them as such, not as an old navy customer.

    Sorry couldn’t resist, i am a strong consumer and that needed to be mentioned.

    Your footer is in disarray with the hours, do not need to post the daily hours like that (perhaps a time open plugin is you must)

    Remove the nav bar social icons at the top, you are fine jewelry store …not a blog

    Remove the contact pseudo stuff from main page, you have it in the footer

    Reorg the menu in the way a customer shops ie flow

    Rethink(actually dont rethink it, you must change it) using the nav structure you have of /#whatever, Customers understand back button only and far worse for Google. So if I come from your competitor lets say james allen > kimberfire > jewelry > and then I say not much here lets go back to the main page (majority will hit back button) you just lost that customer. NOTE the jewelry menu choice really as is just going to bounce your customer straight away.

    Get rid of as seen on… the could be blog post

    You dont want those graphic separators

    Contact form is off, post you email address

    Alright thats 15000$ Canadian worth of feedback right there

    You may need to convene a panel and get it all sorted

    Hi:

    I suspect it has something to do with my child custom css here:

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    /* CBC CSS Changes */

    /* Center Title of Portfolio Item */

    .main_color .grid-entry-title {text-align:center;}

    .main_color .iconbox_icon, .main_color .iconbox_top_icon {
    background-color: #a81010 !important;
    color: #ffffff !important;
    border-color: #a81010 !important;
    }

    .iconbox_content_container {
    font-size: 16px;
    color: ;
    }

    .container_wrap.main_color.light_bg_color {
    border: none !important;
    }

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #a81010;
    }

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: #a81010;
    }

    li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
    opacity: 1;
    visibility: hidden;
    }

    /* Progress Bars */

    .avia-progress-bar div.progress .bar {
    background-image: none;
    }

    /* Enfold Map Plugin */

    #top #main #map.avia-section .template-page {
    padding: 0;
    }
    #map .container {
    width: 100%;
    padding: 0;
    margin: 0;
    }
    #avia_google_maps-3.widget {
    padding-bottom: 0 !important;
    }
    .map {
    width: 100%;
    }
    #map .avia-builder-widget-area {
    margin-bottom: -30px !important;
    }

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/

    #header{
    background-color: white;
    }

    #header_main .container, .main_menu ul:first-child > li a{ height:134px; line-height: 134px; }

    /* Menu Dropdown Width */

    .main_menu .menu ul { width: 160px; }

    #top .main_menu {
    right: 132px;
    border-right-style: dashed;
    border-right-width: 1px;
    padding-right: 25px;
    }

    #header_main .social_bookmarks {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    }

    .social_header .phone-info {
    float: right;
    padding-top: 40px;
    }

    .hr span {
    border-color: #BCBCBC;
    }

    #top .social_bookmarks {
    padding-top: 30px;
    float: right;
    }

    #header_meta {
    margin-top: -30px;
    }

    .fixed_header.social_header #main {
    padding-top: 117px;
    }

    /*Add your own styles here:*/

    I cleared all out of quick css. Take note of the logo size if that makes a difference.

    The last social #4 twitter is the only one that shows up.

    Thanks

    Chris

    #232613

    In reply to: Subscribe to My Blog?

    Hey!

    No, RSS doesn’t allow you to send emails. The user needs a special rss reader plugin/software which checks the RSS channel from time to time for new entries and if a new entry is available it will notify the user. I.e. Chrome supports some RSS plugins like: https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp

    If you want to send out email newsletter you must install a special plugin like: Tribulant Newsletter Plugin or My Mail. Maybe you can also find a good plugin in the wordpress plugin repository: http://wordpress.org/plugins/

    If you just want to add a rss link/icon to your website I recommend to use the “social icon” option (Enfold > Theme Options > Header) to add an rss icon to the social link bar. The widget is imo not required and the “social icon” solution is better for the performance.

    Regards,
    Peter

    Hi fgrippe!

    How are you? I hope you feel great today. Thank you for the question.

    You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.

    Regards,
    Ismael

    fgrippe
    Participant

    Tried to read other posts to figure this out from other posts. Don’t get it.
    I am trying to add the same line of social icons that are in the header to a column in the footer, with no success…lol…
    I was thinking i could ad the code to a text widget? Maybe not…
    Any suggestions would be appreciated.

    #231291
    This reply has been marked as private.

    Hi!

    You can add the code here http://pastebin.com/29RHpmYx to Text widget or Textblock element anywhere you want on your page

    Best regards,
    Yigit

    Hi Yigit!

    Thanks alot for you help! CSS : Great stuff, really apreciate.
    Regarding Social icons, the post you sent does not really fit my needs.
    I’m looking forward to include social icons anywhere on a page or siderbar.
    Do you think it could be done through widget or shortcode ?

    I hope this is clear.

    Best regards,
    Jean-Hugues.

    #228678
    Gibbzee
    Participant

    Hi

    I’m experimenting with a new site here: http://bit.ly/1cIuFJm

    As you can see, I’ve tried to center the main navigation but this has led to a white bar showing on the right hand side where the nav bar has shifted along. How can i remove this?

    My current custom css is below:

    .title_container .breadcrumb { display: none; }
    
    h1 { color: #000000 !important; }
    h2 { color: #000000 !important; }
    h3 { color: #000000 !important; }
    
    #footer .widgettitle { color: #ffffff !important; }
    
    .title_container {
    display: none;
    }
    
    @media only screen and (min-width: 767px) { .social_header .phone-info span { font-size: 20px; } }
    
    .main_menu a {
    color: #d6b307 !important;
    }
    
    .main_color .avia-icon-list .iconlist_icon { background-color: #d4b208; }
    
    .logo {
    width: 100% !important;
    }
    
    .logo a {
    width: 300px!important;
    margin: 0 auto!important;
    }
    
    .main_menu { left: 19%; }
    
    #header .container {
    padding: 5px ;
    }
    
    .main_menu .menu a {
    border-left: 0px !important;
    border-right: 0px !important;
    font-size: 19px!important;
    }
    
    h1, h2, h3 {
    text-transform: none !important;
    }

    Thanks,
    Rob

    #227184

    Hi!

    1- Please try adding !important rule to force it as following

    .fb_iframe_widget {
    display: inline-flex!important;
    }

    2- You can add your Blog Posts element inside of a 2/3 column element and add Widget Area element inside of a 1/3 column element then choose to display a widget area that has Enfold Latest News widget in it

    Cheers!
    Yigit

    #227074

    Hi Yigit-

    Neither of those suggestions helped.

    1. I added the quick CSS code but nothing changed. Please see the page http://worthyman.com/ and see the blog social icons. They are still off center as well as the bottom social media links.

    2. I added that Widget but nothing changed on my home page. What I would like it to do is have a navigation sidebar on the right side of my homepage blog bottom – not the entire page sidebar. Please visit http://worthyman.com/ and scroll to the blog at the bottom.

    T

    #226787

    Hi!

    1- It is 3rd party plugin issue. You can add following code to Quick CSS in Enfold theme options under Styling tab for a temporary fix

    .fb_iframe_widget { display: inline-flex; }

    2- Please go to Appearance > Widgets and add Enfold Latest News widget to Sidebar Blog widget area

    Best regards,
    Yigit

    #224563

    Hi!

    I did, regarding the first one, It’s possible (creating new icons and also enabling them as a shortcode), but it requires a heavy theme customization and that’s out of the scope of the support we can offer, that’s why i recommended that plugin, which allows you to have your social links as a shortcode you can use anywhere you want.

    For the second one, i think Kriesi uses a custom made widget there, because i didn’t found anything like that in the theme files, but you can try with this plugin (it needs to be configured according to Twitter API 1.1):
    http://wordpress.org/plugins/ai-twitter-feeds/installation/

    Cheers!
    Josue

    #223209

    In reply to: Facebook Like Box

    Hi Guilherme!

    You can use the AddThis plugin. Add the social button code on a Text Widget: http://wordpress.org/plugins/addthis/

    Please refer to this link: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606

    Cheers!
    Ismael

    #222130
    pako69
    Participant

    Hello
    I try to add those lines in footer.php:
    <ul class='noLightbox social_bookmarks icon_count_3'><li class='social_bookmarks_twitter social_icon_1'><a target='_blank' href='#' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Twitter'></a></li><li class='social_bookmarks_gplus social_icon_2'><a target='_blank' href='#' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Gplus'></a></li><li class='social_bookmarks_rss social_icon_3'><a href='#' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Rss'></a></li></ul>

    > The icons are not visible, i just see the background color change on rollover…

    I see that someone else has done it, but i do not know how :
    https://kriesi.at/support/topic/place-social-media-icons-into-a-widget/
    http://www.brixenivy.com/

    Thanks

    ribanezg
    Participant

    Hello Kriesi team,

    1) I would like to add the social icons Twitter, Google+, LinkedIn, RSS and Mail in the right of the top menu, like in the kriesi.at page. I have tested all header options but i can not find a similar one. Could you help me please?

    2) I would like to add the social icons Twitter, Google+, LinkedIn, RSS and Mail in the footer 1. I have test a similar code like this:

    https://kriesi.at/support/search/social+icon+widget/

    <ul class=”noLightbox social_bookmarks icon_count_5″><li class=”social_bookmarks_yelp social_icon_1″><li class=”social_bookmarks_twitter social_icon_2″><li class=”social_bookmarks_facebook social_icon_3″><li class=”social_bookmarks_youtube social_icon_4″><li class=”social_bookmarks_mail social_icon_5″>

    But only one icon is seen: :-(( What am i doing wrong?

    Thanks in advanced, Raúl Ibáñez.
    http://solucionestecnologicasparaempresas.com/

    • This topic was modified 11 years, 11 months ago by ribanezg.
Viewing 30 results - 811 through 840 (of 986 total)