Forum Replies Created
-
AuthorPosts
-
February 11, 2015 at 9:15 pm in reply to: Video Background Color Section: How to change wich part of the Video gets showen #394675
Hi!
Try with this code:
@media only screen and (max-width: 989px) { #av_section_1 .container { height: 650px !important; } } @media only screen and (max-width: 767px) { #av_section_1 .container { height: 450px !important; } } @media only screen and (max-width: 480px) { #av_section_1 .container { height: 250px !important; } }Adjust as needed.
Best regards,
JosueFebruary 11, 2015 at 9:09 pm in reply to: Using Magazine Content Element – Indicate Member-Only Content Based on Groups #394670Hi Steve!
Open /enfold/config-templatebuilder/avia-shortcodes/magazine.php and change this part:
$output .= "<article class='hentry av-magazine-entry av-magazine-entry-id-".$entry->ID." av-magazine-format-{$format} av-magazine-type-{$type} av-magazine-entry-".$entry->loop." av-magazine-entry-".$style." {$extraClass}{$magazine_category[0]->slug}' {$markupEntry}>";To:
$magazine_category = get_the_category($entry->ID); $output .= "<article class='hentry av-magazine-entry av-magazine-entry-id-".$entry->ID." av-magazine-format-{$format} av-magazine-type-{$type} av-magazine-entry-".$entry->loop." av-magazine-entry-".$style." {$extraClass}{$magazine_category[0]->slug}' {$markupEntry}>";Then add this to Quick CSS:
.av-magazine-entry.MEMBERS_ONLY_CATEGORY_SLUG_HERE .av-magazine-time:before{ content: "Members Only"; margin-right: 3px; color: red; }Refer to the following article on how to implement this mod on a child theme:
kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers!
JosueLa segunda imagen retorna un error 404, lo del video era cosa de poner el código iframe que proporciona YouTube.
Saludos,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return "wordpress@YOURWEBSITEURL.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHi!
Please install this plugin and check for any message in the Menu page (having Enfold active).
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
This will do it:
.av-share-link-description { text-align: center; }Cheers!
JosueHey Jaco,
Please check it now, the code had to be put at the very start of Quick CSS.
Best regards,
JosueHehe, not necessary but thanks, glad to help :)
Regards,
JosueHi Peter,
Could you check if the issue persists with the default WordPress theme activated?
Cheers!
JosueHi!
I tried logging to your backend but got this screen – http://screencast.com/t/IhweW17olZ
Best regards,
JosueHey Orhan!
That’s strange, i couldn’t reproduce the issue on my end (iOS simulator), perhaps it’s a network specific issue, were both iPhones connected to the same network?
Regards,
JosueHi,
Let’s try different approach, add this to Quick CSS:
[lang='nl-NL'] .ui-datepicker-prev span { font-size: 0; } [lang='nl-NL'] .ui-datepicker-prev span:after{ content: "String"; font-size: 14px; }And change “String” by the Dutch word you want to use for Previous.
Cheers!
JosueHi!
Yes, use this code:
div.av-share-box { width: 50%; margin: 0 auto; float: none; }Regards,
JosueHi!
In that case you’d need to edit /enfold/framework/php/class-style-generator.php and look for line 369:
$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";Replace it by this:
//$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
There is a way to make this change survive updates but you’d need to set-up a child theme first.
Best regards,
JosueHey Jaco!
Unfortunately it doesn’t work, i’m getting:
The user name or password was not accepted by the server.
Regards,
JosueHi!
Add this to Quick CSS:
#wpwhoisdiv input[type="text"], #wpwhoisdiv select{ display: inline-block !important; }Cheers!
JosueThat was an example, can you post a link to your homepage? also check this video on how to use the ALB – https://vimeo.com/64927359
Best regards,
JosueHey!
There is a typo in that part, change it to:
#top .av_header_transparency ul li, #top .av_header_transparency .main_menu ul ul, #top .av_header_transparency .main_menu .menu ul li a{ background: transparent !important; }Best regards,
JosueFebruary 10, 2015 at 9:04 pm in reply to: Enfold's contact form (probably) css is conflicting with other forms #393973Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueFebruary 10, 2015 at 9:02 pm in reply to: How to translate the "Read more ->" text into something else? #393971Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueFebruary 10, 2015 at 9:01 pm in reply to: Fullscreen slider with YouTube Video additional question. #393969Hey!
It will take a couple of seconds to make the redirect because the script needs to be loaded first, regarding iPad it should be working the same as the iPhone as both environments are recognised as mobile by Enfold.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHere you go:
/* Submenu background, border and shadow */ #top .av_header_transparency #top .av_header_transparency .main_menu ul ul, #top .av_header_transparency .main_menu .menu ul li a{ background: red !important; } #top .av_header_transparency .sub-menu a { border: 0 !important; box-shadow: none !important; } /* Menu item hover and current-menu-item color */ #top .av_header_transparency .av-main-nav li a:hover .avia-menu-text, #top .av_header_transparency .av-main-nav li.current-menu-item a .avia-menu-text{ color: #2c5b9c !important; } /* Menu indicator color */ #top .av_header_transparency .avia-menu-fx{ background: red; }Cheers!
JosueHey!
Thanks, it works but could you please enable file-editing from the Dashboard (http://screencast.com/t/A5Ix77xEZM)?
Cheers!
JosueHi Darryl!
I tested it a few times and the submenu shows when the “About us toggle submenu test” item is clicked – http://screencast.com/t/TJlBPceZwAy
Best regards,
JosueHi!
In that case i’d suggest trying out Contact Form 7, it gives you full control on the form structure (HTML code + shortcodes):
https://wordpress.org/plugins/contact-form-7/Regards,
Josue -
AuthorPosts
