Forum Replies Created
-
AuthorPosts
-
XavierCMember
oh it’ working, i see where i was wrong, that’s magic!
Thanks a lot for your help, really appreciated…
XavierCMemberis there a way i can send it to you privately, i dont want google picking up on this one
XavierCMemberthanks for the answer :
/****************************************************************************************/ if ( ! function_exists( 'attitude_theloop_for_template_blog_image_large' ) ) : /** * Fuction to show the content of page template blog image large content. */ function attitude_theloop_for_template_blog_image_large() { if( have_posts() ) { while( have_posts() ) { the_post(); the_content(); } } global $post; global $attitude_theme_options_settings; $options = $attitude_theme_options_settings;
XavierCMemberThanks for the answer, but this does not change anything.
XavierCMemberagreed, and also, it needs a better hosting.
XavierCMemberhi,
1) not as i know of by CSS, but you can achieve this by editing the attitude-pro/library/structure/header-extension.php file.
Around line 266, find this one :
<img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
Add your link to this line, example:
<a href="http://www.archcityhomes.com/"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
This should work
2)i don’t know
3) not by custom css for sure, but by editing the structural files of the theme, it is possible, but i don’t know how, sorry
August 18, 2013 at 9:04 am in reply to: Removing extra white space above and below header image #3327XavierCMemberand this :
.hgroup-wrap {display:none}August 18, 2013 at 8:56 am in reply to: Removing extra white space above and below header image #3326XavierCMemberHi,
Add this to your custom CSS field :
.slogan-wrap {margin-bottom:0}XavierCMemberSorry this will not help you very much, but i have been able to use nextgen since now with attitude pro.
I did not experience any compatibility issues with attitude pro, until a few days ago when i switched to fancy-gallery (premium plugin) just because i like it better.This may sound stupid but did you try to disable all other plugins except nextgen gallery to see if it was not plugin related?
XavierCMemberHi again,
it has nothing to do with attitude or revslider, the problem comes from another plugin : wysija newsletter plugin, who makes jquery stall since WP3.6, i did not suspect the plugin was loaded on frontend so i did not bother disabling it to test, i was wrong.
Sorry for bothering
-
AuthorPosts