jfk4100
Forum Replies Created
-
I found my solution in the forums:
https://www.ads-software.com/support/topic/popup-anything-plugin-not-working-with-tablepress-plugin/
If you want the tables to be mobile responsive, you need to install the tablepress responsive tables extension and have a shortcode that looks something like this:
[table id=ID# responsive=”Desired Mode” cache_table_output=”0″ /]
- This reply was modified 4 years, 9 months ago by jfk4100.
Forum: Fixing WordPress
In reply to: Button and ShortcodeThanks for the response. I actually figured out a solution. I just wrapped all the shortcode in the button code:
<button class="button button2"> [wp_colorbox_media url="#inline_content" type="inline" hyperlink="click here to open inline HTML"] <div style="display:none;"> <div id="inline_content" style="add style here if you need"> [contact-form-7 id="77" title="Contact form 1"] </div> </div> </button>
That did the trick.
Forum: Themes and Templates
In reply to: Are Child Themes Still Necessary?bump
Forum: Plugins
In reply to: [Slideshow] CrossfadeUnfortunately I haven’t found a solution. It’s too bad, too, because this was the best slideshow plugin I’ve ever used.
I found one called sliderly, though, that enables crossfading between slides.
Hope that helps.
Forum: Themes and Templates
In reply to: Reference content from a page on the front pageThat was… ridiculously easy.
Thanks a lot!!!
Forum: Themes and Templates
In reply to: [Iconic One] iPad Menu Bar FixThanks for the response. Is there any way I can justify the items on the menu bar?
Thanks.
Forum: Themes and Templates
In reply to: [Iconic One] Center header logoUgh, my mistake. I meant to say header.css. Change that entry there.
Forum: Themes and Templates
In reply to: [Iconic One] Center header logoHello,
This is what I would do. Go to Appearance > Editor.
Open style.css. Find this line:
<div class="themonic-logo">
Change it to this:
<div align="center"> <div class="themonic-logo"> </div>
Hope that helps.
Never mind. I figured it out. Editing the box shadow settings in style.css gave me the results I was looking for:
.themonic-nav { box-shadow: 0px -2px 0px 0px #0d1346; text-align: center; float:bottom; width:100%;
Thanks.
Forum: Themes and Templates
In reply to: [ColorWay] [Theme: ColorWay] Disable Mobile VersionI did. They helped me out over at the inkthemes.com support forum (I highly recommend seeking help there over this forum for anything related to colorway).
Here’s the fix:
1.) In WordPress, navigate to Theme Options/Editor
2.) Open the header.php file
3.) Remove this entire entry:<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
This disables the theme from automatically loading the native mobile theme. It might work well for some people, but I’ve modified the theme so far beyond recognition, I must’ve screwed something up along the way. ??
Also, you’d better make sure to backup your header.php before making any changes (I usually just copy the whole thing and paste it into a text document before modifying anything).
Forum: Themes and Templates
In reply to: How to reduce number of widget columns?Sorry, here’s my code again:
[please read the link given in your last post – and follow the instructions]
Forum: Themes and Templates
In reply to: Mobile site alongside regularNevermind, I figured it out.
I simply performed a second installation of WordPress to my domain in a directory called “mobile.” I then installed the plugin Mobile Re-direct (in my main installation of WP) and under settings input the domain: https://www.mysite.com/mobile so that users of mobile devices would be directed to that directory instead. So far, no problems.