bsapaka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: building new theme, Javascript compatibilityTo use that jQuery library, is there anything specific I must code into my from-scratch theme?
Forum: Plugins
In reply to: [Open Table Widget] select specific default dateI was able to populate the default date field via plugin folder > inc > widget-frontend.php, designating the value for the
<input name="startDate">elementForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] marker not showing up in mapYes, that fixed the problem
thank youForum: Fixing WordPress
In reply to: child pages are highlighted in submenuSorry, I fixed the problem and forgot to resolve the post.
Thanks for the response though!Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Markers are not showingAre all of these features available in PRO version?
Forum: Plugins
In reply to: [Social Media Feather] Follow without leaving pageI think what he means is how can a user follow without the fb page opening and having to click “follow” there. Just click follow on the website and its done
Forum: Plugins
In reply to: [Social Media Feather] Follow without leaving pageHaving the same question
Has this been resolved
Forum: Plugins
In reply to: [Multiple content blocks] block not showing in adminI had to “Show inactive blocks” in settings. I thought I tried this. Anyway works now, thanks for help
Forum: Themes and Templates
In reply to: [Responsive] what css framework is used in Responsive?thanks
Forum: Fixing WordPress
In reply to: problem with site migrationdo you still have the old site, you could try deleting the new site’s database and directory, and re-migrate using wp-duplicator plugin (super easy migration)
Forum: Fixing WordPress
In reply to: dropdowns with a submitresolved
Forum: Fixing WordPress
In reply to: dropdowns with a submitfound it contact form 7 thanks
Forum: Themes and Templates
In reply to: [eSell] where is my sidebar?okay got the stupid thing to work
after adding the sidebar, change <div id=”pagecont”> to <div id=”content”>
Forum: Themes and Templates
In reply to: [eSell] where is my sidebar?added <?php get_sidebar(); ?> to page template
still no sidebar