Viewing 30 results - 237,961 through 237,990 (of 242,698 total)
  • Author
    Search Results
  • #136272

    In reply to: Icons in Enfold

    thanks a lot

    BeeCee
    Participant

    Hi,

    how can I save/export page templates, created with the Advanced Layout Builder, to import them into a complete other (ENFOLD) website?

    Thanks.

    #114834

    How about a Testimonial Slider like the one that is used in the Salient theme. That one is very nice in that it provides a slider that can be used on a color section background. I have a need to display quotes and author and not a picture. Thanks.

    #114833

    It would be nice if there was some additional flexibility in choosing the Font, Font Family, Weight, Size, etc, for the various headings. For example, I would like to set my H1 font to use a certain font size and weight. Same for H2, H3, body, etc. Some themes have this as part of the Admin area. Sure, it could be done in the css file, but seems like it should be part of the theme settings. It would be nice to be able to select different font styles for certain elements, like the new Content Slider. How about a new element that let’s you set text to any font and any style. Thanks.

    #139536

    In reply to: Full width Google Maps

    Tbh I’m not sure if the iframe supports the draggable option. If you want build advanced maps without taking care of code modifications I recommend to use this plugin: WP Google Maps. I tested it with Enfold and it’s very intuitive & easy to use and it integrates well into our theme. You can create an unlimited number of maps & markers, re-size the maps, etc.

    It also allows you to activate/deactivate the dragging function. Just go to Maps > Settings and check the “Disable Mouse Dragging” checkbox.

    #29147
    BeeCee
    Participant

    Hi,

    I would like to use the premium plugin ULTIMATE TOPPANEL from Codecanyon (http://codecanyon.net/item/ultimate-toppanel-wordpress-plugin/4665526).

    But it “interacts” in a bad way:

    I have created some pages with the Advanced Layout Builder and a “widget area” in these pages and created my own “Enfold custom widget areas”.

    But with this plugin active are now widgets in my footer, that I have created normally for my individual pages.

    It’s hard to describe, so please see this screenshot with descriptions here:

    https://www.dropbox.com/s/he820onhabqtjou/description.jpg

    As soon as I disable the plugin my widgets are displayed right.

    Is this now a problem of/in ENFOLD or of/in the plugin?

    Thanks.

    #29067
    PITT
    Participant

    Good afternoon,

    I have a question concerning the layer slider in Enfold. I would really like to you use URL’s of images in stead of Media/layer ID’s. Can someone tell me if this is possible, and if so, how I can achieve this?

    Thanks in advance!

    #139608

    I have checked the thread and the plugin.

    But I fail to see how it can help me set a standard size for all th featured images shown in ur theme

    I did little digging and added the code set_post_thumbnail_size( 150, 150, true ); to functions-enfold.php but seems it deprecated.

    Please help

    #139780

    Hi,

    You can add following code to custom.css file or into Quick CSS section in Enfold theme options page under Styling to make large button even larger

    .avia-button.avia-size-large { padding: 30px 80px; }

    You can increase the value to make button larger

    Regards,

    Yigit

    With the map widget, you can enter a location…That is what i meant by “custom”.

    Well, if I don’t use the Enfold map widget, can I do it another way?

    #139703

    Hi,

    To hide sale icon please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    #top .main_color .onsale { display:none; }

    Regards,

    Yigit

    #139822

    In reply to: Edit the 404 Tabs

    open up wp-contentthemesenfoldincludeserror404.php and delete

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    <?php
    the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
    'before_widget' => '<div class="widget avia_combo_widget">',
    'after_widget' => '</div>',
    'before_title' => '<h3 class="widgettitle">',
    'after_title' => '</h3>'
    ));
    ?>

    #136811

    Hi Rohan,

    It is located in WordPress theme directory so you should go to Enfold folder and you will find Config-templatebuilder folder there.

    Regards,

    Yigit

    #139583

    Hi Doremus,

    In WordPress theme directory please go to Enfold > Js and open avia.js file and find following code in line 87

    switchWidth = 767;

    and change it to

    switchWidth = 915;

    You can adjust the value by changing ‘915’.

    P.S.: Your website looks very nice. Definitely deserves to be showcased in this topic https://kriesi.at/support/topic/enfold-showcase

    Regards,

    Yigit

    #29139
    berniemdraudzigs
    Participant

    Hi, after uploading new version of Enfold layerslider is not working any more. Please, advise!

    http://www.vecakuforums.lv/

    #29138
    WELTFILME
    Participant

    Hey,

    i have following questions (i would like to attache screenshots… they would make my problems much easier to describe… no possibility here?!):

    1) if i look up my homepage with the enfold theme the text in the slider is too big. Is there a possibility that the text will not appear if the picture gets to small or that the text will be much smaller?

    2) if i look up my homepage on the iPad than the menu is directly following on the logo without no space… that looks not very good… is there a possibility to change that…

    3) where can i change the text which appears in the comments area of the blogs?

    4) when the text in the portfolio grid wrap in the next line because then the box get bigger but all the other boxes in the line does not… that is not looking very good. is there a possibility that if one portfolio box wraps his text and the box gets bigger that every other box get the same size?

    5) how can i use the parameters for youtube embeds when embedding videos

    Thanks for help!

    Greetz

    Christian

    #29137

    Topic: Fullscreen Slider

    in forum Enfold
    salai_com
    Participant

    Hi there!

    Using the Fullscreen Slider I got this error message

    « Warning: trim() expects parameter 1 to be string, array given in /srv/www/vhosts/heartworking.ch/subdomains/pci/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 447 »

    Can you help me?

    Thanks

    #29135

    Topic: applying modified file

    in forum Enfold
    edacoweb
    Participant

    I’d like to modify Iconbox.

    Now iconbox has two option: with icon on top, with icon on left.

    I’d like to have a third option: no-icon, that allows me to remove the icon (I know that iconbox without icon is a nonsense but I’ve seen that Iconbox is the best base for the result I wanna reach) and then I’ll add the possibility to choose a background color for the box and a font color.

    I tried to modify iconbox.php file in themesenfoldconfig-templatebuilderavia-shortcodes : I added the third option and modified the outputted DIV as I want.

    It works … Now I’m trying to add the other two options (font color and background) but I see no results… The impression is that the server is using a version of iconbox.php file cached somewehere…. I tried everything, deleting iconbox.php from the server, changing the theme and then reapplying Enfold, but nothing worked …. how can I force the server to reload the file modified? (and why the first modifications had been applied?)

    Thank you all

    Mac

    #139535

    In reply to: Full width Google Maps

    1. Added the draggable/scrollwheel settings as you told me to and that works like a charm when I use with the widget, on my offices pages, thanks!

    For the contact page however, I need a map with a whole bunch of our offices on it – I’m pretty sure I can’t do that with the Enfold Widget, so I used an iframe within the Layerslider to fix that. There’s a solution that seems to work to it on Stack Overflow, but I have no idea where to put the code. Any idea? http://stackoverflow.com/questions/7534888/embed-google-maps-on-page-without-overriding-iphone-scroll-behavior

    2. Sorry, cache issue :)

    #135567

    In reply to: Full width Google Maps

    In wp-contentthemesenfoldframeworkphpclass-framework-widgets.php replace

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng
    };

    with

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng,
    draggable: false
    };

    this code mod will deactivate the google map scroll function and the user interaction (touch/input event) will affect the website and not the map area.

    #29127
    thethoughtstore
    Participant

    Hi there,

    I’d like to setup a portfolio similar to your ajax demo portfolio. (http://kriesi.at/themedemo/?theme=enfold)

    The support documentation doesn’t step through this at all (2.5 Adding simple Posts, Pages and Portfolio Entries)

    Do you have any literature to help me do this as I’m struggling!

    Many thanks

    #139534

    In reply to: Full width Google Maps

    1) I tested the code on my test server and the draggable: false setting and the code I posted above works. Note that it will only work with the Enfold Maps widget and will not affect third party google map plugins or iframes you generated with a map generator. I didn’t find the draggable: false setting in the source code on this page: http://mep.raffeltest.nl/vestigingen/amsterdam/ and it seems like you didn’t modify the file yet.

    2) Can you post a link to the parallax website please? I didn’t notice any issues on this page: http://mep.raffeltest.nl/vestigingen/amsterdam/

    #139708

    We replaced all occurrences of entry-content with entry-content-wrapper, then we searched all files for “$content” strings and wrapped them into a div (entry-content). We further replaced all occurrences of post-title and main-title with post-title entry-title and main-title entry-title.

    The reason is that entry-content has a semantic meaning (hatom feed) which is used by Google+ to fetch the article data of a blog page. the previous structure messed this feed up so we had to change it.

    I copied this file list from our github repository:

    404.php

    archive.php

    config-templatebuilder/avia-shortcodes/portfolio.php

    config-templatebuilder/avia-shortcodes/postcontent.php

    config-templatebuilder/avia-shortcodes/postslider.php

    config-templatebuilder/avia-shortcodes/section.php

    config-woocommerce/config.php

    config-woocommerce/woocommerce-mod.css

    css/base.css

    css/layout.css

    css/shortcodes.css

    framework/php/class-framework-widgets.php

    functions-enfold.php

    includes/error404.php

    includes/helper-post-format.php

    includes/loop-archive.php

    includes/loop-author.php

    includes/loop-comments.php

    includes/loop-index.php

    includes/loop-page.php

    includes/loop-portfolio-single.php

    includes/loop-search.php

    index.php

    js/avia.js

    taxonomy-portfolio_entries.php

    template-archives.php

    template-builder.php

    #116523

    In reply to: Enfold Showcase

    hi, this is the current small business website for my store,

    it first started out with the replete theme but after the last wordpress update i made the change to enfold and

    its the best thing ive ever done, this theme makes it so easy to change and build pages, its amazing!!

    cheers

    Andrew

    The Vacuum Guy

    http://www.vacshop.com.au/

    #134303

    Hey!

    Go to Enfold > Styling. There you’ll see a textarea field (“Quick CSS”) where you can insert your css code.

    Regards,

    Peter

    #29120
    ChristophTaschler
    Participant

    I want to change images in the easy slider or ad new images – but modifications are not safed – always the old content is displayed. Have you any idea? (WP 3.6, Enfold 2.01, Enfold Child 1.0, Contact Form 7, Contact Form 7 Datepicker, WPML Multlingual CMS, WPML String Translation); I also tested without any activated plugin – negative.

    #29119
    TylerDrew
    Participant

    Hi,

    I’ve noticed this in both the 2.1 version, and the 2.01 versions. Previous to version 2.01, everything worked fine with the fonts. My site is http://drinkallthebeers.com I can change the font in the enfold settings, but after saving the settings, the font doesn’t change. Even if I change the font to a cursive or script type, it remains to be what looks like Helvetica bold. I’m viewing the site on Chrome version 29.0.1547.65 on a mac.

    #136271

    In reply to: Icons in Enfold

    Hey,

    You can use this on your custom.css or Quick CSS:

    IconBox:

    .main_color .iconbox_content_title {
    color: red;
    }

    .main_color .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: blue;
    }

    Regards,

    Ismael

    Hi,

    What do you mean by “Custom Location”?

    No, I don’t think that is possible if you’re using the Enfold Google Maps Widget.

    Regards,

    Ismael

    #139742

    Hi,

    That line of code is right at line 82 in header.php (Enfold 2.0.2).

    Regards,

    Josue

Viewing 30 results - 237,961 through 237,990 (of 242,698 total)