Viewing 30 results - 231,421 through 231,450 (of 244,621 total)
  • Author
    Search Results
  • #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

    #209287

    Hey derekrudd!

    Are you adding new categories in Posts > Categories? We can take a look if you can create a temporary admin login and post it here privately. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
    You can find new Enfold documentation here http://kriesi.at/documentation/enfold/

    Best regards,
    Yigit

    #209283
    derekrudd
    Participant

    Hi,

    I am having issues getting my post categories to display in the filter in my masonry blog. I have searched deep on this forum for a solution but everything I see is old code. I have the latest release of EnFold (just purchased today and also ran the updater). I am running wordpress 3.8. I have 2 categories that show up but can’t add any of my other categories. Any help would be appreciated.

    Thanks,

    Derek

    #209281
    mcurry
    Participant

    Hi, on this page: http://www.familybudgeting.org.nz/members/order-form I have a resource order form, with drop down boxes using the Gravity Forms “enhanced user interface”. (See question 3, “Your budgeting service”)

    In these drop down fields (and only these) the width is being set to extremely narrow.

    I’ve tried overruling it with custom CSS but can’t work it out; it seems to be generated by javascript? This makes me think the Gravity Forms javascript is conflicting with the Enfold javascript – or something.

    Clearly I’m not sure if it’s an Enfold issue or something else, but any help would be appreciated.

    Cheers,

    Mike

    #209264

    In reply to: Attribute required

    Hey!

    I tried putting this code in a Text element (ALB) in a Page with Enfold activated:

    <input id=”txtRecupera” style=”width: 250px;” type=”text” name=”txtRecupera” required />
    

    The result:

    The required attribute remained intact.

    Cheers!
    Josue

    #209250

    In reply to: Font Size of Comments

    Hi!

    It seems like plugin is getting the styles from Facebook and they cannot be overwritten. Lastly, can you try adding the code to Custom.css file in Enfold/css folder of your parent theme?

    Best regards,
    Yigit

    #209244
    casidougal
    Participant

    Hi, I just purchased and installed Enfold. I tried uploading my own logo from the Enfold Theme Options. The uploader didn’t seem to be working, I finally just typed in the path to my logo. I sized my logo 340px x 156px per the instructions on that page. The theme is updated but the logo is too small, when I view the code there is inline styling on the logo image:

    <img alt="Caller ID Notes" src="http://calleridnotes.com/wp-content/uploads/2013/04/calleridnotes.png" style="max-width: 170px; width: auto; max-height: 88px;"></img>

    I want my logo to appear at 340px wide. In the Enfold Theme Options there is a note that says the logo display size can be modified from style.css. When I go to edit style.css there is a comment stating Do Not Edit this File.

    Even if I do modify the width/height in a stylesheet won’t the inline styling override that? I’m perplexed.

    Your help will be greatly appreciated.

    I’m using WordPress 3.8

    • This topic was modified 12 years, 3 months ago by casidougal.
    #209242
    Munford
    Participant

    I am getting messages like this:

    Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 226

    Strict Standards: Non-static method AviaHelper::save_string() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/storage-post.class.php on line 41
    etc…
    on my advanced layout items. I have changed some settings & plugins recently but am not sure what is causing this. The pages look fine.
    Any ideas?

    • This topic was modified 12 years, 3 months ago by Munford.

    Thanks for quick reply Devin (yall there ROCK!) yeah still just getting Godaddy default page on mobile, and same on my friends phone. This is first time used new godaddy Cpanel and don’t see how an issue could be Enfold! So thanks and will figure out

    #FingersCrossed for new WP Krie$i theme awesomeness soon!

Viewing 30 results - 231,421 through 231,450 (of 244,621 total)