LoriT
Forum Replies Created
-
@nemanjat I had also messaged the developer of the Elementor theme. They updated a core theme plugin and had me update it. Once i did that it remedied the issue. The website is functioning correctly now.
Let me know if you need any other information that can help you.
Forum: Fixing WordPress
In reply to: Site hacked, new admin accounts being created@atimes2015 did you figure out an answer to this? I’m having issues as well. Bluehost is the hosting company.
Forum: Fixing WordPress
In reply to: “Enable Auto Update” Column not avilable in the Plugins Screen@alrubayie It looks like that’ll work for me too! Thanks for the info!
Forum: Fixing WordPress
In reply to: “Enable Auto Update” Column not avilable in the Plugins ScreenI am having this issue. @alrubayie did you ever get the issue resolved?
Much thanks appreciated!
Forum: Plugins
In reply to: [Button] Live version showing oval whereas the preview showing correctly.Yes, that looks better. Not perfect, but much much better!
Thank you!Forum: Plugins
In reply to: [Button] Live version showing oval whereas the preview showing correctly.Wonderful! Yes, that worked.
So on this website https://housecallstotalwellness.com/ I added the code and it didn’t work, but then I noticed you have a custom css field for each individual button, so I added it there and then it worked. So I had to add it to each button, but now the button’s text isn’t centered. Any ideas? It’s an older WordPress website.Thank you!
Forum: Plugins
In reply to: [Button] Live version showing oval whereas the preview showing correctly.Hi there! Thank you for the response!
I looked at the border is already unchecked.
I then added the custom css and it didn’t change anything.
Please assist.
Thank you!ok, so I have no idea what happened, but strangely, the changes weren’t made to the file – you were right! I made the changes and it works now. Thank you so much!
That’s strange. ok.
I created a file ending in php. Pasted your code. Changed the lines you specified (see below).
I just reuploaded the file. Still doesn’t work. What else could it be? Here’s what I have in my file…add_filter( ‘tablepress_shortcode_table_default_shortcode_atts’, ‘tablepress_add_shortcode_parameters_pagination_scrolltotop’ );
add_filter( ‘tablepress_table_js_options’, ‘tablepress_add_pagination_scrolltotop_js_options’, 10, 3 );
add_filter( ‘tablepress_datatables_command’, ‘tablepress_add_pagination_scrolltotop_datatables_command’, 10, 5 );And at the bottom I have
{$name}.on( 'page.dt', function() { setTimeout( function() { $( document ).scrollTop( $( {$name}.table().container() ).offset().top ); }, 10); } );
Hi Tobias!
I tried the suggestion and I even made the 2 changes you specified yet it still doesn’t work ??
Also, now the default is to show only 10 rows and I have it checked to show 100 rows.
Any other ideas?
Thank you!@carlotta-1
I ended up using a different plugin. I could not get this one to work properly and no one ever answered.This is a client of mine and she uses WordPress as her host provider (if that has any meaning or not – I have found WordPress hosting to be very limiting to say the least).
Let me give a little more detail:
On the Event listing page (which lists future events only), I want to add to the page.
Here is what I have.
CONTENTS
[events_list scope=”today” orderby=”event_start_date, event_start_time” order=”desc” limit=10 pagination=1]
Past Events
[events_list category=”36145″]
For the shortcode with scope=”today”, it shows all the events, whether they are past or future.
For the shortcode with the category=”36145″, I get an error “No events at this time. Check back soon for updates.”
– for this one, I got the id from the category list page (so I’m assuming that’s the right id#).Thanks in advance!
Hi there! I am having the same problem. The Scope shortcode doesn’t work and the category id shortcode doesn’t work either.
Thanks for you help in advance!Hi there!
I noticed Elementor updated to version 3.0.11. I checked the website and it still has the same problem.Please assist!