anibabbar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to resize twenty twelve theme width?.site { margin: 0 auto; max-width: 960px; max-width: 68.571429rem; overflow: hidden; }
you can find this code in style.css file somewhere around 173 line number and then change max-width from 960 to 1260 and 68.57429 rem to 90rem.
Twenty twelve elements are defined in percentages so your theme will work perfectly without any issues !!
Regards
AnirudhForum: Themes and Templates
In reply to: jqGrid formatting issue within wordpressHey alohaaaron,
If any jquery doesn’t work in wordpress, you just forgot one thing, i.e to change $ to jquery !!
Read this – https://digwp.com/2011/09/using-instead-of-jquery-in-wordpress/
or use this
(function($) {
// $ Works! You can test it with next line if you like
// console.log($);})( jQuery );
Forum: Themes and Templates
In reply to: [Tempera] Full width footerHey !! it seems to be already full width on your link !!
Forum: Themes and Templates
In reply to: Featured image: Resized at Frontpage and appear in my postsHey David !!
featured images are called with the_post_thumbnail(); function.
On a quick note you can adjust your theme with below code
the_post_thumbnail( array(200,100) );
=========================
Just replace the_post_thumbnail(); in your theme with
the_post_thumbnail( array(200,100) );
You can set custom size for your image in array(200,100)
I think this will sort your issue
For featured images you can learn a lot here – https://codex.www.ads-software.com/Function_Reference/the_post_thumbnail
==========================
The other possible error could be with css.
Share your link here in support form, so others can help you out !!
Regards
AnirudhForum: Themes and Templates
In reply to: how to show blog post on a static page wordpresstry this – https://www.ads-software.com/plugins/carousel-horizontal-posts-content-slider/screenshots/
it shows posts in a carousel, may help u to sort your problem without coding
Forum: Fixing WordPress
In reply to: Can I add a graphic to an HTML widget? (About Me section)yes, you can add any graphic with html code through text widget.
i am using xaamp and never got any problem like this !!
Only solution, try xaamp my friend
Forum: Installing WordPress
In reply to: No admin panel after loginformat the root folder and then drop the tables, and then install fresh wordpress, it will definitely solve your problem.
[sig moderated as per the Forum Rules. Also please do not use your username to try and promote your own commercial services. That is not tolerated on these forums.]