FITF
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Dynamic File AttachmentsFigured it out…I wasn’t adding the full path to the file. Woops.
Forum: Plugins
In reply to: [Simple Locator] File must be CSV formatIs there a reason my replies keep on getting removed from this thread???? I have the exact same issue, notifying the plugin author so they know there are more than 1 or 2 other people having the same problem. Come back a few hours later to see if there is a response and my comments are deleted.
Forum: Plugins
In reply to: [Easy Media Download] Button image not showingWhere are you putting the code? In the visual editor or text editor? If you place it in the visual editor it will show the text. If you place it in the text editor it will work as code.
In the post/page the editor has two tabs in the right corner visual and text.
Forum: Themes and Templates
In reply to: [Customizr] Mobile View – Logo Centered, Menu icon to rightOk so not too may replies on this one. I am wondering is it possible to just replace the entire HTML block of the header with what I need using one of the hooks in the api?
I tried just implementing a simple change using the __header hook but all it does is add my new html and not replace what was already there.
add_filter ( '__header' , 'my_replace_header' ); function my_replace_header() { echo '<div>Replaced!</div>'; }
Ideas?
Rdell…I can give you a link to the site now, but I would need your IP so I can add it to the unrestricted list.
Forum: Fixing WordPress
In reply to: Changing Permalinks ProblemSame here….I have two sites running on an Ubuntu server. One the permalinks work fine. The second permalinks only work with the default nothing else.
.htaccess is writeable….driving me nuts.
Forum: Themes and Templates
In reply to: [Customizr] Mobile View – Logo Centered, Menu icon to rightSorry…I’m a pain in the butt. lol.
Here is a screenshot of my header from a mobile view:
https://voodoocg.com/navproblem.html
I’d like the small blue nav button to be on the same line as the logo. But I still want the logo to be able to be tapped and take the user to the home page. And the nav button to display the mobile nave links. Also the logo to be centered.
Forum: Themes and Templates
In reply to: [Customizr] Mobile View – Logo Centered, Menu icon to rightI wish I could. The client has an IP restriction so that the general public cannot see the site before they announce it.
If it helps I have made very little changes to the default header that is displayed when the Customizr theme is viewed on a small tablet or phone.
Currently it looks like this:
_______[Logo]_________
______________________
_______________[navbtn]I’d like it to be:
_______[Logo]__[navbtn]_
I can get them side by side…but the nav button covers the logo or vice versa.
Forum: Plugins
In reply to: [Customizer for WooCommerce] Mobile View – Logo Centered, Menu icon to rightSorry about that….I didn’t realize I posted to a plugin forum instead of the Customizr theme. thanks!
Forum: Themes and Templates
In reply to: [Customizr] Remove Search Form PlaceholderI was trying to find that searchform.php file but doesn’t seem like Customizr had one. Is there a specific directory within the Customizr child theme it needs to be in? Or will the root of the child theme suffice?
I hadn’t realized that was what a screen reader was for. I would imagine my client knowing this would want to keep it in there.
I will try this in a few hours and post my results. Thank you for the prompt responses!
Forum: Themes and Templates
In reply to: [Customizr] Slider Caption Full HeightThat looks like it did it! Man you just saved me! Thank you!
Forum: Themes and Templates
In reply to: [Customizr] Slider Caption Full Height@rdellconsulting….unfortunately the client requires that the site stay in maintenance mode until it is finished. I know it’s near impossible to figure this out without seeing it.
Is there another way?
Forum: Fixing WordPress
In reply to: Gallery – No Items FoundAnd now it seems like any plugins that deal with the gallery will not function either. Added the Gallery Bank plugin and also turn on WP_DEBUG. Started to see errors related to missing tables in MSSQL.
WordPress database error: [42S02 : [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid object name ‘wp_gallery_albums’.]
SELECT TOP 1 album_id FROM wp_gallery_albums order by album_id descWhy this table is missing I do not know. I tried reinstalling wordpress via the wp-admin and still no luck. Anyone??
Forum: Fixing WordPress
In reply to: Gallery – No Items FoundSo now I am finding if I go to the Text Editor in Edit Page and change the gallery shortcode from [gallery ids="12,13,14"] to [gallery include="12,13,14"] that the gallery displays on the page. Is there a way to change this so it doesn’t have to be manually entered/updated?
Forum: Fixing WordPress
In reply to: Gallery – No Items FoundI have also followed some troubleshooting steps I have already found including deactivated all plugins and changing my theme to the 2014 theme. Still I cannot add a gallery. Any help would be appreciated!