bpebble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Panoramic] Child theme not inheriting most customize settingsI had the same problem and traced it back to the Panoramic functions.php line 148 where it enqueues the ‘panoramic style’ for some reason this also queues the child style. I noticed when I tried to customize my style-mobile and had 2 copies of my child-style.css loading.
I deleted line 148 from the original functions.php but this is not a long term solution. This is a problem for Panoramic to solve. Panoramic please fix this!! I don’t want to babysit your theme everytime it updates.
Forum: Plugins
In reply to: [WP eCommerce] Display Products on FrontpageOk, I figured out how to pull the products page in as a template onto the frontpage.
Error Message: There are no products in this group. I have only one product entered with 3 variables. I think this is a problem with the variables format….
Any suggestions on how to get your plugin to acknowledge variable quantities?? It is fresh out of the box so to speak, you would think it should work without any problems…. 🙁
Basically I am trying to replicate my single.php but with the addition of displaying every seat available for those dates instead of just one seat and all of the seat dates.
Screenshot
http://postimg.org/image/9uy7p3kv7/Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] New to Custom Fields-How to Show on Frontend?First step is getting your WP_Query to work.
I usually start with the wordpress basics like
<?php the_title(); ?>
and
<?php the_post_thumbnail(); ?>Once I get my loop working and have a title and image showing up, I add my custom fields.
<?php the_field(‘your_custom_fieldname_here’); ?>
Of course some custom fields are a little different, but instruction are pretty easy to find, just google Advanced Custom Fields and Click Documentation once your on the site. Then choose what field it is you are working with and there will be several examples of how to get what you want.
First step though, always, is to get your loop working with the wordpress fields. You can always remove them after.
Hi Matt,
I updated the links but it didn’t seem to have an effect.
After all this playing around with it, I decided those signup forms would look better in their own window so added the “_blank” targeting to the links and it had the added benefit of alleviating those non-existent page errors. Which is a nice bonus!So I started looking at the footer links that were also throwing this error. They aren’t nested into anything at all. First thing I did was replace the short links with the full url links and it worked! No more error message.
Might be important to note this is the first thing I tried with the nested links too, but it was the “_blank” target condition that cured the problem for those ones.
Then I started checking ALL the links on the page and found something strange….. There might actually be a problem with wordpress that is contributing to this. (WordPress did just update a few days ago)
On my Success Stories page, there were two links to signup forms that were also causing this error. I went to rename them and realized I hadn’t select success stories as the parent. When I did add Success Stories as the parent, I got my 404 page error. A real 404 error! Not just a wordfence error.
I played around. Created a few pages new pages with success stories as the parent and tried putting other pages as the parent. The pages all work fine EXCEPT when success stories is the parent page. Then it causes a real 404 error. I deleted the success stories page (in wordpress only) and made it again, but the problem persisted. Specifically and only related to placing that one page, success stories, as a parent.
Note: I didn’t go into the DB to delete the page, so it may be keeping a copy there and only deleting it from wordpress. But I thought it interesting enough to note here for you guys. Especially as the shortlinks are causing errors too. So maybe there is a possibility wordpress is contributing to this problem?
Oh, I forgot.
Foundation 5 Framework
Running the reveal & topbar scripts that come packaged with it.Plugins:
Advanced Custom Fields
Black Studio TinyMCE Editor
Contact Form 7
Custom Post Type UI
Google Analytics
Google Authenticator
MyLiveChat
Shortcodes Ultimate
Yoast SEOI also have this problem on my site. The page exists, I click through, the page displays ok. THE 404 ERROR PAGE IS NOT BEING ACTIVATED. There is definitely something buggy going on here.
In Live Traffic it is showing the page does not exist. But it changes, as the history in Live Traffic gets older, Wordfence changes its story from tried to visit non-existing page to visited the page. And it doesn’t necessarily throw the error every time either. I’m not having any trouble with page load times, the pages I am loading are a simple forms, almost nothing on them.
I thought at first it was because I was using shortlinks instead of the full url to link to the pages, but replacing all the shortlinks with the actual page url’s did not solve the problem.
The only thing I can think of that might be throwing WF off is that I am using Foundation Reveal to popup a modal window with more info on a product. Inside that modal window are the links to the pages that are sometimes erroring. The popup window is coded into separate template that the Foundation Reveal calls in. So alot of nested code before you get to these links, but everything is working. Just the error code from WF is the only problem.
Oh, and my security settings are tight, so people are being throttled because of this error which is what brought my attention to it.
Links to screenshots
Adding shortcode
http://postimg.org/image/60nnq97g1/Code in the editor
http://postimg.org/image/s5o3gnucf/I emailed your wizard solutions account.
Fingers crossed the solution is simple!I can help you with this one.
I asked the same question a little while ago.
You need to wrap the columns inside of a row.
What I did was made the columns, cut the code then made a row and pasted the code in there. Now my row shortcode remembers I want three columns.
🙂
Forum: Themes and Templates
In reply to: [Nirvana] fata, error after updateThank-you for responding.
This was the update 1.0.6.
For anyone else that needs to know….
I am customizing the theme so have a child theme with a customized child frontpage.php. This was the problem.
The 1.0.6 update changes the frontpage functions. One of the functions is now removed from the frontpage.php file and is pluggable. It needs to be added to functions if you’ve customized it. In my case it was a function I wasn’t using so I just had to delete it to solve the problem.
function name:
nirvana_single_column_output()Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Media??You know what.
I’m going to do this a different way.
Instead of checkboxes and a search button.
I’m just going to list the category pages for the media items
Simple and clickable.
But, just FYI, this should be a simple add-on for you to increase the viability of the plugin… It’s a good update for the future, you just need to get the images to display the same as a category page does it.
Thanks for your help anyway.Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Media??Thanks for the suggestion, but I’m not looking to search the backend of the website.
I’m looking to build a search for a portfolio page/gallery that returns all images based on a taxonomy such as “kitchens”
YOUR plugin is a great search plugin.
Why can’t it return images??
How is this more difficult to do than returning posts with mass metadata?
Should be a simple thing to return just images….
How do I do it?
I would like to use your plugin.Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Media??Ok, it added attachment to the form so I can select that now as an area to search, but when I try to search I get no results.
I tried making a new form to see if it would help but no. Still not returning any results.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Media??Hold on!
The code is different here than in the notification email.
Let me see if I can get this to work. 🙂