Forum Replies Created
-
AuthorPosts
-
Hi,
Does it happen with the default WordPress theme?
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Gurify!
Use this as a reference:
if(!function_exists('avia_append_search_nav')) { //first append search item to main menu add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav ( $items, $args ) { if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items; if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; } return $items; } }Enfold uses that to attach the search to the menu.
Cheers!
JosueHey!
All sorted now, you needed to select that menu as the main menu here – http://screencast.com/t/8s4ibNXGGJA2
Best regards,
JosueSeptember 9, 2014 at 6:38 pm in reply to: Use the social toolbar with template builder posts #316042Hey Femi,
Try using this code instead:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "post") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('post')){ $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }Best regards,
JosueThe link you posted is inaccessible.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Try removing the theme in the Dashboard or FTP and uploading it again (in zip format) via Appearance > Themes > Add new.
Regards,
JosueHi Chrys!
Start with this code:
.avia-menu .menu li a{ border: 0 !important; } .avia-menu .menu li:before{ content: "*"; position: absolute; left: 0px; top: 5px; }Modify as needed.
Regards,
JosueHi!
I logged to your installation and it seems to be all sorted, can you check it now?
Regards,
JosueHi,
Looks like this will require some custom code to make it work, perhaps wrapping the player into a shortcode. Nevertheless i’d suggest contacting a developer from Codeable to help you as this is outside our support coverage.
Best regards,
JosueYou are welcome Erwin, always glad to help :)
Regards,
JosueSeptember 9, 2014 at 7:02 am in reply to: Quick CSS – is this retained when theme is updated? plus feature request #315659No problem, glad to help :)
Regards,
JosueHey Samuel!
The problem is that you have an unclosed media query in your Quick CSS, which nullifies the font family declarators generated by Enfold:
/** Mobile Logo and Menu **/ @media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 100%; height: 27px !important; max-height: 27px !important; } .responsive .mobile_slide_out .logo { float: left; top: 30px; position: relative; }Add a “}”.
Best regards,
JosueSeptember 9, 2014 at 6:34 am in reply to: WordPress 4.0 & Enfold 2.9.2 layerslider display in full-width error #315648Hey!
Try the fixes provided here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsBest regards,
JosueHey!
Sure, send us a temp admin account in a private reply here.
Cheers!
JosueHey Tony!
Try adding this code to the Quick CSS:
.home main { padding: 0; }Cheers!
JosueYou are welcome Michael, glad to help :)
Regards,
JosueHi!
Go to Appearance > Menu, create a new menu and set it as the Main Menu.
Cheers!
JosueSeptember 9, 2014 at 5:33 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #315614Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueNo problem, glad to help :)
September 9, 2014 at 5:31 am in reply to: WordPress 4.0 & Enfold 2.9.2 layerslider display in full-width error #315611Hey Lim!
Your website is inaccessible right now:
Briefly unavailable for scheduled maintenance. Check back in a minute
Cheers!
JosueHi Mike!
Try uploading the theme in zip format via Appearance > Add new, delete the current theme first.
Regards,
JosueSeptember 9, 2014 at 5:25 am in reply to: Quick CSS – is this retained when theme is updated? plus feature request #315604Hi!
Child style.css seems to work fine, make sure you don’t put the code within the /* comments */.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Those are not images but icon fonts, can you post the link to your website please?
Also, try the solutions provided here;
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsRegards,
JosueHi!
You can use Enfold columns shortcodes in the CF7 edit area.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueWe looking forward to hearing from you :)
Regards,
Josue -
AuthorPosts
