Forum Replies Created
-
AuthorPosts
-
February 28, 2019 at 6:53 am in reply to: Post Navigation arrows only show specific Post Category #1072505
Holy Smokes!! That is brilliant! Works perfect! Thank you so much Ismael!!!
February 24, 2019 at 11:42 pm in reply to: Post Navigation arrows only show specific Post Category #1071048Hey Basilis,
Here is the code placed in the child-theme function.php file:
function wpa_latest_in_category_redirect( $request ){ if( isset( $_GET['latest'] ) && isset( $request->query_vars['category_name'] ) ){ $latest = new WP_Query( array( 'category_name' => $request->query_vars['category_name'], 'posts_per_page' => 1 ) ); if( $latest->have_posts() ){ wp_redirect( get_permalink( $latest->post->ID ) ); exit; } } } add_action( 'parse_request', 'wpa_latest_in_category_redirect' );
Example (this is a staging website so you will need to login: username: flywheel pass: sg3Jumpstart1)
Now you can use a link such as https://staging.hushed-drink.flywheelsites.com/category/blog/?latest which takes the user to the post category “blog” and shows the most recent post in that category.My question is…once you get to the ‘most recent post’ how do you make the next/previous navigation arrows stay within the blog category? Currently they just navigate to the next Post (regardless of category) in line of date plubished.
Excellent!! Thanks Nikko!
I have installed this plugin on a few sites and it does work. But rather than installing yet another plugin (classic editor) on every site into the future…are there any plans with Enfold for fixing this issue so we aren’t dependant on adding plugin?
Hey Rikard,
See attached screenshot. It shows what I am talking about.
Thanks,
SladeHi Mike, thank you for the response.
Unfortunately, I can’t get any of these options to work. Loading the site with https still shows the glitch on Chrome. I also attempted the ecver=2 option with no luck.
I am looking at moving the video to Vimeo but do hope either Youtube can make some adjustments or Enfold can come up with a fix. I am seeing this issue show up on several of my client’s sites.
Thanks,
SladeHey Ismael,
I’ve tried it on Chrome, Firefox and Safari (Macbook). I’ve had several users comment on it and I can’t imagine they all use a Mac. I wouldn’t think it was an OS issue.
Thanks,
SladePerfect! Thanks Jordan!
Hi hidemayuzumi, can you tell me where you found this in the documentation? I can’t seem to find it.
Thanks,
SladeHi Mike, so sorry for the super late reply. This worked like a charm!! Thank you!!!
February 14, 2018 at 4:41 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #912088Ah ha!!! That fixed it! Now I just need to figure out what was customized in the child theme avia.js file. Not as simple as I would have hoped.
Thanks!
SladeFebruary 13, 2018 at 12:36 pm in reply to: Updated theme and Mobile burger menu shows but doesn't work #911662Hi Victoria,
cashing and minification have been disabled.Thanks,
SladeFebruary 13, 2018 at 8:59 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #911571Hi Ismael, I thought you were on to something here. I did make a small modification to the header.php file in the child theme and see the parent header.php file is much different than the one in the child theme. However, even after moving the updated file over to the child theme and clearing cache I still can’t get the mobile menu to open up.
February 12, 2018 at 11:42 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #911035Hi Victoria, this didn’t seem to fix the issue either.
February 12, 2018 at 9:23 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #910959Unfortunately, that didn’t seem to do anything.
February 10, 2018 at 5:56 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #910472This reply has been marked as private.February 9, 2018 at 9:54 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #910166Hi Rikard,
Where did you find this? I have no idea where it came from.
February 9, 2018 at 8:43 am in reply to: Updated theme and Mobile burger menu shows but doesn't work #910151Hi Yigit!
I deactivated all of the plugins but no luck.
February 7, 2018 at 2:19 pm in reply to: Updated theme and Mobile burger menu shows but doesn't work #909166Hi Victoria, cache and minification have been disabled.
Thanks
Hi Mike,
Sorry for the late reply. Your solution works great! Thank you so much for taking the time to do this.
Slade
Hi Mike, thanks for the reply.
I don’t think I explained my issue very well. Let me try again –
The logo and menu positions are fine. If you look at the ‘desktop’ screenshot again you will see how the Content that is inside each Grid cell (purple and orange) float Outside the Website’s container. I need the content to stay put but the background color of the Grid cells to expand full width…which the background does.
For example – in the purple background where it says “We’re the UK’s first….” along with the other content in the same cell should NOT fall outside where the logo is. It should be directly underneath but instead the wider the browser screen the further to the left it floats.
Is there a way to “Contain” the content inside of a Grid cell? I am using the Grid Row element because I need a 50/50 split with different background colors but also expands the width of the browser window. Maybe there is a better solution?
Does this make better sense? I can create a new screenshot with arrows/directions if that would help.
Thanks!
SladeHi Sarah, I believe all is good. You can close this topic.
Thanks!
SladeOh my…..that’s embarrassing. I don’t even remember placing that there but must have for one reason or another when I started this a few months back.
Very much appreciated!
SladeHey Nikko, that worked great for the Product page but once in the Cart it still shows blank (price, subtotal and total fields).
Hey Basilis! Thanks for the response!
Dumb question…where is the “catalog” option for me to disable? I’ve looked in the woo commerce and Enfold settings and don’t see it.
Thanks,
SladeThat’s odd…it is working on my end now as well. I originally did try it on another machine as well as have a buddy try it and it wasn’t working in Chrome on any. Regardless…seems to be working now.
Thanks,
SladeHi Rikard, when I login using Chrome the video still doesn’t show on the Home page. I purged all cache and deactivated the caching plugin with no luck.
Perfect! Thanks for the update.
Slade
Hi Victoria, the client was freaking out (the masonry is a very important part of their front page) so I had to revert to a backup and am now running Enfold 4.0.2 instead of the latest. I hope this issue gets fixed because I would hate to be stuck on an outdated version going forward.
Slade
hi John, I did disable the plugins…still didn’t work.
-
AuthorPosts