tarunbatta
Forum Replies Created
-
my site url is,
http://talkingpeppers.com/somehow today magically everything is working.
Not sure if anything got fixed.Thanks though 🙂
Regards
TarunForum: Themes and Templates
In reply to: [Smart Magazine] Home Page Header Images are not clickableAny updates?
Forum: Themes and Templates
In reply to: [Smart Magazine] Images not responsiveSince the author is using bootstrap, I was doing the following in a custom js,
$(“.featured_image img”).addClass(“img-responsive imageCentering”);
$(“.entry-content img”).addClass(“img-responsive imageCentering”);
$(“.entry-content iframe”).wrap(“<div class=’embed-responsive embed-responsive-16by9′></div>”);
$(“.entry-content video”).wrap(“<div class=’embed-responsive embed-responsive-16by9′></div>”);But, I liked your CSS option much better, so added the following changes to the styles,
.entry-content img {
width: 100%;
height: 100%;
}.entry-content iframe {
width: 100%;
height: 100%;
}.featured_image img {
width: 100%;
height: 100%;
}Thanks.
Forum: Themes and Templates
In reply to: [Smart Magazine] Home Page Header Images are not clickableWith reference to the documentation at,
http://demo.mag-themes.com/docs/theme-installation-and-setup/The “Home Page Header” widget could be added to the home page. While rendering the page on mobile device, the 1st image of this widget is not clickable.
So, for example, in the below image,
http://demo.mag-themes.com/docs/wp-content/uploads/sites/6/2015/11/Smartmag-home-widget.pngthe girl riding the bicycle would not be clickable in the mobile view.
Forum: Themes and Templates
In reply to: [Smart Magazine] Images not responsiveto add more,
The featured image if of larger size, is squished.
In case of images which are within the articles, they are coming out of the frame.