Viewing 30 results - 241,801 through 241,830 (of 244,211 total)
  • Author
    Search Results
  • tasoskouk
    Participant

    icons for link & quote posts do not show… (just empty space…)

    check here : http://tasoskoukouvitis.com/enfold2/blog/blog-single-author-full/

    any ideas how to fix it?

    Devin,

    Bummer! Thank you for getting back to me : ) I was wonder if this could be a future tweak to the Enfold template??

    Jessica

    #129442

    sorry, i forget the link to a screenshot. Here it is: http://screencast.com/t/XPj7SMWb

    #26141
    awp23
    Participant

    Hello,

    i´m testing the Enfold Theme together with Woocommerce 2.0.12. and i have one question.

    How to get the buttons in the cart widget aligned on one line. ” May be this is a translation issue ( longer words ? ). Where can i change that ? Or is it possible to expand the width of the sidebar ?

    Thanks in advnce and best regards,

    awp23

    #26158
    blingcart
    Participant

    Where in the code do I replace my nav bar with the enfold nav bar?

    #114721

    My Wish List :

    1. Nestable Components : Place Tabs inside an Accordion or Tabs inside a Tab, & have each styled separately.
    2. Content Element – Code/Class Wrapper : Add a class or ID to any particular area of the page builder
    3. Search Icon : Optionally move next to Social Media Icons.
    4. Custom Icons : Easy way to add own SVG/PNG icon to Entypo.
    5. Tab / Accordion Builder Improvements :

      1. Add “+10” which opens 10 stacked input fields you can quickly tab through for setup.
      2. Import text or csv file (great for huge FAQs)
      3. Advanced Page Builder / Editor available within the Tab / Accordion interface
      4. Shortcodes available for each Accordion / Tabs
      5. Clone individual components (Tabs / Accordions) from one page to another
      6. Save & set custom style presets dropdown
      7. Animated and more tab positioning options, similar to http://codecanyon.net/item/tabs-accordion/full_screen_preview/2906434 which also happens to be nestable :)

    6. Menu :

      1. Adjust opacity of menu background to be able to see content as it scrolls up
      2. Toggle and/or adjust resizing/squashing of menu size when scrolling up

    7. Support Forum : Taggable voting mechanism – with thumbs up/down and counter for feature requests.

    #116486

    In reply to: Enfold Showcase

    We have made http://www.seveneleven-magazin.net with Enfold and somebody wrote us: “This is the best Website in Germany!” :-D

    #26149
    Yiannis Girod
    Participant

    I use a child theme. I would like to place “images” folder in “enfold-child” folder and use it eg. from admin “Enfold Child Theme Options > Styling” or to customisze frontend (background images, layout images).

    How to… ?

    Thanks and regards.

    Hi,

    Can you give us a link to the website?

    1.) How do you embed the videos?

    2.) Please check the link: http://responsinator.com/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F

    You can see that the titles are responsive. You can use Media Queries to make certain elements responsive. CSS changes can be made on your custom.css or Quick CSS.

    3.) You can switch the Advance Layout Editor (ALE) to debug mode. You will be able to see the actual shortcode below the ALE. You can copy and paste it to an Enfold installation somewhere else.

    Edit functions.php, find this code

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    4.) We can’t say for sure. We haven’t tested the Wordfence plugin. Please let us know if you encounter any problem.

    Regards,

    Ismael

    #129196

    In reply to: Logo size enfoldtheme

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    #26142
    babayard
    Participant

    Hi,

    Really like Enfold. Still haven’t completely understood all the options, and one thing has me very confused:

    Early in development we were going to call the blog “latest news” then we changed our minds, only I can’t find where that “Permanent Link” is coming from that shows up in the #top .title_container. We added category titles and changed default “uncategorized” to “blog.” None of our categories is “latest news,” but still it shows up, and additionally, it is a link to the home page, which has me completely baffled.

    Also, in the breadcrumbs we’re getting …/blog/blog/… We created a “page” with blog entries text box, and have posts going to “blog” in WP reading settings.

    Here’s a page: http://www.montana-associates.dreamhosters.com/2013/07/the-dodd-frank-conflict-minerals-certification-provision/

    I hope you can shed some light on this. Thank you.

    #129017

    Hi,

    On Enfold > Blog Style > Please choose onother option except for “Grid Layout”. Create a page, insert the Blog Post element then choose Grid Layout. Set this page as your default Blog Page.

    Regards,

    Ismael

    #129433

    Hi,

    Just add this on your custom.css or Quick CSS

    #top #payment label {
    display: block;
    }

    Regards,

    Ismael

    Hi,

    Regular license only allow you to create a single end product which means you can only use the theme on a single website.

    You can switch the theme to debug mode. This way you will be able to see the actual shortcode below the Advance Layout Editor. You can just copy and paste the shortcode on another installation of Enfold theme.

    Open functions.php, find this code

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Regards,

    Ismael

    #129233

    Hi,

    I tested this on my end with the child theme turned on and the Enfold > Styling is working fine.

    Do you have a caching plugin? or any plugin for that matter?

    Regards,

    Ismael

    #128921

    Hi,

    I can see it, it should be place below the magnifying glass. Did you edit something on the theme files?

    Please upgrade to Enfold 1.7.

    Regards,

    Ismael

    #129259

    Hi,

    1.) For translation, please use WPML plugin. You also use qTranslate but you will have to modify some areas.

    1.) For translation, please use WPML plugin. You also use qTranslate but you will have to modify some areas.

    Regards,

    Ismael

    #129255

    Hey,

    If you want to remove the kriesi backlink, open footer.php and find this code.

    $kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");

    Glad it is sorted out.

    If you like the theme, please send us a feedback here.

    https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance

    Regards,

    Ismael

    #129361

    Hi,

    Yes, it is possible. An image inside the anchor tag will always open with lightbox.

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1']
    [av_tab title='Tab 1' icon_select='no' icon='1']
    <a href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg"><img class="alignright size-full wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg" width="1000" height="650" /></a>
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='1']
    Tab Content goes here
    [/av_tab]
    [/av_tab_container]

    Regards,

    Ismael

    #26140
    MSM
    Participant

    what feature is being used on the enfold demo site meet the team page towards the bottom labeled The Office. As you scroll it reveals a different part of the image.

    Thanks

    Mike

    #129432

    you can add product from https://wi360photo.wpengine.com/sunsetplayhouseschool/ so you can get to checkout

    #26138
    MSM
    Participant

    Enfold Woocommerce Checkout page the month is out of alignment with expiration date. wi360photo.wpengine.com

    #128920

    Hi Nick. Thanks for getting back to me.

    No, I mean the search box. If you go to this page for example http://www.crashtestmummy.com.au/category/easy-cleaning/

    and then click on the search icon in the main nav ie the magnifying glass, then you’ll see a line with an triangle pop up just below the first excerpt on the page. I’m assuming this is meant to be the search box, but it’s not working. I’ve inspected the element and it has some far out padding showing, but I can’t figure out how to fix it. The box is also incomplete.

    Any ideas?

    Laney

    #129258

    Devin,

    The slide is now working fine. I don´t know what was the problem.

    Is there any other way to translate? If I put the files po e mo inside the theme (lang) will it work, or will it unset something?

    When this feature is available, please let me know. It will be awesome.

    Thank you.

    Fabiana.

    #129254

    Cheers Devin. Sorted ;-)

    #114720

    Would like to be have the ability to insert a row or column in the middle of an existing table in the advanced editor. At present it only adds to the end.

    #26129
    rickswearingen
    Participant

    I have tried to change the styling on the pages and although I can upload a background and change the layout to boxed in the General tab, I can NOT change any other area’s such as the Footer or the Socket. I wanted my Footer to be black but it remains white.

    I also cannot use any of your preset background images such as grunge-dark or grunge-light etc.

    I have already tried re-uploading the theme and resetting all options but no luck

    Please help.

    #129263

    Glad that is working for you :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #129242

    Glad you were able to find a good solution for you :)

    Regards,

    Devin

    #129257

    Hi Fabiana,

    1) We don’t have any experience using the CodeStyling plugin so there isn’t much we could do if it isn’t working correctly. The theme does support translation with PO files but it only has built in support directly for WPML from a plugin standpoint.

    2) I’m not clear on what you mean.the slider with the thumbnails is showing on my first visit and scrolling up or down doesn’t cause it to go away on my end.

    3) I don’t believe so no. Not all shortcodes are currently stackable. Kriesi plans on adding support for more of them to be nested like that but right now it isn’t supported.

    Regards,

    Devin

Viewing 30 results - 241,801 through 241,830 (of 244,211 total)