Forum Replies Created
-
AuthorPosts
-
Thanks Josue,
Worked like a charm!
Hi,
Thank you very much.
The dates are gone from the articles, so awesome and thanks!
Unfortunately:
We still aren’t getting the lists to show up correctly. If you check out http://ericperkinslaw.raisonbrandsdev.com/2016/04/07/ten-things-business-owners-should-know-about-buy-sell-agreements/
The “1. 2. 3.” under 2. Basic Types of Buy-Sell Agreements are supposed to be “a. b. c.”. If you go into the post and click on the text box it renders properly, after that, it’s just numbers.
As for the article dates code, I added it to Appearance / Editor / Enfold Child / Theme Functions (functions.php) and got this error:
Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of add_filter(). in /home/jsdgjcif/public_html/ericperkinslaw/wp-content/themes/enfold-child/functions.php on line 9
I tried it on different lines but no luck. Here’s the code we already have in there if that helps:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Roboto Condensed’] = ‘Roboto Condensed:400,700,400italic,700italic’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Roboto Condensed’] = ‘Roboto Condensed:400,700,400italic,700italic’;
return $fonts;
}There’s a login for you if you want to take a peek around. Thanks for the help and sorry for being a pain!
Thanks!
Looks great and is very much appreciatedThanks and sorry! Forgot to mention, how do I get rid of the comments? Everything else looks great!
Howdy,
Sorry for the delayed pickup. My boss just decided that he wants the added elements of the Elegant Blog styling and we’re getting some weirdness now, check it out:
How do I get rid of the redundant “Blog Post” above the titles, have the Read More boxes be not cut off, and get rid of the dates (which is not enabled in the Blog Meta Elements).
Thanks!
Hi Yigit,
Thanks, but we still have the stock icon boxes and no excerpt text when in Grid mode: http://ericperkinslaw.raisonbrandsdev.com/blog-2/
It appears that quick CSS only applies to the “Single Author Big Preview Pic (No author pic is displayed)” setting.
We just want the two column grid with title title, excerpt and read more link–that’s it. Essentially, we want it to look exactly like this, only with unique posts in a two column grid layout: http://ericperkinslaw.raisonbrandsdev.com/test-blog/
If you want to take a peek, there’s a temp login for you below.
Thanks Basilis!
That works perfectly for a single entry, but we wtill get the icons with the grid view. Speaking of grid view, we get a lot of extra stuff (comments, dates, etc) that we don’t want.
In addition to having no icons for a grid blog roll, how can we get it to only display the title, excerpt, and read more in grid view?
Thanks again,
Rasion
Found it, for anyone else having issues, slap this in the Quick CSS:
#footer .social_bookmarks li {
clear: none !important;
border: 0 !important;
}And this in the widget text editor:
<ul class=”noLightbox social_bookmarks icon_count_6″><li class=”social_bookmarks_facebook av-social-link-facebook social_icon_1″><span class=”avia_hidden_link_text”>Facebook</span><li class=”social_bookmarks_twitter av-social-link-twitter social_icon_2″><span class=”avia_hidden_link_text”>Twitter</span><li class=”social_bookmarks_skype av-social-link-skype social_icon_3″><span class=”avia_hidden_link_text”>Skype</span><li class=”social_bookmarks_pinterest av-social-link-pinterest social_icon_4″><span class=”avia_hidden_link_text”>Pinterest</span><li class=”social_bookmarks_gplus av-social-link-gplus social_icon_5″><span class=”avia_hidden_link_text”>Gplus</span><li class=”social_bookmarks_youtube av-social-link-youtube social_icon_6″><span class=”avia_hidden_link_text”>Youtube</span>
Hey, we’re a couple days out here, any help? Same code from previous version of enfold does not work here. I put the code (with other client’s social info) in the private content box, but for some reason part of it seemed to be publicly displayed so I had to erase it.
January 8, 2016 at 6:39 pm in reply to: Error Message Site is down when trying to add google fonts #562156Hey thank you so much, seems to be in complete working order! Quick question for you, why does it work at the top rather than at the bottom?
Thanks again
January 8, 2016 at 5:31 pm in reply to: Error Message Site is down when trying to add google fonts #562119Yes, it’s below. Thanks!
January 8, 2016 at 5:15 pm in reply to: Error Message Site is down when trying to add google fonts #562110Hi Yigit,
We want to add Roboto Slab to the site and as per the above link added it to the main ENFOLD (not 2016) functions php but are not having any luck getting it to actually appear. Here’s the exact code that we used, can you tell us what we need? Thanks!
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Roboto Slab’] = ‘Roboto Slab:400,700,400italic,700italic’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Roboto Slab’] = ‘Roboto Slab:400,700,400italic,700italic’;
return $fonts;
}January 7, 2016 at 6:32 pm in reply to: Error Message Site is down when trying to add google fonts #561423Fixed. THANK YOU!!!! I was freaking out.
January 7, 2016 at 6:11 pm in reply to: Error Message Site is down when trying to add google fonts #561405Why would this lock me out of my development site?
January 7, 2016 at 5:59 pm in reply to: Error Message Site is down when trying to add google fonts #561398Thank you but I can’t even log onto my dev site. I had also removed the code once I got the error message so it’s not even in there anymore??
This is the code that I added from Google fonts:
<script type=”text/javascript”>
WebFontConfig = {
google: { families: [ ‘Roboto+Slab:400,100,300,700:latin’ ] }
};
(function() {
var wf = document.createElement(‘script’);
wf.src = (‘https:’ == document.location.protocol ? ‘https’ : ‘http’) +
‘://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js’;
wf.type = ‘text/javascript’;
wf.async = ‘true’;
var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(wf, s);
})(); </script>Yes thank you! The web page is below. Scroll all the way down to the testimonial block.
Thank you
Thanks Rikard,
Your code works like a charm. So how do I get that title bar to show up on the blog page:
http://trulygood.biz/namewarden/blog/
Thanks!
Hi Rikard,
http://trulygood.biz/namewarden/free-resources/
It’s the title bar text that we need to make larger, where it repeats the name of the page, “Free Resources”.
Thanks
November 2, 2015 at 10:14 pm in reply to: Blog Page Will Not Pull Post Excerpts Consistently #528842Thank you very much, that very much does the trick!
Update: found that this code would push the excerpt: <!–more–>
Problem is, we like having a drop cap to begin the post, and that letter doesn’t carry over to the blog page.
Thanks Yigit,
I actually waited until someone I know who has worked with Enfold could take a second look–there is no excerpt field that we could find! Or anything remotely similar, but I assure you we are working from posts, and have excepts with read more link selected from the feed side of things.
Can you please send me a screen shot?
Hi Rikard,
I did that yesterday just before posting on the forum.Worth noting: the site was developed while using a ‘temp’ URL, which was then updated to the live version. In addition to the layout editor not opening, many image paths are incorrect. Perhaps this is related? Maybe a file path needs updating?
Please advise.
Worked like a charm! Thank you very much
Strange! Sorry about that. I changed the password and just tested and it seems to work now.
Thank you!!
Yes thank you! login credentials are below:
Perfect! Thank you so much Josue!
Sorry, here’s the link! http://ecbiz175.inmotionhosting.com/~phoeni77/newsite/
Hi There,
This post has been helpful but I need a tad bit of help. I have successfully created a pop up form on my page’s “Download our Free guide” button. However, it only works when I’m in preview mode. Once I’m logged out or on another computer it doesn’t work. What am I missing?Thank you!
Thank you!
Thank you for your response. One more question on a different note:
Our main navigation is quite long, so when viewing on an iPad in landscape view, the navigation link “Home” overlaps the logo. When I rotate the iPad vertically, the menu shrinks to the button format (similar to what you’d see on a smartphone). Is there anyway to have that button appear when the screen is shrunk down to a certain dimension?
Hopefully I’ve explained that correctly.
Thanks again!
-
AuthorPosts