Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #35874
    ashrafashraf
    Member

    Hi Sakin,
    Please, I need your help,
    My slider on : http://grab.by/xYt8

    is not on the center.
    And also the text on the slider have issue with the parentes == (.

    How can i put the ( on the right side on the text ?please

    Best regards
    A.J.

    #35907
    ashrafashraf
    Member

    Hi Sakin,
    Please, Can i get help?

    My slider on : http://grab.by/xYt8
    is not on the center.

    Best regards
    A.J.
    http://www.idaat.se

    #35925
    Sakin
    Keymaster

    @A.J.: I will not be able to check in without your site URL where you have this issue. Looks like you are trying to use different slider.

    #35931
    ashrafashraf
    Member
    #35932
    Sakin
    Keymaster

    @ashrafashraf: For this you need to wrap your slider code in between the following wrapper. For example:

    <div class="new-slider slider-fullwidth" id="slider">
    <!-- Add Your Slider Code Below  -->
    </div>
    #35934
    ashrafashraf
    Member

    Thanks,
    But where can i do that ?please
    I mean which file must i add that code on it ?please

    #35936
    Sakin
    Keymaster

    @ashrafashraf: How did you add that slider? I mean where did you add in. You can add just there only. See the code above which clearly shows where to add in.

    #35937
    ashrafashraf
    Member

    I added the shortcode on my function.php file,
    function catchbox_child_easingsliderlite() {
    /* // Loads slider only in page ID 42*/
    if (is_page(60)) {
    echo do_shortcode(‘[easingsliderpro id=”1″]’);
    }
    }
    add_action( ‘catchbox_before_primary’, ‘catchbox_child_easingsliderlite’, 15 );

    #35938
    Sakin
    Keymaster

    @ashrafashraf: Then it will as below:

    function catchbox_child_easingsliderlite() {
    	/* Loads slider only in page ID 42*/
    	if ( is_page(60) ) {
    		echo '<div class="new-slider slider-fullwidth" id="slider">';
    		echo do_shortcode( '[easingsliderpro id="1"]' );
    		echo '</div><!-- #slider -->';
    	}
    }
    add_action( 'catchbox_before_primary', 'catchbox_child_easingsliderlite', 15 );
    #35941
    ashrafashraf
    Member

    Yes. You are so smart.
    Please, I did it, but i get a new issue : can do check why my shadow become dark ?

    Please!!!

    #35946
    Sakin
    Keymaster

    @ashrafashraf: Ok then you can add the following css in “Appearnace => Theme Options => Custom CSS” box.

    #slider.new-slider {
        background-color: transparent;
        border: none;
    }
    #35948
    ashrafashraf
    Member

    Wow really.
    Thanks Sakin.
    Please the text on the slider , there is something wrong with the parentes.
    check please:
    Ask, and you will receive, so that your joy may be made full. (John 16:24b)

    <div class=”left slideleft fade”>
    <p class=”des”>
    Trust in the LORD with all your heart and lean not on your own. ( Prov 3:5)
    </p>
    </div>

    Please where is the wrong?

    Thanks

    #35949
    Sakin
    Keymaster

    @ashrafashraf: Sorry I don’t know about that. As that is not our slider. Please check in the code carefully and the css effects.

    #35950
    ashrafashraf
    Member

    Yes sir,No problem.

    and thanks again.
    Best wishes
    ASHRAF

    #35953
    ashrafashraf
    Member

    Hi Sakin,
    Please, I f you check my site now, you will see there is no problem with the text on my slider. when i change it to from left to right.

    So please how can i fix this issue when i want to be my site from rtl?

    #35955
    Sakin
    Keymaster

    @ashrafashraf: I told you, it’s not our css and I don’t now how they have coded. Look at the site. There is some issue with the following css form the slider
    .des{transform: scale(2) rotate(0.1deg);}

    For more, you need to contact slider support not theme support.

    #35958
    ashrafashraf
    Member

    Yes sir, I did it that.

    Thanks.

    #35960
    ashrafashraf
    Member

    I removed that code:
    .des{transform: scale(2) rotate(0.1deg);}

    Thanks.

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘slider center’ is closed to new replies.