Viewing 30 results - 15,031 through 15,060 (of 16,896 total)
  • Author
    Search Results
  • Hey!

    For future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.

    It is quite normal for websites to load much slower if contents are gradually increasing but there are various ways to optimize loading speed if you don’t want to upgrade your hosting plan. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit. Run once to remove jpeg extra data then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done log out.
    8. Remove or deactivate unnecessary plugins.

    Regarding the max execution time error, you can try the following fix to prevent it from happening: http://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php

    Regards,
    Ismael

    #347490

    In reply to: Shortcodes in Excerpts

    Hi Ben!

    It’s on line 473 in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php.

    $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
    

    I just tried it and it seems to work fine. If it’s still not working for you then send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    • This reply was modified 11 years, 5 months ago by Elliott.
    This reply has been marked as private.
    This reply has been marked as private.

    Hi Ismael,

    Thanks! Unfortunately, the slow behavior of the site has gotten worse since this initial “meltdown” and I’m guessing that it is a memory issue, but I am not sure if it is with the theme or the hosting company (go daddy). It seems that the more I added pages and CSS to the site, the slower it got. In the last 2 days, I am reloading pages constantly, losing new entries in pages constantly and taking hours to make one small edit or change, literally, Something is really wrong!

    I increased the memory limit as per above.
    I edited the php.ini file to memory_limit = 192M (that’s what go daddy said to do) in webroot and WP installation folder.
    I did a maleware scan and found no infected files.
    I have disabled all plugins.
    Then I did a http://tools.pingdom.com/fpt/ test and the site is still ranking at 84/100 with no plugins installed.
    (I have another WP installation in the same account using a different theme and this site ranks 65/100 – with 17 plugins installed, still terrible but not as bad as the enfold theme with 0 plugins installed).

    I am using enfold 3.0.2 and WordPress 4.0

    I tried to run the P3 optimizer with only that 1 plugin installed, and got FATAL ERROR – A fatal error occurred during profiling: Allowed memory size of 268435456 bytes exhausted (tried to allocate 35 bytes) in file /wp-content/plugins/p3-profiler/classes/class.p3-profiler.php on line 304

    I tried to run theme check plugin with only that 1 plugin installed, and got FATAL ERROR – Fatal error: Maximum execution time of 30 seconds exceeded in /wp-content/plugins/theme-check/checks/deprecated.php on line 230

    It seems that my site is completely maxed out even with no plugins installed. I have no idea how to resolve this… do you think it is a server side issue or something with the theme?

    #346943
    Arctic Leaf
    Participant

    Hello Kriesi.at support team,

    My name is Cory and I work on behalf of New Leaf Innovations.

    I’m having trouble loading the content for all of my layout items in the backend. When I try to load it, the Javascript console spits out this error:

    POST https://www.liquipel.com/wp-admin/admin-ajax.php 403 (Forbidden) VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:4
    send VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:4
    m.extend.ajax VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:4
    $.AviaBuilder.convertTextToInterface avia-builder.js?ver=0.8:873
    $.AviaBuilder.set_up avia-builder.js?ver=0.8:116
    $.AviaBuilder avia-builder.js?ver=0.8:104
    (anonymous function) avia-builder.js?ver=0.8:1358
    j VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2
    k.fireWith VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2
    m.extend.ready VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2
    J VM6946 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=4.0:2

    I checked the file permissions of the admin-ajax.php and they are currently set to 644. I even tried restoring all of the file permissions to 644 and all of the directory permissions to 755 and assigning ownership of all files and directories inside the public_html folder to the account holder’s account.

    In addition i tried troubleshooting the issue by creating a new page and using the post content inside the mysql database to rebuild the page from scratch (using the layout builder to reassemble it just in case there was a coding issue), but after I saved the page, it wouldn’t load the content again.

    I’ve can’t think of anything else that could be causing it so I was hoping you could shed some light on the situation if you had a look at my website. Thanks in Advance!

    • This topic was modified 11 years, 5 months ago by Arctic Leaf. Reason: fixed links
    #346938

    In reply to: Custom category image

    Hey!

    Try to move the code on line 17 of functions.php, right below this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    I know you’re using a child theme but this filter is a bit buggy so it doesn’t work sometimes when you put it at the very bottom of functions.php. Let’s try it on the parent theme functions.php. Create a change log of this modification so you can add it again when you update the theme. Make sure that you set Open Sans Subset on General Styling > Font > Heading font. You can also set this for the Main Menu Links’ Font Family on Enfold > Advanced Styling Panel.

    I did caught a glimpse of one of the videos, medieval war. The 4 and half minutes of battle looks awesome. :)

    Best regards,
    Ismael

    #346915

    Hi Robert!

    Try opening up /enfold/config-templatebuilder/avia-template-builder/php/tiny-button.class.php and find lines 37 – 43.

    if ( current_user_can('edit_posts') &&  current_user_can('edit_pages') && self::$count == 0)  
    {  
    	add_filter( 'mce_external_plugins' 	, array( &$this, 'add_javascript' ) );  
    	add_filter( 'mce_buttons' 			, array( &$this, 'display_in_editor' ) );  
    	add_filter( 'admin_print_scripts' 	, array( &$this, 'create_js_globals' ) );  
    	self::$count ++;
    }  
    

    And change them to this.

    //if ( current_user_can('edit_posts') &&  current_user_can('edit_pages') && self::$count == 0)  
    //{  
    	add_filter( 'mce_external_plugins' 	, array( &$this, 'add_javascript' ) );  
    	add_filter( 'mce_buttons' 			, array( &$this, 'display_in_editor' ) );  
    	add_filter( 'admin_print_scripts' 	, array( &$this, 'create_js_globals' ) );  
    	self::$count ++;
    //}  
    

    Cheers!
    Elliott

    #346811
    This reply has been marked as private.
    #346684

    Topic: Errr message

    in forum Enfold
    CelebrationEvents
    Participant

    Can you please advise what to do?
    (Running without plugins)

    Warning: session_start() [function.session-start]: open(/var/www/02/56/31/dj-bruiloft.nl/tmp/sess_60bed03e79ca8753487f6bd3c2b2a760, O_RDWR) failed: Read-only file system (30) in /var/www/02/56/31/dj-bruiloft.nl/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Unknown: open(/var/www/02/56/31/dj-bruiloft.nl/tmp/sess_60bed03e79ca8753487f6bd3c2b2a760, O_RDWR) failed: Read-only file system (30) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/02/56/31/dj-bruiloft.nl/tmp) in Unknown on line 0

    Hi!

    Alright. I can see it now. Please try this on functions.php:

    function add_mega_menu_css(){ ?>
    
    <style type="text/css" id="av-browser-width-mm"> #header .three.units{width:302.5px !important;} #header .six.units{width:605px !important;} #header .nine.units{width:907.5px !important;} #header .twelve.units{width:1210px !important;}</style>
    
    <?php } 
    add_action('wp_head', 'add_mega_menu_css', 5);

    If I am not mistaken this mega menu issue has been fixed on version 3.0.2. Please download the latest version from your themeforest account then update the theme via FTP.

    Best regards,
    Ismael

    #346460

    thought this would be easy I have tried everything

    http://webdesignwebpagedesign.com/wp-content/uploads/2014/11/99-Graphic-Design-Vancouver.png&#8221; style=”float:right;” width=”477″ height=156″ alt=”99 Graphic Design Vancoucer” title=”webdesign banner” />

    I want it to sit to the right the same as the logo on the left

    ultimately I would like too rotate banners I tried with AdRotate

    [adrotate group=”1″] Directly in a theme: <?php echo adrotate_group(1); ?>

    this is the site I am playing with http://webdesignwebpagedesign.com/ its enfold theme

    #346254

    Hey!

    Open up /enfold/config-events-calendar/views/single-event.php and on lines 31 – 75 you will see the content for that section. What you’ll want to do is just delete all of the divs you see on those lines. For example,

    <div class='av-single-event-meta-bar'>
    </div>

    That will get rid of the columns and have everything display beneath each other.

    Regards,
    Elliott

    #346071
    kifela
    Participant

    Hello,

    I have created some custom fields using ACF and have managed to get these to display as I want by adding this code to the relevant single post templates:

    <?php the_field('field_name'); ?>

    However, I also want to be able to display the contents of a custom field in the Post Slider, so that it is visible when added as a shortcode in the advanced layout editor.

    I understand that I need to modify the template file enfold/config-templatebuilder/avia-shortcodes/contentslider.php
    The contents of the field should appear above the excerpt, so I’m assuming the relevant code needs to go around line 375, before:

    if($show_meta && !empty($excerpt))

    But at this point I get stuck! Can anyone advise me please? Any help much appreciated.
    Thanks

    This reply has been marked as private.
    #345852

    In reply to: Anchor to a tab

    This reply has been marked as private.
    #345836

    In reply to: Anchor to a tab

    Hi!

    Tested with the scrolling on Windows 8.1 and 7 Enterprise on all latest major browsers.

    Even the scrolling works.

    I strongly suggest the following steps:

    1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.

    2. Restore the original tabs.php.

    If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.

    Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.

    Regards,
    Arvish

    #345641

    Hi Yigit,
    I am a wordpress developer and have over 80 templates from Themeforest alone. I usually get good support for Enfold but I am unhappy that this issue has lingered so long without a resolution.
    There are only three plugins active – came with the template – Ajax Portfolio, Contact Form 7 and Revolution Slider.
    I have deactivated ALL pugins. The issue remains. If I try to add a new page. Same result. I have placed the debug code in the functions.php. No help.
    Is there something I can do persuade you to have a look at the website? You have admin access.
    Cheers
    Mohan

    #345504

    Topic: Spam!!

    in forum Enfold
    moisturewordpress
    Participant

    Hi
    How do i stop this spam?

    En ny kommentar til indlægget “diamant hudslibning” venter på din godkendelse
    http://moisture.dk/?attachment_id=6918

    Forfatter: jackwpoldugiteyro (IP: 195.211.155.224 , d7462.dc.unit-is.com)
    E-mail: (Email address hidden if logged out)
    URL : http://ww.hoganoutlet.it
    Whois: http://whois.arin.net/rest/ip/195.211.155.224
    Kommentar:
    The 25-year-old center will have training sessions with WNBA teams Chicago Sky, Los Angeles Sparks and San Antonio Silver Stars in the space of eight days in what could be a history-making moment for the sport in her country. hollister outlet uk His supporters said the prime minister was being pursued by leftists determined to destroy him politically, echoing Berlusconi’s view. nike air max 90 Mexico’s Ivan Garcia was second, followed by Germany’s Sascha Klein. Olympic bronze medalist Thomas Daley was seventh despite a triceps injury that required treatment. mulberry Port-au-Prince has nearly three times as many people, many of them living in poverty, and more poorly built shanties than it did 25 years ago. So ha!
    d the same quake hit in 1985 instead of 2010, total deaths probably would have been in the 80,000 range, said Richard Olson, director of disaster risk reduction at Florida International University. But fears about overdiagnosis, which can lead to treatments such as surgery, radiation or hormone therapy that can cause serious side-effects such as impotence and incontinence, have so far dissuaded many European countries from nationwide screening.
    The officials say one major concern is that terrorist groups could send people to the US to train homegrown extremists instead of people going to Pakistan or elsewhere for training. hollister uk But after seeing his players reduced to tears following a 4-0 rout by Spain in yesterday’s final, Prandelli can’t bear the thought of leaving them anymore. hollister He is sandwiched between his mother Queen Elizabeth II, treasured for her steadfast dignity and devotion to duty since her coronation in 1953, and Prince William, who carries a hint of the late Princess Diana’s glamor wherever he goes. ugg ブーツ It also asked how much they rely on their doctor’s advice and if they know anyone with drug or alcoho!
    l addictions. ugg boots sale I felt the explosion and it lifted me up. I felt the flames on me, a surviving miner, Walter Restrepo, told RCN Television from a hospital bed where he was recovering from burns.
    The release of the only man convicted of blowing up a Pan Am flight in 1988 has brought high drama and controversy: the jeering mob outside a Scottish prison, the cheering crowd at a Tripoli airport, the furious families of the 270 people who died in the Lockerbie bombing. womens nike trainers In Oscars for best animated film, Disney/Pixar’s closest competitor is DreamWorks Animation SKG with two wins. abercrombie and fitch uk Despite all of this, his amazing positive attitude allows him to cope with the difficulties of old age with the greatest of grace, Ramlakan said. mulberry He spun the ball toward the fan, who swatted it back to the court. The Rockets were leading 116-111 at the time. The Ukrainian Pr!
    osecutor General’s office yesterday said it has revived an investigation into Tymoshenko’s alleged embezzlement of 25 million hryvna (about US$3 million) and evasion of 20 million hryvna in taxes when she headed an energy company about 15 years ago.
    http://dosarajevo.com/professional-community-association-manager/professional-garage-door-repair-in-westminister-co/#comment-2883
    http://markustenghamn.com/better-alternative-wysija-email-newsletter-plugin-wordpress
    http://bluecoastlive.wordpress.com/2014/05/28/the-liquor-store-revolution-country-boy-on-tap-at-big-daddy-liquors/
    http://ludiiii.wordpress.com/2011/03/23/laws-of-the-game-20102011/
    http://apkappspro.com/rom-manager-premium-apk-license-redeem-code-full/#comment-145887

    Godkend den: http://moisture.dk/wordpress/wp-admin/comment.php?action=approve&c=105
    Smid i papirkurv: http://moisture.dk/wordpress/wp-admin/comment.php?action=trash&c=105
    Spam den: http://moisture.dk/wordpress/wp-admin/comment.php?action=spam&c=105
    Der er i øjeblikket 27 kommentarer, der venter på godkendelse. Gå til bedømmelsessiden:
    http://moisture.dk/wordpress/wp-admin/edit-comments.php?comment_status=moderated

    #345341

    In reply to: Customize title tags

    Hi JuanRamonMarin!

    You can find that function in /enfold/framework/php/function-set-avia-frontend.php on line 897,

    function avia_which_archive()

    You can change any of the titles you need there. Let us know if that is what you were looking for.

    Regards,
    Elliott

    #345217

    In reply to: Custom category image

    Hi Ismael,

    I uninstalled them because they didn’t work, leaving posibility to install any plugin. I installed back the “Taxonomy Images” plugin. It really doesn’t work :(. You can take a look now.

    On my website, I did only some tiny modifications on child theme in css and functions.php, otherwise it is completely clean Enfold :-/. Could it be some problem with server settings?

    The font looks ok only in Windows8. In every older system it looks like this:
    https://www.dropbox.com/s/pe75r00abgq69y9/diakritika.png?dl=0
    I think that I have a solution for this (as I wrote above), but I think that it would be cool to fix it even on your side, because the same problem will have all your Slavonic customers (ok, Czech rep is not so big, but Poland for instance is)

    Thanks for hints
    Mathy

    • This reply was modified 11 years, 5 months ago by etnMathy.

    That’s interesting; i have looked at the avia_options_enfold_child records. Below is an obfuscated / depersonalised copy of it. I can’t see any reference to filepaths / URLs for the iconfont in here.

    I’ve also checked avia_options_enfold and the only paths in that record point (correctly) for social icons (labelled pr-icons). Unless I’m missing something in phpMyAdmin I’m still not sure what record the iconfont filepaths can be found in…

    Interestingly after uploading the test Fontello icons a new record was added, called avia_builder_fonts. No URL or filepath in it though.

    a:1:{s:4:"avia";a:136:{s:9:"frontpage";s:4:"8375";s:9:"undefined";s:17:"Use Image as logo";s:8:"blogpage";s:0:"";s:4:"logo";s:97:"http://xxx/wp-content/uploads/2014/11/logo.png";s:7:"favicon";s:0:"";s:15:"websave_windows";s:6:"active";s:6:"markup";s:0:"";s:15:"lightbox_active";s:15:"lightbox_active";s:9:"analytics";s:13:"UA-50676214-1";s:16:"color-body_style";s:9:"stretched";s:15:"header_position";s:10:"header_top";s:20:"layout_align_content";s:20:"content_align_center";s:18:"sidebarmenu_sticky";s:18:"conditional_sticky";s:19:"sidebarmenu_widgets";s:0:"";s:18:"sidebarmenu_social";s:8:"disabled";s:17:"responsive_active";s:17:"responsive_active";s:15:"responsive_size";s:6:"1130px";s:13:"content_width";s:2:"73";s:14:"combined_width";s:3:"100";s:12:"color_scheme";s:4:"Blue";s:24:"colorset-header_color-bg";s:7:"#f4f3ee";s:25:"colorset-header_color-bg2";s:7:"#f4f3ee";s:29:"colorset-header_color-primary";s:7:"#740d1d";s:31:"colorset-header_color-secondary";s:7:"#a5a549";s:27:"colorset-header_color-color";s:7:"#282629";s:28:"colorset-header_color-border";s:0:"";s:25:"colorset-header_color-img";s:6:"custom";s:33:"colorset-header_color-customimage";s:88:"http://xxx/wp-content/uploads/2014/11/header.png";s:25:"colorset-header_color-pos";s:11:"bottom left";s:28:"colorset-header_color-repeat";s:6:"repeat";s:28:"colorset-header_color-attach";s:6:"scroll";s:22:"colorset-main_color-bg";s:7:"#f4f3ee";s:23:"colorset-main_color-bg2";s:7:"#f4f3ee";s:27:"colorset-main_color-primary";s:7:"#a5a549";s:29:"colorset-main_color-secondary";s:7:"#a5a549";s:25:"colorset-main_color-color";s:7:"#282629";s:26:"colorset-main_color-border";s:7:"#f4f3ee";s:23:"colorset-main_color-img";s:0:"";s:31:"colorset-main_color-customimage";s:0:"";s:23:"colorset-main_color-pos";s:8:"top left";s:26:"colorset-main_color-repeat";s:6:"repeat";s:26:"colorset-main_color-attach";s:6:"scroll";s:27:"colorset-alternate_color-bg";s:7:"#f4f3ee";s:28:"colorset-alternate_color-bg2";s:7:"#f4f3ee";s:32:"colorset-alternate_color-primary";s:7:"#a5a549";s:34:"colorset-alternate_color-secondary";s:7:"#a5a549";s:30:"colorset-alternate_color-color";s:7:"#282629";s:31:"colorset-alternate_color-border";s:7:"#f4f3ee";s:28:"colorset-alternate_color-img";s:0:"";s:36:"colorset-alternate_color-customimage";s:0:"";s:28:"colorset-alternate_color-pos";s:8:"top left";s:31:"colorset-alternate_color-repeat";s:9:"no-repeat";s:31:"colorset-alternate_color-attach";s:6:"scroll";s:24:"colorset-footer_color-bg";s:7:"#ffffff";s:25:"colorset-footer_color-bg2";s:7:"#f8f8f8";s:29:"colorset-footer_color-primary";s:7:"#740d1d";s:31:"colorset-footer_color-secondary";s:7:"#a5a549";s:27:"colorset-footer_color-color";s:7:"#282629";s:28:"colorset-footer_color-border";s:7:"#f4f3ee";s:25:"colorset-footer_color-img";s:0:"";s:33:"colorset-footer_color-customimage";s:0:"";s:25:"colorset-footer_color-pos";s:8:"top left";s:28:"colorset-footer_color-repeat";s:9:"no-repeat";s:28:"colorset-footer_color-attach";s:6:"scroll";s:24:"colorset-socket_color-bg";s:7:"#ffffff";s:25:"colorset-socket_color-bg2";s:7:"#f8f8f8";s:29:"colorset-socket_color-primary";s:7:"#719430";s:31:"colorset-socket_color-secondary";s:7:"#8bba34";s:27:"colorset-socket_color-color";s:7:"#666666";s:28:"colorset-socket_color-border";s:7:"#f4f3ee";s:25:"colorset-socket_color-img";s:0:"";s:33:"colorset-socket_color-customimage";s:0:"";s:25:"colorset-socket_color-pos";s:8:"top left";s:28:"colorset-socket_color-repeat";s:9:"no-repeat";s:28:"colorset-socket_color-attach";s:6:"scroll";s:16:"color-body_color";s:7:"#eeeeee";s:14:"color-body_img";s:0:"";s:22:"color-body_customimage";s:0:"";s:14:"color-body_pos";s:8:"top left";s:17:"color-body_repeat";s:9:"no-repeat";s:17:"color-body_attach";s:6:"scroll";s:14:"google_webfont";s:0:"";s:12:"default_font";s:32:"Helvetica-Neue,Helvetica-websave";s:9:"quick_css";s:59:".big-preview, .small-preview {
    display: none !important;
    }
    ";s:16:"advanced_styling";a:3:{i:0;a:6:{s:2:"id";s:9:"main_menu";s:5:"color";s:7:"#740d1d";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"12px";s:11:"font_family";s:0:"";s:12:"hover_active";s:8:"disabled";}i:1;a:11:{s:2:"id";s:2:"h1";s:5:"color";s:0:"";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"40px";s:11:"line_height";s:0:"";s:11:"font_family";s:0:"";s:12:"header_color";s:4:"true";s:10:"main_color";s:4:"true";s:15:"alternate_color";s:4:"true";s:12:"footer_color";s:4:"true";s:12:"socket_color";s:4:"true";}i:2;a:11:{s:2:"id";s:2:"h2";s:5:"color";s:7:"#282629";s:16:"background_color";s:0:"";s:9:"font_size";s:4:"36px";s:11:"line_height";s:0:"";s:11:"font_family";s:0:"";s:12:"header_color";s:4:"true";s:10:"main_color";s:4:"true";s:15:"alternate_color";s:4:"true";s:12:"footer_color";s:4:"true";s:12:"socket_color";s:4:"true";}}s:13:"header_layout";s:36:"logo_left main_nav_header menu_right";s:11:"header_size";s:6:"custom";s:18:"header_custom_size";s:3:"156";s:16:"header_title_bar";s:16:"hidden_title_bar";s:13:"header_sticky";s:13:"header_sticky";s:16:"header_shrinking";s:16:"header_shrinking";s:14:"header_stretch";s:8:"disabled";s:17:"header_searchicon";s:8:"disabled";s:13:"header_social";s:0:"";s:21:"header_secondary_menu";s:0:"";s:19:"header_phone_active";s:0:"";s:5:"phone";s:0:"";s:23:"header_replacement_logo";s:0:"";s:23:"header_replacement_menu";s:0:"";s:24:"header_mobile_activation";s:17:"mobile_menu_phone";s:22:"header_mobile_behavior";s:8:"disabled";s:14:"archive_layout";s:8:"fullsize";s:11:"blog_layout";s:8:"fullsize";s:13:"single_layout";s:8:"fullsize";s:11:"page_layout";s:8:"fullsize";s:19:"smartphones_sidebar";s:8:"disabled";s:16:"page_nesting_nav";s:16:"page_nesting_nav";s:22:"display_widgets_socket";s:3:"all";s:14:"footer_columns";s:1:"4";s:9:"copyright";s:128:"&copy;2009-2014 xxx. All rights reserved.[nolink]";s:13:"footer_social";s:13:"footer_social";s:10:"blog_style";s:10:"single-big";s:17:"single_post_style";s:9:"multi-big";s:27:"single_post_related_entries";s:24:"av-related-style-tooltip";s:16:"blog-meta-author";s:16:"blog-meta-author";s:18:"blog-meta-comments";s:8:"disabled";s:18:"blog-meta-category";s:18:"blog-meta-category";s:14:"blog-meta-date";s:14:"blog-meta-date";s:19:"blog-meta-html-info";s:19:"blog-meta-html-info";s:13:"blog-meta-tag";s:13:"blog-meta-tag";s:14:"share_facebook";s:14:"share_facebook";s:13:"share_twitter";s:13:"share_twitter";s:15:"share_pinterest";s:15:"share_pinterest";s:11:"share_gplus";s:11:"share_gplus";s:12:"share_reddit";s:12:"share_reddit";s:14:"share_linkedin";s:14:"share_linkedin";s:12:"share_tumblr";s:12:"share_tumblr";s:8:"share_vk";s:8:"disabled";s:10:"share_mail";s:10:"share_mail";s:12:"social_icons";a:3:{i:0;a:2:{s:11:"social_icon";s:7:"twitter";s:16:"social_icon_link";s:33:"http://twitter.com/xxx";}i:1;a:2:{s:11:"social_icon";s:9:"instagram";s:16:"social_icon_link";s:35:"http://instagram.com/xxx";}i:2;a:2:{s:11:"social_icon";s:9:"pinterest";s:16:"social_icon_link";s:40:"http://www.pinterest.com/xxx/";}}s:17:"avia-nonce-import";s:10:"8aa1eb1197";s:24:"avia-nonce-import-parent";s:10:"9cbec13095";s:18:"config_file_upload";s:0:"";s:15:"iconfont_upload";s:0:"";s:16:"updates_username";s:11:”xxx";s:15:"updates_api_key";s:32:”xxx";}}
    #345101

    In reply to: LayerSlider Problem

    Hi!


    @bur2000
    , can you please tell us which PHP version are you running? here’s the root of the issue:

    <b>Warning</b>:  Creating default object from empty value in <b>/homepages/42/d79850128/htdocs/neue_id/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php</b> on line <b>680</b><br />
    <br />
    <b>Fatal error</b>:  Call to undefined method stdClass::markup() in <b>/homepages/42/d79850128/htdocs/neue_id/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php</b> on line <b>681</b><br />


    @MKTLines
    , your issue may be different, can you please create us a WordPress administrator account so we can take a look? post it here as a private reply.

    Best regards,
    Josue

    #344775

    Hi!

    Try opening up /enfold/js/avia.js and find line 847,

    return title;
    

    And change it to this,

    return title + '<iframe src="//www.facebook.com/plugins/like.php?href='+encodeURIComponent(item.el.find('img').attr('src'))+'&width&layout=button_count&action=like&show_faces=false&share=false&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe><iframe id="tweet-button" allowtransparency="true" frameborder="0" scrolling="no"src="http://platform.twitter.com/widgets/tweet_button.html?url='+encodeURIComponent(item.el.find('img').attr('src'))+'&count=horizontal"style="width:110px; height:20px;"></iframe>';
    

    Make sure that it is all on one line.

    And then add this to your custom CSS,

    .mfp-title iframe:first-child {
        margin-top: 10px;
    }
    .mfp-title iframe {
        margin-top: 5px;
        display: block !important;
        position: relative !important; 
    }
    

    Regards,
    Elliott

    • This reply was modified 11 years, 5 months ago by Elliott.
    #344527

    Hey Mohan-Iyer!

    Thank you for using Enfold.

    Few users reported this issue and it proves to be just a temporary hiccup. Please refer to these links for more info:

    https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300
    https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/
    https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660

    Cheers!
    Ismael

    #344526

    Hey!

    Thank you for using Enfold.

    Few users reported this issue and it proves to be just a temporary hiccup. Please refer to these links for more info:

    https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300
    https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/
    https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660

    Best regards,
    Ismael

    #344410

    Hey connect4consulting!

    Open up /enfold/searchform.php and on line 17 you should see this,

    $icon = av_icon_char('search');

    You can change the “search” text to another entypo icon. You can find a list of all of the icons in /enfold/functions.php starting on line 154,

    'standard' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue836'),
    'link'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue822'),
    'image'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue80f'),
    

    Let us know if that works for you.

    Regards,
    Elliott

    • This reply was modified 11 years, 5 months ago by Elliott.
    #344399

    Hi susiepark88!

    Are you wanting to change the icon to another entypo icon? If so then open up /enfold/config-templatebuilder/avia-shortcodes/portfolio.php and starting on line 367 you’ll see this,

    <a href='#prev' class='ajax_previous' 	".av_icon_string('prev')."></a>
    <a href='#next' class='ajax_next'		".av_icon_string('next')."></a>
    <a class='avia_close' href='#close'		".av_icon_string('close')."></a>
    

    Replace the “prev”, “next”, and “close” with whatever icon you want. You can find the names in /enfold/functions.php starting on line 154,

    
    'standard' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue836'),
    'link'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue822'),
    'image'    		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue80f'),
    

    Regards,
    Elliott

    • This reply was modified 11 years, 5 months ago by Elliott.
    #344370

    Hi!

    Actually i’m not sure if that would work because i don’t know how are you setting the meta data for these terms (ACF?). I think the answer resides in /config-templatebuilder/avia-shortcodes/masonry_entries.php:771 instead:

    $custom_url = get_post_meta( $id, 'av-custom-link', true );
    

    Cheers!
    Josue

    #344284

    In reply to: Visual Editor Issues

    I still have an issue., I disabled the cache plugin, refreshed multiple times.. Can you click on the screen shot which you provided to see what I am talking about. I took a screen shot but not sure how to send it to you.

    Error Issue with Enfold

Viewing 30 results - 15,031 through 15,060 (of 16,896 total)