sswinters
Forum Replies Created
-
It was just this table that was the problem, for some reason the last 10 rows were the issue.
When I removed them I could re import and save them.Can you send me an email address or something, I do not want to post it here.
converting it to a csv allowed it to upload, thanks for your help.
- This reply was modified 7 years, 1 month ago by sswinters.
I will convert it to csv and let you know.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Turn off triggerWhat should I be using for the Popup Display Rules – I have set the trigger to manual and used a link, but it still is not working
can you post a link to that post – might be good to read
Forum: Fixing WordPress
In reply to: List links by IDthanks, when I added the code and a shortcode to the text widget, it just outputted this “[custom_list_bookmarks]”
Forum: Fixing WordPress
In reply to: List links by IDI want to show the links that appear under Admin-Links.
I would like them in a widget for a sidebar and listed from newest to oldest when they were entered. I am assuming I need to use the ID as there is no date for links.
Forum: Fixing WordPress
In reply to: List links by IDI am using the one found here – https://codex.www.ads-software.com/Function_Reference/wp_list_bookmarks
I am trying to list the links by date entered, or I guess by id, newest to oldest
I have tried some plugins, to allow me to enter php onto the text widget, but that failed even working.I am not sure what to try next.
Forum: Plugins
In reply to: [PHP Code Widget] Not displayed?I am getting the same problem, can the owner respond to this?
Forum: Networking WordPress
In reply to: server migration and 404 error on subdomainsYes we have done that this morning as well.
Forum: Networking WordPress
In reply to: server migration and 404 error on subdomainsYes, it is we are using a shared hosting plan.
Forum: Networking WordPress
In reply to: server migration and 404 error on subdomainsno the htaccess file has been migrated over. I have confirmed that everything has been moved over. thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Make home page similar to image?Thanks, that did it.
Now how would I put the social media icons in the header?
Forum: Themes and Templates
In reply to: [Semicolon] widget backgroundI don’t have access to the site anymore, but I used a css plugin, like
https://www.ads-software.com/plugins/simple-custom-css/screenshots/Then add this code:
.widget-area .sidebar-primary .widget {
background-color: ffffff;
}