Forum Replies Created
-
AuthorPosts
-
XavierC
Memberoh it’ working, i see where i was wrong, that’s magic!
Thanks a lot for your help, really appreciated…
XavierC
Memberis there a way i can send it to you privately, i dont want google picking up on this one
XavierC
Memberthanks 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;
XavierC
MemberThanks for the answer, but this does not change anything.
XavierC
Memberagreed, and also, it needs a better hosting.
XavierC
Memberhi,
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 #3327XavierC
Memberand this :
.hgroup-wrap {display:none}August 18, 2013 at 8:56 am in reply to: Removing extra white space above and below header image #3326XavierC
MemberHi,
Add this to your custom CSS field :
.slogan-wrap {margin-bottom:0}XavierC
MemberSorry 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?
XavierC
MemberHi 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