Forum Replies Created
-
AuthorPosts
-
Thanks Yigit,
That got me on the right track.
Can you help me close the white space between the class item “main_color container_wrap fullsize” – the main content element and the element containing the page title element?
Sincerely,
GregHello Andy,
Not a browser cache issue – I cleared cache and checked on other browsers.
I’ve installed a fresh copy of Enfold – this did not fix issues either.
There is a file that will not FTP to the directory; or keeps attempting to upload: he_IL.po
/wp-content/themes/enfold/lang/he_IL.po
I am hesitant to activate the Enfold theme because I am worried I’ll lose elements when I reactivate the Enfold Child theme.
I’ve gone through the CSS and I am not seeing a reason there for content not appearing. Besides the testimonial elements/quotes not showing up on the about page – the footer content is also not showing up.
Any ideas?
TIA,
GregHello Ismael,
I have the latest version of Enfold installed (3.0.4) and I don’t have cache or a minify plugin.
I deactivated all the plugins to make sure it wasn’t a plugin issue and this didn’t fix the site.This is the best page to start with: org-consult.com/about-org/.
I am using a child theme of Enfold.
Any other ideas – or do you see something in the CSS that might be “tooling” the site?Sincerely,
GregPS. updating the theme worked on other sites I am admin for – this is the only one that remains broken. gw
October 17, 2014 at 7:16 pm in reply to: use "Site Title" and "tagline" in enfold theme instead of logo #337494Hello Yigit,
That’s perfect!!
Thank you,
Greg(we can close this)
October 17, 2014 at 1:12 am in reply to: use "Site Title" and "tagline" in enfold theme instead of logo #337071Hello Yigit,
Here’s the link: kathleenduich.com.
(I had an “under construction” plugin on which is why I didn’t include it originally.
Standing by,
GregOctober 16, 2014 at 8:58 am in reply to: use "Site Title" and "tagline" in enfold theme instead of logo #336633oh… wait… I think it did write both; now it is a CSS issue… #trialanderror
October 16, 2014 at 8:57 am in reply to: use "Site Title" and "tagline" in enfold theme instead of logo #336632P.S>
I just attempted this – which only posts the titleadd_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= get_bloginfo( 'name', 'display' ); $sub .= "<br>"; $sub .= get_bloginfo( 'description', 'display' ); return $sub; }
October 16, 2014 at 8:52 am in reply to: use "Site Title" and "tagline" in enfold theme instead of logo #336629Hello Ismael,
That doesn’t quite do it – as it shows how to hard code a company name and link.
I would like to add the function of bloginfo(‘name’); and bloginfo(‘description’); – and do so in such a manner that I may adjust the CSS for each individually.
The code below isn’t doing it for me – and I can only add one or the other with the knowledge I have:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<strong class='logo-title'>Company Name</strong>"; return $sub; }
Does the above clarify what I am attempting?
(Love this theme by the way)
Sincerely,
Gregperfect!! thank you guys for the support!
Josue,
I need another background element that is partly transparent so that the content shows up on the background image.Here are two pages where I’ve attempted some different experiments:
http://coffeeworks.com/wordpress/coffee/
http://coffeeworks.com/wordpress/coffee/how-we-brew/I am using .responsive .container to place the transparent image and there are still two issues with my solution:
- It is affecting the footer elements as well
- It needs padding on the vertical margins to look right
Any ideas of how to work this?
Sincerely,
Greg(lets close this – i started a new topic with more details.)
d’oh!
thank you – that was it!
(resolved)Hello Yigit,
This still creates the bg on the footer element… is there something to target just the main content area?
~ Gregd’oh – i didn’t have “Start slideshow” turned on.
sorry to waste time on here…
brilliant! thanks, Josue… I really appreciate your time and support!
~ gregOK – as a final thought… is is possible to create a set of rules that will affect all new pages?
(I appreciate your help with this.)That works – is this solution going to need me to create a new “rule” for each page ID?
-
AuthorPosts