customedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change WP Login Error messagesthanks buddy I own you one
Forum: Plugins
In reply to: [Plugin: login-with-Ajax] translate part of plugin messages…I believe that it is not tin the wordpress. I think its in the plugin itself.
Unified login error messages
This one as well is from wp?
ERROR: The password you entered for the username demo is incorrect. Lost your password?
I installed a plugin that takes care of the other messages but this one is the only one remaining. Could it be that Login with ajax is handling this one?
Forum: Fixing WordPress
In reply to: Site Already hosted now changing domain(hosting remains)Yes it is now. I manage to find a way to make it work hahaha. Thanks for the help anyway!
Forum: Fixing WordPress
In reply to: Site Already hosted now changing domain(hosting remains)Tried to transfer, went into settings and changed the domain name, along with the the urls on the data base. the site seems to come out, but the css and several plugins seems to be out. Is that normal?
Forum: Fixing WordPress
In reply to: Site Already hosted now changing domain(hosting remains)ok i will try that. As for the The setting section on wp. I can enter an url. Do i need to change that as well?
Forum: Fixing WordPress
In reply to: Site Already hosted now changing domain(hosting remains)well im not moving it any where i’m just getting the domain from another site to point to mine. so far it works but when you navigate through the site the url changes back to iba.org to custom-media.com
Can you send me your EM files? I believe the problem is in the Ajax
I was using the latest version 4.21 but since it doesnt work I had to down grade to a lower version.
You can try on my site:
https://www.custom-media.com/Iba/ok I will try this out!
Therefore I would need to switch for Event Manger PRO In order to get a booking for like this one?
https://www.ibajapan.org/P290.html
If so I might consider about upgrading to pro.Thanks
i’ve found another way to fix it, the page i was looking for was indeed in the template section EM ->Template ->Template -> my-bookings.php
The button I was looking for happen to be there.I tried that but as you can see the file happen to be empty. There is only a function. The documentation as well doe not help much it just talks about an alternative way to affect the templates. I doen’t mention anything about modifying certain layouts, which template is used depending on the situation and etc. I believe that should be documented as it is a necessity for development and theme modification.
<?php /* * This page displays a single event, called during the em_content() if this is an event page. * You can override the default display settings pages by copying this file to yourthemefolder/plugins/events-manager/templates/ and modifying it however you need. * You can display events however you wish, there are a few variables made available to you: * * $args - the args passed onto EM_Events::output() * THE LOOK CAN BE MODIFIED IN THE SETTING PAGE */ global $EM_Event; /* @var $EM_Event EM_Event */ if( $EM_Event->status == 1 ){ echo $EM_Event->output_single(); }else{ echo get_option('dbem_no_events_message'); } echo("sss"); ?>
Thx, Marcus! I fixed it by adding a new folder with the images required. I have another question do you know a way to shorten down the the name? (like limiting it to certain number of characters
<ul class="listTheEvents"> <li class="upcomingTitleSidebar">#j #M #y</li> <li>#_CATEGORYLINK</li><li><a href="#_EVENTURL">#_NAME ?</a></li> <li><img src="wp-content/flags/#_ATT{Language}.png" width="12" height="11" alt="#_ATT{Language}"/></li> </ul>
Output
16 Sep 11
BCP-DR-IT Security
IT Solutions for BCP and Back-Up Sites (test) ? (#_NAME, is too long would like to make it shorter)
[J]You can check on the actual site to see how it looks like, and again I want to thank you for your support!