cnor
Forum Replies Created
-
Forum: Plugins
In reply to: [Flipping Cards] Text on back is hugeIt stopped working!
I’m using this code:
[wonderplugin_cond deviceexclude="Mobile"] [metaslider id=120] [/wonderplugin_cond] [instagram-feed id="244036903"] [pt_view id="e45d6569tw"] [one_fourth] [flipping-card id=2] [/one_fourth] [one_fourth] <h4 style="font-size: 14px; padding: 8px; background-color: #edc2db; color: #fff;">O NOSSO ÚLTIMO VÍDEO</h4> [embedyt] https://www.youtube.com/watch?v=Vwm_c_aRnmo[/embedyt] [/one_fourth] [one_fourth] <h4 style="font-size: 14px; padding: 8px; background-color: #edc2db; color: #fff;">SEGUE-NOS!</h4> [addtoany] [/one_fourth] [one_fourth_last] <h4 style="font-size: 14px; padding: 8px; background-color: #edc2db; color: #fff;">ALERTAS EMAIL</h4> [email-subscribers namefield="YES" desc="" group="Public"] [/one_fourth_last] [envira-gallery id="673"]iT’S FIXED.
I noticed it was the wrong comma type in shortcode.Forum: Plugins
In reply to: [Flipping Cards] Text on back is hugeThank you PT Guy,
Glad you noticed this.
It happened that before I realized I could use the wordpress editor to edit CSS, I wrote directly on style.css of the theme overriding the editor and I forgot completly about this.It’s fixed and works like a charm.
Forum: Plugins
In reply to: [Post Grid] Navigation not showingFIXED!
Actually I’ve noticed the problem is that it didnt showed the 1st post.
It has to be a value of 0 in the show post from.Forum: Themes and Templates
In reply to: [MH FeminineMag] Unable to center text and imagesok. Thanks again for your reply. I will see what I can do in the plugin forum.
Thanks for building and offering such a nice theme.Forum: Fixing WordPress
In reply to: Website unformats and reformats by itselfSorry I’m not using Loco translate. It was a typo that I’ve noticed only after posting.
Forum: Themes and Templates
In reply to: [MH FeminineMag] Unable to center text and imagesThank you for your reply. Yes indeed I’ve customized it quite a bit. The problem it seems is that I’m trying to center a text of a plugin called Content Views, not the content of the theme.
I’ve managed to center the text alongside the images of the posts with the following css:@media screen and (min-width: 960px) { .pt-cv-content { position: relative; } .pt-cv-readmore { position: absolute; top: 110%; left: 55%; transform: translate(-50%, -50%); } .pt-cv-title{ position: absolute; top: 20%; left: 67%; transform: translate(-50%, -50%); } .pt-cv-content{ text-align:center; position: absolute; top: 40%; left: 67%; transform: translate(-50%, -50%); } .pt-cv-meta-fields{ position: absolute; top: 70%; left: 67%; transform: translate(-50%, -50%); } }It works fine on desktops.
The only problem is that it’s not displaying correctly on mobile and tablet, leaving a huge gap between the image and the text.
I’ve tryed media query for smartphone with lower top %, but it seems its not working.ps – I’ve tried to post this on the plugin (Content views) support forum but it doesnt let me saying its a duplicate post.
