forevercurious
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post Popup] external links within modal not working#Solved
Added the right code to the module!
Forum: Plugins
In reply to: [WP Post Popup] Google Analytics tracking ModalHI,
Any tips for customising the plug-in?
Forum: Plugins
In reply to: [WP Post Popup] Google Analytics tracking ModalHi,
I came across this on Stack overflow, similar to what i was asking, but not sure how this would work with your plug-in?
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Last updatemaxdvco
add this into the css tab for your table
#supsystic-table-1 .supsystic-tables-wrap a {
display: none;
}Hi,
I have also got this ‘edit’ button. I have removed it by adding the following code to the CSS tab on the required table.
#supsystic-table-# .supsystic-tables-wrap a {
display: none;
}# will be your table number.
Hopefully a permanent fix will be supplied soon.
Forum: Plugins
In reply to: [SVG Support] js image size errorBrilliant, didn’t think of that one!….again thank you very much for your help, i know a few of the questions were outside of your plugin, so thank you your assistance, very much appreciated.
I think its safe to say resolved now!
thanks.
Forum: Plugins
In reply to: [SVG Support] js image size errorHi Benbodhi,
Yes that works…thank you so much!
I had my own css class added, before i realised why it was not working…but all good now.
Dumb question…i have inserted an svg in to an image module….which still shows as an img on the front end, how do i add the class=”style-svg” to the image tag to make it an svg?
thank you
Forum: Plugins
In reply to: [SVG Support] js image size errorSorry for the slow response, been away from the computer.
Ok, i probably do not need the logo to be inline, but there will be other SVG’s that will be added, that will want to be inline so they can be changed with css.
Actually, just been informed by the client, that they may want to change the colour of the logo dependent on page/ section, so wouldn’t this be best easier to do with inline SVG rather than upload new logos?
One thing i cannot work out is when i add the logo inline as mentioned previously, the text is centred in the logo frame/canvas (however described!) but when not inline it is positioned as expected, default divi location.
I found that in the theme customiser, if i increase the primary menu bar/ menu height to 300 and the logo max height to 100, it display where you would expect, 30px from the left…but the logo is quite big on the front page.
i have some screen shots if this helps to explain?
tony.
Forum: Plugins
In reply to: [SVG Support] js image size errorAlso, you say you use Divi, do you not get these issues with your logos?
Forum: Plugins
In reply to: [SVG Support] js image size errorBenbodhi,
thanks again for your response…..i am going to be dumb here and ask, how can i get rid of the id=”logo”, i do not see it anywhere other than inspecting on the webpage!
Forum: Plugins
In reply to: [SVG Support] js image size errorHi,
Thanks for your response.
The JS is part of Divi, i did not add it and yes i rendered in line as i was going to add further svg’s later on.
Do you see the js error in your console?
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Custom_Fields image sizesHi nK,
That will not work, as any css added to the images effects all of them and as i dont know what image size is going to be used i would need to adjust the margin for each image manually.
I need to be able to target one column of images(left column) to align the images to the right.
I cannot see/ work out how your column structure works to target one column. Is it possible to add a class or id to a column so i can target it?
Thanks
Tony.
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Custom_Fields image sizesHi nK,
Brilliant the above worked, thank you!
One last thing, i’ve been trying to work out how to change the position of the columns.
I have the two columns, 50% each, I need the first column to be right aligned and the second left aligned.
If you see my website, you can see on the home page, what i am trying to achieve
As you can see on the architecture page, i have the images sized as required, but just need them realigned,
Most grateful for your further assistance
thank you
Tony.
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Custom_Fields image sizesHi nK,
Thanks for getting back to me,
The website is https://black-architecture.uk still under construction!
The home page, below the landing image i have used the custom fields in a blog module to change the images sizes from the standard size (I am using Divi theme), this is how i would like the images to appear using your plug-in on the Architecture page
On the Architecture page, ignore the top section of images, trying to work on something within Divi, the following two section are using your plugin, the first is using your portfolio layouts pulling in the posts, the second is using your portfolio items and adding in to the portfolio layout
I don’t mind using either option above it we can get the custom_field images to work.
I am using ACF (advanced custom fields) plug-in
A code example i used for the blog images –
css
/*featured image – XS */
.cf_article-2-column .et_pb_post.post_xs .entry-featured-image-url img {
max-width: 55%;
width: 55%;
min-width: 55%;
}And in ACF the rules – Post Types is Equal to Post
For your plugin, i am not sure what to target the above css, to change the image size and in ACF i have the following rule options:
Post Type is Equal to Portfolio Item
Post Type is Equal to Portfolio Layouthope above is clear
thank you.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Divi builder short codes showingThe support gave me a link to another plug-in
https://www.elegantthemes.com/blog/divi-resources/divi-plugin-highlight-divi-blog-extras
which also uses an ajax loader….so must have got access to the files you mentioned.