Forum Replies Created
-
AuthorPosts
-
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,
IsmaelNovember 24, 2013 at 4:17 am in reply to: New Bug – Custom widget area causes disfunction of accordeon #192389Hey!
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,
IsmaelNovember 24, 2013 at 4:14 am in reply to: Issue with AJAX preview in Enfold 2.3 and 2.4 – Fullwidth Previews PLEASE HELP! #192386Hi 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,
IsmaelNovember 24, 2013 at 4:07 am in reply to: Icon list format problems when "content": is deleted #192382Hey 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,
IsmaelHey 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,
IsmaelHey 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!
IsmaelHi!
Please use this:
#top .title_container .main-title a { display: none; } .title_container .breadcrumb { font-size: 13px; }
Best regards,
IsmaelNovember 23, 2013 at 3:00 pm in reply to: Changing the space between header and content/slider #192262Hey 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,
IsmaelNovember 23, 2013 at 2:53 pm in reply to: Home v7: One Page Portfolio – Link to open video in lightbox #192261Hey!
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,
IsmaelNovember 23, 2013 at 2:44 pm in reply to: Adding Promo Box With Same Content to bottom of every post #192258Hi 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,
IsmaelHey!
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,
IsmaelHey 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,
IsmaelNovember 23, 2013 at 8:24 am in reply to: Home v7: One Page Portfolio – Link to open video in lightbox #192219Hi 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,
IsmaelHi!
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,
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.drop_bgg .paging_bg { width: 100%; }
Best regards,
IsmaelHey 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!
IsmaelNovember 23, 2013 at 4:11 am in reply to: Page featured image displayed as full width easy slider? #192200Hey!
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,
IsmaelNovember 23, 2013 at 4:08 am in reply to: Add Google AdWords Conversion Tracking code to Enfold #192199Hi 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,
IsmaelHey intosuwo!
Please download the theme again. Looks like there are corrupt or missing files.
Cheers!
IsmaelHi 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,
IsmaelHi awsystems!
You need to set a page on the Frontpage Settings first. :)
Cheers!
IsmaelHey!
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,
IsmaelNovember 22, 2013 at 9:16 am in reply to: av_video short code displays YouTube videos in a lightbox. why? #191765Hey 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,
IsmaelHey 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,
IsmaelHey!
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,
IsmaelHey msmazza!
What frame? Can you please post a screenshot or the link to the demo data?
Best regards,
Ismael -
AuthorPosts