Viewing 30 results - 16,801 through 16,830 (of 16,887 total)
  • Author
    Search Results
  • #122754

    In reply to: Input control

    Worked but my blog comment is broken now !

    http://www.hostingpics.net/viewer.php?id=277838comment.png

    thank you

    #24510
    Tsukassax
    Participant

    Hello guys !

    I need your help on something :

    1/ I would like to remove the small bold line on top of sub-menus as shown on the picture above :

    995780Sanstitre.png

    2/

    I also would like to remove the name of the picture file on the left top of the lightbox, aswell as the slim black frame arround the box and adjust the close button to show properly !

    212848bis.png

    Any idea on how to do that ?

    Thanks in advance ;)

    #24481
    LAHWebDesigns
    Participant

    I installed Enfold on Wednesday, uploaded a logo and everything look GREAT! Got the notice for the upgrade and uploaded that last night and today the site is not working. The hosting found a parse error on line 373 of functions.php. I deleted the theme went to 2011 then reloaded the Enfold and the site does show now but it’s all wacky!

    This is a new site, new install, do you want to see it first or should I uninstall the theme, wordpress and create a new database and go from there? The site is at http://www.ttg.travel/redesign

    Thank you for your attention to this. I LOVE this theme.

    Laura

    #123356

    In reply to: Enfold Post Slider

    Hi,

    The minimum is 2 but you can modify config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 57

    "subtype" => array( __('1 Columns', 'avia_framework' )=>'2',

    Replace it with

    "subtype" => array( __('1 Columns', 'avia_framework' )=>'1',

    You need to recreate your post slider. Remove the existing one and create another.

    Regards,

    Ismael

    #123117

    In reply to: Theme does´nt work

    Hi Nobby19,

    My guess is that your local server isn’t configured correctly. The theme by default definitely does work as can be seen in my setup video here: https://vimeo.com/channels/aviathemes/64927356

    I would suggest looking over your MAMP settings and making sure it has at 128mb of php memory, plenty of responsive time and at least the other bare minimums for WordPress to run.

    Regards,

    Devin

    #122184

    In reply to: Translating search

    Fresh news: Nick, the site is blocked by the sowtware you use. Every one else see it clearly.

    I created a topic on Malwarebytes forum and asked to remove IP from the blacklist: http://forums.malwarebytes.org/index.php?showtopic=127312

    Right now you can skip this blocking by reading following article: http://helpdesk.malwarebytes.org/entries/23460161-How-do-I-unblock-a-site-which-Malwarebytes-Anti-Malware-blocks-

    If you are afraid of skip blocking we shoud wait for 3-5 days until the IP would be removed and you get the updated Malwarebytes bases

    #122443

    In reply to: Rogue Color Layer

    Hi,

    Ahh, so the background color on my snapshot, for sidebar, content area, socket and header is not the color you selected. Should have said just that, because how am I supposed to know.

    Been looking , and even though that black color you have is exactly the color if 10.5% transparent black is painted on white, in reality it is color #191919 and it is used on page /includes/admin/register_backend_styles.php on lines 625,638,690, and 704. I think if you change that to #000, your troubles may be over!

    changing that produced for me http://i.imgur.com/3QQMkvt.jpg

    There are a couple other colors hard coded on the page and I think you will find all the ones that been showing up

    ============

    I also got plan B lined up. I am gonna give you a new css file with all extra css removed which will take the place of enfold.css

    I looked at all the transparency css, and also found this :

    #top .socket_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .header_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .main_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .alternate_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }
    #top .footer_color .avia-color-theme-color {
    color:rgba(0,0,0,0.5);
    }

    They can be neutralized by changing 0.5 to 0.0

    Thanks,

    Nick

    Hi,

    You can edit base.php, look for #Typography section.

    You can use Media Queries to target the special heading.

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .av-special-heading h3 {
    YOUR STYLE HERE
    }
    }

    Regards,

    Ismael

    #122897

    Hi,

    I’m sorry but I’m not sure if there is a thumbnail size with the dimension of 55x55px. What do you mean “Latest Posts”? Can you give us a link to the page?

    You can change the thumbnails size on functions.php

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Regards,

    Ismael

    #117446

    The mail function just uses the default php mail function. You can check that its working by trying another plugin like Contact Form 7 with a basic form.

    You may also need to use an email address that is hosted on your server and if it still doesn’t work contact your hosting provider to make sure you can send mail using wordpress and php mail.

    Regards,

    Devin

    #122177

    In reply to: Translating search

    Hi,

    I think you got bigger problems. You are using a blacklisted IP, so I can no longer even connect to your website as well as the second website. Your IP is used to spread malware i think by different domains. I suggest you switch before your domain gets tainted as well from hosting in a bad neighborhood.

    http://www.uceprotect.net/en/rblcheck.php?ipr=93.125.99.37

    Thanks,

    Nick

    #24261
    formateins
    Participant

    Hey,

    me again. Did the update to 1.5.1 and straight run into the MCE problem again. Deactivating and reactivating all plugins fixed it so far.

    Next thing: Tables. I do use a table shortcode within a tab. With the previous release, I manually removed any empty attribute from the shortcode.

    Example:

    [av_table purpose='tabular']

    [av_row][av_cell]Text[/av_cell][av_cell]Text[/av_cell][/av_row]

    [av_row][av_cell]Text[/av_cell][av_cell]Text[/av_cell][/av_row]

    [/av_table]

    With 1.5.1 it seems those attribs (row_style=” and col_style=”) are REQUIRED. Am I right?

    Because without them, each cell of the table throws a Warning like:

    array_merge(): Argument #2 is not an array in [CUTOUT]/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 264 (and 270).

    #122524

    Hi ppc1337,

    If you change get_the_content to get_the_excerpt it will return the excerpt field for the post.

    Regards,

    Devin

    #114644

    the tab and accordion modules are too restrictive … i would love to embed any other module inside them.

    tabs and accordion with icon list, team member info, images, video, progress bar etc etc

    i would love to be able to set the menu and mega menu font size.

    i would love parallax background option which can be defined for each page

    Nick Edit: You can stack other shortcodes inside tab or accordion.
    You would first need to enter debug mode in /config-templatebuilder/config.php line 45
    (as explained in the lines above it). and then you would just paste
    the shortcode for whatever you need inside the shortcode for tabs
    for example this is 2 easy sliders, one inside each tab, and tab
    inside a single column:

    #120522

    Thank you so much, this changed stuff. However, is still messy. All headers now appear piled up at the top of the table, see: http://imgur.com/W9Fm3Gy. Cache is now deactivated (i just activated yesterday to get a client’s revision). http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login

    #120259

    Hi from Wetzlar to Weilmünster (die Welt ist ein Puff – gerade in Mittelhessen*ggg*)

    thanks for pointing me to the debug direction, here is what it says:

    “Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /usr/www/users/musikzr/wp-includes/functions.php on line 2959

    Notice: Constant AUTOSAVE_INTERVAL already defined in /usr/www/users/musikzr/wp-config.php on line 94

    Notice: Constant WP_POST_REVISIONS already defined in /usr/www/users/musikzr/wp-config.php on line 97″

    As far as the memory is concerned:

    “Mem: WP 40M Usage 38% 96.79M Limit 256M *”

    What does these entries tell the artist regarding the Pages-Problem?

    Guude,

    Sebastian

    #122173

    In reply to: Translating search

    It is a pity, Nick, but it did not work for me neither for zhenya77 http://capitallogistic.by/?s=%D0%B4%D0%B5%D0%BB%D0%BE

    And my site: http://www.zink.by/?s=%D0%B4%D0%B5%D0%BB%D0%BE

    You can check my function-set-avia-backend.php here: https://dl.dropboxusercontent.com/u/21689806/function-set-avia-backend.php

    I make changes via Dreamweaver so the code is correct.

    #120520

    I appreciate all the work you have done, but I regret to inform you that the problem persists. I updated all files. See http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login and compare it to a mobile device: see table titled: “All Active Contests”. The header of the first column (“Contest”) disappear in mobile view, and gets replaced by the second header (“Users left”).

    #24078
    spinner
    Participant

    Hi,

    No matter what i do, the Advanced Layout Editor just isn’t working for me. I can add components, but the settings won’t take.

    The Blog-Post Content Element is a prime example of this:

    I have set the BlogPost component to show 3×2 posts per page, and I have tried to set the content shown both as custom taxonomy and blogposts. This doesn’t seem to save, as no matter what I do, I keep getting 7+ posts per page and none of the additional items I have defined, like a slider. The blog grid component won’t render gridded content to page at all if I have set anything else than grid in the General Settings – correct me if I am wrong, but I did think the intent of the Advanced Layout Editor was customisation of how selected content rendered, in addition to the default on generic pages.

    In addition to this, I get random parsing of the Read More function, meaning that blog posts with read more normally randomly display in full – unless I choke them with a grid, and it can take up to two minutes before I get a response from the media library popup so I can select an image to add to a post or set as featured image.

    After voicing my issues in a previous post, I went and tested my blog/content with Enigma, a similar theme, to see if it was a serverside issue. I experienced none of the issues I am currently experiencing with Enfold.

    I have also added more memory via wp-config.php, and I reset the database before doing a clean FTP reinstall with three active plugins.

    I have also read the manual looking for help, in addition to scouring the forum, and I have imported the sample data – which behaved well as long as it was set into a simple page, and not part of a posts stream.

    I think the theme is gorgeous, and I would *love* to use it on my website, but when even a simple thing as adding a graphic to a post, or the theme to actually display 3×2, not 3×3+1 is a major pain in the ass, and I may have to use other solutions. I’ve tested on MSIE, FF, and Chrome – in addition to Opera being my “working” browser.

    Any insights would be much appreciated – by the looks of it, it seems that something seems to just not reach its settings destination, a caching issue somewhere, perhaps?

    ~s

    #121788

    We just use the advanced layout builder on the demo website. You can use the code from here: https://gist.github.com/InoPlugs/5d0d1477a0252aca1081 to reproduce the front page layout – just insert it into the “standard editor” and save the page. Then switch to the “advanced editor” to edit the elements.

    #119116

    I tried to reproduce the issue with 1.5 but I couldn’t. Please try to re-install/upload all theme files again – maybe some files are not updated yet. If this still doesn’t solve the problem deactivate all third party plugins and check if this solves the issue. If not, add following code to functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    insert it at the very top after

    global $avia_config;

    Then go to the page which contains the table shortcode and copy the content of the debug field

    Afterwards post it in this forum – you can use the backtick character ` to post it as a raw code snippet.

    #121818

    Hi,

    tbh I’m not aware of a thumbnail size which generates images with 666px. All sizes are defined in functions.php:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    The portfolio uses the “portfolio” or “portfolio_small” size by default but since version 1.5 you can also choose a different thumbnail size.

    #117991

    Hi,

    Can you give us a link to your website?

    Please check functions.php. Do you have this line of code? 281-321

    if(!function_exists('avia_post_nav'))
    {
    function avia_post_nav($same_category = false)
    {
    if(!is_singular() || is_post_type_hierarchical(get_post_type())) return;
    //if(get_post_type() === 'portfolio') return;

    global $avia_config;

    $same_category = apply_filters('avia_post_nav_categories', $same_category);
    $entries['prev'] = get_previous_post($same_category);
    $entries['next'] = get_next_post($same_category);
    $output = "";

    foreach ($entries as $key => $entry)
    {
    if(empty($entry)) continue;

    $tc1 = $tc2 = "";
    $link = get_permalink($entry->ID);
    $image = get_the_post_thumbnail($entry->ID, 'thumbnail');
    $class = $image ? "with-image" : "without-image";

    $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    $output .= " <span class='label iconfont'>".$avia_config['font_icons'][$key]."</span>";
    $output .= " <span class='entry-info-wrap'>";
    $output .= " <span class='entry-info'>";
    $tc1 = " <span class='entry-title'>".avia_backend_truncate(get_the_title($entry->ID),75," ")."</span>";
    if($image) $tc2 = " <span class='entry-image'>{$image}</span>";
    $output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1;
    $output .= " </span>";
    $output .= " </span>";
    $output .= "</a>";
    }
    return $output;

    //add this line for fake. never gets executed but makes the theme pass Theme check
    if(1==2){paginate_links(); posts_nav_link(); next_posts_link(); previous_posts_link();}
    }
    }

    Regards,

    Ismael

    Hi,

    Please try this. open up /framework/php/function-set-avia-backend.php , and find the function which starts on line 97 and ends on line 128

    function avia_backend_safe_string( $string , $replace = "_")
    {
    $string = strtolower($string);

    $trans = array(
    '&#d+?;' => '',
    '&S+?;' => '',
    's+' => $replace,
    'ä' => 'ae',
    'ö' => 'oe',
    'ü' => 'ue',
    'Ä' => 'Ae',
    'Ö' => 'Oe',
    'Ü' => 'Ue',
    'ß' => 'ss',
    '[^a-z0-9-._]' => '',
    $replace.'+' => $replace,
    $replace.'$' => $replace,
    '^'.$replace => $replace,
    '.+$' => ''
    );
    $string = strip_tags($string);

    foreach ($trans as $key => $val)
    {
    $string = preg_replace("#".$key."#i", $val, $string);
    }

    return stripslashes($string);
    }
    }

    and replace it completely with the function found here , since all the symbols and tics are breaking the forum.

    This will translate the id of each form field into english while leaving the content in russian.

    Please let us know if this worked out for you.

    Thanks,

    Nick

    cogitocorp
    Participant

    For some reason the repeating mage that I’ve set for the background image on alternating panels works perfectly here:

    http://www.cogitocorp.com.php53-17.ord1-1.websitetestlink.com/?page_id=1439

    But on this page, it flickers black if you resize the window or even appears all black if the window size is a certain width (you can get it to appear again by resizing):

    http://www.cogitocorp.com.php53-17.ord1-1.websitetestlink.com/?page_id=1379

    Any idea what’s causing this?

    I’m viewing it in the most recent version of Mac Chrome : Version 27.0.1453.93

    #23916
    teotaban
    Participant

    Hello,

    I like to use in my websites custom forms builded with coffeecup webform builder, because this software give me more posibilities but with Enfold Theme doesn´t work.

    This is the code:

    <script type=”text/javascript”>document.write(unescape(“%3Ciframe id=”fb_iframe” src=”Contact-Us-DTR.php” + window.location.search + “” width=”662″ height=”710″allowtransparency=”true” scrolling=”no” frameborder=”0″%3ECheck out my CoffeeCup Form%3C/iframe%3E”));</script>

    <noscript>

    <iframe width=”662″ height=”710″ style=”border:none; background:transparent; overflow:hidden;”

    id=”fb_iframe” src=”Contact-Us-DTR/Contact-Us-DTR.html”>

    Check out my

    CoffeeCup Form

    </iframe>

    </noscript>

    and this is what i have:

    http://dentaltourismromania.co.uk/pagina-de-probe-2/

    Can you help me?

    #120515

    Could you be so kind and try again, please? http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login Thank you. Also, your link to a screenshot is not showing anything.

    #120588

    Your suggestion didn’t seem to work for me, but I used a different workaround. I added the following code to the <head> of header.php:

    <style type=”text/css”>

    @import “http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,300&#8221;;

    @import “http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&#8221;;

    </style>

    <!–[if lt IE 9]>

    <style type=”text/css”>

    @font-face {font-family: ‘Open Sans Extrabold’; src: url(‘http://www.transics.com/Fontface/OpenSans-ExtraBold.eot&#8217;); font-style: normal;}

    @font-face {font-family: ‘Open Sans Light’; src: url(‘http://www.transics.com/Fontface/OpenSans-Light.eot&#8217;); font-style: normal;}

    h1, h3 {font-family:”Open Sans Extrabold”;}

    h2 {font-family:’Open Sans Light’;}

    #menu-item-search {background: url(http://www.transics.com/images/template/Search_trigger02_A.gif) no-repeat center; text-indent: -9999px;}

    </style>

    <![endif]–>

    This seems to solve the problem, but do let me know if there are probs with this.

    Thanks anyway, Dude.

    #121036

    In reply to: Blog Template Layout

    You also may create a childtheme to add your personal stuff, but that won’t help you eitherway… lots of code to do… :)

    So I’d like to mention you should just enable the builder for the post types.

    1. Locate meta.php within config-templatebuilder/avia-template-builder/config/

    2. Have a look at lines 4-7:

    $boxes = array(

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page' , 'post'), 'context'=>'side', 'priority'=>'low'),

    );

    Change to:

    $boxes = array(

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page' , 'post'), 'context'=>'side', 'priority'=>'low'),

    );

    You just have to add the ‘post’ type to enable the builder for posts. Don’t worry – actually it’s working very fine. If you encounter any errors, just remove it.

    Hi,

    Suggested image size for that kind of layout is 666x539px. You can change this line on functions.php

    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    Regenerate the thumbnails.

    Regards,

    Ismael

Viewing 30 results - 16,801 through 16,830 (of 16,887 total)