Viewing 30 results - 221,131 through 221,160 (of 243,781 total)
  • Author
    Search Results
  • #262374

    In reply to: Enfold Showcase

    Hi, I have created my friend’s site with my Favaourite WP theme, Enfold:
    http://gasztro-akademia.hu/

    Regards,
    cstibi

    #262363

    Hey Ben!

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

    div#widget_sp_image-3 {
    margin-top: -5px;
    }

    Regards,
    Yigit

    #262359

    Hi Ismael, your code was fine, the issue was actually being caused by the permissions on the themes generated css file:
    http://agathosfinancial.ie/wp-content/uploads/dynamic_avia/enfold.css
    That file must be publicly viewable for the theme styling to load.
    Your colleague Devin notified me of the issue.
    Thanks for your help, you may now mark this thread as resolved

    #262358

    Hi Signum!

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

    .title_container .main-title { display: none; }

    Then go to Enfold/framework/php folder and open class-breadcrumb.php and search/change “You are here” then find following line

    $separator = '<span class="sep">' . $separator . '</span>';

    and change it to

    $separator = '<span class="sep"> - </span>';

    Cheers!
    Yigit

    #262345

    In reply to: sidebar size

    Hi thanp73!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 830px;
    }}
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 720px;
    }}
    .container .nine.units {
    width: 630px;
    }

    Cheers!
    Yigit

    #262342

    Hey pedrosierra!

    Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If you are using any caching plugins, try deactivating them and flush browser cache after making styling changes

    Best regards,
    Yigit

    #262340

    Hey!

    You can do so in Advanced Styling tab in Enfold theme options – http://i.imgur.com/JI8RCyZ.png :)

    Cheers!
    Yigit

    #262335

    In reply to: Portfolio Arrows issue

    Hi shantidevii!

    Please go to Appearance > Editor and open functions-enfold.php file and find

    $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);

    and change it to

    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['next'] = get_previous_post($settings['same_category']);
    	            $entries['prev'] = get_next_post($settings['same_category']);

    Best regards,
    Yigit

    #262333
    patrickschua
    Participant

    Hi, I tried installing enfold into our site but when I was about to edit the pages, the avia layout builder seems to be not working and just shows the circle going around. I isolated the case using another site of mine using wordpress 3.9. I just like to ask if when we can have it working in alpha version? I know it’s not supported yet but is there anyway to have it working as our site could not be downgraded anymore.

    Thank you.

    #262332

    Hi!

    Please tell your designer to edit the your logo and make its background transparent. Currently it is white and that is what you are seeing when header is set to display transparent :)
    then go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px

    Cheers!
    Yigit

    #262329

    Hey josvissers1!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .main_color .av-masonry {
    background-color: red;
    }

    Regards,
    Yigit

    #262328

    Hi!

    Please update the theme manually via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #262321

    Topic: Standard Editor

    in forum Enfold
    AGC
    Participant

    With WordPress 3.9.1 and Enfold 2.7.1 remains the default editor empty.

    #262310

    Hi Dude!

    That made it worse… Now I see the error twice :)
    I added the code to line 238
    Right after
    add_theme_support( ‘automatic-feed-links’ );
    Even the PUSHED/FORCED WP 3.9 with the newest Enfold… SAME!! :-(

    #262309

    Cool!

    Its true, I have it some error of installation with the plugin. Right now its working my “Contact form 7” and it is conected with “Contact Form DB”.
    Now my question is, do you think i can conect the “Enfold Contact form” with the “Contact Form DB”?, so i can save all the request of my clients?

    Thank you very much!

    #262303

    hmmmm, danke für die Antwort.

    An sich gehört der Blog schon zu unserer Firmenwebseite. Aber in dem Blog werden auch aktuelle Themen die zu unserer Branche passen gepostet.

    Ich weiss jetzt nicht ob ich hier Links posten darf? wenn nicht bitte wieder löschen.

    Konkret geht es um

    http://www.austrianweb.at (Enfold ist schon installiert)
    und
    http://www.austrianweb.at (soll ein Enfold drauf, gleiches Design, gleiche Menüstruktur wie oben)

    Wie schätzt du das ein – mir ist beides recht :-)

    #262300
    RobWu
    Participant

    Hi,

    When I ran into some odd logo related issues after uploading a local developed website, I was wondering where Enfold saves all it’s configuration data.

    The issue was that the logo showed up in all desktop related browsers, but not on the mobile devices. At first I thought it might be the transparent .PNG file I used, but in the end it was the path to the file that caused the problem.
    In the settings it was still linked to ‘localhost’, despite all my changes in the database before importing it into the new location.

    So, is all this saved in the separate .css files in the uploads/dynamic_avia folder? Or is this set in the database records?

    A ‘related’ question: Will Enfold have problems when one changes the /uploads folder (plugin or coded) for images?

    #262297
    GEORGRITTSTIEG
    Participant

    Moin,

    wie ist es möglich, das main Menü, wenn es unter dem Logo steht, ohne Rahmen rechts und links darzustellen?
    Was übersehe ich?

    Ich kann die “border-right” löschen, bzw auf “0” setzen, klar.
    Bleibt aber ein einzelner Rahmenteil, links von HOME.
    Wo finde ich die Style Angabe für diesen?

    Oder ich kann es woanders ganz elegant lösen, sorry, dann bitte ich um einen Tipp, wie? Gerade sehe ich den Wald vor lauter Bäumen nicht…..

    DANKE!

    LG Georg

    #262293
    pako69
    Participant

    Hello
    GWT reports a lots of 404 error because there is this code in my posts:

    <script type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
        avia_framework_globals.frameworkUrl = 'http://www.domodeco.fr/wp-content/themes/enfold/framework/';
        avia_framework_globals.installedAt = 'http://www.domodeco.fr/wp-content/themes/enfold/';
        avia_framework_globals.ajaxurl = 'http://www.domodeco.fr/wp-admin/admin-ajax.php';
    /* ]]> */ 
    </script>
    

    >> http://www.domodeco.fr/wp-content/themes/enfold/framework/ DO NOT EXIST…

    thanks

    #262291
    simonac
    Participant

    Hi,

    i use the EventOn plugin.
    http://codecanyon.net/item/eventon-wordpress-event-calendar-plugin/1211017

    And i have a strange behaviour with this plugin and i do not not why this happens. Maybe you could take a look as it possibly is a conflict with enfold…

    So the problem is that an event should open with its info box when i click it. Or a map should be displayed.

    Whan i open up the page for the first time after the laptop booted nothing happens when i click on an event. Also the overview map i not diyplayed.

    Then when i log in as admin, reload the frontend page – then all is working fine. And also on another pc where it also did not open, then it works, when the page is reloaded! ( On the second pc i did not log in)

    So i do not understand where the problem comes from.

    Even when i am logged out again, then is still works on both Pc’s.

    Hope you have a hint. Thanks Simon

    • This topic was modified 11 years, 7 months ago by simonac. Reason: writing
    #262290
    MarcG5
    Participant

    Hi,

    I have WordPress 3.9.1 and the latest version of Enfold installed and I appear to have lost the Layerslider on the home page when viewing from my htc one android phone. The iPhone works and displays the slider. iPads and desktops are also fine – any thoughts on what may be causing this?

    You can see the slider trying to load (grey loading circle) but it then just disappears. I have checked the slider settings and it is set for responsive.

    Thanks in advanced for any replies and my website can be viewed here: http://marcgodfreeweddings.co.uk.gridhosted.co.uk/
    Marc

    • This topic was modified 11 years, 7 months ago by MarcG5.

    Hi!

    Versuche einmal in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading.php diesen Code:

    
    $output .= 		"<{$tag} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";
    

    durch

    
    $output .= 		"<{$tag} class='av-special-heading-tag' $markup $styling>{$heading}</{$tag}>";
    

    zu ersetzen – behebt diese Änderung den Fehler.

    Regards,
    Peter

    #262279
    tomerus
    Participant

    Guys I need your help please,

    I installed woocommerce addes some products and no matter what I do to align the products nicely some products have more height then others. The width is OK but it is the height that is messed up. Already tried the crop feature in woocommerce but still. Also played with the catalog dimensions. Also installed the plugin “regenerate plugins” still no succes.
    I would like to have a perfect formatting like this: http://kriesi.at/themedemo/?theme=enfold and then go to shop

    Thank you in advance

    #262273
    Austrianweb
    Participant

    Hallo aus Wien,

    ich habe eine WP Installation unter http://www.domain.at und eine zweite WP Installation als dazugehörenden Blog unter unter http://www.domain.at/blog.

    Wenn ich Enfold nun in beiden WPInstallationen installieren möchte brauche ich da 2 Lizenzen?

    LG

    #262263

    excellent – that did it.
    thanks for your help!

    can you answer something about the logo in the header on mobile – is it always the case that you need to adjust the css to get it to display correctly? Seems like the older version of Enfold had an automatic resize that worked?

    #262255

    Topic: WPML Question

    in forum Enfold
    perfortuna
    Participant

    Hi
    I am building a website using your enfold theme. The website has to be in 2 languages. Translations are working fine there is one problem which I can not figure out.

    The widgets in the folter in the first language (Dutch) is oké, but when I switch to the second language (English) the widget is not what I want. How can I ajust the content off the widgets in the second langauge?

    If you want to see what I mean send me a message and I will send you the password to open the site

    http://site001.michelpost.info

    Awaiting your answer soon

    With regards

    Michel Post
    The Netherlands

    #262237

    In reply to: Entypo icon alignment

    Hi tocal!

    You should be able to do this with:

    
    .avia-icon-pos-left {
    float: none;
    }
    
    .av_font_icon {
    display: inline;
    }
    

    However I recommend to add a custom class to the text field (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and to use a more specific css selector. Otherwise this change will affect all icons on your website.

    Best regards,
    Peter

    #262233

    Hi!

    Did you use the read more quicktag ( http://en.support.wordpress.com/splitting-content/more-tag/ ) to separate the excerpt from the rest of the content? You can also use the “excerpt” option field on the post editor page to insert a custom excerpt text but if you’re using the default blog template you need to add this code to your child theme functions.php file or enfold/functions.php:

    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(!is_single())
    {
    	$current_post['content'] =  get_the_excerpt();
    	$current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    }
    return $current_post;
    }
    

    to query the excerpt from the “excerpt” field.

    Cheers!
    Peter

    #262232

    Hey JochenBake!

    Thank you for visiting the support forum!

    From what version of Enfold did you update? I think the problem is that the header overlaps and cover the main content area once you scroll. Please try this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    z-index: 0;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #262222

    Ok, and how do I do that? There are no updates shown in the Enfold Options…

Viewing 30 results - 221,131 through 221,160 (of 243,781 total)