wpbetheme789
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: contact form 7 css no impactHello,
i created a new site. Minimal installation. Just hueman, childify me and contact form 7 installed.Created a page. CF7 form added. Same problem. Could please look at this site.
https://wp-test.metatrader-interfaces.com/?page_id=6
Thank you
Forum: Fixing WordPress
In reply to: contact form 7 css no impactThank you.
I checked out your link. Installed the styler. No change.
The style changes but not the dimensions.Good question what CSS loaded in what order. Please apologize, i don’t know
and the site is not online.I use a hueman derived theme. For this i used childify.
It’s style.css just has some little changes. I removed all entries in style.css
but it did no solve my problem.Forum: Fixing WordPress
In reply to: contact form 7 css no impactIt is a local stage. Sorry. I would like to send a screenshot but it seems not to be possible.
I use a hueman derived theme. In the style.css of this derived theme
i have this code:/* contact form 7 */ .wpcf7 { background-color: #FFFFFF; color: #000bbb; border: 0px solid #666666; } .wpcf7 span.wpcf7-form-control-wrap { } .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { background-color: #fffDDD; color: #000bbb; }
it has an effect. But no way to extend the fields. They are very tight, 1/20 of page width. Perhaps there is an attribute to change it ?
Thank youForum: Fixing WordPress
In reply to: contact form 7 css no impactHello Andrew,
thank you for answer.
Do you mean a screenshot or this:
[honeypot fke8r232wsl-693]
<label> Your Name (required)
[text* your-name] </label><label> Your Email (required)
[email* your-email] </label><label> Subject
[text your-subject] </label><label> Your Message
[textarea your-message] </label>[submit “Send”]
Forum: Fixing WordPress
In reply to: Custom CSS editor vanishedThank you James.
That worked. So i could active iThemesSecurity settings again
and doing your tweak the Editor is visible again.However, i am not happy about that, because it took your time, my time, because an update
(most like iThemesSecurity) suddenly removed my WP editor.Hopefully developers develop a sense over the time that every click is time.
Every reinstall means time and if each software would require so many actions
to get it in service for customers again, then good night…Forum: Fixing WordPress
In reply to: Custom CSS editor vanishedJames,
thank you.
Deactivating ‘iThemes Security’ made the editor sections visible again.Forum: Fixing WordPress
In reply to: Custom CSS editor vanishedHello James,
i still need it and newly i can’t access it.Appearance > Editor in your site’s Dashboard
There is no such entry. That’s the point.
I have a custom derived theme from hueman.
And most likely, yes, i want to change custom.cssBut i cant do that. The editor section for doing this has vanihsed.
Forum: Fixing WordPress
In reply to: Custom CSS editor vanishedThis is what hueman css says:
/*
You can add your own CSS here.Click the help icon above to learn more.
Use this field to test small chunks of CSS code. For important CSS customizations, it is recommended to modify the style.css file of a child theme.
http//codex.www.ads-software.com/Child_Themes
*/
So i have a child theme and can’t find the place where i could change style.css before.
Do you know where i can find it again in the Dashboard ?
Thank youForum: Fixing WordPress
In reply to: Custom CSS editor vanishedHello James,
thank you very much for answer.
So does that mean WP Editor is superfluous when using Hueman ?Forum: Themes and Templates
In reply to: Thumbnail placeholder not removableAnswer: In your theme functions.php add
function hu_print_placeholder_thumb( $_size = 'thumb-medium' ) { }
This disables placeholder images
Forum: Fixing WordPress
In reply to: Post thumbnail cutThank you help. I thought WP is pretty well determined but obviously it is not.
Forum: Fixing WordPress
In reply to: Post thumbnail cutIt seems the only place of this function, where changing the parameter takes effect
is in file:
hueman\functions\widgets\alx-posts.phppassing ‘thumbnail’ shows the full image but to big (its size us 100×100)
Forum: Fixing WordPress
In reply to: Post thumbnail cutIt is a local site.
can you tell me what file exactly. It varies from medium to large.
Thank youHi,
where to disabled thumbnail placeholder for posts ?
Where to set # of posts visible in the sidebar.I prior was able to remove the placeholder thumbnail (camera icon)
by changing content-standard.php of my being-hueman.
But with one of the latest updates, the thumbnails returned.You can’t disable them in the customize settings.
Thank you for help.
Forum: Themes and Templates
In reply to: Being Hueman remove camera icon from postAfter applying hueman update, default thumbnail returned.
This is because i change the file in the hueman folder, not child folder.However, could the hueman guys not simply make the flag
customizing/content/Thumbnail placeholder
working ?
Thank you