carterkay
Forum Replies Created
-
Thanks I will try that.
Hi, I tried with that but I still get the same issue?
I will try with the premium plugin.
I have tested on Chrome and Firefox and I have run the site in safe mode which disables all plugin,,, same issue.
I have also tested on a new post but same issue https://outofourheads.net/2020/11/20/testing-short-code/
Hi,
The page with the [DISPLAY_ULTIMATE_SOCIAL_ICONS] shortcode is https://outofourheads.net/2020/11/10/beyond-the-patient-little-girls-lullaby/
Thanks
Yes thanks for your help.
Thanks I appreciate that.
Would it help if I upgraded to your pro version?
Thanks.
Is there a way I could modify the code so it doesn’t open the buttons, but just performs the action on one tap,, for mobile devices?
Something like a media query?
Cheers
Forum: Plugins
In reply to: [Sticky Side Buttons] Partially displayed at first loadHello @lfedele, I am getting the same issue see below.
https://screenshot.net/2nopkb5
Did you figure out why it’s doing it, seems to only effect IPhones?!
Thanks.
Create new post
Thanks Joy… I clicked on WordPress developemnt when creating this post, but it comes up with fixing wordpress, I think it’s because I didn’t tick “It’s not a support question”.
Forum: Fixing WordPress
In reply to: How to focus on one column independently of other columns or rowsThanks Joy… I have done some more digging and I think CSS grids is the best way forward.
I have looked online and I’ve come across this tutorial which uses CSS grids.
https://divisoup.com/how-to-use-css-grid-with-divis-feed-modules/
I can use the following which will add CSS grid to my post feed, but I can’t find out how to span across several cells independently?
.ds-grid-blog .et_pb_ajax_pagination_container {
display: grid;
grid-template-columns: repeat(5, 18%);
grid-column-gap: 2.5%;
}I am trying to achieve something like this… https://www.screencast.com/t/GNJODhIG3
Thanks
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Taxonomy Sub Categories“WordPress’ UI to delete” Damn, I didn’t see think of that,, I just looked on the Sector CT and found them,, al deleted now,, thanks for your help.
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Taxonomy Sub CategoriesOkay I see, thanks.
I think I have created CT’s in both the plugin, and also once in the right hand column, creating one or two more.
I have deleted everything in the plugin, re-created the correct CT (Sectors) and it’s working fine now, but when I go into a post I can see some old ones hanging around, see here https://www.screencast.com/t/rrnxOYzayUj
I’ve found this solution of removing CT’s, do you think this would work?
https://wordpress.stackexchange.com/questions/115319/how-to-permanently-delete-a-taxonomyThanks for your help.