Viewing 30 results - 239,011 through 239,040 (of 243,737 total)
  • Author
    Search Results
  • #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

    #29110
    tgdigitalsolutions
    Participant

    I was able to figure out (thanks to forum search) the custom CSS to give rounder corners to the bottom of my Enfold website but I’m not having much luck finding the right code to do that on the top.

    Here’s what worked on the bottom:

    #socket {

    -webkit-border-bottom-right-radius: 10px;

    -webkit-border-bottom-left-radius: 10px;

    -moz-border-radius-bottomright: 10px;

    -moz-border-radius-bottomleft: 10px;

    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;

    }

    Can someone help me with the same idea for the top area? I have a boxed layout.

    Here’s a link to the test site:

    http://tgdigitalservices.com/o1/

    Thanks!

    #139731

    In reply to: How do I update

    Hi steven1000,

    In Enfold version 2.0.1 there was actually an update feature added into the theme through the theme’s options in WordPress.

    For a quick guide on updating your theme outside of WordPress take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

    #139720

    In reply to: Update

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750

    I prefer updating via FTP as I can see if there are any failures and re-up them.

    Oi Josue,

    I´ll need your help again.

    I´ve just updated to the new enfold version 2.1 and the changes that we´ve made disapeared. I´ve checked the editor (header.php) and the quick css, and it all looks ok.

    Can you help me?

    Thank you,

    Fabiana.

    #139712

    Hey,

    It will only update the main theme.

    Regards,

    Ismael

    #139715

    I would even be content to make a page like this with a full gallery and the previews at the bottom http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/

    #29102
    JaredBurnett
    Participant

    Is there way to make a 3 column ajax portfolio that when clicking on a single picture would pull up the portfolio slider or gallery without the title and excerpt?

    So like on this page http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ if you click the top left iphone portfolio, it would pull up the slider but instead of having the “Single Portfolio: 2/3 Slider” title and the excerpt underneath, the pictures would span across the entire columns. It would be a full page slider.

    Any way to do this? Thanks for your help in advance. By the way I absolutely love the theme and I can’t wait to finish my full site.

    #29100
    FLSouthPaw
    Participant

    If you do the built in theme update in Enfold theme options from a Child Theme does it only update the main theme’s folder or does it try to put it in the child theme’s folder? Please let me know how it works….

    Regards,

    Mark L. Lee

    #29093
    reisp
    Participant

    I saw this thread: https://kriesi.at/support/topic/customizing-woocommerce-category-pages and i has helped me greatly in figuring out a solution to being able to add content to my Woocommerce category pages.

    I was wondering if there is a way to take it one step further and be able to add the Avia Layout Builder to those Woo category pages. I have a feeling that is wishful thinking but thought I would ask. What I am looking do is add the LayerSlider to the top of those pages that extends full width, much like this page in the demo: http://kriesi.at/themes/enfold/pages/

    Thanks in advance for your time and for making such unreal themes!

    #139645

    Hi Johan,

    Firstly can you update Enfold to version 2.0.1 and WordPress to 3.6? You are now using version 1.3.1. There have been some bug fixes and improvements in the theme since version 1.3.1.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:

    http://vimeo.com/67209750

    Regards,

    Yigit

    #139693

    Hi Arne,

    Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    #header .avia-button-wrap.avia-button-right { left: -11.8%; }

    Regards,

    Yigit

Viewing 30 results - 239,011 through 239,040 (of 243,737 total)