Gtru1021
Forum Replies Created
-
I tested an empty gallery in the template page and the scripts do not enqueue for me.
When using a gallery with images I get the scripts enqueueing.
Ideally I’d like to be able to use use the ‘wp_enqueue_scripts’ hook to enqueue the scripts needed to the blog.php page.
When the scripts are being loaded on the blog.php page, each post, brought in via ajax, containing a gallery loads with opacity of 0 and the masonry layout is broken.
Is there a function I need to trigger after loading a post with a gallery via ajax?
Thanks again.
Below is the structure of the infinite scrolling blog.
blog.php is populated by blog-loop.php with the 3 most recent posts.
As the user scrolls down half the page, an ajax call is made to blog-loop.php to get the next three posts.The blog.php template shows the entire post, so the user does not click to a single.php.
Would there be a way to show an empty gallery so it enqueues the correct scripts onto the page?
Thank you very much for your assistance.
I would also love that!
Forum: Plugins
In reply to: [Import and export users and customers] Errors when DebugingYou were right!
It was a plugin that was titled near identical to yours!
Very sorry about this mistake!
Forum: Plugins
In reply to: [Import and export users and customers] Errors when DebugingNo other plugins. And the first error shows a function in your plugin on line 378.
When I figure it out I’ll post the resolution here incase anyone else is having the problem.
Forum: Plugins
In reply to: [Import and export users and customers] Errors when DebugingI see. I’ve been testing. I have a local dev environment that this happens on, and two different vps that this also happens on.
This is also with all other plugins disabled.
Forum: Plugins
In reply to: [Import and export users and customers] Errors when DebugingOdd. They only happen when your plugin is enabled.
Forum: Reviews
In reply to: [Custom CSV Export Plugin] Does not workHonestly, I have no idea why this issue occurred. I simply created a function to take the data of each custom field and load the data into the new fields in the custom post types. And went though each post to save the data to the database.
Thank you for providing support for this plug in. If I need this type of feature, I will attempt your plug in again.
Forum: Reviews
In reply to: [Custom CSV Export Plugin] Does not workOkay, so after reading the other review. I was able to get this plugin to work by first making the selection with the radio button. Then clicking save, next make your selection for the fields you want exported, then click save again, now you can click export.
Out of over 150 entries with about 5 custom fields each the exported still only exported 5 entries and 2 of the fields from each entry.
Forum: Fixing WordPress
In reply to: Twenty Twelve Nav StylingThanks for the help!
Toying around I found that I could manipulate the drop down with
ul.sub-menu {}
ul.sub-menu .current-menu-item > a {}
ul.sub-menu li {}
etc..They were not in there I had to add them. Thanks!
Forum: Fixing WordPress
In reply to: Twenty Twelve Nav StylingSomething that is really messing with me is for the
<ul class="sub-menu">
.main-navigation li ul {} is the CSS style that affects it (and affects the main nav as well.)
I added .ul.sub-menu {} and it does not affect
<ul class="sub-menu">
Why is this?Also does anyone in what file the navigation is created? I can not seem to find it.
Forum: Fixing WordPress
In reply to: Twenty Twelve Nav Styling.main-navigation li {}
Comes up as being the main source for the CSS. But when I edit that, the entire nav gets all messed up.It seems I can not make any changes to only the drop down, without affecting the entire navigation.
Forum: Fixing WordPress
In reply to: Twenty Twelve Nav StylingI have tried editing both of those and they do not affect the drop down styling for me.
I even out right removed it, with no change.Forum: Fixing WordPress
In reply to: Twenty Twelve Nav StylingI’ve found using a child theme breaks my theme when ever the parent is upgraded with any style changes.
I am trying to style the drop down menu without it changing any of the style for the Nav bar.
I am using the inspect element on Chrome.Forum: Fixing WordPress
In reply to: Twenty Twelve Nav Styling