jassimp
Forum Replies Created
-
Forum: Plugins
In reply to: [GravityWP - Count] Count data not updating on timeThank you
the caching plug in was the issue
i set exemption for the specific page and its fine now šForum: Plugins
In reply to: [GravityWP - Count] Get count from dynamic fields (dropdown)Thanks again
I am confused how to use the below short code
[gravitywp_count formid=”1″ filter_field=”4″ filter_value=”????”]
in the filed of ???? should be the value of drop down filed of the form
so how to get the drop down value to this “????” value?thanks
Forum: Plugins
In reply to: [GravityWP - Count] Get count from dynamic fields (dropdown)Thank you for the help
but unfortunately, i wish to see the count data before clicking the next or assign button.
is there any way to show it live result while selecting related dropdown filed in the form?Forum: Plugins
In reply to: [GravityWP - Count] Count of dropdown filediam not sure what exactly you are looking for
below short code is for getting count for a dropdown list value
change 28 to your drop down field ID and filter item to your dropdown item name
hope this will help[gravitywp_count formid=”5″ filter_field=”28″ filter_value=”filter item”]
Forum: Plugins
In reply to: [Modern Events Calendar Lite] how to change the event page templateThank you so much for all your support
I solved the most of the issues except the template issue in the single event page.The issue i realized is the MEC not setting any template while creating and event.
and this happened after last update 15.4 –> 15.5There is no issue from theme as it working perfectly with posts and pages.
Please advice me how to solve this or how to trouble shoot this issue.
There is no container header or footer or CSS loading with the single event page as the page it self not selecting any page template which was there earlier.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] how to change the event page templateHI,
could you please help me to solve this issueThe issue i realized is the MEC not setting any template while creating and event.
and this happened after last update
there is no issue from theme as it working perfectly with posts and pages.
i can see there are 3 themes in the template folder. how to set those?thanks in advance
Forum: Plugins
In reply to: [Modern Events Calendar Lite] how to change the event page templateeven its not blank slate template its going out on main container here
Forum: Plugins
In reply to: [Modern Events Calendar Lite] how to change the event page templateits a blank slate template and the header and footer contents were removed and not following the theme css fully.
i just want to know how to adjust the image size as i feel its using default WordPress thumbnail image class/image. is it possible to customize the size as per our wish as the thumbnail image gets croppedForum: Plugins
In reply to: [Modern Events Calendar Lite] how to change the event page templateThanks for the help
I tried many things, but its not getting properly
images and texts are overlapped on monthly, weekly and daily & list views
is there any suggestions?how to adjust the images size on monthly, weekly and daily & list views
Also the images getting cropped!Test site page here
thanks
Forum: Plugins
In reply to: [Modern Events Calendar Lite] how to change the event page templateThank you
The above solution can only adjust the width
Since i am using the blank slate template in the main event page its switching to MEC template while clicking on the event. is there any option to set the blank slate template for the courses similar to WordPress pages? than customizing the CSS completely for this purpose?Thank you Tobias
i managed it though custom CSS#tablepress-9_filter {
float: left;
}thanks a lot
wow!,
that’s a great help for me and thank you so much Tobias for the prompt support.
similarly, how we can change the position of the search box in each data table?thanks again
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table press as a databasethank you Somuch TobiasBg
unfortunately, the CSS code not worked for methe cron worked like a charm- thank you..i set it for 5 minutes.
i would like to make the cron timing changes on admin panel through the drop down option that you provided. how we can do that by adding the low minutes to the drop down?
i am able to add it to the drop down .but its not functioning as i dont know where the drop down variable parameters to set.
is there any option to run the corn manually? i mean updating the table from the server file manually?
today i faced another issue š
i was used the Row Filtering from URL parameter and search enter plug ins
but now the row filtering parameters not workingbelow the code that i used on the table page
[table_filter id=9 datatables_search_enter=true /]
could you please advice me how i can solve the issue
all your support is highly appreciated.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table press as a database“”Iām not sure that I understand the next question about the hiding. Can you explain that maybe with an example or screenshots?””
please find the screen shot below
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table press as a databaseThank you Joe
i found below information on two places related to the cron schedule timiingwordpress website : wp-cron-scheduling
other website : how-to-run-a-function-every-5-minutes
so, we can implement this less timeing ?
where is the variables applying on table press once the filter changes.
your help and support always appreciated