Forum Replies Created
-
AuthorPosts
-
November 29, 2013 at 6:10 am in reply to: Creating a Centralised Header with Logo on Top of Menu Links #194610
Hey!
Try replacing the logo part with this:
.logo { left: 0 !important; right: 0 !important; margin: 0 auto !important; width: 156px !important; height: 156px !important; } .logo img { width: 100% !important; }
Regards,
JosueNovember 29, 2013 at 5:47 am in reply to: Creating a Centralised Header with Logo on Top of Menu Links #194607Hey!
Try with this instead:
#header{ background: white !important } #header_main .container { height: 242px !important; } .main_menu { left: 0; right: 0; margin: 0 auto; text-align: center; top: 155px; } .main_menu ul{ display: inline-block; } .main_menu ul a{ height: 88px !important; line-height: 88px !important; } .logo { left: 0 !important; right: 0 !important; margin: 0 auto !important; } .header-scrolled #header_main .container { height: 120px !important; } .header-scrolled .main_menu{ top: 75px !important; } .header-scrolled .logo{ width: 72px !important } .header-scrolled .main_menu ul a{ height: 44px !important; line-height: 44px !important; }
Cheers!
JosueHey!
I will make some tests locally and keep you updated :)
Regards,
JosueNovember 29, 2013 at 5:24 am in reply to: Creating a Centralised Header with Logo on Top of Menu Links #194604Hey!
Apply the code to your website so i can try to debug it.
#header{ background: white !important } #header_main .container { height: 160px !important; } .main_menu { left: 0; right: 0; margin: 0 auto; text-align: center; top: 73px; } .main_menu ul{ display: inline-block; } .logo.bg-logo { left: 0 !important; right: 0 !important; margin: 0 auto !important; } .header-scrolled #header_main .container { height: 85px !important; } .header-scrolled .main_menu{ top: 41px !important; } .header-scrolled .logo.bg-logo{ width: 72px !important }
Regards,
JosueNovember 29, 2013 at 4:16 am in reply to: Creating a Centralised Header with Logo on Top of Menu Links #194590Hey!
Add this code to the Quick CSS:
#header{ background: white !important } #header_main .container { height: 160px !important; } .main_menu { left: 0; right: 0; margin: 0 auto; text-align: center; top: 73px; } .main_menu ul{ display: inline-block; } .logo.bg-logo { left: 0; right: 0; margin: 0 auto; } .header-scrolled #header_main .container { height: 85px !important; } .header-scrolled .main_menu{ top: 41px !important; } .header-scrolled .logo.bg-logo{ width: 72px !important }
Cheers!
JosueNovember 29, 2013 at 4:00 am in reply to: Insert Default WordPress ShortCodes within Advanced Editor #194588Hey sgrobert!
You have to put your shortcodes inside a Text element.
Cheers!
JosueHey!
The tags you want to retrieve are the ones of the current Post/Portfolio?, the code i provided is meant to be put in the functions.php file, after that you can use [my_custom_tags] to invoke it.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Modify the code to something like this:
jQuery("#avia-menu li.current-menu-item").removeClass("current-menu-item"); jQuery("#avia-menu").on("click", "a", function(){ jQuery("#avia-menu li.current-menu-item").removeClass("current-menu-item"); jQuery(this).closest("li").addClass("current-menu-item"); });
Best regards,
JosueHey!
You’ll need to define an image to share using the Open Graph protocol, you can do it with a plugin like this: http://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/
Regards,
JosueYou are welcome Andreas, glad we could help :)
Regards,
JosueNovember 29, 2013 at 12:44 am in reply to: Enfold: Blak color in the frame the small thumbnails in the gallery #194562Hola Juan,
Me puedes explicar con mas detalle tu problema por favor?
Saludos,
JosueHi!
I see, add this to the Quick CSS:
#avia-menu { background: transparent !important; }
Regards,
JosueHi!
I see it’s right there, however there are some typos related to the quotes, try pasting it directly in from here:
https://gist.github.com/josueochoa/91654e63e167f4040a81Cheers!
JosueHi,
Can you post the link to your website please?
Also, do you already have the gradient you want to apply?Regards,
JosueHey castwork!
You can set a Custom Background Image in Enfold > Styling, for both the Header and the Content sections.
Cheers!
JosueHey!
Add this at the end of the functions.php file:
function custom_script_func( $atts , $content = null ) { return '<script>jQuery("a[rel=\'lightbox[auto_group1]\']").removeAttr("rel");</script>'; } add_shortcode( 'no_slideshow', 'custom_script_func' );
Now in every post you don’t want the slideshow simply put the shortcode: [no_slideshow] at the end of the Post content.
Cheers!
JosueHi,
It’s not there: http://wiserproperty.com/wp-content/themes/enfold/js/avia.js,qver=1.pagespeed.jm.pwyUM0DWEb.js
I think you need to disable any server compression/cache functionality first.
Best regards,
JosueNovember 28, 2013 at 11:58 pm in reply to: Creating a Centralised Header with Logo on Top of Menu Links #194542Hi,
Can you post the link to your website please?
Regards,
JosueHey Andreas!
Add this at the end of js/avia.js:
jQuery("#avia-menu").on("click", "a", function(){ jQuery("#avia-menu li.current-menu-item").removeClass("current-menu-item"); jQuery(this).closest("li").addClass("current-menu-item"); });
Regards,
JosueHi,
Can you post the link to one of this blogs you want to disable lightbox slideshow?
Regards,
JosueHey!
Try doing a fresh installation (without importing) of WordPress + Enfold in another location in the same server.
Regards,
JosueHey!
Add this code to the Quick CSS:
#av_section_1 { min-height: 0 !important; height: 120px; }
Change 120px for the desired height.
Cheers!
JosueHi!
It only happens there? can you upload images using the default uploader in Media?
Cheers!
JosueHey!
Have you tried using a simple Page and putting the iframe code in the Text tab?
<iframe src="_URL_HERE_" frameborder="0"></iframe>
Best regards,
JosueHi joax!
There is some issue in the rendering of the search icon:
Open functions-enfold.php and make sure line 52-73 look like this:
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=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>'; } return $items; } }
Regards,
JosueHey sgrobert!
What ‘tags’ do you want to show? you could create a custom shortcode to embed them, try adding this to the functions.php file:
function custom_shortcode() { return get_the_tags(); } add_shortcode( 'my_custom_tags', 'custom_shortcode' );
Best regards,
JosueHey!
Try this:
.hyperlink-header { position: absolute; top: 0; left: 50px; }
Regards,
Josue -
AuthorPosts