stephaniesash
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] Purge FVM CacheThank You very much for the speedy reply. Everything worked out great. Stephanie
Forum: Themes and Templates
In reply to: [Editorialmag] Category and Date RemovalHello, Yes I did and it didn’t seem to work. Thank you for the response
Forum: Themes and Templates
In reply to: [Editorialmag] Category and Date RemovalHello, thanx for the response. I added the code
{code type=php}
.entry-date {
display: none;
}
{/code}The first and last line turned red and I received this message
There are 9 errors which must be fixed before you can save.
Update anyway, even though it might break your site?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Text next to ImageI figured it out and forgot to send you another message. Sorry for wasting your time and thank you for the fast response.
Forum: Fixing WordPress
In reply to: Can’t install pluginsThank you for the response. One follow up question. Once I manually install the plugins I need will I then be able to install future plugins from the plugin area of my dashboard or will I always have to add and delete manually through ftp? Thank You for any help…. Stephanie
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CollapseThat Worked PERFECTLY! Thank You SO Much!!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CollapseOk Thank You for all your help. I will try it as soon as I can figure out why I can’t connect to the server in FileZilla. If anyone can help me figure out this error code they would be my hero.
fzSftp started, protocol_version=8
Connection timed out after 20 seconds of inactivity
Error: Could not connect to serverI will let you know if it works after I figure this out. I’ll have to do some research tomorrow to figure this out. Thanks again, you’ve gone above and beyond
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CollapseHello, Tobias Thank You for your response. This is the CSS code I put on line #1 of the plugin options custom CSS
@media screen and (max-width: 768px) {
.tablepress-id-123 thead th,
.tablepress-id-123 tbody td {
display: block;
}}
Here is the link of the page that has Table ID 123.
http://stadiumstay.com/listing/washington-redskins-hotels-fedexfield/
On that page, I put 2 table shortcodes so that you can see them both. This is the first
[table id=123 /]and this is the second [table id=123 responsive=collapse /]
No matter what I do or try I can’t get that first table to have column B always visible under column A. Also I have about 500 tables. Is there a CSS code I can use that will work with all of them at once or do I have to put one code in custom CSS for each table ID? Thank You Again….. Stephanie
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CollapseI’m not sure if I’m doing something wrong but I didn’t work. I added the above CSS code to the plugin options page as you said. I already have over 500 tables and I wasn’t sure if needed to change the table id # for each one. To start I saved the above code exactly like you said and checked the page that had table 123 in it. I tried these in the page all with no luck.
[table id=123 /]
[table id=123 responsive=scroll /]
[table id=123 responsive=collapse /]
Sorry If I’m missing something easy….. Stephanie
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive CollapseHello, thanks for the response and sorry for the confusion. Yes, in mobile view I would like to get rid of the collapse button so column B is always visible underneath column A. So for my small tables column 1 is the header, column 2A will be an Image and 2B will be a short description under the image but always visible. Next is column 3A with 3B underneath and so on. Thank You for any help.