offshorewebdev
Forum Replies Created
-
Forum: Reviews
In reply to: [Niso Carousel Slider] Doesn’t Work at first, but developer fixed it fastThanks @nalam-1 for your support. I am no longer using that, but I like it and may be install it on my future developments.
If you can work on design end that’d be a plus.
Thank you.
Forum: Fixing WordPress
In reply to: Pls Help To Slove the Warning MassegeHi,
Sorry I did not mean to have a contact by mail. I am big fan of opensource. I was just trying to help, because manohar8021 cannot put all code in this box.I open to help all, if you felt it personal contact tip, so I cannot do anything to build your trust.
Thanks
Forum: Fixing WordPress
In reply to: 300×250 adds not fitting 250 side widgetYes this is important question. you can search guide for child theme. Child theme is just an extra css file. Add the following line to avoide overloading of style in child theme css
#sidebar .primary {
margin-left: 0;
}When theme updated nothing will update in child css.
Thanks
Forum: Fixing WordPress
In reply to: 300×250 adds not fitting 250 side widgetHi,
Actually, If you can see, AD size is more then 300px. Take backup of style.css of active theme and remove the following code from line 434.#sidebar .primary {
margin-left: 25px;
}What difference you feel?
Thanks
Forum: Fixing WordPress
In reply to: Pls Help To Slove the Warning MassegeHi,
If you are developer, please! check the theme_function.php file and check the given parameters. As the error shows, you have given object type variable into array getting parameters.
If not developer you can send me file to check.
Thanks