joah
Forum Replies Created
-
Not sure why, but after adding plugins and updates, the issue seems to have fixed itself. I’m confused, but mostly happy. ??
Thank you for your advice, I’m sure it must have helped. I’m sending good karma your way. ??I’ve checked with the plugin turned on and off, but this line of code is not present in wp-config.php.
- This reply was modified 1 year, 8 months ago by joah.
Hi D,
I seem to have the latest version installed (v1.22.24). The site was imported through a service offered by my host (Hostinger). I can’t remember the exact steps, but as i remember it was an option in hpanel (Hostinger’s cpanel) offered when i bought the hosting.
But in general; yes, a migration (clone) was made.Hi David and Leo, i’ve finally discovered what happened. Somehow, my posts got assigned a different template (the default got set to theme in the wordpress environment). I don’t understand how this happened to all of my posts at once, but I’m assuming this was human error (yes, that would be me). I’m sorry to have wasted you time, but I am grateful for your help none the less!
Cheers!I’m not sure where to go with this, as the folks over at Elementor pointed me here ??
I have put in a support ticket over at Elementor days ago, but it must have gotten lost or something. There is no “My Tickets” section when logged into the Elementor Pro account, so I have no clue.
Also, the Elementor Pro support-ticket-form asks for my System Info file, but when I attach it to my ticket, it refuses the file saying it has the wrong filetype, even though it’s what it needs to be (a TXT). Same with JPG.So no help there I’m afraid. Perhaps anyone else has some inkling of a thought on how to apporach my problem/question above?
Ok, I will post this at Elementor too then. However, I don’t think this an Elementor-related question, since it is about the WordPress admin interface.
Forum: Plugins
In reply to: [Bold Timeline Lite] timeline items overlapI roughly fixed it using this “extra css”, but i’m sure this will break somewhere down the line:
.bold_timeline_group:after { content: ""; display: table; clear: both; } .bold_timeline_item:nth-child(odd) { text-align: left !important; width: calc(50% - 2.5rem) !important; float: left !important; margin-top:0px !important; } .bold_timeline_item:nth-child(even) { text-align: left !important; width: calc(50% - 2.5rem) !important; float: right !important; }
P.S. The line
text-align: left !important;
can be left out, this was a personal styling choice.- This reply was modified 3 years, 5 months ago by joah.
Forum: Reviews
In reply to: [Colibri WP] Don’t buy this theme if you need custom blocksI have a question about aligning text within list elements. Maybe I’ve posted my question in the wrong place, could you please take a look at the support forum here:
Thanks in advance
Forum: Themes and Templates
In reply to: [Colibri WP] List items do not align to text reading directionI am still struggling to get this done. My customer is waiting also.. ??
I would really appreciate a reaction from the support team for the Colibri page builder.
Forum: Themes and Templates
In reply to: [Colibri WP] List items do not align to text reading directionAnyone?
Forum: Themes and Templates
In reply to: [Colibri WP] List items do not align to text reading directionMore info: the horizontal alignment setting in the list icon element properties doesn’t seem to do anything…
Forum: Reviews
In reply to: [Colibri WP] Don’t buy this theme if you need custom blocksAllright, i guess i should have done a bit more research. Can you give me a timeline for when you plan to make these features available?
Forum: Plugins
In reply to: [Plugin] ProjectManager How to get a single field from dataset?Bumping out of desperation…
Forum: Fixing WordPress
In reply to: code-newbie needs help with “last updated”That was not exactly what i needed, but it pointed me into the right direction!
This worked:
<?php if (get_the_time('F j, Y H:i') != get_the_modified_time('F j, Y H:i')) : ?><i>updated <?php echo the_modified_time('F j, Y H:i'); ?></i> <?php else : ?> <?php endif ?>
Thanks!