Forum Replies Created
-
AuthorPosts
-
December 17, 2019 at 8:50 am in reply to: Can't update property details? Like price? Custom text? #495536
AVTsteve
ParticipantI'm having the same problem. AgentPress Pro Theme. https://fpotc.com
Looks like you may have fixed yours. How did you do it?
AVTsteve
ParticipantAnyone, please?
AVTsteve
ParticipantThank you, that fixed everything!
AVTsteve
ParticipantBrilliant, thank you! Did you ever write the tutorial? Thanks 🙂
AVTsteve
ParticipantI've decided to take the easy way out and just use a plug-in to redirect from a post to the appropriate "product". Thank you for your help.
AVTsteve
ParticipantIf you don't mind a little hand holding, I did what you said but the new widget appears above the old one, but not in the same "tiles format".
February 3, 2017 at 1:59 pm in reply to: The plugin generated 1 characters of unexpected output during activation. #200523AVTsteve
ParticipantDeleted and re-installed Genesis Simple Hooks.
Deleted a couple of other plugins that have not been supported in a long time and problem went away. Still not sure exactly what fixed it, but it's fixed. Thanks for your input
February 3, 2017 at 9:47 am in reply to: The plugin generated 1 characters of unexpected output during activation. #200510AVTsteve
ParticipantWordPress debug shows the following:
Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "_" sidebar. Defaulting to "0". Manually set the id to "0" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home3/avtmarke/public_html/wp-includes/functions.php on line 4136
Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /home3/avtmarke/public_html/wp-includes/functions.php on line 3828
My problem is that when i load functions.php into Dreamweaver, the references to lines 4136 and 3828 are not correct. Furthermore, complete document search for get_currentuserinfo yields nothing, and I'm not sure how to troubleshoot the register_sidebar issue.
February 3, 2017 at 9:06 am in reply to: The plugin generated 1 characters of unexpected output during activation. #200505AVTsteve
ParticipantThank you for your reply, but after I activate the plugin, I can't insert an image into a post because of the original issue of the media library not coming up. Are you saying this is unrelated?
AVTsteve
ParticipantI figured out a work-around that does not involve messing with php.ini, .htaccess, functions.php, or any other systtem files. All I did was the following:
* FTP the file up to /wp-content/uploads/2016/07/filename.mp4
* New Post --> Add Media --> Insert from URL
* Cut and paste the appropriate URL based on where you uploaded the file.
* Hit Insert Into Post. Done.AVTsteve
ParticipantTried that, but thank you.
AVTsteve
ParticipantI am trying to increase the Maximum upload file size from 8 MB. I am on a HostGator VPS and I have tried all the following suggestions:
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
None of them worked. What can i do to increase the max upload size?
AVTsteve
Participant@neilc - You are correct. You can password protect a page very quickly. However, client is concerned that a password can be [more easily] passed around. Forcing a login will allow the client to see who is viewing the page, how often, and better determine if the login is being shared. If it is being shared, user access can be terminated without having to change the password (to the page) for all who are supposed to have access to the page.
I know this functionality can be achieved with a membership plugin, but if it can be done with a few lines of code, client would rather go that route, as he does not need all the other functionality of a membership plugin.
AVTsteve
ParticipantAfter clearing the cache, it worked for me. I placed the code just before genesis(); as jodzeee recommended. Thank you!
AVTsteve
ParticipantNot sure what i did, but now everything seems to be broken. After following braddalton comment above, All i get is:
Parse error: syntax error, unexpected '}' in /home/cscavtserver/public_html/wp-content/themes/agency-pro/functions.php on line 43
AVTsteve
ParticipantThanks, much appreciated!
AVTsteve
ParticipantThank you, that looks much better. If i want to keep the slider width the same as the area above and below it, (around 1140px), is there a way to have it that wide, and still center the 920px image within it?
Also - I've never made changes to a style.css sheet for a plugin before. When the plugin gets updated, will that overwrite these changes? Thanks again!
AVTsteve
ParticipantI figured out the problem. My .htaccess in wp-content had the following code:
<Files *.php>
deny from all
</Files>When i took out the code, it worked fine. Do you know if there is a "deny from all except" way to allow access to one php file, but not the rest? Thanks!
AVTsteve
ParticipantSummer - You are right, i am not seeing it with either Chrome or IE, but it is there using Firefox.
-
AuthorPosts