lijitimit
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Force Coupon] Select products to be forcedThanks for the reply. I did find a solution for this that works very well if you ever want to add something like it to your plugin. Instead of individual products, I chose a category, in my case “Invitation Codes” to put any “forced” coupon products. Works well. See the code
Forum: Reviews
In reply to: [Off-Canvas Sidebars & Menus (Slidebars)] Seems pretty solid!Hi Jory,
I’m using Showcase Pro child theme (Genesis). Simple theme install worked fine using “Genesis Simple Hooks” plugin to place the code.Seems your shortcode arguments would work great. Having the option to add a button class or not is nice for the user.
OTHER NOTES:
– My theme is overriding any css you are adding to the button for the off canvas control widget. Seems like a conflict that will happen a lot for people as most themes have some sort of button class and sometimes it will play nice, sometimes not. An idea is to add options in the settings or widget settings for “background color”, “text-color” maybe padding etc. so people can match to their theme manually and you can use a unique class such as .ocs-button to avoid conflicts. Have a look at my test site https://sandbox.lijitimit.com/category/candidates/ to see the issues.– Not seeing a “close” button inside the activated off canvas sidebar. Is that something that needs to be manually added? I see there is a hook ocs_container_inner_before so I suppose something could be put there. I’ve seen other off canvas plugins add a “header div” before the container content to show a close button or link.
– Out of the box, it seems the activated sidebar container has no margin or padding. This is actually a good thing in my opinion, however some may not know what to do with it or how to style it. I love it when devs give a css selector “cheatsheet” with an example for the common elements:
#ocs-off-canvas-left { padding: 20px; }
Might save you some time in the forums with the “how do I change the link color?” questions ??
– The top of the activated OCS is cut off by the WordPress admin bar.
Again, quite happy with what you’ve done here. You’ve given a solid framework for people to work from. If you’d like, I’m happy to jump over to github for anything further I find, or I can post here.
Forum: Themes and Templates
In reply to: [Hueman] Maintain "Toggle" sidebars in mobile portraitI did figure out a work around however I’m not sure if it’s more a hack than a proper solution. I copied my header.php file into my child theme and changed the view port settings.
<meta name="viewport" content="width=480px, maximum-scale=2.0">
This tells browsers (mobile etc) below the width that I want my minimum width to be 480px. By changing the scale, the page loads in the frame (not zoomed in) and still allows the user to zoom if they want to see something closer (not locked to 100%).Because I have essentially “zoomed out” my content, I added this to my child theme style.css so the in the content area wasn’t too small.
/* Mobile - 480px & 320px */ @media only screen and (max-width: 719px) { .mystyle {} p {font-size: 18px;} }
Like I said, this may not be proper, but it works! Thoughts welcomed.
Forum: Themes and Templates
In reply to: [Hueman] Maintain "Toggle" sidebars in mobile portraitOk thank you.
Forum: Themes and Templates
In reply to: [Hueman] No sidebars on mobile versionHi @bdbrown, I too am looking to preserve formatting of keeping the sidebar toggles (style above 479px) on mobile devices. I did not start a new thread as I thought it was relevant to this one, but I’m happy to if you prefer.
I have searched the file directories and am not seeing responsive.css file. Did the name change or was it added to main.css? Also, would it be possible to instead simply identify a “minimum width” value to override i.e *div class {min-width: 480px}?
Site is a live sandbox.
ThanksForum: Plugins
In reply to: WordFence Cache Engine is Being Flagged as MalwareSame issue, also running falcon Engine. I get an email from wordfence saying there’s an issue, scans turn up nothing.
Forum: Themes and Templates
In reply to: [Hueman] Sticky TopBar with Boxed LayoutThe answer is here if anyone’s still interested:
how to scroll topbar in boxed layout
Cheers!Forum: Themes and Templates
In reply to: custom CSS applied to custom page templatesYAY!!!! It worked! Seriously, someone needs to do a tut on this. Couldn’t find it anywhere on the net. The space messed it up. Works great. Thanks and marking as resolved.
Forum: Themes and Templates
In reply to: custom CSS applied to custom page templatesThanks for stepping in @stephencottontail
Here are the paste bins. the header parent theme uses this file header
and the child theme custom page template uses this custom page templateThe main thing I want to change is the body background, so there will be one for PAGE TEMPLATE 1, another for PAGE TEMPLATE 2, and the usual for everything else.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Left Column OptionHere is a great tutorial if you want three columns: https://zeaks.org/tutorials/twenty-twelve-theme-three-column-layout/
and an example I modified: https://www.lijitimit.com/Yay! Figured it out! This was actually two problems that happened simultaneously.
1. Jetpack’s Top posts and pages… some users have reported link hijacking.
2. I had added a few more feeds. I had seen a similar problem another user had with a large amounts of feeds, but I could not re-find the support post, to reference here. Looks like the magic number is under 40 feeds. I have many feeds coming in, and you can see here: https://chewnews.com/whats-cooking/ the site either ONLY loads the header, or freezes completely. I selected a category in the widget, and it appears to work fine. See here: https://chewnews.com/originals/rise-of-the-cupcakes-a-food-trend-that-has-outlasted-my-expectations-gangnan-style/
You had helped someone else with this… assigning more memory… upping the memory, or something… That would work for me but I can’t find the stupid post!
I might suggest adding in the documentation “there may be a limit of feeds that some servers can handle”, and if they experience load difficulties they may need to up the memory allotment.
Thanks again for a great plugin and stellar support.
p.s. I had set a height restriction to give it scroll and take up less real estate ??
Hi Allen, quick reply as I’ve always seen, that’s why you got 5 stars and a direct link from my about page ??
I have disabled all plugins save jetpack (necessary) and rss multi. Plugin is visible again, but now other scripts are not working. Example. Look at the sharing buttons above post. There is a script to have them float when you scroll past. EVERYTHING was peachy two days ago… I had added a thing or two in jetpack, but have since deactivated. This is why I thought maybe the code had been hacked. I had read but can’t re-find the article that there was a vulnerability a few months ago with some of the new jetpack or wp popular post widgets, and people were getting their links hijacked to redirect. I noticed strange iframe behaviour as well, so thought maybe that was a clue.
If I uninstall and reinstall Your plugin, will my settings and feeds remain? That may be a place to start.
Forum: Plugins
In reply to: [WP RSS Multi Importer] custom posts goneI had the same issue. Worst weekend ever until I found this thread. This issue also occurred on wpexplorer.com theme “Office” for custom post types and portfolio pages. // worked! Will this be fixed in future updates or will I need to go in and change again when I update?
P.S. AWESOME plugin Allen, Thank you.
Forum: Plugins
In reply to: [SEO Facebook Comment] Fluid width SEO Facebook CommentsThanks for sharing!