Viewing 26 results - 961 through 986 (of 986 total)
  • Author
    Search Results
  • #130209

    Hi,

    You can change the icon color of the social icons with this

    #top .social_bookmarks_rss a{color:#ffa133;}
    #top .social_bookmarks_facebook a{color:#37589b;}
    #top .social_bookmarks_twitter a{color:#46d4fe;}

    You can find the background color for each social icons on css > layout.css, find this code

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    For the footer widget background, you can use this. Assuming you have 3 column footer.

    #footer .flex_column.av_one_third {
    background: red;
    }

    #footer .flex_column.av_one_third:nth-child(2) {
    background: blue;
    }

    #footer .flex_column.av_one_third:nth-child(3) {
    background: green;
    }

    You can use av_one_fourth for 4 columns and av_one_fifth for 5 columns.

    Regards,

    Ismael

    #26382
    siobhan13
    Participant

    Hi,

    I would like to change my social media header so that the social media hover colours (coded into the CSS for each icon) become the actual colours for the background of each icon and the icons are white.

    Website: http://etool.net.au/

    I’m using firebug, but can only see how to change the colour of the entire header. Is is possible to change just these backgrounds individually?

    Also I would like to create boxes of colour in my footer for each footer widget. I’ve changed the background to one solid colour, but would like to have a background colour and then 3 different colours for the footer widgets. Is this possible to do?

    Thanks, Siobhan

    Hi Jasmer,

    The icons aren’t actually a single png or entypo icon but instead a combination of both. Eg, the twitter icon is the font character for the twitter bird but the icon background and icon decoration is actually all css. The CSS for which is:

    #top .social_widget_icon {
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    float: left;
    font-size: 17px;
    border-radius: 2px;
    background-image: url("/themes/wp-content/themes/enfold/images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    border-style: solid;
    border-width: 1px;
    }

    and

    .asc_twitter .social_widget_icon {
    color: #fff;
    background-color: #46d4fe;
    border-color: #46d4fe;
    text-shadow: 1px 1px 1px #17ACD8;
    }

    Regards,

    Devin

    #128726

    1) The footer code is quite different because we added some new functions & options to the footer (eg you’re now able to hide the widget columns or the socket (copyright area) on individual pages) and it’s probably not possible to copy/paste the old code without breaking these features. I’d recommend to ask your developer to check the new footer.php code and to rewrite his code if necessary.

    2) Yes, you can change the icon hover color with following code – insert it into the quick css field

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    You can change the social icons bar color with

    .header_color .container_wrap_meta {
    background: #f8f8f8;
    }

    Jasmer
    Participant

    I want a set of social sharing icons to match the “Enfold RSS Link and Twitter Account” widget. I am going to use them in a plugin.

    I want them to match exactly.

    I downloaded the PSD from http://www.entypo.com/

    What is the path to the orange and blue backgrounds on which the icons sit? It appears as though they have a stroke around the edge. Very nice. Are those located in PNG or other in the source files?

    My goal is to take the original background, change the color and drop the icons on top.

    Thank you!

    Holubik
    Participant

    First let me say that the Enfold Theme is TOP NOTCH high quality stuff. I don’t think I have ever run across a theme that is this well done. I appreciate all the hard work that has been put into it in order to make my life easier and more profitable. Thank You!

    Now… I have a client that needs the “additional header with social icons” to be the primary menu on every page, but needs the current main navigation area to be adaptive or conditional to separate pages but keep the same style and format currently being used.

    Example:

    example.com/push would have one menu in the main menu area)

    example.com/pull would have a different menu in the main menu area)

    example.com/shove would have yet another menu in the main menu area

    example.com/yank would have yet another menu in the main menu area

    Tough, i know…

    Your suggestions on how to effectively and quickly handle this matter with your theme so nothing else is effected?

    Im perfectly comfortable with editing the .php files but do not know enough to customize it to my needs. Can you please point me in the right direction?

    #127897

    Hi,

    1.) Is this the Post slider? Download Enfold 1.7, you can select more options for “Title and Excerpt”.

    2.) Glad you figure this out.

    3.) You’re twitter widget looks ok.

    4.) – – – –

    5.) You can create a New Shop Page, select “No sidebar”, insert the woocommerce shortcodes. Select this page as the default shop page on Woocommerece > Settings > Pages > Shop Base Page.

    6.) You can set a minimum height on your custom.css or Quick CSS

    .pricing-table li {
    min-height: 80px;
    }

    7.) Edit footer.php, find this code

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    Replace it with:

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>

    8.) Please give us a screenshot because I can’t see the issue. Thanks.

    Regards,

    Ismael

    #24395
    rinoy
    Participant

    When I added wp socializer or digg digg plugin the social icons are also visible in the sidebar enfold latest news widget. I don’t want the social icons to display along with the excerpts of the posts.

    #121354

    Hi,

    Yeh but I might as well fix it now, since I think someone else was having similar issues. Take a look at this http://www.clipular.com/c?6670240=aAcJ4A5wjk1ywtQN18G_hoONHTU&f=.png

    Is the part where the menu and logo are located supposed to be like that ? the background i mean. Can you post a snapshot what you consider correct, when logo becomes small?

    Please see if this does anything

    .avia_textblock, .avia-icon-list, .avia-button, .avia-testimonial, .iconbox, .avia_message_box, .avia-team-member, .widget, .post, .team-img-container img, .team-social, .iconlist_icon, .fallback-post-type-icon, .fullsize .related_posts, .grid-image, .avia-caption-content, .avia-caption-title, .entry-content {
    -webkit-backface-visibility: visible !important;
    }

    Thanks,

    Nick

    #121473

    Hi!

    Insert following code into the quick css field

    #footer .simple-social-icons.widget {
    margin: 0 !important;
    float: left;
    }

    Regards,

    Peter

    #120501

    Hi,

    Site looks good. Put up a maintenance plugin that allows password entry, to keep google out.

    Please turn off the super cache plugin and the minify plugin while developing or you will never see your edits but edits from however long ago the cache was created, making you think you are going crazy and that the theme is your nemesis, when the cache plugin is just doing its job.

    Simple Icon Plugin on the Bottom. What is it destroying, braking or messing up? Looks like the glyphs are coming through and the social icons are lined up in correct rows. The plugin uses Entype font from Fontello which is already part of the theme (icons in the icon box). It seems to be in two rows.

    This is the css to change the social icons distance from each other. its set as you have it currently. change 6 and 12 a few different ways and see how you like it best

    #top .simple-social-icons ul li {
    margin: 0 6px 12px !important;
    padding: 0 !important;
    }

    For now lets start with that, and after you disable those two plugins, and added the code, try again the flicker plugin, i think that everything should be working now.

    Oh yeh… You have a file of great evil which is being enqueued that you must destroy most likely via using ftp. it is located in wp-content/themes/enfold/config-layerslider/LayerSlider/skins/ folder and goes by ‘.DS_Store’ , somehow it is being enqued into the theme by the minifier probably …

    Thanks,

    Nick

    #120794

    Hi,

    @candeos: They are entypo fontello icons. http://www.entypo.com/characters/

    Cheers,

    Ismael

    #120793

    Which PS would integrate nicely with Enfold Open Graph meta per page, and App ID integration

    #120792

    I’d like to second this request, having icon choices that are styled via CMS to fit within the theme would be great.

    “Enfold Social Media Widget”….

    Thanks

    #120791

    Cool…thank you for your reply.

    Is it possible to tell me the location of the list of icons that pop up in the iconbox module?

    Thanks

    Dave

    #120790

    Hi,

    You can use a plugin for this.

    http://wordpress.org/plugins/addthis/

    Regards,

    Ismael

    #23687
    candeos
    Participant

    Hello

    Just had a quick question, I wanted to put links to my social media in a sidebar widget. I see that there is a widget for twitter and rss. I did use the icon list to create one for a contact page and add Facebook, Linked In and YouTube.

    How can I recreate this to place the same list of icons in a widget. I was going to recreate it in a text box, using threads i saw in other themes, but could not find the images for the facebook etc in the icon list on my server.

    Thanks in advance for your help.

    Dave

    #120497

    Hi,

    We can help you more if you can post a link to your website.

    Simple Social Icons – Works but messes up the title. left & right align wont work at all~~ It can be fix with css, only if we can inspect your site.

    Awesome Flickr – Wont work other than giving me a long column but wont re-alight to footer dimensions~~ Another css solution can fix this.

    We recommend http://wordpress.org/plugins/addthis/.

    Regards,

    Ismael

    #23614
    andypeck
    Participant

    Hi there,

    Ive been having a few issues with using widgets in the footer. It seems that they either dont work at all or they clash with others and either mess up the title or one of the other widgets in another column.

    Heres just a few I have tried in last few mins but ive given up counting

    Slickr Flickr – Works occasionally and then just switches off

    Simple Social Icons – Works but messes up the title. left & right align wont work at all

    Awesome Flickr – Wont work other than giving me a long column but wont re-alight to footer dimensions

    in fact I cant get any flickr widgets to stabilise where I have some decent amount of control

    Not moaning just looking for a solution for an attractive Social set of icons and Flickr

    #118587

    Hey!

    You can check the source code (or use firebug) and copy the bookmarks code into a html text widget. There’s no other (direct way) to include the bookmarks in a text widget (shortcode, etc.).

    Regards,

    Peter

    #23117
    jwferne
    Participant

    Trying to figure a way to have the social media icons in a widget for the footer & maybe on the blog. Is this possible?

    Thanks!

    #118074

    If I can ask a quick question Devin… how to do you add them to a text widget? Is there an easy shortcode?

    #118073

    Hi jeutie,

    If you want them in the footer (where widgets can go) you can just add them to a text widget in one of the footer widget sections.

    For the actual socket, you would have to add them into the footer.php file directly with html/php.

    Regards,

    Devin

    #114580

    I would like to have an options to put the social media icons into the footer and perhaps a widget. Another nice feature would be an options to adjust the height of the google map.

    #114539

    REQUESTS ORGANIZED FROM BELOW ( A star is 1 person asking, a number is the number of people asking for feature)


    Those of you who were asking for ability to use Layout Editor with Custom Post Types or Posts, please view this video tutorial which shows how to do just that -> https://vimeo.com/channels/aviathemes/64996057


    *) Layout Builder Element – an element that is 100% wide, so that text media entered into it will be 100% wide from side to side.

    *) Layout Builder Element – Special Heading Element – ability align right or center through a dropdown

    *) Layout Builder Element – Option for Iconbox and Iconlist to chose whether you want Title , Icon and/or Entire Box to be the link

    *) Layout Builder Element – Custom color for “Special Heading” element. Atm only “Default Color” and “Meta Color” are supported.

    *) Layout Builder Element – Allow excerpt/pre-set number of characters to be added from a post or page via layout builder with a ”read more” link., instead of only being able to add the content of an entire page (inside a column for example)

    *) Layout Builder Element – Ajax Search – Provide as a page builder element or/and as a widget to use in sidebar

    *) Layout Builder Element – Lightbox-option for the image media-element would be perfect :-)


    3) Post/Page Layout – integrate a javascript timeline component, such as the one from VeriteCo.

    3) Post/Page Layout – Masonry Blog/Portfolio Layout – more layout options for Blog, possibly masonry/magazine type layout, etc.

    *) Post/Page Layout – Ability to add Author Box to Every Post even when not multi-author blog format. (multi-author format has the page too narrow compared to single author format)

    *) Post/Page Layout – wishlist functionality – some eight months before xmas ;-)

    *) Post/Page Layout – easily add a button in the header (important for companies with 1 product / service http://www.getfanba.se)

    *) Post/Page Layout – Ability to choose either pagination or infinite load on same page


    3) Portfolio – Ajax Portfolio functionality

    2) Portfolio – Masonry Layout option (free floating with different image sizes)

    *) Portfolio – customize the Archive slug for portfolio items so if single slug set to “lesson”, the archives would be “lessons” (instead of portfolio-items/)?

    *) Portfolio – Ability to set custom url when featured portfolio item is clicked in the portfolio grid to open a different page than the portfolio item page.

    *) Portfolio – Add Portfolio grid as a widget.

    *) Portfolio – Choices Theme style hover effect, where the hover overlay follows the cursor movement


    2) Sidebar – Option for custom horizontal separator lines between widgets in sidebar etc. like the one as on gennis

    *) Sidebar – Colored Section that works with side bar not just full width.


    3) Widgets – Google Maps – ability to adjust height + more control / flexibility with aditional fields

    *) Widgets – More title options for widgets

    *) Widget – Social Media Widget for footer


    4) Layout Builder – Add layout builder to Posts

    4) Layout Builder – CPT Support – For Avia framework to recognize custom post types so that can use Pagebuilder on those pages, change sidebars at will, etc.


    2) Text Editor – Option to have a link for both quick view and detail view. Some users may want the option to go directly to the detailed view.

    *) Text Editor – Support for javascript in the text editor: https://kriesi.at/support/topic/script-code-in-avia-layout-builder


    *) Shortcodes – for icons: https://kriesi.at/support/topic/icon-in-special-heading-section-or-icon-shortcodes

    *) Shortcode – Breadcrumbs – as a short-code where it can be placed at top of the page above title. Difficult to find breadcrumbs when aligned to the far right.


    *) Contact Form – additional field types to contact form (e.g. date picker, pick-list, drop-downs, etc.).

    *) Contact Form – Have the contact form auto scroll to the top of the page or go to #top after submit


    *) Images – Wide featured images in blog posts that are scaled to the entire available width, rather than pushed to the left of the text.

    *) Images – Fullscreen background images / galleries with optional captions and/or minimal content boxes


    *) Icons – Add YouTube to the social icon list

    *) Icons – Option to have different hover icons and hover styles.


    *) Menu – Control over main menu fonts/size/colour without using CSS

    *) Menu – Ability to use Entypo icons within menu items


    3) Headers – Small fixed header with social icons and menu. With the option to have just the header (logo + menu) part fixed and shrinking.

    2) Sliders – Portfolio/Blog Slider Navigation Arrows only show up during hover so user may not know there is more unless they hover first. (arrows below slider)

    *) Export Ability – ability to export Enfold “Styling” options. Too easy to click on one of the presets, and all of the custom changes you made are gone…

    *) Newsletter – integration with newsletter (mail chimp) and integration with contact form + newsletter sign-up panels + login area.

    *) Links – Ability to select if link should be opened in a new window or in same window for (example: social etc.)

    *) CSS – Make sure that custom.css is the last css file in head

    *) Audio Support – Like incarnation http://kriesi.at/themes/incarnation/event/sunday-prayers-2

    *) Events Calendar – Like Incarnation http://kriesi.at/themes/incarnation/events


    *) Bug – validation to work for additional fields (only seems to work if you use the default form fields)

    *) Bug – Image alignment dropdown option to work in 1/3 column layout (doesn’t move the image at all, whichever alignment I choose; image is smaller than column width, so there is room to align)


    up to Peter’s post on 4/28

    #22197
    Kriesi
    Keymaster

    UPDATE: Since this thread is growing too big to keep track of all the requests I have decided to try to use our feedback box again. You can submit new ideas and vote on existing ones here now: https://kriesi.at/support/enfold-feature-requests/

    ———————-

    Hey guys! We are getting quite a few feature requests for the theme already and since I want to make the theme as complete as possible I will accept requests here and update the initial post on what is planned next.

    So far requested and accepted:

    • Magazine-like Elements for the Template Builder listing Posts from various categories
    • Accordion Slider
    • Newsletter Integration Element (probably Mailchimp or Campaign Monitor)
    • One Column Portfolio Option
    • Sortable rows in Table Builder

    Considering:

    • Chart Element

    Already added:

    • Collapsible Menu in Mobile Mode
    • Improved/Refined Header Options
    • Theme Setting Import + Export
    • Print CSS
    • RTL Language Support
    • Fullscreen Google Maps Element
    • Better Video Support for Slideshows
    • Improved Parallax options
    • Make the template builder play nice with previews
    • Masonry Element for Blog, Portfolio, Images, Products
    • Better Font Icon Management
    • Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)
    • Improved Default Iconfont with more social Icons
    • One Click Updates from Backend
    • Content Slider Element
    • Client/Partner Element
    • Offset for Blog Grid Element, so users can build creative Magazine Pages
    • Google Maps widget Improvements (height settings)
    • Datepicker for Form Generator
    • Woocommerce Compatibility
    • Theme now supports boxed and stretched version
    • Section and other fullwidth elements now get a unique id so you can build one page portfolios
    • Option to remove footer widgets
    • Scroll to top button
    • addition of new mobile dropdown menu
    • addition of extra large responsive width
    • Copyright can be edited with a form filed in your backend
    • Added a sticky social header option
    • Added option to add phone number to header
    • Option to edit footer text in the backend
    • Lightbox for Image element
    • SEO updates like microformats for breadcrumbs, team elements, better heading structure etc
    • Portfolio with Ajax Preview
    • Add options for Portfolio overview to link to any target url
    • Fullscreen Parallax Slideshow
    • Add option to add a link for Titles of Elemens like Iconbox and Iconlist

    There is no ETA for any of these but they will definitely come :)

    Upcoming:
    Version 2.7 – Magazine Elements

    • This topic was modified 11 years, 9 months ago by Kriesi.
Viewing 26 results - 961 through 986 (of 986 total)