Forum Replies Created

Viewing 30 posts - 65,971 through 66,000 (of 67,565 total)
  • Author
    Posts
  • Hi,

    Just add this on your custom.css or Quick cSS

    .single .big-preview.single-big {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Question about dynamic-css.php #130550

    Hey,

    Glad we could help.

    Cheers,

    Ismael

    in reply to: how to set full width for the mobile view #130224

    Hi,

    It works on my end. Please remove browser cache the reload the page. Please give us a link to your website.

    Regards,

    Ismael

    in reply to: Ubermenu navigation bar cut in half #130511

    Hi,

    Please give us the actual link to the website, we need to inspect it.

    Regards,

    Ismael

    Hi,

    Open functions.php, look for these codes

    wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
    wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );
    wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
    wp_register_script( 'avia-prettyPhoto', $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);

    and these codes

    wp_register_style( 'avia-style' ,  $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
    wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
    wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' );
    wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' );
    wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' );
    wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' );
    wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
    wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
    wp_register_style( 'jquery-ui-datepicker', apply_filters('avf_datepicker_skin', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css'), array(), '1', 'screen');

    Remove the version number, for example:

    wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );

    should be replace with

    wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), $ver, 'screen' );

    $ver will default to false. Refer to this link: http://codex.wordpress.org/Function_Reference/wp_register_style & http://codex.wordpress.org/Function_Reference/wp_register_script

    Regards,

    Ismael

    in reply to: Slideshow Problem #130481

    Hi,

    Did you add any plugins prior to this issue?

    I can’t reproduce the double play and pause button on my end.

    Regards,

    Ismael

    in reply to: Update Enfold from China #130155

    Hi,

    First you need to know how to use FTP.

    http://www.siteground.com/tutorials/ftp/

    Second, you can download the latest version of the theme on your themeforest account. Replace the old files via FTP.

    Please create a backup of your old theme files and your database.

    Regards,

    Ismael

    in reply to: swap blog featured image and headline #130313

    Hi,

    Edit includes > loop-index.php, remove everything then replace it with this: http://pastebin.com/7aeHbf1h

    Regards,

    Ismael

    in reply to: Blog Footer Widget Issue #130464

    Hi,

    You might actually need to alter the default settings on Enfold > Footer > Default Footer Widgets & Socket Settings > Select “Display only the socket (no footer widgets)” then force the other pages to Display sockets & footer widgets. I’ll tag Kriesi.

    Regards,

    Ismael

    in reply to: Menu flows under Logo on iPad – How to fix #130577

    Hi,

    You can decrease the font size and the padding of the menus before they switch to slide or dropdown. Add this on your custom.css or Quick CSS

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child>li>a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Regards,

    Ismael

    in reply to: bbPress/posts + Avia Layout Builder #130563

    Hi,

    Forums don’t support the Advance Layout Editor. You can add this feature by hacking the theme files but we won’t provide support for this customization (i.e. we won’t answer questions like element xy doesn’t work with blg posts, etc.). If you want to add the builder to post pages open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php and replace:

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

    Replace the code with this

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

    As stated above, we won’t give support for modifications.

    Regards,

    Ismael

    in reply to: Portfolio issues #130553

    Hi,

    1.) Did you use the Portfolio Grid? There is the “Link Handling” option where you can select to “Open an entry on a new page”. This will disable the AJAX portfolio and clicking on the images will open the actual portfolio item page.

    Regards,

    Ismael

    in reply to: Question about dynamic-css.php #130547

    Hi,

    First, upgrade to Enfold 1.8.1. Do you have any plugins that may cause the issue? Try to deactivate them first, see if the Styling works. You can also add css modifications on your custom.css.

    Regards,

    Ismael

    in reply to: youtube play button not visible in slider #130543

    Hi,

    On the youtube settings, you can upload a custom thumbnail. Please upload a thumbnail with the play button.

    This is the current youtube thumbnails: http://img.youtube.com/vi/U36XJaETbh8/maxresdefault.jpg

    Regards,

    Ismael

    in reply to: Image Paddern #130537

    Hi,

    Do you mean padding? Did you try to put them inside a column layout?

    Please check the text block again, see if you have accidentally enter a line break somewhere.

    Regards,

    Ismael

    Hi,

    Please give us a link to the website. You should probably upgrade to Enfold 1.8.1, backup your theme files and database.

    Did you add a new plugin prior to this issue?

    Regards,

    Ismael

    in reply to: Icon color change #130531

    Hi,

    Do you mean the iconbox icons? You can use this on your custom.css or Quick SSS

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: #336699;
    }

    Regards,

    Ismael

    in reply to: How adding social buttons in the header ? (the return) #130528

    Hi,

    We only said that Kriesi is working on it and we can’t be sure when. For the meantime, you can refer to this link.

    https://kriesi.at/support/topic/youtube-icon

    Regards,

    Ismael

    in reply to: Contact Form Malfunction #127748

    Hi,

    You can add this

    #ajaxresponse_1 {
    text-align: center;
    }

    Regards,

    Ismael

    in reply to: Javascript conflict on Add/Edit posts pages #130391

    Hi,

    Looks like the issue has been fixed here: https://kriesi.at/support/topic/javascript-broken-on-post-edit-page

    Regards,

    Ismael

    Hi,

    You can create your own change log to monitor theme files that you modified.

    Regards,

    Ismael

    Hey,

    Glad we could help.

    Cheers,

    Ismael

    in reply to: Mobile sized navigation not working #130018

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: display pages in columns #130083

    Hi,

    You can request to add the function here:

    https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

    Hi,

    First,upgrade to Enfold 1.8.1. See if it fixes the issues.

    Increase the wp php memory limit to 128M or higher. Edit wp-config.php, add this code:

    define('WP_MEMORY_LIMIT', '128M');

    If you have .htaccess file, add this code:

    php_value memory_limit 128M

    Regards,

    Ismael

    in reply to: AJAX Search Results #130301

    Hi,

    Open functions-enfold.php, find this code

    //now we got everything we need to preapre the output
    foreach($sorted as $key => $post_type)
    {
    if(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }
    else
    {
    $output .= "<hr />";
    }

    Replace it with:

    //now we got everything we need to preapre the output
    foreach($sorted as $key => $post_type)
    {
    if(isset($post_type_obj[post]->labels->name))
    {
    $output .= "<h4>Articles</h4>";
    }
    elseif(isset($post_type_obj[page]->labels->name))
    {
    $output .= "<h4>Pages</h4>";
    }
    elseif(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }

    Regards,

    Ismael

    in reply to: Holding Page Error #130560

    Hi,

    Please add this on your custom.css or Quick CSS

    #top.avia-blank #main {
    display: block;
    }

    Regards,

    Ismael

    in reply to: Slide out menu on ipad not working properly #128087

    Hi,

    You can adjust the padding and the font-size of the menu on screen widths just before they switch to mobile or slide menu. Use Media Queries on your custom.css or Quick CSS

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child>li>a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Regards,

    Ismael

    in reply to: Custom CSS Class Input Field? #130109

    Hi,

    First, upgrade to Enfold 1.8. Create a test page, add a Text Block for example. Edit the element, you’ll see a custom css field below. You can add a unique css selector for that specific element.

    Regards,

    Ismael

    in reply to: System Error when setting the header #130618

    Hi,

    1.) Re-install the woocommerce plugin, please use the latest version.

    2.) Adding your own social icons is a bit complicated right now. Please refer to this link: https://kriesi.at/support/topic/youtube-icon

    Regards,

    Ismael

Viewing 30 posts - 65,971 through 66,000 (of 67,565 total)