iammathews
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] break entire siteWill help if you read the plugin summary. Ozette, is it possible to extract the php code from this plugin and use it on none WordPress websites as this works really efficiently compared to any coding I have tried.
Feedback will be appreciated.
Forum: Plugins
In reply to: [Simple Mobile URL Redirect] Not working on iphoneThis works perfectly. It might be because of other plugins you have installed they might be clashing. OR, you created a custom theme which you have not set up correctly.
Forum: Plugins
In reply to: [Magic Fields] Duplicate group returns image as ArrayOkay so I found the answer. After
$profiles = get_group('Teacher');insertpr($profiles);. It will then return a whole bunch of code and feed you back with “pre” text. It then shows you the array of types for your image. You then select which ever one and insert it into your code. Remeber to remove thepr($profiles)Below is a snippet of the complete working code:
$profiles = get_group('Teacher'); foreach($profiles as $profile){ echo "<div class=\"side-er teacher fl-left\">"; echo "".$profile['teacher_image'][1]['src'].""; echo "</div>"; echo "<div class=\"full-content fl-right\">"; echo "<h2>".$profile['teacher_full_name'][1]."</h2>"; echo "<p>".$profile['teacher_content'][1]."</p>"; echo "<p>Contact Details:<br />"; echo "Cell: ".$profile['teacher_cell'][1]."<br />"; echo "Email: <a href=\"".$profile['teacher_email'][1]."\">".$profile['teacher_email'][1]."</a></p>"; echo "</div>"; echo "<div class=\"clear-fix\"></div>"; }Forum: Plugins
In reply to: [RSVP and Event Management] Associated guests not working rightHi Thanks for your reply. I realise this when I reinstalled it on a live server instead of importing the database to the live server.
Forum: Plugins
In reply to: [RSVP and Event Management] Associated guests not working rightCustom questions also does not work. Am I suppose to change permissions or what is it? Pleas help ASAP!! Everything else works 100%
Forum: Plugins
In reply to: [RSVP and Event Management] Associated guests not working rightI also notice, when my site is locally hosted it does associate guests but when it’s on a live server. They do not associate, it’s like nothing happens.
I know what you mean. It doesn’t give you complete control, you can basically just change an image and text, not really an entire page. You should maybe consider looking for a more open sourced plugin, or build your own, or better yet, use a bulk mail service because this plugin could slow your server down, with these auto mails etc if too much is being sent at once or within an hour. It might sometimes even deliver as spam to some users.
This you should find in the main folder. It’s called subscribers.php. If you know php well enough you should find your way.
For some reason, in my folder called “templates” I do not have a file named “subscribe_txt”. Are you editing the file within the WordPress backend? Mail me at yusrimathews@gmail.com
In the plugin folder, there is a folder named “templates” open those text files and edit them to what you wish. If that doesn’t work, you will have to edit code. Which I will also be able to point you to the files respectively.
I think I might be able to help. Please be specific about which message or outcome you’re trying to edit.
Hi, anyone subscribing to my newsletter doesn’t recieve a confirmation email? Anyone know what the problem could be?
I am also currently seeking the answer to this. Have you found an answer? please let me know!
I have resolved this myself. If anyone is having the same issue. I will gladly help.
Also, the page that says “you already subscribed”, how do I edit them? Please help!!!