ColBrewer
Forum Replies Created
-
Many thanks for your reply, it’s very much appreciated.
So, I have no updates available within ‘Plugins’ within the admin.
Can I just delete the plugin and install the newer version?
Will it keep my database, so the work I’ve done wont be overwritten – i.e. the blogs I’ve styled with The Post Grid will be the same after uploading the new version of the plugin?
Sorry, WordPress newbie…
Thanks again,
Colin
- This reply was modified 6 years, 1 month ago by ColBrewer.
Its hard to describe really but the bug is there: https://oegencouktemp123.blog/blog-home/page/2/
You’ll notice an arrow button for previous then a ‘buggy’ looking button next to it. On inspecting the code this ‘buggy’ button as another ‘previous’ button – its being duplicated.
Sorry that messages messed up – think the html hindered the rendering of it.
- This reply was modified 6 years, 1 month ago by ColBrewer.
Forum: Plugins
In reply to: [WP Font Awesome] CSS ::after SelectorSorry sorted it…
Forum: Plugins
In reply to: [Account Engagement] Pardot button in the Visual Editor toolbarJust the standard ones:
Jetpack by WordPress.com (unable to deactivate)
Akismet Anti-Spam (unable to deactivate)
AMP (unable to deactivate)
and Pardot.Forum: Plugins
In reply to: [Account Engagement] Pardot button in the Visual Editor toolbarThanks for the swift reply. I reverted to 1.4 from 1.4.8 and it seems to work ok now.
Thank you again,
Colin
Forum: Themes and Templates
In reply to: [Hiero] Mobile Navigation dropdowntry adding: initial-scale=1 to your meta tag so it reads…
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
See if this helps.
Forum: Themes and Templates
In reply to: [Hiero] Mobile Navigation dropdownAdd these classes to your mobile view css
#main-navigation {
float: none; <—-add this attribute – this will align the menu to the center
}#main-navigation > .sf-menu {
position: relative;
text-align: left;
z-index: 10000; <—-add this attribute – this will bring the menu to the front from behind any images
}Forum: Themes and Templates
In reply to: [Hiero] Mobile Navigation dropdownSolved it with this line of css:
#main-navigation:target > .sf-menu > ul {
overflow:visible
}