Home › Forums › All Other Themes › Other bugs in Complete Pro
- This topic has 9 replies, 2 voices, and was last updated 8 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
September 3, 2016 at 6:23 pm #45464
Missing file: assets/js/jquery.easing.js
complete.js?ver=1:184 Uncaught TypeError: Cannot read property ‘classList’ of null
wp-emoji-release.min.js?ver=4.6:2 Uncaught SyntaxError: Unexpected string
September 4, 2016 at 9:13 am #45486Can you explain in which browser or your website URL reference can be given where its shown as missing so that we can understand and rectify it.
Regards,
ShriSeptember 4, 2016 at 10:00 am #45496Sure, it’s here: http://www.inspectcheckauto.com/
On latest Chrome Win 10.The first error is actually a file that doesn’t exist in the actual theme zip file.
On latest Firefox Ubuntu I’m getting just:
TypeError: document.querySelector(…) is null
complete.js:184:39which matches the line of the 2nd error above.
September 5, 2016 at 9:04 am #45537Hi Michael,
Our coders said in the demo version and the theme we have doesn’t have this bug so which plugin causes such an error is what we wanted to test.
Would it be possible for you to give us admin details? If so send us the same via sktthemes.net/contact
Regards,
ShriSeptember 5, 2016 at 9:06 am #45538Okay i further understood the problem and you have removed twitter from footer.
Whenever you want to replace footer widgets here is a video which will help you: How to set up own widgets and remove default footer widgets: https://www.youtube.com/watch?v=4a1cR34OGMU
Regards,
ShriSeptember 5, 2016 at 9:48 am #45544Are you saying we can’t remove Twitter? We changed the Footer Layout under Footer Style to 2 Columns. Now I’ve changed all the footer widgets to text and nothing has changed as far as errors.
September 8, 2016 at 10:54 am #45882Also, the CSS for the Services boxes isn’t coded properly.
At Desktop if one box is the removed the remaining three aren’t centred.
At Mobile if there’s only a small amount of text in a box it doesn’t match the width of the other boxes.
http://www.inspectcheckauto.com/September 9, 2016 at 7:42 am #46023Hi Michael,
There is no css issue. currently for services are you using following shortcode :
[service pattern=”boxpattern-1″ bgcolor=”#81cccd” icon=”http://www.yoursite.com/wp-content/themes/complete/images/wordpress.png” title=”Worpress” button=”Read” url=”#”]Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.[/service]
So if you want to show
Four columns in a row use : pattern=”boxpattern-1″
Three columns in a row use : pattern=”boxpattern-2″
Two columns in a row use : pattern=”boxpattern-3″
Single columns in a row use : pattern=”boxpattern-4″
For Current situation if you want to make your service box center so please change pattern=”boxpattern-1″ to pattern=”boxpattern-2″ its solve your problem.
For twitter in case if that is a difficulty we can remove the whole Twitter code from our theme and update the theme.
Regards,
ShriSeptember 9, 2016 at 11:50 am #46072Hi Shri
Yes, I can use boxpattern-2, although it’s not ideal. This doesn’t do anything about how ugly the boxes look at mobile, so I’ve fixed that one for you.
@media screen and (max-width: 29.938em)
should have “width: 100%”
for .boxpattern-1, .boxpattern-2, .boxpattern-3, .boxpattern-4
not “auto”.As for Twitter, I’m just highlighting bugs for fixing. But If something simple in JS like wrapping DOM accesses in IF checks is too hard then I suppose I shouldn’t bother.
September 12, 2016 at 6:39 am #46224We have updated the theme with the twitter feed removed now and it is a widget so one can add anything they need.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.