LIST OF BUGS TO FIX PLEASE THANK YOU SO MUCH

10 replies · opened May 24, 2016

MMikeMay 24, 2016

HELLO HERE I COME AGAIN WITH A LIST OF BUGS TO FIX PLEASE, I WILL PUBLISH THE WEBSITE RIGHT AFTER THAT I CANNOT WAIT :D

FIRST PROBLEM /
I WOULD LIKE IN THE TOP BAR IN MOBILE RESOLUTION THAT NOT ONLY LOGIN AND FLAGS APPEAR ON TOP, I WANT ALSO THE SOCIAL BAR TO APPEAR NEXT TO THEM ON TOP ON THE SAME LINE, SO JUST LIKE IS THE TOP BAR IN BIG WINDOW RESOLUTIONS ONLY THAT I WANT IT TO BE CENTERED LIKE IT ALREADY IS

SECOND PROBLEM /
IF YOU CHECK MY FOOTER FOR INSTANCE, ON MOBILE RESOLUTION THERE IS AT THE END OF IT A BIG EMPTY SPACE BETWEEN THE LAST SECTION OF FOOTER AND MY LOGO FOOTER, I WASNT ABLE TO REDUCE THIS SPACE

THIRD PROBLEM /
ON THE PAGE PRODUCTS I USE THE FLEX SIDE FOR THE TYPE OF VEHICLES, THIS SLIDER FLEX IS USED ON OTHER PAGES AS WELL SO WE MUST NOT CHANGE DIRECTLY ITS CARACTERISTICS BUT I THINK CREATE ANOTHER ONE, ANYWAY I NEED IT TO SLIDE IN THE REVERSE SIDE AS THE CARS MUST GO FORWARD AND NOT BACKWARD

FOURTH PROBLEM /
ON THE PAGE GAMMES, I HAVE A BUG THAT I JUST CANT DESCRIBE PLEASE SEE THE VIDEO I SEND YOU

FIFHT PROBLEM

ON PAGE DEMANDE EN LIGNE I CANNOT CHANGE THE LOOK OF THE BUTTON TO UPLOAD AN ATTACHED FILE TO THE FORM, I WANT THE DESIGN OF THE BUTTON TO BE THE SAME THAN THE ONE RECHERCHER FROM ALLOGARAGE ON THE LEFT, WHY DOESNT IT WORK ? CAN YOU PROVIDE ME HELP WITH THE LINE I NEED TO CHANGE PLEASE

SIXTH PROBLEM/
ON THE FORM WHERE THERE IS "MARQUE" I USED THE FEATURE YOU PROVIDED THAT AUTO FILLS THE BRAND, I FOUNT OUT THERE IS A BUG I MUST FIX ABSOLUTELY, WHEN YOU TYPE RENAULT, THE R FROM IT DOESNT MAKE RENAULT APPEAR, YOU MUST TYPE RE FOR IT TO COME UP, ITS VERY VERY STRANGE I LET YOU SEE

THANKS
BEST REGARDS
ELITEBOITES

MMikeMay 26, 2016

Any feedback please ?

SSemicolon WebSTAFFMay 27, 2016

Hello,

[sb_private_reply]Apologize about the Delay in replying to your Queries. Your Support Ticket is currently on-hold and is being actively viewed by our Staff Member and we will reply with the Solutions shortly. Expected Wait Time is 4-5 Hours.[/sb_private_reply]

Thanks for your Patience. Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

MMikeMay 27, 2016

[sb_private_reply]Do you mean you need more time to come up with an answer ? Its not really a problem just that I didnt understand what you mean I think, actually this list of problems, added to the white space on the right when the window is bewteen 480 and 486 on chrome, and to make the job.php form work (this form I am working on it) and I will finally be done !!!

By the way there seem to be a bug on your timeline blog, the first article in the page code appears on the page over the second article from the code, but its not a real problem, just wanted to share the information ;)[/sb_private_reply]

MMikeMay 30, 2016

i still didnt find how to do this :/ thanks already!

MMikeMay 31, 2016

I beg you to not forget me :D

SSemicolon WebSTAFFJun 3, 2016

Hello,

[sb_private_reply]We really apologize about the Delay in replying to your Queries.[/sb_private_reply]

  1. Please consider replacing your Existing Top Bar Code with the following code:

	

		
			
				
					...
				
			
		

		
			
				...
			
		

	

This will definitely work fine. Additionally, find the #top-social, Line in the css/responsive.css File and delete it.

  1. Simply add the following CSS Code:
.device-xs #footer .footer-widgets-wrap,
.device-xxs #footer .footer-widgets-wrap { padding-bottom: 0; }
  1. This is Definitely Possible. However, some changes is required. Please find the loadFlexSlider: function() Function Block in the js/functions.js File and replace the entire Function Block with the following code:
