badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

XavierC

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Adding blog_image_large(); to static homepage #3383
    XavierC
    Member

    oh it’ working, i see where i was wrong, that’s magic!

    Thanks a lot for your help, really appreciated…

    in reply to: Adding blog_image_large(); to static homepage #3382
    XavierC
    Member

    is there a way i can send it to you privately, i dont want google picking up on this one

    in reply to: Adding blog_image_large(); to static homepage #3380
    XavierC
    Member

    thanks 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;
    
    in reply to: Adding blog_image_large(); to static homepage #3378
    XavierC
    Member

    Thanks for the answer, but this does not change anything.

    in reply to: The support forum needs a search function #3331
    XavierC
    Member

    agreed, and also, it needs a better hosting.

    in reply to: 3 tweaks #3330
    XavierC
    Member

    hi,

    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

    in reply to: Removing extra white space above and below header image #3327
    XavierC
    Member

    and this :
    .hgroup-wrap {display:none}

    in reply to: Removing extra white space above and below header image #3326
    XavierC
    Member

    Hi,

    Add this to your custom CSS field :
    .slogan-wrap {margin-bottom:0}

    in reply to: Nextgen Gallery not working with Attitude Pro Theme #3322
    XavierC
    Member

    Sorry 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?

    in reply to: Revolution Slider does not load since WP3.6 update #2951
    XavierC
    Member

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)