paulwpxp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nopin Related PostsYou can use any Add Image Class plugin like this one https://wordpress.org/plugins/image-custom-class/ (I hope it works with the latest WP) and insert the class name that you want for pinable image.
And then in the setting of any Pin-it plugin that allows users to input the classes to include/exclude and also the ability to limit the pin-it to only single post page, like this plugin for example https://wordpress.org/plugins/jquery-pin-it-button-for-images/
Now the pin-it will only active on single page, and not on any arhcive page.
To exclude images in related post area, put this in excluded classes (disabled for pining)
jp-relatedposts-post-img(this is specific to the related post plugin currently in use.)Only image in single post that has your enabled class will be pinnable at this point.
Anyway, if you are comfortable writing some html in WP text mode, we don’t need the add image class plugin. You can just switch to Text mode right after you’re done writing post and find the
<img/>tag that you want to add class (to allow/enable/include pin-it) and just add it manually then switch back to Visual mode and click publish or save post. This is, by the way, only for those familiar with html, and sometimes switching back and forth between Text mode and Visual mode causes problem but this happens rarely and depending on themes/plugins in use.Forum: Developing with WordPress
In reply to: Hide posts only in parent categoriesCorrect me if I’m wrong. Is that [Breakfast, Lunch, Snacks] the sub-cat thumbnails you mentioned? Instead of using a category archive to do that, what we need is just a regular WP’s Page and that’s it. In this page’s content, using Text mode, just write up regular html displaying that Breakfast, Lunch, Snacks things, we don’t even need to edit or alter the template. Then use this page’s url in the navmenu instead of category archive.
Anyway, to do thing for a particular category archive we can duplicate theme’s category template and rename the file, see the detail in this link here
https://developer.wordpress.org/themes/basics/template-hierarchy/#category
So in this case, we will have the file named
category-healthy-recipes.phporcategory-6.php, and in this template just do the WP loop anyway we want.But honestly, if I understand what you are trying to achieve correctly, using Page as I mentioned is way better.
Forum: Fixing WordPress
In reply to: problem with apparence shortcode wordpressWe have to find out which plugin or custom function that the shortcode belongs to and then re-install/activate it.
If that plugin or custom function is already in place, try disabling all other plugins and re-enable one by one to figure out the one that conflicts with it.
Forum: Fixing WordPress
In reply to: Page AttributesWhen viewing page/sub-page for that particular reason, I’d suggest using the main All Pages
Admin → Pages
https://codex.wordpress.org/Administration_Screens#All_PagesOn this admin Pages archive we can sort pages alphabetically by clicking on column heading, in this case the Title. We can also change page attribute using Quick Edit. Pull down the Screen Option tab at the top right corner to change number of pages displayed.
Forum: Fixing WordPress
In reply to: Menu disappearingFirst of all, please do make sure that the plugin is responsible for that one line of code. With plugin activated, do you see that one line of code in the plugin setting?
The other concern is that uninstalling a plugin might not remove input kept in database, with plugin activated go to plugin setting and empty the input and then save that empty input.
The point is we need to figure out what plugin or function is outputing that one line of code, and then remove it.
Forum: Fixing WordPress
In reply to: Post title is trimming automatically (Unexpected)Please see this ticket, I believe it’s the same issue.
https://core.trac.wordpress.org/ticket/10483Meanwhile, try this plugin
https://wordpress.org/plugins/longer-permalinks/Forum: Fixing WordPress
In reply to: Do not redirect to pages with shortlinksThis is normal in WP and it is not a problem to fix (no need to redirect).
If you view source on both pages, you would see this same canonical link in HTML head, so search engine will only recognize one page.
<link rel="canonical" href="https://shkatulka-krasoty.ru/krasota/uhod-za-volosami/otvar-iz-romashki-dlya-volos-natural.php">Forum: Fixing WordPress
In reply to: Category – show number of postsIt’s a built-in feature of WP’s own default Category widget. Just mark the Show-post-counts checkbox option in Category widget.
In case you hadn’t put in any widgets yet, what is showing in the sidebar could be theme’s default, we need to manually put in the widgets and then we will be able to choose options available in each widget.
Forum: Fixing WordPress
In reply to: Menu disappearingI could see this 1 line of code injected at the very last line before closing
</body>tag.<style>.flex-col{display:none !important;}</style>}Yes, it includes the
}at the end which is super weird but it indicates it’s a user put in probably from a plugin that allows putting in scripts and styles?So please find out which plugin or function is doing that, then remove it.
Forum: Fixing WordPress
In reply to: Header color: How to change!?!The theme in use looks like a custom theme, right? I could be wrong but this class name
header__page-title color reservationindicates that it might has color option. See to it that this theme has built-in option to change header color or not, look under Customizer.Forum: Fixing WordPress
In reply to: Text for Old PostsThis article is just for you
http://www.wpbeginner.com/plugins/how-to-add-old-post-notification-on-your-wordpress-blog/The Broken link checker plugin is also a good idea
https://wordpress.org/plugins/broken-link-checker/Forum: Fixing WordPress
In reply to: Comfortable way of adding picturesYour front home page is now a page with uploaded images aligned in masonry grid fashion, but what you need is an archive page (a page contain list of posts) that show post’s feature image (in WP also called post thumbnail) aligned in mansonry style.
This is the demo page of the theme you are using
http://atlantic.elevate360.com.au/and as expected this theme’s archive page already have that masonry thing going on. All we need to do is to set up the front home page to display posts (archive of posts), and make sure each post has image assigned as post thumbnail.
Also i tried posting pictures as a posts, but then there are silly blocks for description.
There is some extra works on CSS to make your theme look like your example site. In this case, just
display:nonethe post content so it shows only image, and maybe some adjustments on gutter (margin) between images.Since this is not a theme hosted here, you need to ask support question directly where you get the theme from. See to it that there might be option to display post in archive that show only post image, if there is no such option then you have to use some extra CSS like I mentioned (this method is easier than to override template file).
Forum: Fixing WordPress
In reply to: New comments appearing on old siteIf it’s newly moved, dns propagation takes some time, users visiting the same domain might still get to old site.
You can still keep the old site, no need to deactivate your account there, but you just need to make the site private, under Settings »Privacy Settings, this way no one except you won’t be able to view/access it.
Forum: Fixing WordPress
In reply to: Sydney menu appear as a vertical menuIs this happening upon fresh install, or it’s been working fine until recently?
The first thing I would do is to disable all plugins and see if any of them is the culprit. This could be just compatibility issue. Also, make sure to clear browser cache, and see to it that the hosting is using some kind of cache and learn how to clear it.
If problem still persists, please post directly into Theme’s own forum this link here
https://wordpress.org/support/theme/sydneyForum: Fixing WordPress
In reply to: The Retina logo image is not displayedThe theme you are using is a commercial theme from templatemonster, and it says on the site that it offers 24/7 support. Please use that support channel to get the help from people who know it the best.
Sometimes, this kind of problem is caused by server cache. Shared web host nowaday would install a caching system to help on loading time. Users must learn how to purge the cache when some changes made to the site in order to see the changes right away.