Viewing 30 results - 231,211 through 231,240 (of 244,419 total)
  • Author
    Search Results
  • #209438

    Topic: Header

    in forum Enfold
    akcayit
    Participant

    Hello,

    how do i get the navigation with the arrow like the header on the demopage http://kriesi.at/themedemo/?theme=enfold ?

    Thanks

    Hey koballo!

    1) Yes, open up /wp-content/themes/enfold/includes/loop-index.php and delete

    
    						echo '<span class="blog-author minor-meta">';
    						echo '<strong>'.__('Author','avia_framework').': </strong><span>';
    						the_author_posts_link(); 
    						echo '</span></span>';
    

    2) Open up /wp-content/themes/enfold/single.php and delete

    
    					//wordpress function that loads the comments template "comments.php"
    					comments_template( '/includes/comments.php'); 
    

    Regards,
    Peter

    #209435

    Topic: Missing Enfold Masonry

    in forum Enfold
    silky2013
    Participant

    Hi There…
    I have just come round to developing the portfolio section of the site I am designing and I seem to be missing the [advanced layout] content element > Full Width Masonry also the media element Full width Masonry Gallery

    Any Ideas?
    Do I need a theme update if you how do i do that?

    #209431

    Hi!

    I don’t know a plugin which generates such a portfolio grid. Enfold comes with a similar portfolio effect: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ but obviously it’s not an exact copy of the pixelentity theme :)

    Best regards,
    Peter

    #209428
    sahlen
    Participant

    When using Business Directory Plugin in Enfold the listing images will not show next and previous arrows.
    The main listing thumbnail shows an arrow on the right, but it doesn’t lead anywhere. When clicking the thumbnails below, now arrows shows up as it does in other themes. I’ve tried the support on business directory.com, but I didn’t get any solution from there.
    The plugin lightbox works fine in Twentythirteen, but not in Enfold.

    http://runtvattern.se/business-directory/2442/hjo/

    #209426

    Awesome, let me give it a try.

    Thanks for the swift response.

    On a side note, do you know what sort of plugin that can generate the same effect as per http://demo.pixelentity.com/?halfcreative_wp when you click on their portfolio entry?

    Thanks in advance :)

    koballo
    Participant

    Hello again.
    Again I chose to buy one of your templates. Excellent Enfold!
    Sorry for not knowing how to write English, my translation is made with google translator.

    The problem I have is when viewing the website on a smartphone (iphone 4S). It looks as if the CSS or similar styles (seen fatal Web) will not charge.

    Do you know that you can be happening?
    Web: http://medspanassociates.com

    Thank you very much for your help
    Regards!

    ***************************************************

    Hola de nuevo.
    Una vez más he optado por comprar uno de vuestros templates. Excelente Enfold!!
    Perdonad por no saber escribir inglés, mi traducción está hecha con el traductor de google.

    El problema que tengo es al visualizar la página web en un smart phone (iphone 4S). Se ve como si no se cargase los estilos CSS o parecido (se ve fatal la web).

    ¿Sabéis que puede estar sucediendo?
    Web: http://medspanassociates.com

    Muchas gracias por vuestra ayuda
    Un cordial saludo !!

    #209419

    Hi Dude – tried that as both a plugin and in the functions.php file – it appears to want to make no difference at all

    #209417

    I’m getting this now:
    Parse error: syntax error, unexpected ‘;’ in /home/cphfilm/public_html/2014/wp-content/themes/enfold-child/functions.php on line 27

    here is the php

    */

    add_filter(‘kriesi_backlink’,’__return_false’);

    if (WP_DEBUG && WP_DEBUG_DISPLAY)
    {
    ini_set('error_reporting', E_ALL & ~E_STRICT & ~E_DEPRECATED);
    }
    what is wrong there?

    #209416

    In reply to: java script error

    Hey!

    Please try following fix – open up wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php and replace

    
        $data = json_decode( $request['body'] );
    

    with

    
        if(is_wp_error($data)) return false;
        $data = json_decode( $request['body'] );
    

    We’ll add this if check to the next theme update if the fix works for you.

    Regards,
    Peter

    #209415
    n4n1
    Participant

    Hi. I am using Enfold and bbPress but I have found a problem with the search box. It is really small and kind of cut off at the end. See image: Search box

    I see a solution on your own support forums that I like – a full width search box but how do I do it? This also happens when I put it in the sidebar but it looks much worse.

    One last question – can I write anything on the forums page since it’s not a page but something bbpress creates and I have no idea how to edit it? This will be great if possible but if not I’ll just live with it :(

    Thanks in advance.

    #209414

    Hi Jason!

    Our tabs script does not support multiple tab levels and you can’t add tabs to the tab content. You can try to install a third party tab shortcode plugin and then insert the third party tab code into our tab template builder element. I can’t recommend a certain plugin and it might not work but it’s worth a try.

    Regards,
    Peter

    #209412

    Hey!

    Insert following code into the functions.php file to remove the link from the breadcrumb

    
    if(!function_exists('avia_modify_blog_breadcrumb'))
    {
        function avia_modify_blog_breadcrumb($trail)
        {
    
            foreach($trail as $key => $data)
            {
                    $search = 'Wildlife & Nature Photography Workshops';
                    if(strpos($data, $search) !== false)
                    {
                            unset($trail[$key]);
                    }
            }
            return $trail;
        }
    
        add_filter('avia_breadcrumbs_trail','avia_modify_blog_breadcrumb');
    }
    

    Cheers!
    Peter

    #209411

    Hi adrianwackernah!

    Bitte füge folgenden Code in die functions.php ein, um das Problem zu beheben

    
    add_filter('tribe_get_embedded_map','avia_deactivate_google_api',10,1);
    function avia_deactivate_google_api($google_map){
        global $avia_config;
        if(!empty($google_map)) $avia_config['g_maps_widget_active'] = 1;
        return $google_map;
    }
    

    Wenn der nicht funktionieren sollte, kannst du auch die JS datei unseres Widgets komplett deaktivieren

    
    add_filter( 'avia_google_maps_widget_load_api', 'avia_remove_widget_script', 10, 2);
    function avia_remove_widget_script($load, $config) {
        return false;
    }
    

    Regards,
    Peter

    #209409
    This reply has been marked as private.
    #209403

    Now set to nothing – the problem still persists

    #209389
    jasonaks
    Participant

    Hi, it’s Jason here.

    I have purchased Enfold and am a happy customer of it.

    I’m just wondering is it possible to have tab within tab? For example I want to have a master tab, and within the master tab, to insert some sub tabs.

    Might not be possible with the layout builder. Can you enlighten me how to go about it? Or perhaps can you give me the the codings for tab itself?

    Initially I wanted to use ajax switcher for the master tab, however I have not come to light on how to implement it.

    Looking forward to your reply. Thanks a bunch.

    #209386

    Hey!

    Please don’t specify a Frontpage on Settings > Reading panel.

    Cheers!
    Ismael

    #209380

    Hello,
    i’m not familiar with php,
    how can i had
    avia.js, and particulary this code :
    jQuery(“.iconlist_icon”).each(function(){
    var theLink = jQuery(this).siblings(“article”).find(“.iconlist_title a”).attr(“href”);
    if(theLink) {
    jQuery(this).on(“click”, function(){
    window.location.href = theLink;
    });
    }
    });

    to my enfold child theme ?

    #209378

    Both are set to the home page – which is the one with the ‘Wildlife & Nature Photography Workshops’ title – even when I rename it to be ‘home’, I end up with ‘Home / Home / Basic Birds of Prey Nature Photography Workshops – 2014’

    #209369
    Rampau1
    Participant

    Hi,
    I’m creating an online store with enfold theme and i’m having a little problem with the categories titles. On this page http://tinyurl.com/palh46y the name of the category appears on the titles, but in this one http://tinyurl.com/pbk484c it just disapears. Does anyone know why?

    Thank you!

    #209355
    pako69
    Participant

    Hello
    Before buying this template i asked one question on Themeforest:
    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?page=127
    My username is Pako69 and my question was:
    “We will buy this template to build (waiting to build a full site) a one page site with anchors to different part of the main page. But how can we manage the main menu to show the current link as active ? Another personne has tried here: http://www.marint.fr/AB/ but as u can see the active link is always the same…”
    The Kriesi’s answer was: yes
    So can you tell me how to do that ?
    Thank you

    #209351
    rachis
    Participant

    I am experiencing a couple of issue with Enfold while running multi language with WPML.

    I’ve checked with the guys over at WPML and they have indicated that it is a theme issue so would appreciate some help here.

    I am running 2 languages with English as default and the other language as Chinese (Simplified). The issues I am experiencing are as follows:

    1) Author name is not appearing as translated in the breadcrumbs of the Author Profile page. The meta title of the page is also in English instead of the expected Chinese.
    2) the 404 Error page is not showing a Chinese meta title as expected in the Chinese language. Not sure if other error pages would be similar as I have only concerned myself with the 404 page.
    3) for comments… when validation fails, the page is redirected to an English validation error page …/wp-comments-post.php for which I can’t translate.

    Thanks

    #209328

    Hi!

    That kind of customization is far beyond what we can assist with through support. You will need to look into a freelance developer from somewhere like Microlancer, Codeable or even http://kriesi.at/contact/customization .

    If you are still having issues with the slideshow showing we can assist with finding what the issue is there.

    Best regards,
    Devin

    #209304

    Hey!

    Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download and update it manually
    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

    Cheers!
    Yigit

    #209303

    Hey!

    You can go to Appearance > Themes and click “Theme Details” on Enfold and see it on the right side of themes name http://i.imgur.com/SjJUu45.jpg

    Regards,
    Yigit

    #209302

    Sorry, I just looked and under the update section of the EnFold panel reads:

    No Updates available. You are running the latest version! Great!

    #209298

    Hi!

    Please update Enfold to the latest version as well. Version 2.4.5 was released to be fully compatible with WordPress 3.8. Updating should fix the issue
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #209294
    gcibura1
    Participant

    Hi all,

    I have read through all the posts here, and can’t find out how to make the “read more’ or “more” tags work in the Portfolio Preview Text – they simply get ignored. Any help is appreciated,

    Greg

    #209290

    Hey mcurry!

    Just to make sure, please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .gform_wrapper .chzn-container, .gform_wrapper .chzn-container .chzn-drop, #top .gform_wrapper input { width: 200px!important; }

    If that does not work, please try adding the same code to Custom.css file inside Enfold/Css folder and flush browser cache and refresh your page a few times

    Regards,
    Yigit

Viewing 30 results - 231,211 through 231,240 (of 244,419 total)