oriver
Forum Replies Created
-
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] CSS author and tags – text change on hoverHi, the post grid. Thanks
We’re still not live. Are the problems not showing when replicated?
Sorry for the delay in coming back to you.
- This reply was modified 3 years, 7 months ago by oriver.
Did you manage to work out a way to add the filters?
We haven’t as yet launched, just finalising the design.
However, I’ve taken an image to show what I mean: https://imgur.com/ykiS6IT (for privacy I’ve blanked out some of the user’s name)
In style 2, the tags show below the thumbnail, which is what we want, but it leaves the default of showing the tags on hover as well. Would like to remove the tags from appearing on hover.
The author and avatar now appear, which is great, and they slightly overlap with the tags, and next post, which is what I meant by the CSS.
Thanks again for your help
It works! With style 2 the author and avatar now show. Thanks:)
Will keep an eye on this coming in one of the future versions, as I saw it’s not in today’s release. Guess it was too close together to allow things like css to be worked out with the tags.
The tags are still repeated on the thumbnail when hovering. As style 2 places the tags below the thumbnail, is there any code I could use to remove them from showing on the thumbnail as well?
Thanks again. Hope you’re having a great week.
Forum: Developing with WordPress
In reply to: Code to increase number of tags – EAELHi @bcworkz
Thanks again, I tried with the changes, and researched query var values. Still crashed the site.
I think it’s beyond my scope for now. Will research more.
In the meantime I’ll have to remember to alter the tag code in controls, whenever there is an update.
I think I was adjusting meta margins before, term margins have worked at treat.
Fingers crossed the DEV team can fix the tags and author.
Thanks again
That’s great thank you.
Our site isn’t live as yet, but I’ve included an image to show how the tags also appear on hover:
Would like to have them show below only.
Thanks again
Forum: Developing with WordPress
In reply to: Code to increase number of tags – EAELThank you.
Unfortunately my knowledge is little to almost none on coding. I tried ‘pre_get_terms’ and read what you had linked to, and some other sites with information about it. But because my knowledge is poor, the code caused a fatal error – was able to delete no problem and restore the site. But I’m just not sure how to get the code to work in increasing the number of tags for the plugin.
I can change however amend the code of the plugin directly and increase the number of tags there. This then allows me to increase the number of tags when building the page.
Do you know if I do it the latter way, and the plugin does update, will it remove the page that was built using this amended code? For example if I edit the plugin to allow 5 tags, then create the page with the posts showing five tags, if the plugin then updates will my tags remain at five on pre-published pages or revert back to the default max of three?
Thanks.
Thank you for letting me know, I’ll stick with clearing and purging the cache when activating SeedProd for now, as I don’t want to trigger any conflicts. Thanks
In case it helps others. I spoke to my host server and they were comfortable to advise that the following be deleted:
wp-admin/php1.ini
wp-includes/.user.ini_old
wp-admin/.userold.iniI took a backup just in case.
While for the unknown file wp-includes/php.ini and for the file change in wp-includes/default-constants.php the host was unsure if they were in fact related to one another, and advised for myself to leave them in place. Before doing this I opened and looked at the files, I would suggest you do the same. Satisfied from their response and my own investigations, I have selected ignore for now on Wordfence, but to alert if there are any file changes.
Hi @wfpeter
Thank you so much for explaining this, its really helpful. I’ll make sure to look into the advanced firewall options before doing anything.
Thanks again
Hi @t-p
That’s great, thank you. I’d clearly overthought in searching for a specific answer, rather than troubleshooting password protection.
I’ve tried to use the solution provided of:
‘<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>`and entered it in code snippets rather than .htaccess – because my host server keeps changing this and removing additions, so I prefer code snippets. But it doesn’t like the above code, and keeps saying:
The code snippet you are trying to save produced a fatal error on line 1:
syntax error, unexpected token “<“, expecting end of fileI tried removing < from the end of line 1, but it didn’t like this either. Any suggestions?
Hi @nlpro
Apologies for the lateness, thank you so much for your help.
I discovered its the margin spacing around the avatar, it’s causing a big gap on some of the responsive breaks. Hope this helps
CSS:
.eael-author-avatar .avatar {
margin: 0px 0px 0px 25px;
width: 20px;
}And set the meta style margin to 0 0 0 -40
At least this worked for me. Great plugin love the load more feature.
- This reply was modified 3 years, 11 months ago by oriver.