Posted: January 20, 2021 at 10:03 am
|
events in RTL mode are not shown correctly they need to be right justified where can i correct this |
Hi there, Looking over the registration form it looks like the text is already right-aligned, have you already fixed this or am I missing a section? |
|
|
on the contrary..it is left aligned 🙂 also the dates of the event are coming in the middle and when i click on REGISTER,,, the same form is left aligned And in Step 2 as well in Payment option it is left aligned |
Ah, apologies! That was me being simply blind to it. To fix the ticket selector you can use:
For single page checkout:
Add those to Appearance -> Customize -> Additional CSS. If that doesn’t fix them all please do let me know. |
|
|
This reply has been marked as private. |
|
sorry.. also u missed the event Dates .. its towards the middle |
Does this work:
The event dates are floated left but text-aligned right, so for that we’ll need something like:
Some of them will be within the admin, others you’ll need to PO/MO files to change. For example ‘Registration Checkout’ displayed to the top if the title of the page, so go to Dashboard -> Pages. Search for Registration Checkout there and you can alter the title of the page. We don’t have many strings translated into Arabic but you’ll find them on our GlotPress project here: https://translate.eventespresso.com/projects/event-espresso-4/ar/event-espresso-ar/ We have some documentation on how to use those here: https://eventespresso.com/wiki/how-to-translate-event-espresso/ For #3 we currently do not have the capacity to undertake custom work at this time, we recommend the folks at codeable or there are some other developers who are familiar with Event Espresso listed HERE. |
|
|
Perfect many thanks all worked fine The UPCOMING tag is on the right which comes before the Arabic text (doesn’t look good).. needs to go left to other side Is there a chance that the [show details +] stop making it show I must say u have a great software and better support.. and actually deserve the yearly support for such prompt quick helpful solvable responses |
Does floating it left work for you?
Just remove the show details section completely? If so, then yes, we have an option for it. Go to Event Espresso -> Events -> Templates (tab) Find the ‘Ticket Selector Template Settings’ section and set the ‘Show Ticket Details?’ option to no, then save.
Thank you for the feedback, much appreciated 🙂 |
|
|
Worked all perfect… maybe to post these for RTL incase someone needing them…. thanks……… .tkt-slctr-tbl, #ee-single-page-checkout-dv, #ee-single-page-checkout-dv .jst-left, #ee-single-page-checkout-dv .jst-cntr, #ee-single-page-checkout-dv table { #ee-single-page-checkout-dv .spco-step-arrow-dv, .entry-title .ee-status.event-active-status-DTU { .ee-clearfix .ee-event-datetimes-li { |
|
1. The bellow should change the REGISTER NOW! to text in alt. If correct.. it doesnt pls check 2. also is their a way to make these images clearer when they become smaller |
To change the ‘Register now’ text use
The grid template uses the thumbnail size for your site, which by default is 150px by 150px and then sets the height and width to 200px by 200px. So you have 2 choice, either you can use some CSS to set the grid template to use the native image size:
Or, alter the template to use a larger image in place of the thumbnail which will then use the 200px by 200px default and look clear. I can add some details on how to do that if needed? |
|
|
yes please… |
Event Espresso will search your themes root directory for some of it’s templates before using the default, so if you place a copy of the template there and make changes, that template will be used. So, copy Around line 27 should be:
Change that to something like:
Which should load the ‘small’ version of the image in question as long as your theme (or another plugin) hasn’t removed those sizes. |
|
|
Good morning…also 1. the texts are left justified.. i need it to go to right please thanks |
Good Morning. This should fix the table view:
|
|
|
hi again how can i make the cell contents that has image and course name align to TOP |
You can use something like this:
|
|
|
i am close to not asking questions 🙂 why the images i added to courses seems like cut.. not displaying in full? 2. how can i center these image courses thanks |
The images are being cropped and that is controlled by your theme rather than Event Espresso. EE is calling up the feature image and the image provided has been cropped to fit. Take a look here: https://www.elegantthemes.com/blog/divi-resources/the-ultimate-guide-to-using-images-within-divi
Only on the home page? If you mean like this: https://monosnap.com/file/KRGu4G7QadN08KTfEkDZkNx1iE5Pwa Then you can use something like:
|
|
|
Great thanks What is the best way in ur opinion to ADD a FAQ to the COURSE PAGE? |
My apologies but what do you mean by the course page? The single event page? |
|
|
thank u here Parents need to have a FAQ section for each course which should be in this page Also if can a well in this page through editor or something have TABS so that data is easily presented for example tab for Course description, Curriculum, etc,, |
We don’t have an option to include tabs etc, but your theme likely does. If you are looking to customize the output of the single events page (other than including the FAQ in the event description) you’ll likely need to alter the template files used for outputting EE events and for that you’ll need some custom work from a developer familiar with Divi. |
|
|
ok thanks… one other thing… when viewing https://engineeringforkids.ps/online-courses/ in mobile |
Sure, I’m guessing you only want to reduce the margin on mobile? You can use something like:
If you only want to change the padding on mobile, use something like:
|
|
|
thanks but nothing has changed 🙂 |
Where are you adding that CSS? It loads on this page: https://engineeringforkids.ps/ But not on: https://engineeringforkids.ps/online-courses/ Try clearing any caches you have. |
|
|
all is good thanks how can i make dates appear as dd/mm/yyyy |
|
disregard last message…solved thanks |
|
hi regarding the cropping of images in the event.. u told me it is the Divi theme that does that // Begin stop cropping featured image in Divi Portfolio + Blog + Gallery function ld_stop_crop_image_width($width) { add_filter( ‘et_pb_portfolio_image_width’,’ld_stop_crop_image_width’ ); function ld_stop_crop_image_height($height) { add_filter( ‘et_pb_portfolio_image_height’,’ld_stop_crop_image_height’ ); // End stop cropping featured image in Divi Portfolio + Blog + Gallery |
When you say it didn’t work, have you added a new image with the above code in place? I haven’t used Divi in a while now, but if I recall correctly, the above will only work for images you upload after that code has been added. |
|
|
ya i tried adding images again but it is still cropping i thought it didnt work because we need to add event espresso name to line like in any case its ok.. i will search internet for solutions 2. is there something i can connect my events to facebook/instagram? |
Ah, ok. No, it does not need to be connected to Event Espresso in any way, the images are controlled by Divi.
Currently, the only social media integrations we have are available within this add-on: https://eventespresso.com/product/eea-events-social-sharing/ |
|
|
regarding croping for divi theme /wp-content/themes/Divi/single.php Put |
|
i have courses that are in the form of recorded videos |
If you are going to do that I recommend you set up a child theme for Divi as the next time you update you’ll lose the above change. See: https://www.elegantthemes.com/blog/divi-resources/divi-child-theme
Event Espresso requires a data is set within the event but what you can do is set that date to something far in the future and then hide the dates on shown on the front end of the site for those events. Can you link me to one of the events so I can take a look? |
|
|
yes child theme..but i didnt know how to do that 🙂 https://engineeringforkids.ps/recorded-programs/ How to hide?? |
|
can i c events based on a venue? Listing events in a specific venue? |
So is it all events in the flex_courses* categories? If so then for the table on the page you can use:
Then on the events themselves:
That CSS hides the datetimes for ALL events in categories where the slug contains ‘flex_courses’.
Not by default, but we do have a snippet that can include an event list on the single venue pages. For example, this page: https://engineeringforkids.ps/venues/flex-programs/ https://gist.github.com/joshfeck/0622e324fb3729880f67 Or for more details, this one: |
|
|
thank youuuuuuuuuuuuuuuuuuuuu in the course page like here |
The support post ‘I am using events in RTL’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.