muza11
Forum Replies Created
-
plugin: https://www.ads-software.com/plugins/preloader-plus/
i wonder why a preloader plugin will add animations. i’ll move on to another preloader plugin.
i found the conflict reason. not a plugin nor a theme, it’s my mouse.
when the flying text box touches my cursor, my cursor is no more on the icon but on a text animation block so the animation stops and disappears.
And when it disappears my cursor is on the icon again so the animations starts again.
any way to stop this animation?- This reply was modified 3 years, 3 months ago by muza11.
Forum: Themes and Templates
In reply to: [Hestia] ultimate member pages messed upWith colors, i can change the text color only. i guess i will figure out something. for now it’s okay, your help is appreciated.
ah yes, i marked that resolved. your response helped. appreciated your work.
thanks, the page is functioning right.
there was a plugin guilty for this (all in one seo). page structure is fixed. but this color scheme, it is still the black and blue and white.
Forum: Themes and Templates
In reply to: [Hestia] ultimate member pages messed upok so i found the faulty plugin : all in one seo. i will wait for an update or maybe submit a ticket. or maybe switched to something else.
but the color scheme is still black-blue, is this same to you?thanks, i will contact the theme developer.
Forum: Themes and Templates
In reply to: [Hestia] hide read more buttoni figured it out
.blog .btn.colored-button { display:none; }
Forum: Themes and Templates
In reply to: [Hestia] hide read more buttonoh i got it. it works in the list view. i am in grid view. i need for grid view
Forum: Themes and Templates
In reply to: [Hestia] hide read more buttonsorry i am in localhost currently.
Forum: Themes and Templates
In reply to: [Hestia] hide read more buttonsorry, didn’t worked.
Forum: Themes and Templates
In reply to: [Hestia] set the first image in the post as Featured Imagei used only this code in function.php at everything is fine. problem solved.
function prefix_auto_featured_image() { global $post; if (!has_post_thumbnail($post->ID)) { $attached_image = get_children( "post_parent=$post->ID&post_type=attachment&post_mime_type=image&numberposts=1" ); if ($attached_image) { foreach ($attached_image as $attachment_id => $attachment) { set_post_thumbnail($post->ID, $attachment_id); } } } } add_action('the_post', 'prefix_auto_featured_image'); add_action('save_post', 'prefix_auto_featured_image'); add_action('draft_to_publish', 'prefix_auto_featured_image'); add_action('new_to_publish', 'prefix_auto_featured_image'); add_action('pending_to_publish', 'prefix_auto_featured_image'); add_action('future_to_publish', 'prefix_auto_featured_image');
Helped. Blessings.
Forum: Themes and Templates
In reply to: [Neve] cant find starter siteI mean if this is not a problem, then OK no need to delete. Your wish, sir. Sorry by the way.