Meer-Web
Forum Replies Created
-
Fixed by editing
/wp-content/plugins/plugins-garbage-collector/includes/lib.php
Line 52
replace:
$existing_table1 = strtolower($existing_table);
with:
$existing_table1 = $existing_table;Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Does not workI have the same issue but found what is causing it.
The output after the scan shows all tables in lowercase but my database uses tables with upper and lowercase names.Forum: Plugins
In reply to: [Bloglovin Button] Bloglovin logo not showingI ‘fixed’ this issue by just inserting a image widget with the logo and URL to the blog and uninstalled the widget 🙂
Forum: Themes and Templates
In reply to: [SpicePress] Where to set Portfolio linksHi Rishabh,
Thanks! I might buy this one as I love the theme!
Rg,
FrankForum: Themes and Templates
In reply to: [Rock N Rolla] DISABLE PAGE NAME?Go to custom CSS and add:
.entry-title {
display: none;
}Forum: Themes and Templates
In reply to: [Revive] Bottom menu bar colorDone
Forum: Themes and Templates
In reply to: [Revive] Bottom menu bar colorThanks!
Forum: Themes and Templates
In reply to: [Esplanade] Great theme! Question about searchI fixed this by:
1. Create child theme2. Remove the search part from header.php
php get_search_form();
to
<?php get_search_form(); ?>3. Edit style.css
add:
#access ul {
max-width: 100%;
}Forum: Themes and Templates
In reply to: [Nictitate] Logo AssistanceCan I mail you the URL as this is a demo environment.
I can setup a password / ip filtering but cannot post this here 🙂Forum: Themes and Templates
In reply to: [Nictitate] Logo AssistanceSame here, is it possible to put the logo left of the menu?
@kopatheme, i have a URL but this is restricted on IP basis for now.Forum: Plugins
In reply to: [Quick Shop] Where to add?Found it using a blank page and:
[quickshop product=”WHATEVER_YOUR_PRODUCT_NAME_IS”]