DhruvKanojia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to keep ONLY sticky posts on homepage?I’m using twenty fourteen theme. Customized it….Here’s the link..
I’ve removed the left menu and hence I have a lot of space… So, I just want my sticky posts to be left aligned from the page.. I don’t want any space from left…. maybe a little padding on left…
Forum: Themes and Templates
In reply to: [Blanc] Header imagehahahha barbussi lol…. well.. what is the theme you are using.? If it’s free.. maybe I’ll download it and set it up and see if I can come up with it….post the link if you can ^_^
Forum: Fixing WordPress
In reply to: How to keep ONLY sticky posts on homepage?well.. I figured that I have to remove that “get the post loop” from my index.php to eliminate this one.
and any way to “Align the STICKY POSTS” area..?
Forum: Fixing WordPress
In reply to: New hosting site not looking like old hosting siteyep.. you have to copy each and every file from old webhost to new webhost ….. when you do… You’ll see your content back ^_^
Forum: Themes and Templates
In reply to: [Blanc] Header imageok.. there are 2 things you could try…. but, remember to backup the original files of parent themes before making any changes and if you see anything going wrong.. just remove whatever you added or add whatever you removed.
The 2 ways I think could work out…1.) Make a child theme file for “flexslider.css” in your child theme directory (blanc/2.0.4/css/flexslider.css ) and put this in it (of course after making a call to the parent flexslider.css file) :-
.flexslider .slides img { height: auto; width: 90% }
2.) In this jquery.flexslider.js file located in “blanc/2.0.4/js/“… on line “145”, try removing these lines…
if (!fade || (fade && slider.vars.smoothHeight)) { $(window).bind("resize orientationchange focus", methods.resize); }
and in the same file… try removing these on line 558-560:-
`resize: function() {
if (!slider.animating && slider.is(‘:visible’)) {
if (!carousel) slider.doMath();
if (!carousel) { slider.doMath(); }``
Forum: Fixing WordPress
In reply to: New hosting site not looking like old hosting siteUninstall the wordpress you just installed… I thought you copied the SQL already… now follow these steps
In the old website.. log in to your “PHPMYADMIN”.. and select your WORDPRESS DATABASE from left side…
follow these images:-
1.) https://i.imgur.com/QQs7M8C.png
2.) https://i.imgur.com/jTic6WA.pngyou’ll download an SQL file… see where you are downloading it and what’s it’s name.
Now.. log into your new webshot aand go to phpmyadmin of new webhost and click on IMPORT and follow these steps..1.) https://i.imgur.com/sGp06Lt.png
Now… install the wordpress providing the same database name and pass… and in the wordpress setup… please update the new URL too…. you can change it later via settings too…
you should be good to go…
Forum: Themes and Templates
In reply to: [Blanc] Header imageForum: Fixing WordPress
In reply to: New hosting site not looking like old hosting siteyou gotta install WP on the new server first… and then use it….err.. I’ll see if I come up with something…
Forum: Themes and Templates
In reply to: [Blanc] Header imageNope. It won’t change anything…. even after gettting 100 updates on the theme. Provided that you made the child theme correctly.
I’ll post the link to the website you could follow to create the child theme easily..
Forum: Fixing WordPress
In reply to: New hosting site not looking like old hosting siteyea.. the plugin was DUPLICATOR…. it backs up your wordpress site and you can transfer it from one host to other… try it…
Forum: Themes and Templates
In reply to: [Blanc] Header imageRefer to this comment by PAULWPXP :-
https://www.ads-software.com/support/topic/header-image-repeating-itself?replies=12#post-4150929
Forum: Themes and Templates
In reply to: [Blanc] Header imageTry putting this in the child theme or style.css
#header { background-image: url(images/Name_of_Image.jpg); background-repeat: no-repeat; border-bottom: 1px solid #dfdfdf; }
Forum: Fixing WordPress
In reply to: New hosting site not looking like old hosting siteumm.. there was some plugin that could back up your wordpress site and upload to new one…. lemme search it.. I don’t remember the name…
Forum: Themes and Templates
In reply to: [Blanc] Header imageumm.. I’ve been working with child themes for a while.. never ran into any problem(s). I’ll see if I can come up with a solution anytime…
Forum: Fixing WordPress
In reply to: New hosting site not looking like old hosting siteWell.. most of the webhosts provide FTP log-ins….So, log in using that FP info and Download all the files from your “public_html” folder…
log into the new host’s FTP account and upload the contents u just downloaded from older account.
Should fix it. I’m assuming that u are not using WordPress…. because u said u wanted to transfer HTML files, so I take it that u don’t have any kind of BLOG or something like that running…