Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post a link to that clean installation?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.av-masonry-image-container { background-size: contain; background-repeat: no-repeat; background-position: center; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueDid you note any difference? i’m not seeing the mod applied here (private).
Regards,
JosueHi,
Try the following, open js/avia.js and look for line:
active = active.closest('li.dropdown_ul_available').addClass(this.options.applyClass)Replace it by this:
active = active.parent().css({opacity:0}).closest('li.dropdown_ul_available').addClass(this.options.applyClass)Regards,
JosueAugust 30, 2015 at 12:43 pm in reply to: How to add widget area before content (after header) #495452Sorry, try with this instead:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top .flex_column, .responsive #top .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } }August 30, 2015 at 1:44 am in reply to: Gray Background when using Full Width Slider or remove the current Layerslider #495409Hey Juan!
I couldn’t reproduce the issue, can you create a test page with the fwd slider instead of LS?
ps. my previous reply was not for you, my mistake.
Best regards,
JosueAugust 29, 2015 at 10:59 pm in reply to: Create a grey button – without link (like in Abundance theme) #495386August 29, 2015 at 10:19 pm in reply to: How to add widget area before content (after header) #495380Hi Zoltan!
Add the following to your child style.css:
.responsive #top .container .av-content-small, .responsive #top .flex_column, .responsive #top .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; }Best regards,
JosueAugust 29, 2015 at 10:13 pm in reply to: Can't get images to display with Masonry Blog, etc. #495379Hi!
Check it, i added this to Quick CSS (blog post):
.single .post-entry .wp-post-image { width: 100%; }And changed the setting for the Masonry to this:
http://screencast.com/t/3gKnTXO6AdRegards,
JosueHi Rupert!
What are the “Transition Out” settings for those text layers? the “pause on hover” functionality is not meant to pause the animation but the slideshow so the transition out will complete regardless of mouse position.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { background-color: white !important; }Cheers!
JosueAugust 29, 2015 at 4:10 pm in reply to: Color Section Background Video Not Showing on Some Mac Computers #495345Hey!
I checked it on a Mac and the video displayed fine. Try asking those 3 people to access the video directly.
Regards,
JosueHey!
That method won’t work because Open Sans Hebrew is an “early access” font. Try adding this at the very end of your theme / child theme functions.php file:
function include_font() { ?> <style> @import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css); body{ font-family: 'Open Sans Hebrew', serif; } </style> <?php } add_action('wp_head', 'include_font');Cheers!
JosueHi!
I’d suggest JetPack, it has a module for Suscriptions:
http://jetpack.me/
https://wordpress.org/plugins/jetpack/Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Karin!
Make sure you’re uploading only the theme and not the whole ThemeForest package (PSDs, documentation, etc) – http://screencast.com/t/lCatnk204IKV
Regards,
JosueHey!
Do you get the WordPress mail message if you attempt to recover your password at the login screen?
Best regards,
JosueHey!
No, that’s not possible but you can do it with CSS:
.mfp-iframe-holder .mfp-content { max-width: 400px; }Best regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
In your custom section source file (in your child theme) you need to rename the following:
if ( !class_exists( 'avia_sc_section' ) ) // <-- THIS { class avia_sc_section extends aviaShortcodeTemplate{ static $section_count = 0; static $add_to_closing = ""; static $close_overlay = ""; /** * Create the config array for the shortcode button */ function shortcode_insert_button() { $this->config['name'] = __('Color Section', 'avia_framework' ); // <-- THIS $this->config['icon'] = AviaBuilder::$path['imagesURL']."sc-section.png"; $this->config['tab'] = __('Layout Elements', 'avia_framework' ); $this->config['order'] = 20; $this->config['shortcode'] = 'av_section'; // <-- THIS $this->config['html_renderer'] = false; $this->config['tinyMCE'] = array('disable' => "true"); $this->config['tooltip'] = __('Creates a section with unique background image and colors', 'avia_framework' ); $this->config['drag-level'] = 1; $this->config['drop-level'] = 1; }To something like
custom_av_section, so the original section doesn’t get overwritten.Best regards,
JosueAugust 29, 2015 at 12:16 pm in reply to: Remove template button from avia page builder for non-admins #495293You are welcome, glad to help :)
Regards,
JosueAugust 29, 2015 at 12:16 pm in reply to: Enfold issue on IE11 – no layer slider, no post slider #495291No i don’t know to be honest as i can’t reproduce it on my end.
Regards,
JosueJavaScript.
Hey!
Try adding this code to the Quick CSS:
.header-scrolled .widget .textwidget h3 { font-size: 14px; }Cheers!
JosueAugust 29, 2015 at 12:46 am in reply to: Is the theme preventing this from viewing correctly? #495141Hi!
Please try doing it via FTP:
Best regards,
JosueHey!
PHP is a server-side scripting language, thus it can’t read the screen size of the client. That being said, you can use this setting in your LayerSlider slider to prevent it from loading/appearing in mobiles – http://screencast.com/t/uN19E7Di
Cheers!
JosueDone, here’s the code i ended up using:
add_filter('avf_default_icons','avia_replace_close_icon', 10, 1); function avia_replace_close_icon($icons) { $icons['xing'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue923'); return $icons; } add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['xing'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing.com/social_plugins/share/new?h=1&url=[permalink]&t=[title]"); return $args; } -
AuthorPosts
