hozefasmile2007
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Item Visibility Control] Doesn't show "Visibility" option in menuHi,
I am also getting the same problem, I don’t know why plugin developer or any other person haven’t look in this issue for such a long time?
Hi All,
I am not sure what to do in my case.
I am using buddypress activity plus. When somebody upload the image using url option the images are shown at full size with no links the lightbox. but when somebody upload a image to post, it shows small size of image with link to full size lightbox image.
I just want to increase the size of thumbnail of uploaded images, presently either hight or width never goes more then 150px.
I want to set this maxheight and maxwidth to something 250px or 300px.I have tried to increase height and width value at line 36 and 38 of wp-content/plugins/buddypress-activity-plus/lib/class_bpfb_binder.php
But its not work.
Please help somebody!
Thanks
Forum: Plugins
In reply to: [TDLC Birthdays] [Plugin: TDLC Birthdays] Widget in multiple columnHi,
I have tried to changed the way the birthday dates are displayed in the widget.
I wanted to display Date before month that is if the birthday is 16th January then it should have appear (16/1) instead of (1/16) So I have search for solution and then try to read code and done some modification to achieve it, but Now I want to change the number to the name of the Month that is (16/Jan) How can it be achieved ?
Thanks
HozefaForum: Plugins
In reply to: contact form 7 how to set dropdown box sizeHi to all,
There is a very simple solution to adjust the size of drop down list according to your requirement.
Give some class to your drop down list like this:
[select menu-945 class:mydropdown1…….Then go to your CSS stylesheet file and edit CSS there like this:
.mydropdown1{
height:65px; /* for size 4, means 4 items of list visible at a time */
}Have a nice Day!
Forum: Fixing WordPress
In reply to: Converting Localhost to Remote domainHi,
I have installed xampp server in my winxp sp2 system. directory used is d:/xampp
I have also installed wordpress in htdocs of the xampp and put all the wordpress files in a folder “blog”. I had made an index.html file of my own in htdocs folder and made a link there for my wordpress blog. I also removed the default index.php file that is present in htdocs directory(xampp introduction page).It works perfectly on my local machine. when i type localhost in my browser, the index.html file created by me appears and when i click on go to my blog link then the wordpress blog page also open well.
The problem is that when I try to open my wordpress blog globally(means through internet from some other pc). it doesn’t open.My domain name is hozefa.blogsite.org that I am hosting from my own pc. when I type my domain name in the browser the first index.html file opens but when I click on go to my blog link, it doesn’t work. An 403 Error message appear. what is the problem? How we can solve this problem? Please help me!