Forum Replies Created
-
AuthorPosts
-
RegevParticipant
Holy @!# thanks Victor! But does this code shoe the time difference? (19 months ago, 7 months ago, etc)? I just want it to show "Over a year ago." So 5 years ago or 15 months ago would look the same. Thanks again, you rock.
August 23, 2016 at 7:39 am in reply to: No Sidebar Pro: How to Eliminate "Line" Below Linked Images in Posts? #191891RegevParticipantThanks a lot . That worked!
Speaking of images,
any idea how to allow content images to show up, say, in 1024 width? I want to keep the content text on 720px, but allow images to take a larger width so that things look more 'alive'. (for example, here)August 22, 2016 at 11:20 pm in reply to: No Sidebar Pro: How to Eliminate "Line" Below Linked Images in Posts? #191849RegevParticipantAugust 16, 2016 at 11:07 pm in reply to: How to Display an Image In a Larger Width than Content Width? #191414RegevParticipantexample:
August 10, 2016 at 9:43 am in reply to: No Sidebar Theme: Any Way to Enlarge Body Text Without Scaling the Whole Site? #191067RegevParticipantNever mind, made it.
Another question:
Is there a way to allow images to spread out to 1024px width even though my content area is only about 720?
August 10, 2016 at 7:06 am in reply to: No Sidebar Theme: Any Way to Enlarge Body Text Without Scaling the Whole Site? #191037RegevParticipantThanks a lot Victor! You rock. One question though:
Do I change the font-size in px or rem? I'm guessing rem? If so, what's the px line anyway for?
Thanks again.
July 19, 2016 at 11:07 am in reply to: Questions for All You Genesis Gurus (Optin, SocialSharing, Page Builder plugins) #189803RegevParticipantThe only thing I worry about is ThriveLeads slowing down my fast Genesis theme.
Why don't you like Elegant Themes? Bloated code?
RegevParticipantJust checked, they have WhatsUp too.
July 17, 2016 at 9:46 pm in reply to: Questions for All You Genesis Gurus (Optin, SocialSharing, Page Builder plugins) #189724RegevParticipantThanks a lot, Christoph, you're the man!
1. Well when I put ConvertPlug on a Divi website, it works better. I did contact their support and they fixed some CSS for me (the ribbon bar was expanding into two lines for no reason), but no matter what, I can't seem to avoid getting their overlays pop up in strange, sometimes 'locked-up' places on the screen. How heavy is Ninja Popups? I'm a little hesitant towards plugins that don't have some form of subscription or recurring income nature, because then it's hard for developers to keep innovating. As for Thrive Leads, I contacted them, they say they have Lazy Load option so it doesn't slow down the site. Is that practical? I can't seem to find any OptinFire reviews anywhere.
2. What makes you prefer it over Monarch? faster load times perhaps?
3. I'm not talking about a 5k site 🙂 I'm saying, simply expanding the site's width from ~750 to, say, ~950 or so, and enlarge the fonts. Does that make sense?
4. Oh, nice! Does Beaver simply create HTML so that when you delete it, the design is kept intact? I.e, can you buy the plugin, install, build a page, and then uninstall and keep the page?
RegevParticipantI use, love and recommend InMotion Hosting. Here's why.
July 1, 2016 at 12:36 am in reply to: How to Change Old Comments Date to "More than a year ago." ? #188703RegevParticipantup
June 28, 2016 at 6:51 am in reply to: How to Change Old Comments Date to "More than a year ago." ? #188438RegevParticipantLet's take this page for example -
June 28, 2016 at 6:05 am in reply to: How to Change Old Comments Date to "More than a year ago." ? #188435RegevParticipantYes, that's what I'm looking for.
RegevParticipantanyone?
RegevParticipantup
RegevParticipantThanks Kelly,
I'm starting to suspect this is all a bit too complex.
Do you have any code snippet with a few sections and columns that I can copy and paste and learn it as I tweak it onsite ?
RegevParticipantThanks Sridhar, appreciate that
The second option is what I was looking for. So I create a template file with the code there, but how do I split the page into 'sections' and give each section a different background?
RegevParticipantQueen Marcy any way to make the comment author name 150% 'font-weight'ier (a little bold), and reducing the comment date text to about 70% smaller?
RegevParticipantAwesome! it works!
any line to add so that I can incorporate that too and reduce the mess?
//* Remove comment form allowed tags add_filter( 'comment_form_defaults', 'sixteen_nine_remove_comment_form_allowed_tags' ); function sixteen_nine_remove_comment_form_allowed_tags( $defaults ) { $defaults['comment_notes_after'] = ''; return $defaults; }
Thanks again Darcy
RegevParticipantWhat do you mean 'comment out' my custom avatar? you mean replace
$args['callback'] = 'custom_comment_callback_no_date';
with$args['avatar_size'] = 96;
?Yes I'm looking at the blurry 48px form my MacBook Pro Retina. So the functions control the resolution and the stylesheet control the actual size?
-
AuthorPosts