Kroghen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Themify Base] move post date under post titleFound the answer
Edit done in loops.php
Time datetime is moved below post title item<?php themify_base_before_post_title(); // Hook ?>
<h1 class=”post-title”>
” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?>
</h1>
<?php themify_base_after_post_title(); // Hook ?><time datetime=”<?php the_time(‘o-m-d’) ?>” class=”post-date”><?php the_time(apply_filters(‘themify_loop_date’, ‘M j, Y’)) ?></time>
Forum: Themes and Templates
In reply to: [Themify Base] Display mobile menu on iPadFound another solution
Forum: Themes and Templates
In reply to: [Themify Base] Mobile menu not workingHi Calvin
Thank you
I will test it out later.
Its a municapilty website, and as of right now I don’t have server acces.
But I will try and get itI didn’t know it was that much work.
Is it more simple to edit the text color and size?
Then I would make parent page bold black, and leave sub pages as it isBut again thank you so much
Forum: Themes and Templates
In reply to: [Themify Base] Mobile menu not workingBut If I would like to try
Could you please point me in the right direction?
Forum: Themes and Templates
In reply to: [Themify Base] Mobile menu not workingresolved
Forum: Themes and Templates
In reply to: [Themify Base] Mobile menu not workingHi Calvin
Never mind, it seems to be working now
I just disabled the plugins, I think it was something with the W3 cache plugin
On another note:
Is to possible to show parent pages in the mobile menu, and on click expand sub pages
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problem with permissionsthat seemed to do the trick… Thanks David
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problem with permissionsOh shit didn’t know that.
Thanks for pointing that out.I have tried putting it at the button of the config file, so let se what happens
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problem with permissionsHi David
Thaks for the quick reply.
I’m pretty new to this php and mysql, so I really don’t know where to put in the code in the wp-config.php file.
Could you point me in the right direction?
Do I just put it in at the bottom?
My config file is as follows:[ Redacted, don’t post you private details like that ]