tobypsl
Forum Replies Created
-
Forum: Plugins
In reply to: [Action Network] Events not syncing to websiteHi Lachlan, I’m just starting out with this plugin. Looks like you sorted your problem. Did you resolve it by syncing your AN Events with google calendar and then inserting that in WordPress? (if so which calendar plugin have you used?)
Thanks.
OK, I seem to have it working now. For anyone else that wants to set up Fluent SMTP to work with a Workspace account in which you have several users each with additional email addresses you have to do the following steps:
- In google cloud navigate to Clkoud Overview then ‘IAM and admin’ in left hand panel
- Select ‘Identity and Organisation’ which opens up Set Up Google Cloud For Your Organisation – click GO TO THE CHECKLIST button
- Enable Cloud Identity and create an organisation (I had already done this)
- Provision users and groups – it suggests multiple groups you should set up and assign members from your Google Workspace Account. I only did the first group [email protected] Here I added the users that I want to be able to send email
The connection can then be set up in the same way as the TUT. But when you authorise with your google account make sure you use the account that will be sending the email. In the TUT it suggests that the email you select for the app support should be the same one you want to send from. I couldn’t do that I could only select my master admin email. But provided I authorised the Fluent SMTP connection from the google workspace account I want to send the email from it seems to work.
With this setup I can have 3 users assigned to a project. The project will be listed at a ‘location’ of my organisation – it has to be as the users are assigned to the organisation.
Then for each email address those users have just assign a new connection with the email address as sender and authorise the connection from that GSuite account. So for 3 email addys per user = 9 connections, 3 authorisations per account. All done from 1 project.
This was achieved through trial and error as I saw Google Cloud for the first time tonight, so, it seems to work but if I have any of this wrong please correct me.
Forum: Plugins
In reply to: [GenerateBlocks] Post List Inside An Element – Possible in Pro?Apologies. For anyone else interested in how to do this I used JetEngine Post Listing coupled with a custom query (also Jet Engine). There doesn’t seem to be total agreement between Jet Engine and Generate blocks ie. it seems best to create the loop template using only the Jet Engine dynamic blocks for it to render correctly which is a shame as they lack the styling integration that comes with GB’s global styling. But it’s a usable work around for now.
The site is still incredibly fast compared to the Elementor version I have live.
I will have a play with the native query loop too at some point.
Thanks.
Forum: Plugins
In reply to: [WP Swiper] Responsive BreakpointsOK, a comma between setting seems to work, like so:
{“480”:{“slidesPerView”:2},
“640”:{“slidesPerView”:3},
“768”:{“slidesPerView”:4},
“1080”:{“slidesPerView”:5}}Forum: Plugins
In reply to: [GenerateBlocks] Post List Inside An Element – Possible in Pro?Hi Fernando
Thanks for getting back to me. It’s not the CPT template I’m worried about it’s how to show a list of posts in a certain category (denoted by a taxonomy) on a templated page that is not an archive page.
It’s possible Generate Press doesn’t have this functionality – as I said Elementor required a plugin to achieve this.
Forum: Plugins
In reply to: [GenerateBlocks] Post List Inside An Element – Possible in Pro?As an example. Imagine I have 3 service pages – in my case:
- Photography
- Videography
- web
Each of these services is comprised of 6 ‘Methods’. The Methods have a Custom Post Type with ACF fields added.
A custom taxonomy is assigned to each service page and each of the ‘Methods’
I would like to have a template to manage the display of the 3 service pages. The content is pulled from ACF fields.
But each page will also list the ‘Method’ posts with the corresponding Taxonomy.
So the Photography service page has a taxonomy of ‘Photography’ assigned. And 6 of the ‘Method’ posts also have a taxonomy of ‘Photography’. So on the Photography service page, will be populated with acf data for photography but also a list of the 6 ‘Methods’. The style obviously using a loop.
Another way I have looked at doing this historically is by creating relationships in ACF between the Main Service Page and the Methods.
I’m not clear on the approach that is used in GB as the video tutorials all refer to using Query Loops in Archive pages whereas I want to include in any page I want – some of which will be templated pages and some will not.
Forum: Plugins
In reply to: [GenerateBlocks] Generate Blocks – Shape Rendering QualityHi Ying – I switched them all out as I’m in a hurry and will come back to some of the aesthetics later. I’m translating a site over from Elementor in the hope it will be faster.
Thanks
This thread seems to be linked to Dynamic Visibility for Elementor but relates to Dynamic Content For Elementor.
I asked for support on your site several days ago, the reason I am here asking the general public for support is because you aren’t providing it. Today will soon be gone, then it will be the weekend and by Monday my issue will be nearly a week unanswered.
I have had more interaction from your team about the process of asking for support than I have had actual support. Really quite disappointing.
Forum: Plugins
In reply to: [Elementor Addon Elements] Background Image Slider Not Shown In ElementsResolved
Forum: Plugins
In reply to: [Elementor Addon Elements] Background Image Slider Not Shown In ElementsOK brilliant thanks got it.
I’ve been having the same issue for several days. I’ve already logged a support ticket but you keep asking for access to my site. I CANNOT SEE THE SITES ON YOUR WEBPAGE EITHER – but only in Chrome and Firefox. With Edge and Opera I can.
I imported a site in Opera and front-end I can see the site in Edge, but not the images in Chrome.
Forum: Plugins
In reply to: [Calculated Fields Form] Fieldset or Div column widthHi
definitely no need for apologies – your support has been outstanding.
That code delivered the layout I was looking for – thanks very much for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] Fieldset or Div column widthHi
I’ve added an image to the page: https://karenhorspool.co.uk/calculate-your-bmr-and-find-out-what-it-means/
There are 2 images, one is without CSS additions the one below is what I would like to achieve.
Thanks again.
Forum: Plugins
In reply to: [Calculated Fields Form] Fieldset or Div column widthHi
yeah that doesn’t work it increases the size of the field to 100% of the column space and separates each column by 45px.
I want the input field to be 45px, the l;abel to be whatever it is and the space between thois etwo entities and the next to be about 45px.
I’m asking if this can be done with 3 columns? The columns would presumably have to be less than 33% of the viewport width.
Thanks.