loadFlexSlider: function(){

	if( !$().flexslider ) {
		console.log('loadFlexSlider: FlexSlider not Defined.');
		return true;
	}

	var $flexSliderEl = $('.fslider:not(.customjs)').find('.flexslider');
	if( $flexSliderEl.length > 0 ){
		$flexSliderEl.each(function() {
			var $flexsSlider = $(this),
				flexsAnimation = $flexsSlider.parent('.fslider').attr('data-animation'),
				flexsEasing = $flexsSlider.parent('.fslider').attr('data-easing'),
				flexsDirection = $flexsSlider.parent('.fslider').attr('data-direction'),
				flexsReverse = $flexsSlider.parent('.fslider').attr('data-reverse'),
				flexsSlideshow = $flexsSlider.parent('.fslider').attr('data-slideshow'),
				flexsPause = $flexsSlider.parent('.fslider').attr('data-pause'),
				flexsSpeed = $flexsSlider.parent('.fslider').attr('data-speed'),
				flexsVideo = $flexsSlider.parent('.fslider').attr('data-video'),
				flexsPagi = $flexsSlider.parent('.fslider').attr('data-pagi'),
				flexsArrows = $flexsSlider.parent('.fslider').attr('data-arrows'),
				flexsThumbs = $flexsSlider.parent('.fslider').attr('data-thumbs'),
				flexsHover = $flexsSlider.parent('.fslider').attr('data-hover'),
				flexsSheight = $flexsSlider.parent('.fslider').attr('data-smooth-height'),
				flexsUseCSS = false;

			if( !flexsAnimation ) { flexsAnimation = 'slide'; }
			if( !flexsEasing || flexsEasing == 'swing' ) {
				flexsEasing = 'swing';
				flexsUseCSS = true;
			}
			if( !flexsDirection ) { flexsDirection = 'horizontal'; }
			if( flexsReverse == 'true' ) { flexsReverse = true; } else { flexsReverse = false; }
			if( !flexsSlideshow ) { flexsSlideshow = true; } else { flexsSlideshow = false; }
			if( !flexsPause ) { flexsPause = 5000; }
			if( !flexsSpeed ) { flexsSpeed = 600; }
			if( !flexsVideo ) { flexsVideo = false; }
			if( flexsSheight == 'false' ) { flexsSheight = false; } else { flexsSheight = true; }
			if( flexsDirection == 'vertical' ) { flexsSheight = false; }
			if( flexsPagi == 'false' ) { flexsPagi = false; } else { flexsPagi = true; }
			if( flexsThumbs == 'true' ) { flexsPagi = 'thumbnails'; } else { flexsPagi = flexsPagi; }
			if( flexsArrows == 'false' ) { flexsArrows = false; } else { flexsArrows = true; }
			if( flexsHover == 'false' ) { flexsHover = false; } else { flexsHover = true; }

			$flexsSlider.flexslider({
				selector: ".slider-wrap > .slide",
				animation: flexsAnimation,
				easing: flexsEasing,
				direction: flexsDirection,
				reverse: flexsReverse,
				slideshow: flexsSlideshow,
				slideshowSpeed: Number(flexsPause),
				animationSpeed: Number(flexsSpeed),
				pauseOnHover: flexsHover,
				video: flexsVideo,
				controlNav: flexsPagi,
				directionNav: flexsArrows,
				smoothHeight: flexsSheight,
				useCSS: flexsUseCSS,
				start: function(slider){
					SEMICOLON.widget.animations();
					SEMICOLON.initialize.verticalMiddle();
					slider.parent().removeClass('preloader2');
					var t = setTimeout( function(){ $('.grid-container').isotope('layout'); }, 1200 );
					SEMICOLON.initialize.lightbox();
					$('.flex-prev').html('');
					$('.flex-next').html('');
					SEMICOLON.portfolio.portfolioDescMargin();
				},
				after: function(){
					if( $('.grid-container').hasClass('portfolio-full') ) {
						$('.grid-container.portfolio-full').isotope('layout');
						SEMICOLON.portfolio.portfolioDescMargin();
					}
				}
			});
		});
	}
}

Then you can simply add the data-reverse="true" attribute to the .fslider Element.

  1. Please find the .container Container just after the #page-title Block and move this code inside the #content > .content-wrap Container.

  2. Unfortunately, this is currently not supported Out of the Box since the Upload Fields require Additional Styling and Javascript Implementation. We will surely work on customizing this in the Future Versions. Meanwhile, you can consider using this Tutorial: http://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ .

  3. This also is the Default Functionality of the Plugin as it makes the Results appear Alphabetically and once you Type both RE, the best match is returned.

Thank You so much for your Valuable Patience. Do let us know if we can help you with anything else or if you find any further issues with Canvas.

MMikeJun 3, 2016

thanks for number three

MMikeJun 3, 2016

can you please give me more details about question 4 i didnt find what to modify ? Thanks !

MMikeJun 3, 2016

thanks for number four !
perfect i almost finished the website thanks to you

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard