Forum Replies Created

Viewing 30 posts - 62,101 through 62,130 (of 66,608 total)
  • Author
    Posts
  • in reply to: Quick info shows Error warning (Enfold) #192393

    Hey!

    You can hide the errors by editing wp-config.php and add this code:

    error_reporting(0);
    @ini_set('display_errors', 0);

    Best regards,
    Ismael

    Hey!

    Please add this on your custom.css or Quick CSS:

    .avia-builder-widget-area {
    position: relative;
    display: block;
    z-index: 0;
    clear: both;
    padding-top: 20px;
    }

    Regards,
    Ismael

    Hi ramirezo!

    I’m not sure if I understand it correctly but the issue is that the content of the ajax preview is not expanding to 100%. Please add this on your custom.css or Quick CSS:

    .av_table_col.first.portfolio-preview-image {
    display: none;
    }
    
    .portfolio-preview-content {
    width: 100%;
    padding: 63px 30px 30px 30px;
    }

    This will remove the preview image then increase the width of the content area to 100%.

    Best regards,
    Ismael

    in reply to: Icon list format problems when "content": is deleted #192382

    Hey mhiller!

    Please add this on your custom.css or Quick CSS:

    .avia-icon-list .avia_start_animation {
    margin-bottom: 20px;
    }
    
    .article-icon-entry {
    position: relative;
    top: 14px;
    }

    Best regards,
    Ismael

    in reply to: Home Page slider does not work #192381

    Hey imranahashmi!

    Can you please give us a link to the website? Do you have any plugins installed? Please try to use this plugin http://wordpress.org/plugins/easy-wp-smtp/ to prevent emails from going to spam or junk folders.

    Best regards,
    Ismael

    in reply to: Another IPAD HORIZONTAL VIEW #192380

    Hey JAEWOONLAW!

    I checked the website here and it shows fine on iPad view: http://ipadpeek.com/

    Can you please post a screenshot of the issue?

    Cheers!
    Ismael

    in reply to: Move Breadcrumbs to left side #192376

    Hi!

    Please use this:

    #top .title_container .main-title a {
    display: none;
    }
    
    .title_container .breadcrumb {
    font-size: 13px;
    }

    Best regards,
    Ismael

    in reply to: Lock an element in the sidebar when scrolling? #192264

    Hi!


    @taliwalt
    : Thanks for digging in. Marcus should try that plugin.

    Regards,
    Ismael

    in reply to: Changing the space between header and content/slider #192262

    Hey Cris!

    You can add something like this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 100px;
    }

    Adjust the top padding.

    Best regards,
    Ismael

    Hey!

    Edit an image then on caption text place something like this:

    <a href="http://www.youtube.com/watch?v=G0k3kHtyoqc" class="lightbox" rel="lightbox">Click Here</a>

    Regards,
    Ismael

    in reply to: Adding Promo Box With Same Content to bottom of every post #192258

    Hi derek62!

    Edit single.php, find this code:

    get_template_part( 'includes/loop', 'index' );

    Below, add the do_shortcode function and the promobox shortcode that you created from a post or page.

    `echo do_shortcode(“[av_promobox button='yes' label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='ue800' font='entypo-fontello']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [/av_promobox]“);`

    Best regards,
    Ismael

    in reply to: You-Tube embed – size issue #192245

    Hey!

    I’m sorry but you didn’t post the url of the website. Please the website here. You can use the Advance Layout Builder to embed a youtube video. Go to Media Elements tab then insert the Video element.

    Best regards,
    Ismael

    in reply to: Enfold: contact form #192222

    Hey Niels!

    You can use the Contact Form 7 plugin then follow the solution introduce here: http://wordpress.org/support/topic/contact-form-7-double-email-field?replies=8

    Best regards,
    Ismael

    Hi rednovaMeUp!

    Edit the portfolio item them look for “Overwrite Portfolio Link setting”, set it to “Define custom link”. Add the url of a youtube video or vimeo video. The portfolio images or thumbnail will open the video in a lightbox once click.

    Best regards,
    Ismael

    in reply to: Strech Slider #192218

    Hi!

    I think you need to set a width for the Layers Container because it will constrain the elements on a specific width. This is needed for mobile device view or for smaller screens. You might need to reposition the layers again.

    Best regards,
    Ismael

    in reply to: iFrame Height not showing as 100% #192203

    Hey!

    You can add this on your custom.css or Quick CSS:

    .drop_bgg .paging_bg {
    width: 100%;
    }

    Best regards,
    Ismael

    in reply to: Avia Login Widget #192202

    Hey MatthijsIJ!

    You can use plugins like this: http://wordpress.org/plugins/sidebar-login/

    Don’t expect to have the same thing as you can see here on the forum because Kriesi personally customize every plugins that he used.

    Cheers!
    Ismael

    in reply to: Page featured image displayed as full width easy slider? #192200

    Hey!

    No, this is not possible. You need to create the slider manually. You can visit http://werkpress.com and hire someone who can add this feature.

    Best regards,
    Ismael

    in reply to: Add Google AdWords Conversion Tracking code to Enfold #192199

    Hi webWahine!

    You can place it on header.php, find this code:

    <?php
    
    	/* Always have wp_head() just before the closing </head>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to add elements to <head> such
    	 * as styles, scripts, and meta tags.
    	 */
    
    	wp_head();
    ?>

    Place the google adsense script above:

    <!-- Google Code for Calls From Ad Conversion Page
    In your html page, add the snippet and call
    goog_report_conversion when someone clicks on the
    phone number link or button. -->
    <script type="text/javascript">
    /* <![CDATA[ */
    goog_snippet_vars = function() {
      var w = window;
      w.google_conversion_id = 981812135;
      w.google_conversion_label = "P0mFCLGzuAcQp4eV1AM";
      w.google_conversion_value = 0;
      w.google_remarketing_only = false;
    }
    // DO NOT CHANGE THE CODE BELOW.
    goog_report_conversion = function(url) {
      goog_snippet_vars();
      window.google_conversion_format = "3";
      window.google_is_call = true;
      var opt = new Object();
      opt.onload_callback = function() {
      if (typeof(url) != 'undefined') {
        window.location = url;
      }
    }
    var conv_handler = window['google_trackConversion'];
    if (typeof(conv_handler) == 'function') {
      conv_handler(opt);
    }
    }
    /* ]]> */
    </script>
    <script type="text/javascript"
    src="//www.googleadservices.com/pagead/conversion_async.js">
    </script>

    Best regards,
    Ismael

    in reply to: Problem with installing them Enfold #192197

    Hey intosuwo!

    Please download the theme again. Looks like there are corrupt or missing files.

    Cheers!
    Ismael

    in reply to: Mobile Display – no slider display #192193

    Hi journey5956!

    Can you please post the link to the website? The theme should work properly on iPhone and Safari. This is the first time I’ve heard of something like this.

    Regards,
    Ismael

    in reply to: Blog Page on Theme Options page has disappeared #191767

    Hi awsystems!

    You need to set a page on the Frontpage Settings first. :)

    Cheers!
    Ismael

    in reply to: Background Color at the Avia Partner Section #191766

    Hey!

    You can add this on your custom.css or Quick CSS:

    .main_color .avia-content-slider .slide-image {
    background: transparent;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    Hey toddgeist!

    You’re using an incorrect url. Please go to the actual youtube video then click “Share”. Copy the url and use it. It should look like this for example:

    [av_video src='http://youtu.be/uwnEpDmAceI' format='16-9' width='16' height='9']

    Regards,
    Ismael

    in reply to: New single post Syle #191764

    Hey!

    Can you please post the link to the actual recipe post?

    Best regards,
    Ismael

    in reply to: sortable portfolio #191760

    Hi!

    Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: HEADER ISSUES #191759

    Hey silviouk!

    Can you please post the changes that you made? You can change the height of the header using this on your custom.css or Quick CSS:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 116px;
    line-height: 116px;
    }

    Adjust the height and the line-height.

    Regards,
    Ismael

    in reply to: Transparent MegaMenu #191758

    Hey!

    Please try this on your custom.css or Quick CSS to make it transparent:

    .header_color .avia_mega_div ul.sub-menu {
    background-color: rgba(255,255,255,0.3);
    }

    You can change the color of the mega menu title using this:

    #top #header .mega_menu_title a {
    color: blue;
    }

    Regards,
    Ismael

    in reply to: Fullwidth easy slider frame color #191753

    Hey msmazza!

    What frame? Can you please post a screenshot or the link to the demo data?

    Best regards,
    Ismael

    in reply to: Easy Slider Not Displaying Slides #191752

    Hey!

    Have you tried deactivating those plugins? Do you mind creating a temporary login details? Please post it here as a private reply.

    Regards,
    Ismael

Viewing 30 posts - 62,101 through 62,130 (of 66,608 total)