amandapiasta
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Integration] ERRORI got an error too … for Twitter:
Fatal error: Uncaught exception 'Abraham\TwitterOAuth\TwitterOAuthException' with message '<?xml version="1.0" encoding="UTF-8"?> <hash> <error>Desktop applications only support the oauth_callback value 'oob'</error> <request>/oauth/request_token</request> </hash> ' in /mydomain/wp-content/plugins/social-media-integration/lib/Twitter/src/TwitterOAuth.php:138 Stack trace: #0 /mydomain/wp-content/plugins/social-media-integration/models/HMDTwitter.php(93): Abraham\TwitterOAuth\TwitterOAuth->oauth('oauth/request_t...', Array) #1 /mydomain/wp-content/plugins/social-media-integration/index.php(223): HMDTwitter->getLoginLink() #2 [internal function]: HMDSocialIntegration::hmd_twitter('') #3 /mydomain/wp-includes/plugin.php(524): call_user_func_array(Array, Array) #4 /mydomain/wp-admin/admin.php(222): do_action('toplevel_page_s...') #5 {main} thrown in /mydomain/wp-content/plugins/social-media-integration/lib/Twitter/src/TwitterOAuth.php on line 138This is after inputting all of the credentials for Twitter.
- This reply was modified 9 years, 6 months ago by amandapiasta.
I have the same issue. Log file shows the exact same error.
Causes this error to show on checkout: SyntaxError: Unexpected token <
Hopefully you can help.
Forum: Plugins
In reply to: [Easy Team Manager] change css style wordpress 4.1.1Hi ali.dolphin,
I cannot see the page you have linked because it is password protected.
Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Appointment Status LinkHi thanks, this works!
Forum: Plugins
In reply to: [JoeBooking - Time Slot Booking] Form anchorJust want to let you know that this solution also worked for me. Thanks.
Forum: Plugins
In reply to: [Easy Team Manager] change css style wordpress 4.1.1change this value:
.team_member_wrap { height: 340px !important; }if that does not help, you may need to go into the php file and change the markup to something like:
<div class="team_profile_wrap" style=" height:355px !important; border-color:;">————-
Center the profile photo use this css:
.team_profile_pic{text-align: center !important;}if that does not help, you may need to change the markup to look something like this:
<div class="team_profile_pic" style=" background:url(http://www.yourwebsite.com/wp-content/uploads/easy_team_manager/yourphoto.png) no-repeat center center transparent; ">Hope this helps.
Forum: Plugins
In reply to: [Easy Team Manager] change css style wordpress 4.1.1Ali.dolphin,
Which sections are you referring to?
The width? The height?
Forum: Plugins
In reply to: [Easy Team Manager] Problem with positions and name doesn't show upHi Sdoupi,
Sorry for the late reply… looks like your values are not being saved to the database properly.
The problem would lie in the file: wp-content >> plugins >> easy team manager >> inc >> easy_team_manager_desc_edit.php
my best suggestion is to delete the plugin and re-install because this file shouldn’t have anything wrong code in it.
If that doesn’t work, rule out any compatibility issues by deactivating all other plugins and themes to see if it works.
Cheers
Forum: Plugins
In reply to: [Easy Team Manager] Problem with positions and name doesn't show upHi Sdoupi,
that is the code that will create the sql table, but the question is, was the value you saved inserted into the table?
The way to check this is you must login to your MySQL (usually it says MySQL Admin) and check in the table called easy_team_manager_description for the value that you are having trouble saving.
Forum: Plugins
In reply to: [Easy Team Manager] Problem with positions and name doesn't show upI’ve discovered that the images will not load properly if the file names have spaces in them. So for example, instead of “mr. john does photo.jpg” it should be something like “mr-john-does-photo.jpg”
As for your emails and phone numbers not saving, can you check your database table to see if the value was input into the table?
the table is called easy_team_manager_descriptionIf there is a value saved there, then we need to figure out why it is not grabbing the correct value. In this case, if you could provide the url to page where you’re trying to display it, we can see if it’s in the php or just a styling issue.
Forum: Plugins
In reply to: [Easy Team Manager] change css style wordpress 4.1.1Hi Mirel-a,
To change the css for what shows on the front-end, you must find the css file:
wp-content >> plugins >> easy-team-manager >> css >> style.cssForum: Plugins
In reply to: [Easy Team Manager] margin at the topHi islander123,
This is a css styling issue. You can try adding the following css to your custom.css file:
.the_team{ margin-top: 0px !important; }Forum: Plugins
In reply to: [Easy Team Manager] Problem with positions and name doesn't show upHi Sdoupi,
By default the plugin sets the database to only accept 240 characters – maximum.
Some fields are actually less than that.If your team members name is less than 240 characters, try inputing all of the fields at the same time and see if it updates on the front end. I’ve noticed that it is a bit strange like that sometimes, where you can update it and it will not show it on the backend, but it will show it on the front end.
Let me know, I still have some tricks up my sleeve.
Forum: Plugins
In reply to: [Rename wp-login.php] Renamed login URL not workingSo I deactivated the plugin, deleted it and reinstalled it…
Then I used a different renamed url
So instead of trying to use:
http://www.site.com/staff-login/again, I used a different one:
http://www.site.com/secret-place-to-login/
and it worked!
I didn’t touch the subdirectory at all.Weird.
Forum: Plugins
In reply to: [Easy Team Manager] Can I change the numer the columns?You should change the css width % to something smaller if you want more columns and larger if you want less columns.
So for example, if you want 5 members across (or 5 columns):
.team_member_wrap{width:18%; float:left; margin-left:1.6%; margin-top:20px; margin-bottom:30px;}