-
Created a topic, How to create a video slider, on the site WordPress.org Forums:
A couple places on the plugin site mention adding vide… -
Posted a reply to Difference between static front page and static other pages, on the site WordPress.org Forums:
Your front/home page can be targeted with the class .home. Other pages (and the home… -
Posted a reply to Issues Installing Plugins…, on the site WordPress.org Forums:
So I'm guessing you're seeing this: site1name/wp-content/plugins and site2name/wp-content/plugins If so, the permissions could be… -
Posted a reply to WordPress site won`t scroll in chrome, on the site WordPress.org Forums:
As above, I would try and reinstall it. If it is still throwing errors your… -
Posted a reply to Issues Installing Plugins…, on the site WordPress.org Forums:
Plugins should be located at /wp-content/plugins If you have one site that is working properly… -
Posted a reply to Need help to log in, on the site WordPress.org Forums:
Localhost is your desktop. This would mean you have wordpress set up locally on your… -
Posted a reply to Issues Installing Plugins…, on the site WordPress.org Forums:
This is usually a permissions issue. The plugin folder probably doesn't have the appropriate permissions… -
Posted a reply to WordPress site won`t scroll in chrome, on the site WordPress.org Forums:
This will having something to do with some of your javascript. Just a quick look… -
Posted a reply to Update WordPress Fail, on the site WordPress.org Forums:
Here is a similar issue with a potential solution: https://wordpress.org/support/topic/checksum-errors-while-trying-to-update-wp-4-8-2-and-all-plugins-themes/ -
Posted a reply to How to Delete WordPress Blog Site, on the site WordPress.org Forums:
I think you might have to contact your host's support to work out why you… -
Posted a reply to Make slider/banner full width, on the site WordPress.org Forums:
The url parameter ?resize is probably from the WordPress media settings. If you go to… -
Posted a reply to Make slider/banner full width, on the site WordPress.org Forums:
For lack of anything else to do to fix this. Just add a css line… -
Posted a reply to How I get few words of a Post, on the site WordPress.org Forums:
Take a peek here: https://codex.wordpress.org/Function_Reference/get_the_excerpt https://developer.wordpress.org/reference/functions/the_excerpt/ You should be able to get an auto generated… -
Posted a reply to Make slider/banner full width, on the site WordPress.org Forums:
Looks like if you remove the max-width on this div <div class="homebuilder builder container">. And… -
Posted a reply to Make slider/banner full width, on the site WordPress.org Forums:
THere's an explicit width on your slider image of 1200px. And a max-width of 1200px… -
Posted a reply to Can’t log in, on the site WordPress.org Forums:
After you attempt to login, can you get to http://deercreek.org/wp-admin/index.php directly (put that url in… -
Posted a reply to Disabling Adsense on specific posts, on the site WordPress.org Forums:
Did you try something like: if(is_single('post-slug')): else: $ad_code = '<div> Adsense code here </div>'; endif;… -
Posted a reply to Adding a reusable block of html that’s editable (not a shortcode), on the site WordPress.org Forums:
I threw together this plugin, feel free to give it a try and submit bugs… -
Posted a reply to Can’t Log in after editing theme, on the site WordPress.org Forums:
Do you have access to the back end via a terminal to deactivate the theme?… -
Posted a reply to Parsing Facebook and or Twitter # and or @ in Posts, on the site WordPress.org Forums:
When I post on Twitter and send the post to Facebook via IFTTT, if my… -
Posted a reply to Page Builders Use For Existing Pages?, on the site WordPress.org Forums:
Beaver Builder will put your existing content in to an HTML module. I'm uncertain how… -
Posted a reply to Changing font size, on the site WordPress.org Forums:
The CSS class on those is "cover-link", take a peek in your customizer or theme… -
Posted a reply to Blind Friendly Plugin for WordPress, on the site WordPress.org Forums:
There is a WP Accessibility plugin (https://wordpress.org/plugins/wp-accessibility/), and probably others, you can add that will… -
Posted a reply to Adding a reusable block of html that’s editable (not a shortcode), on the site WordPress.org Forums:
Have you taken a look at some of the content template plugins? Maybe this: https://wordpress.org/plugins/simple-post-template -
Posted a reply to Widget showing more photos than set, on the site WordPress.org Forums:
And now this morning with no changes made, it's showing 5 photos :/ -
Created a topic, Widget showing more photos than set, on the site WordPress.org Forums:
I have my widget set to show 5 images in 5 columns but… -
Posted a reply to IMDb Connector stopped working, on the site WordPress.org Forums:
Ahh that explains the issues then. -
Posted a reply to IMDb Connector stopped working, on the site WordPress.org Forums:
Does imdb-connector use OMDb? -
Posted a reply to IMDb Connector stopped working, on the site WordPress.org Forums:
I'm probably having the same issue. Non cached movie posters are rendering with an empty…