Viewing 30 results - 9,841 through 9,870 (of 11,218 total)
  • Author
    Search Results
  • #269585

    In reply to: XING Share Button?

    Hi Omnyss!

    Request it as a feature:
    https://kriesi.at/support/enfold-feature-requests/

    In the meantime you can try using the Sharebar plugin, it allows you to add custom buttons
    http://devgrow.com/sharebar-wordpress-plugin/

    Regards,
    Josue

    #269584
    jockejansson
    Participant

    Hello!
    I have just bought a currency converter.
    http://www.woothemes.com/products/currency-converter-widget/

    I’m now trying to place the widget on the right at the product pages, in a right sidebar.
    This seems not to be easy, and there for i need some help. As far as i can manage the widget only get’s pushed under the content to the left. See one of the pages here; http://www.turnclear.com/produkt/porsche-944-turbo-s2/

    Is there any limitations in enfold of using right sidbars on single product pages?
    I also would like to know how i can place the currency buttons on one row and not under each other?

    Thanks in advance.

    • This topic was modified 11 years, 11 months ago by jockejansson.
    #269039
    KonektMedia
    Participant

    Hi, I’m working on an Intranet solution where I’m using Enfold (witch by the way is great :) ).

    A little about what I have done
    First of I had to deactivate* the custom “prettyPhoto” (this because it did not allow the user to download the original image when right clicking the image in “lightbox-mode”). Then I installed the plugin “Lightbox Plus ColorBox” In addition. It now works as I want it to.

    * js>avia.js file:
    //activates the prettyphoto lightbox
    // $(container).avia_activate_lightbox({callback:’avia_lightbox_callback’});

    My problem is with the gallery
    I am using Avia Layout Builder on the page, and I have used the Gallery (under Media Elements) which works great. The problem lays with the gallery and the lightbox. If I’m opening one image in a gallery (in a lightbox) it don’t show any next button. Therefore, you have to open up every single image like this.

    I also tried to insert a standard WP-gallery in a Text Block, but this don’t work at all.

    My temporary solution have been to insert regular images into a Text Block, and then the lightbox works perfectly. However, it is many images, and this is very cumbersome and not exactly smooth.

    Do you have any suggestion on how to solve this problem?

    It would be wonderful to use your gallery solution for this task, and much easier for others to operate!

    This reply has been marked as private.
    #268922
    linkrep42
    Participant

    Hello!
    I’m having difficulties seeing the paste from word button in the visual editor in the Enfold theme and was wondering what the problem might be and why that is.
    Thanks!

    #268485
    nzrocketman
    Participant

    Hi,

    I’m trying to edit a text box. however i’m having some problems. on Visual its on html code and is all the text is white.. No Buttons like there should be. I have updated both Enfold and WP to latest versions

    #268447

    Hey!

    The css styles should change if you re-save the Enfold theme options. If it doesn’t work Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #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

    slick8088
    Participant

    I’m getting an error in the social media headers option in the Enfold menu.

    The options to select positions for header social media options disappeared – see screenshot.

    social media buttons error

    Please advise. Thanks.

    • This topic was modified 11 years, 11 months ago by slick8088.
    #268061

    Hey webpress!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    fieldset > p:last-child input.button {
    display: block;
    margin: auto;
    }

    Regards,
    Yigit

    #267842

    Hey!

    The url ( http://192.185.4.114/~castweb/about/leaders/eldersold/ ) gives me a 404 error. I’ll try to reproduce the issue on my local test servers and to debug the code. Please activate the debug mode of the template builder ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and post the template builder data from the debug field here. You can use the “Code” button or backticks ` to mark your text as code.

    Cheers!
    Peter

    #267765
    ChunkStudio
    Participant

    Hi Guys,
    I’m having a bit of strange behaviour with the post next/prev buttons which slide out from the side of the page to go to the next post.

    I’m using them here http://concretepoolsystems.co.nz/gallery/ (using portfolio items)
    and on the ‘in construction’ page (using posts)

    I can see the grey pop out arrows, but when hovered over they hide behind the blue body background colour/image.

    Using a boxed version of the theme with a blue body background and the ‘light-noise png’

    Have tried the css z-index for #top .avia-post-nav but no joy.

    Chrome and Safari – using the enfold 2.7.1 and wp 3.9.1

    Any help appreciated.

    Cheers AL

    #267648

    Hi!

    You can mimic the scroll down arrow with a Icon Box or a Button, just set the link to an anchor (ex: #content_below) in the same page:
    http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Josue

    tom77113
    Participant

    Hallo Enfold Team,

    1. Bei Blog.Eintraegen, in denen ich Textauschnitt angebe, erscheinen nie die Shortcodes. Da ich Produkte vorstellen moechte, wuerde ich aber auch schon in den Textausschnitten gerne Buttons wie “Hier geht es zum Deal” einfuegen. Laesst sich das realisieren?

    2. Ist es moeglich beim Eintraege Slider eine Fixe Hoehe festzuschreiben. Irgendwie stoert es, das je nach Laenge der Ueberschriften/Texte sich die Hoehe insgesamt verschiebt.

    Danke.

    Gruesse Thomas

    #267253

    In reply to: Issue with the slider

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .csstransitions .av_slideshow_full .avia-caption-content, .csstransitions .av_slideshow_full .avia-caption-title, .csstransitions .av_fullscreen .avia-caption-content, .csstransitions .av_fullscreen .avia-caption-title, .csstransitions .avia-slideshow-button {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    transform: none!important;
    visibility: visible!important;
    }

    Cheers!
    Yigit

    #267159
    zviz
    Participant

    Hi there
    first thing first: love the work you did on enfold :)

    i need to add a print image button to the lightbox popup window in Enfold.
    Can you help me please?

    thanks a bunch
    Zvi

    #266578

    In reply to: Read more in blog

    Hi!

    Thank you for using the theme!

    First of all, you don’t have the latest version of Enfold. This might fix the pagination issue with the blog. If not, please try to reset the permalink settings. Go to Settings > Permalink then click the “Save” button once. Download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    If you want to show all categories on the blog posts element, don’t select any categories. Just leave it unselected. It will show all posts from different categories.

    Best regards,
    Ismael

    #266573
    LFE
    Participant

    What do I need to enter in Quick CSS so that 1. the Submit button, text, etc. is using the themes colors (orange, dark grey, etc.), 2. how can the Submit button be exactly to the right of the submit form and 3. how can I change the size of both the e-mail form and the submit button, similar to what’s here at the very bottom: http://startupletters.com/

    Web site: http://www.fantasyblurb.com/testing123/?page_id=16

    Thanks in advance!

    #266226

    In reply to: Example Page Shortcode

    Hi!

    You can go to Enfold > Import/Export panel then click the green Import Dummy Data button. :)

    Cheers!
    Ismael

    Thanks Peter. I pasted the css into the Enfold Quick CSS box under General Styling because these pages are generated automatically from links. It did not quite fix the issue. If you click the dropdown button on the far right side of the search bar, after it expands you will see that the filter input fields are still broken.

    http://moltensites.com/demo/idx/city/newport-beach/

    bjorn190
    Participant

    Hello! I am using the fix from https://kriesi.at/support/topic/woothemes-sensei-plugin/ and it is working almost perfectly.

    However, the radio buttons for the quiz answers wind up on the row below the answer, making it hard to know which radio button is for which quiz answer. I have included an example of how it looks. quiz looking wrong

    This is using the http://www.mediafire.com/?4xvw8la68gv824t fix which works for most of the Sensei plugin. Is there an easy way to make the quiz radio buttons turn up to the left of each answer so it looks good? On the sensei demo page it looks like this: quiz looking good

    Hi Dude,

    no, I meant the Google+ Link of the enfold theme on the above left corner. Now it is a ?rel=publisher link.

    BTW, it would be a good option for the enfold settings of the Google+ button to be able to choose either as ?rel=author or as ?rel=publisher… ;-)

    Cheers,
    Gee Are

    #265740

    In reply to: Button Element broken?

    This reply has been marked as private.
    #265662

    Hey!

    Thank you for using the theme!

    Please add this at the very bottom of Quick CSS or custom.css then delete the enfold.css file and save the theme options again to regenerate the file. Make sure that the file permission is 755 or higher.

    .header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type="submit"], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 {
        background-color: #649ECB !important;
        border-color: #649ECB !important;
    }

    Best regards,
    Ismael

    #265532

    In reply to: Sidebar Customisation

    1. http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
    You can change all formattings with CSS.
    from the recommended plugin section in this forum: http://wordpress.org/plugins/ultimate-tinymce/
    Gives you more options when working with the editor in wordpress.

    2. Dont understand what exactly you want

    3. Same as number one. Quick / Cusstom CSS applies to the whole site. With CSS you first specify what elements you want to change, and then you difine what you want to change.

    Example for CSS:
    Change the space above the buttons to 0px:

    .post-entry-15 .column-top-margin {
        margin-top: 0px;
    }

    “.post-entry-15” and “.column-top-margin” defines that you target all elements inside post-entry-15 that have the “class” “column-top-margin”.
    With margin-top: 0px, you set the space above the element to 0 pixels.

    Adding the example CSS from above to your site, would move the buttons up like you wanted.

    If you want to change something else, just tell us and we can show you how to do it.

    If you want to learn more about CSS, you can go here: http://www.w3schools.com/css/default.asp

    #265430

    In reply to: Filter Bar in porfolio

    Hey dpiassociati!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.all_sort_button.active_sort:before {
    content: 'Filter: ';
    }
    #js_sort_items {
    padding-left: 35%;
    }

    you may need to adjust the padding value to center it perfectly

    Best regards,
    Yigit

    #265241
    Peter
    Participant

    I have this function:
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    … on my website but I am using self hosted videos. I have supplied the links to the mp4 version in the full screen slider settings, I have uploaded mp4 + webm + ogv video versions also to the same upload folder.

    There are also fallback images for mobile screens.

    Everything works on mac on the browsers I have checked (safari, ffox, chrome)

    Also ok on mobile

    I checked with windows 7 on virtual box and it also works with chrome and ffox
    But testing ie8 the first video starts but then the next slide does not begin. I can not even click on the buttons to navigate between slides.
    The same slider on your demo page seems to work but it is using vimeo-videos so perhaps I have something in my code I need to adjust to make it work with ie8 ?
    I have tested the mp4 versions of the videos and if I play them in the ie8 browser windows media player takes over and plays all of them nice.

    • This topic was modified 11 years, 11 months ago by Peter.
    #265158

    In reply to: French Version of site

    Hi!

    The “Load more” link, etc. is just a static text which is translatable with po/mo files. If you want to update/modify the po/mo translation files install this plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain (i.e. search for “Load more” and translate it). At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Cheers!
    Peter

    #265017
    birgit
    Participant

    Hi
    First I would like to say: what an awsome theme Enfold is. It is the first time I ever made an website, and it has been sooo easy, and the result fantastic! But I can not remove the Import dummy data button.
    Finally I paid a developer to do it. He could not remove it eighter.

    We did this: http://kriesi.at/documentation/enfold/remove-the-import-dummy-data-button/

    Any ideas?

    Thanks
    Birgit

    #265003

    Hi Andi!

    Are you using Enfold version 2.7.1 and WordPress version 3.9.1? Have you tried deactivating all active plugins to see if there is any conflict with the theme and its shortcode button output?

    Cheers!
    Devin

Viewing 30 results - 9,841 through 9,870 (of 11,218 total)