Tekguild
Forum Replies Created
-
Forum: Plugins
In reply to: [Blogger Importer] All Images Not ImportingI also can confirm that Andrew’s fix works.
Another call to update the plugin, if you would be so kind…!
Forum: Plugins
In reply to: [Lazy Load XT] Exclude class apparently not workingI can’t because, as I said, the site it not public yet and copy/pasting HTML from the site contains sensitive info.
Do you have any other method of troubleshooting?
Forum: Plugins
In reply to: [My Custom CSS PHP & ADS] Please Update this Great PluginI really like this plugin as well, but something apparently has changed or broken in it where, in many cases, it no longer ‘overrides’ other CSS in the theme unless using the !important declaration.
I’d really like to see an update that addresses this. FWIW I’m using the Beaver Builder theme (http://wpbeaverbuilder.com).
That worked great, thanks! This is probably a good one to put in a support article on your site.
Cheers!
I just did another test using Beaver Builder and it has the same issue – the stars show up, but they’re not filled.
Do you think there might be some issue with how the YASR shortcode works when rendering ‘indirectly’ (through a plugin)? The site also has a YASR shortcode in a text widget in the sidebar and that works fine.
Actually, I just tested it another way – by going to Settings>Reading and setting the Blog to a Blog page. If I view the Blog page, it’s even worse – if the YASR shortcode is in the excerpt, it just shows the shortcode code. If it’s at the top of a post, it doesn’t show at all.
Thoughts?
Yes, I’m definitely using that shortcode ([yasr_overall_rating size=”medium”]) and putting it in the text editor.
The stars show up on the page, but they aren’t filled. Again, I’m using the SRP plugin to create the section of posts I want to show. Another section, in the sidebar with a text widget uses the [yasr_top_ten_highest_rated] – and that works just fine.
I’m not sure where the problem lies – with YASR or SRP.
Thoughts? More than happy to give login info or do whatever it takes to get this fixed.
Thanks!
I don’t know what I did, but it appears to be working now.
And, YES, it would be great to have a feature that allows you to show the pop up only on posts within a specific category! As it is now, I had to add each post I wanted to show it on using the ‘load on specific posts’. With ~30 posts to add it to, that feature is sorely needed.
Cheers!
I tested this on my dev site using ‘all posts’, but it still wouldn’t show up.
I really want to use this plugin, but I’m in a time crunch and I found another plugin that mostly works, it just doesn’t have easy controls for positioning like yours does.
Forum: Plugins
In reply to: [Find replace] Seemed to work but got scary error messageI’m getting this same error, though it does seem to work.
Warning: Illegal offset type in isset or empty in /home/removed/wp-includes/post.php on line 1151
WordPress 4.0
I’m having the same problem and am using the latest version – 4.1.10.
Forum: Installing WordPress
In reply to: Error during installGlad to be of help!
WPUnder – You may want to mark this as resolved, so that others will know that’s it’s a likely solution.
Cheers!
Forum: Fixing WordPress
In reply to: Make Headlines Link's Without Changing FontThis would remove the underline:
.article-layout h2 a {
text-decoration: none;
}I say ‘your style rules here’ because the link will typically also change the color of the link and maybe you don’t want that. If all you need to do is remove the underline, the above rule used with either class selection should work.
I’m afraid, in this case, that screenshots won’t help – I need to see the actual site to look at the code and determine if it’s rendering properly, meaning is the code inserting the areas where the text/watermark would go and there’s no actual text/watermark placed there or if it’s not rendering them at all.
Ideally, having admin access to your site would be best – it’s really the only way to be absolutely sure of what’s going wrong.
Forum: Themes and Templates
In reply to: [Cazuela] Different layouts for homepage & single post/pageIf what Dragan is saying is correct, I may have been making this way more complicated than it needed to be.
Go to Pages>All pages from the left hand navigation tab, click on Edit under your Home page and, in the right column there should be a template selector – it should have an option for one with a right sidebar.
I’m guessing where these are based on how most themes work…and had assumed you had gone through all the built in customization options before asking how to modify the theme.
Forum: Themes and Templates
In reply to: Child Theme style.css not loadingNo need to do anything to the style.css in your child theme – My Custom CSS does everything you need without having to work with the actual child theme style.css file.