salesgetters
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Search Replace] Test Shows No ResultsI have the same issue. I am trying to replace an image hyperlink – https://www.amazon.com/How-Professional-Salesperson-Louie-Bernstein/dp/B007H92O06/ref=tmm_other_meta_binding_swatch_0?_encoding=UTF8&qid=1508861852&sr=8-1
with a different hyperlink – https://www.amazon.com/How-Professional-Salesperson-Louie-Bernstein-ebook/dp/B007PVKDAOI select all the tables and the test comes back saying it cannot find the original hyperlink. I copied the hyperlink directly from the page. Can you please tell me what I am doing wrong?
Thank you.
P.S. I am on the latest www.remarpro.com version, if that helps.Forum: Fixing WordPress
In reply to: Can’t update a certain pageTurns out, after looking at the source on the page, there were about 2,000 <p> </p> in a row. That is what must have eaten up the upload size. Took it out and no problem uploading! Thank you for your help.
Forum: Fixing WordPress
In reply to: Can’t update a certain pageTried that. Disabled all plugins and changed to a default theme. Still no upload.
After doing some research and calling Godaddy. I came across the article below.
Can you please tell me where the functions.php file is located?Fixing 413 Request Entity Too Large Error in WordPress
There are multiple ways to fix the request entity too large error in WordPress. We will cover all these methods, and you can try the one that works best for you.Method 1. Increase Upload File Size Limit via Functions File
Simply add the following code to your theme’s functions.php file or a site-specific plugin.
1
2
3
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
@ini_set( ‘max_execution_time’, ‘300’ );
You can increase the values in upload_max_size and post_max_size to be more than the file you are trying to upload. You will also need to increase the max_execution_time to the time you think it would take for the file to upload. If you are unsure, then you can try doubling this value.Forum: Fixing WordPress
In reply to: Change from http:\\domain.com to http:\\www.domain.comMy settings are:
WordPress Address (URL) https://sales-getters.com/blog
Site Address (URL)https://sales-getters.com/blogIt appears there is an option to change it, but it comes with a lot of warnings. And I am kind of new to this.
GoDaddy hosts it.
BTW – it is a www.remarpro.com site not a wordpress.com (if that helps)Forum: Themes and Templates
In reply to: [ipad] [Plugin: ipad] Right column not showing on iPadNot using a plugin for the iPad.
I was just trying to find a way for my blog to show both columns on the iPad.Forum: Themes and Templates
In reply to: [ipad] [Plugin: ipad] Right column not showing on iPadThe link above got this message:
Whoops!We couldn’t find that plugin. Maybe you were looking for one of these?
Forum: Fixing WordPress
In reply to: Adding a picture/link widget in my blogI will send it today. What is your email address?
Forum: Fixing WordPress
In reply to: Adding a picture/link widget in my blogThank you orpatech. I am guessing if I want to change the font size or bold, I just add that there as well?
Would you like a copy of the book, as I promised?Forum: Fixing WordPress
In reply to: Adding a picture/link widget in my blogWould you know how to control the font size, color, etc of the Title’s in the widgets. My are kind of a bland gray, and get turned into all caps.
Thank you again.Forum: Fixing WordPress
In reply to: Adding a picture/link widget in my blogWorked great.
Thank you. Would you like me to email you a copy?I just found out today too that the right side bar is on the bottom of the iPad. Bummer. I would do something with CSS but I am not sure I can. I got my WP account via GoDaddy when I got my domain and web hosting. Can I affect the CSS if it goes through them?
Forum: Everything else WordPress
In reply to: Link directly to a particular postThank you very much.
Worked great.Forum: Everything else WordPress
In reply to: Link directly to a particular postThank you very much. Worked great.
One other question if I can – How can I get readers to go to https://www.sales-getters form the blog, if they want to? I tried putting the URL in the title, but it did not work.Forum: Everything else WordPress
In reply to: Link directly to a particular postSorry – i am probably not explaining it correctly.
Say, for example, I want to send out a tweet that directs the viewer to say, the third post down on the blog. Clicking the link you have in your example takes the user to my sales-getters.com home page.