beelzebomb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: id=”email” is hiding email field in commentsSolved!
It was simply an issue because #email is the CSS used to style the comment form; but I was using it as my own style for the header which was overriding it.Forum: Fixing WordPress
In reply to: id=”email” is hiding email field in commentsThanks, but the whole site is finished bar this small issue, so I’d really like to troubleshoot it and get the input field showing up.
Ok thanks – we designed a WP site for a client – who then changed it to this one within a month or so.. So we will just put the ball back in his court with an explanation I think!
I have just run the site through ‘Why No Padlock? (thesslstore.com) again and it’s showing up several image errors. Loading the site in Safari shows it as HTTPS, but no padlock is showing.
Seemingly not – this is what I did originally (when I found the clear button disappeared) then found that FF still produced the warning mentioned.
I think the problem might be in the solution/instructions you have provided:
“Then navigate to the ‘Builder’ tab. Select ‘Advanced’ and uncheck the ‘Static File Generation’ option. Finally, press ‘Clear’ to clear the Divi cache.”If I uncheck ‘Static File Generation’ then the ‘Clear’ tab/option next to it disappears.
Ok, all seemed to go well and works exactly as described, but still getting the following in Firefox under Site Security:
“Your connection is not private and information you share with the site could be viewed by others”Ok that’s great, thanks – client changed the theme to something unfamiliar (aren’t they all at first!) – I’ll pass this info on and explain.
Forum: Plugins
In reply to: [CataBlog] Read More tag not workingI guess I’ll have to put this down as a WP feature that won’t work with Catablog then, as I’ve not seen too many responses from the developer on here.
Forum: Plugins
In reply to: [CataBlog] Read More tag not workingBumping this – still cannot find a solution and haven’t a clue why it might not be working.
Forum: Plugins
In reply to: [CataBlog] Read More tag not workingThanks, I did see that thread but it’s not really relevant to my issue – I want to be able to add ‘read more’ in admin while creating each new item in catablog – I can do this easily enough using the standard WordPress button while creating the item, but it doesn’t then show/work in live on the actual site.
Forum: Plugins
In reply to: [CataBlog] Read More tag not workingNo, there’s no traditional blog/post areas on the site – the only posting is in catablog. Everything else is hard coded.
Forum: Plugins
In reply to: [CataBlog] Read More tag not workingUnfortunately I am not able to do this as there are no post options on the site apart from Catablog.
- This reply was modified 6 years, 9 months ago by beelzebomb.
Forum: Plugins
In reply to: [CataBlog] Catablog now working erraticallyOk this is resolved.
Here’s the solution if it helps others…
Each line of code was requiring an addition:
sort="date"
So instead of:
<?php echo do_shortcode( '[catablog template="seantcatablog" category="seating" limit="10" order="desc"]' ); ?>
We now have:
<?php echo do_shortcode( '[catablog template="seantcatablog" category="seating" limit="10" sort="date" order="desc"]' ); ?>
This solves the issue – it is likely that the extra code snippet should have been included from the start, but as is the way of code, it had compensated and worked fine up until early December.
Forum: Plugins
In reply to: [CataBlog] Change catablog-row heightmetroretro dot co dot uk (I don’t want a direct link to the site)
Although I now have more serious catablog issues posted a few minutes ago.