Viewing 30 results - 233,431 through 233,460 (of 244,289 total)
  • Author
    Search Results
  • #195765

    Hi!

    Sure, 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
    For a quick guide on installing your theme take a look at this video on installing the Enfold theme via FTP: http://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Yigit

    #195758

    Ok thanks – I take it there are no issues with regards to just loading a default theme in as much as I can then re installed the Enfold theme and all my work will be as before the change?
    Regards
    Ian

    #195753

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    #layer_slider_1 .main_color a { color: #3083f0; }

    Cheers!
    Yigit

    #195752
    mariocarabotta
    Participant

    Hi! I’ve created a multilanguague website using Enfold and WPML, everything worked quite ok, even though I had to install the WPML flag in menu plugin to fix some minor problems.
    My main issue is that in the english version of the website the footer doesnt seem to work properly.
    any idea on how to fix it?

    the website is: http://www.know-how.it/

    thank you in advance for your help

    #195751

    Topic: Accordion BUG ENFOLD

    in forum Enfold
    bcbg92
    Participant

    http://boostmycommerce.fr/visite-virtuelle/

    Each time i open any FAQ on my website the website crach and reload TO THE FIRST PAGE
    Video of the bug http://screenr.com/g05H

    #195747

    In reply to: WP Better Security

    Thanks for the reply Josue, just didn’t know if Enfold hard codes any links to the wp-content folder which might cause issues down the line.

    Andrew

    #195736
    jopalle
    Participant

    Hi,

    i´m trying to have background images (and slideshows!) with this plugin: http://wordpress.org/plugins/full-screen-page-background-image-slideshow/
    the images have a width of about 1320-1400px and should be centered on the top the screen and should be scaled if the screen is smaller than this size.
    The Problem is, that the images are not rendered correct every time, for example the image is perfect when you open the page the first time, but when you click again on the “Home” menu item it is positioned on the top/left instead of top/center.
    Link: http://d15924.ispservices.at/wordpress/
    can you help me to fix this problem or maybe is there a way to solve this with Enfold Theme or another plugin?

    Thank you, best regards
    Johannes

    #195734

    Hi!

    I don’t know if this have been suggested before, but I would like to have the Enfold template builder in the ajax preview section, so when creating my custom look for the ajax preview, I don’t have to use shortcodes.

    Best regards,
    Tomas

    #195732

    Hey!

    You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ but at the moments it’s not possible.

    Best regards,
    Peter

    #195726
    This reply has been marked as private.
    #195718

    Topic: WPML

    in forum Enfold
    p_niedrich
    Participant

    Hi,

    when changing to the Enfold theme I began to use WPML the first time. My aim was to really make things easier and since I want to offer at least three languages I hoped it would be an efficient way to handle everything smoothly.

    However, so far I find it pretty complicated and every problem that appears needs hours of solving it. But well, I guess that’s normal with the first time ;) But what I don’t understand is this:

    I have one original language and then I duplicate the pages and translate the text-blocks. This works more or less fine, but then, everytime I change the layout on the original page (for example change the size of a column, add a picture, something like that), I have to do it on every single translation????

    that was exactly the reason, why I chose to use a commercial product, to get rid of this totally ridiculous work!

    I just want to translate the text-blocks and thats it, the layout should be duplicated but now I fear that this is not possible, am I right?

    Thanks for your help
    regards
    Philipp

    #195717

    Hey!

    The code Devin posted above does not work yet because the filter is not included in Enfold 2.4. However the next update (2.5) will work with the code and you don’t need to hack the theme files over and over again. For a quick fix see https://kriesi.at/support/topic/portfolio-ui-elements-not-appearing/#post-182169

    Regards,
    Peter

    #195711

    Sorry but maybe there is a misunderstood
    I mean the two background images (one with a kitchen and the other with an ipad)
    http://kriesi.at/themes/enfold/files/2013/04/photodune-757323-living-room-m.jpg
    http://kriesi.at/themes/enfold/files/2013/06/tablet-1.jpg
    I tried to edit the advanced layered slider but i don’t find anything…
    You can see the two image on: http://www.mchiappo.com
    Thanks
    VAlerio

    #195710
    This reply has been marked as private.
    #195694

    Hey!

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

    .main_color b {
    color: #ff3640;
    }
    
    .header_color .main_menu ul:first-child > li > a {
    color: #ff3640;
    }

    Please check wp-content/uploads/dynamic_avia/enfold.css. Set the permission to 755.

    Regards,
    Ismael

    #195682

    Hey ShortieD!

    Please add this on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    return $fonts;
    }

    You’ll be able to select the new font on Enfold > Styling > Heading and Body font.

    Best regards,
    Ismael

    #195658

    In reply to: Home Slider Issues

    Hey!

    Please edit the logo layer. Go to Attributes then give it a unique ID, example “zahlco-logo”. Add this on Enfold > Styling > Quick CSS:

    #zahlco-lobo {
    left: 568px !important;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    #195650

    It will be quite a bit more complicated than that unfortunately. As WordPress the community has gotten smarter so have the high end themes. So in this case you are working with classes and extending classes to go beyond the basic WordPress shortcode output.

    Off hand I couldn’t even give a good description of how to pull everything out into a shortocde but given a few hours and full access to the theme files a good developer should be able to get you set to re-create the shortcodes in a way that will output them and ready for css clean up.

    Basically going through and looking at the function shortcode_handler attributes then creating a shortcode to follow suit and adding it in is how I would do it. You could try it the other way around and include the aviaShortCodeTemplate class and the avia-shortcodes though I don’t have as much experience with oop with php.

    #195646

    Hey Devin,

    Thanks for the reply. So would I just pull-in the code for shortcodes from config-templatebuilder/avia-shortcodes directory? I know enough PHP to do some damage but am not up-to-speed on using classes.

    Would it be easier or even possible to have a plug-in that does an include call of those files or will they need to be disected into different individual functions?

    #195640
    ShortieD
    Participant

    Hi there – I’d like to apply full width border to the bottom of some of my elements. I’d like them to be like the demo site

    http://kriesi.at/themes/enfold/

    You can see I’ve added a horizontal rule (from the drag n drop layout editor) and it’s only as wide as the content element, can you please advise how I change this?

    http://shortiedesigns.com/acmena/

    #195631

    Hey!

    1.) Please set a menu on Appearance > Menus > Theme Location > Enfold Main Menu.

    2.) I really don’t see the problem on the slider. Can you please elaborate?

    Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Best regards,
    Ismael

    #195626
    efishinsea
    Participant

    Hi.
    I see many example pages of what your Short Code output is but I can’t find a list of the actual shortcodes anywhere. Shouldn’t this be in the documentation? I am trying to add shortcodes into the LayerSlider for buttons.. but it doesn’t seem to be working.

    Also, when I am in a text editor, and click on the wizard icon, I only see 3 options:
    my wizard only shows 3
    why is this?

    Finally, When I choose “Default” editor after using “Visual Editor” the edit box is blank. Shouldn’t I see the shortcode list of output? Or is your theme limited?

    Thanks

    • This topic was modified 12 years, 3 months ago by efishinsea.
    crmo
    Participant

    Hello,
    In the menu LayerSlider Wp only are 2 sliders: 1. Enfold – most beautiful theme ever, and 2. Why Enfold – Small Header. But both are equally without pictures or text or animations. (I already loaded the sample data, but I no have texts or images in any slider. I also installed the required plugins).
    I still need the other sliders as Fullscreen Slider, LayerSlider 3d, etc.
    Please I need full sliders, to just replace photos and text and they are ready.
    Please give me an easy solution, or send me the sliders to import.
    Thank you.

    #195621
    ShortieD
    Participant

    Hi Guys – i’m using a child theme of Enfold and I want to call the following stylesheet in my theme

    <link href=’http://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow:400,700|PT+Sans+Caption’ rel=’stylesheet’ type=’text/css’>

    what is the best way to do this? Is it by the functions.php? If so do I need to add a functions file to my child and make sure it’s empty with only the function calling the google font? Please advise so I don’t break anything and the best practice for your theme.

    Cheers

    #195617

    The root of your issues is probably that you are using Enfold version 1.9 on that installation. The icon font manager wasn’t added until 2.3 I think it was and 1.9 isn’t even compatible with WordPress 3.6+.

    So re-download the theme files from ThemeForest and re-install the parent Enfold theme from scratch to bring it all up to date.

    #195615

    Hey!

    The Custom CSS highlighted there is not part of the theme. My guess is that is from a plugin.

    Cheers!
    Devin

    #195613

    Hi Ken!

    That would be the best way to do it. We will eventually roll out a plugin to port the shortcodes to have some support for secondary use but for right now we don’t have anything available to make the transition easier.

    Regards,
    Devin

    #195595
    This reply has been marked as private.
    #195594
    DesignerKen
    Participant

    I have been thinking that Enfold has served it purpose on a couple sites and want to possibly move on with a new theme. The inherent problem being that with the framework that is built all the shortcodes would be lost.

    What are your suggestions for this? I would guess that creating a plug-in based off all the supplied shortcodes would work for short term fix?

    #195582

    I should have asked this with the last question but How do you change the size of the font in header? Like if I wanted Home or any of those Menu buttons to be bigger. I see I can change font type and color in styling. Thanks again for all you guys help. Enfold is by far the best purchase I’ve made involving wordpress!

    • This reply was modified 12 years, 3 months ago by Barabbas.
Viewing 30 results - 233,431 through 233,460 (of 244,289 total)