Josh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom-post-type field only display if completedHello,
You would probably do better asking this on the Pods plugin support page.
Forum: Fixing WordPress
In reply to: Can't Login To Dashboard AnymoreHello,
Well, there are a few methods to use for changing the “home url” and “site url” options. Here is a link to the Codex for Changing the Site Url which explains more.
You’ll either need access to your file directories (to edit the wp-config.php file); or to your database (to edit the entries directly).
Forum: Fixing WordPress
In reply to: 500 – Internal Server Error after WP 4.2.3 updateHi,
I’m not sure if this will do anything; but try going to the permalinks section of the admin panel.
Take note of the current permalink structure; then change it to something different and save. Now, change it back to what you had before, and save again.
See if that helps.
Forum: Fixing WordPress
In reply to: missing files?Hi,
I certainly apologize for your inconveniences. I know the frustration.
What exactly is the problem you are experiencing?
You can find the .htaccess file in the root folder of your WordPress installation. It is on the same level as the
wp-adminfolder.Forum: Plugins
In reply to: [WP Edit] Paste as plain text by defaultExcellent.
Thank you for the explanation and clarification.This is definitely a feature I will add to WP Edit in a future release.
Please have a wonderful day π
Forum: Reviews
In reply to: [WP Edit] Just what I needed!Thank you, Eileen. Thank you very much.
Please do let me know if you ever have any suggestions/ideas for future updates. Some of the best features come from user suggestions.
Thanks again; and please have a great day.
Forum: Fixing WordPress
In reply to: Ads not showing – update issueHello @panadero;
With all due respect; even though your issue may seem similar, your issue may not be exactly like the issue reported by the original creator of this thread. We call it “hijacking” a thread. It often leads to confusion.
It would be much more efficient to create your own topic; even if you copy/paste what you wrote above.
This way; the moderators can provide direct attention to each matter individually.
Thank you for your kind understanding.
Forum: Fixing WordPress
In reply to: Centering a google map within a widget on VantageLol.. You’re welcome π Have a great day!
Forum: Fixing WordPress
In reply to: Centering a google map within a widget on VantageTry this:
.widget_googlemapswidget { text-align: center; }Forum: Fixing WordPress
In reply to: Ads not showing – update issueWell, what are you using to display the ads? A plugin? A theme option?
Forum: Fixing WordPress
In reply to: Fatal Error MessageTry adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '128M');However, that may not work. It’s just the easiest and fastest possible solution.
You may need to contact your host; and ask them to “up” the memory limit in the php.ini file.
Forum: Plugins
In reply to: [WP Edit] I'm using WP edit plugin, how can I add custom font size?Great!
That’s funny. I just had someone else ask me the exact same thing a few days ago. Yes, it’s possible. I had it working before. But something changed.
I need to open a trac ticket and ask the “Almighty Ozz” (inside joke) what changed in the editor and how to apply the CSS to default font size and type.
Gimme about 48 hours… and follow up with me here.
Thanks.
Forum: Plugins
In reply to: [WP Edit] I'm using WP edit plugin, how can I add custom font size?My sincerest apologies. I lied about the feature being available in the free version of WP Edit. I get so confused sometimes between the two.
Okay, no code editing is necessary. Open up your WP Edit plugin settings page; and go to the “Editor” tab.
Under the “Tinymce Options”, select the font-size-type you would like to use in the editor dropdown (px, pt, em, %).
Next, in the input box for “Dropdown Editor Font-Size Type Values”, you can enter the values you would like to display in the dropdown box. You’ll want to enter a space-separated list of values.
For example, if you elect to use “pt”, a possible set of values could be “10pt 11pt 12pt 13pt 14pt”.
Save. Manually clear your browser cache. And let me know your results.
Forum: Plugins
In reply to: [WP Edit] I'm using WP edit plugin, how can I add custom font size?My sincerest apologies. I lied about the feature being available in the free version of WP Edit. I get so confused sometimes between the two.
Okay, no code editing is necessary. Open up your WP Edit plugin settings page; and go to the “Editor” tab.
Under the “Tinymce Options”, select the font-size-type you would like to use in the editor dropdown (px, pt, em, %).
Next, in the input box for “Dropdown Editor Font-Size Type Values”, you can enter the values you would like to display in the dropdown box. You’ll want to enter a space-separated list of values.
For example, if you elect to use “pt”, a possible set of values could be “10pt 11pt 12pt 13pt 14pt”.
Save. Manually clear your browser cache. And let me know your results.
Forum: Plugins
In reply to: [WP Edit] I'm using WP edit plugin, how can I add custom font size?Hello, and thank you for posting your question.
Well, there is no “interface” where the font sizes can easily be adjusted. The Pro version of WP Edit WILL allow the user to input a desired selection of font sizes; which will then become available in the editor dropdown box.
Alternatively; you could edit a line of code in WP Edit; which would allow you to add the “13”. However, whenever the plugin is updated, you will “lose” this modification and have to go back and do it again.
Let me know if you want to go with the modification route; and I’ll find what code needs to be adjusted.
Thank you.