MDeb
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] customize login formI too wish to add some color to the fields and title. Is it possible? How can I customize it to have a better look?
If you do find a way, please help me out too!
I could not get any reply from the developer and had to change the theme and its working perfectly now.
Thanks!!
But there seems to be another problem. I cannot seem to find the shortcode to display only the categories or listings on the page. Is there any turnaround for this?
Also, is it possible to have the categories show up on the widget bar? If so, how? I could not find any shortcode or widget for this as well.
Thank you.
I shall try and contact the theme developer on this.
Thank you for the prompt reply……
I checked and there is no conflict with plugins but the theme. I am using Alexandria theme.
Once I switched over to the default twenty-twelve theme it showed up!!
What do I do? I really want to preserve the look of the theme.
[Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]
Forum: Plugins
In reply to: [Acunetix WP Security] 4.0.1 update doesn't appear in the dashboardI have searched all around the forums for a definitive solution to this error, but I could not find anything.
I have tried dropping back to the old version but even that didn’t work. On the contrary, the dashboard eventually stopped showing the options settings values altogether. I have no idea how this works now, I really liked the way it worked. And now it seems I have t move over to ther stable options.
I would still give it a try if anyone posts a solution to work this out. I hope they come-up with a solution!!
Forum: Plugins
In reply to: [Weekly Class Schedule] How to show endhours in the main view@sketch200 I have really lost it. Tried even contacting the plugin support but no use.
I tried editing the database too by adding some custom fields and calling them in the script but it seems the fields are being truncated somewhere. Its getting frustrating.
Please if you do get a solution post it here.
Thanks
Forum: Plugins
In reply to: [YOP Poll] Yop polls not being displayed horizontallyThanks… This worked like a charm.
I was hoping if there is a any possible way to add spacing between the columns. Also would it be possible to have a different theme for the poll view in the page than that of the widget sidebar display.
Please suggest.
Thanks,
DebashisForum: Plugins
In reply to: [YOP Poll] Yop polls not being displayed horizontallyThanks…. This worked like a a charm.
Is there any possible way I can use padding or spacing between the 3 columns. Also is it possible t have a different template for the page archive than that of the widget. The settings are interrelated, I think.
Please suggest.
Thanks again,
DebashisForum: Plugins
In reply to: [YOP Poll] Yop polls not being displayed horizontallyWow!!! You guys took no time to respond!
The problem is not the displaying of the 3 columns but the layout of the polls. They seem disoriented and grainy. I wish they could have the same elegant compact view as that in the sidebar widget.
It would be a great help if that could be sorted.
Thanks,
DebashisForum: Plugins
In reply to: [YOP Poll] Display 2-3 polls side by sideHi there…
I tried using the plugin to show the various polls in 3 columns. I even tried following the suggestions mentioned above, but I failed. I even tried playing with it a bit in my HTML editor but no use.
Please suggest a way. That would be really appreciative.
[link]https://www.vivekrajanvivek.com/poll//[/link]
Thanks,
DebashisForum: Plugins
In reply to: [Weekly Class Schedule] How to show endhours in the main viewI have tried reformatting the database with added rows for $end_hours, but with failure. Even I checked with the entire database structure but the values are not being called, even though the id that’s being used is storing the data fed. I am in a fix now as how to proceed.
Please guys we need a little help out here!
Forum: Plugins
In reply to: [Weekly Class Schedule] How to show endhours in the main viewI too am facing the same dilemma. If you do find a way please post. It will be of immense help. I too am, in the meanwhile trying to play with the code.
Till now I have ended up here.
<table class="wcs-schedule"> <tr> <th></th> <?php foreach ( $weekday_names as $weekday ): ?> <th><?php echo $weekday; ?></th> <?php endforeach; ?> </tr> <?php foreach ( $start_hours as $start_hour ): ?> <?php foreach ( $end_hours as $end_hour ): ?> <tr> <th class="wcs-hour-title"><?php echo $start_hour; ?> - <?php echo $end_hour; ?></th> <?php foreach ( $weekdays as $weekday ): ?> <?php echo WcsSchedule::model()->renderClassTd( $classes, $start_hour, $weekday ) ?> <?php endforeach; ?> </tr> <?php endforeach; ?> <?php endforeach; ?> </table>
Thanks in advance.
DebashisForum: Plugins
In reply to: [Weekly Class Schedule] How to show endhours in the main viewI too am facing the same dilemma. If you do find a way please post. It will be of immense help. I too am, in the meanwhile trying to play with the code.
Till now I have ended up here.
[code] <table class="wcs-schedule">
<tr>
<th></th>
<?php foreach ( $weekday_names as $weekday ): ?>
<th><?php echo $weekday; ?></th>
<?php endforeach; ?>
</tr>
<?php foreach ( $start_hours as $start_hour ): ?>
<?php foreach ( $end_hours as $end_hour ): ?><tr>
<th class="wcs-hour-title"><?php echo $start_hour; ?> - <?php echo $end_hour; ?></th>
<?php foreach ( $weekdays as $weekday ): ?>
<?php echo WcsSchedule::model()->renderClassTd( $classes, $start_hour, $weekday ) ?>
<?php endforeach; ?></tr>
<?php endforeach; ?>
<?php endforeach; ?>
</table>
[/code]Thanks in advance.
Debashis