Forum Replies Created
-
AuthorPosts
-
Thanks, Rikard, details below:
February 24, 2016 at 6:16 pm in reply to: Prevent preview image from showing on blog post only, not excerpt #588569Hi Rikard,
Yes, I used custom CSS to eliminate the link to the preview images and then added CSS to turn the overlays white, so it is a work-around, my question is: Is there a way to have different action for the preview image in the excerpt and for the one that shows on the post. I suspect this is not possible as both images are being pulled from the Featured Image for the post, but wanted to be sure there was not a way to treat each instance separately.
Thanks!
JenniferHi Basilis,
I need to change the TEXT not the color. I want it to say: ‘More »’ NOT ‘Read more’.
I tried putting this code from the forum in my functions.php file, but it didn’t work:function change_excerpt( $text )
{return ‘ ID) . ‘”>’ . ‘More »’ . ‘‘;
}
add_filter(‘get_the_excerpt’, ‘change_excerpt’);Thanks for your help!!
Awesome, thanks Vinay!
Hi Josue,
Thanks, I got it figured out based on the previous fix.
Jennifer
January 19, 2016 at 5:36 am in reply to: Blog excerpt link missing, Bullets missing on bulleted list #567612Thanks, this is no longer an issue.
JenniferJanuary 18, 2016 at 10:05 pm in reply to: Blog excerpt link missing, Bullets missing on bulleted list #567413So sorry about that, it has now been upgraded.
Thanks for your help,
Jenniferps-thank you, thank you for all your support!!!!
January 15, 2016 at 4:54 pm in reply to: Blog excerpt link missing, Bullets missing on bulleted list #566178Sorry about that! See below:
January 15, 2016 at 7:37 am in reply to: Blog excerpt link missing, Bullets missing on bulleted list #565971Hi Rikard,
Thanks for the reply!
1. Fixed
2. See login in private content
3. I used CSS to style, have to see what client thinks, okay for now.January 14, 2016 at 10:02 pm in reply to: Image for Blog Single Author Small needs to be on left #565782Sorry, had to remove the image from the link above, will get back to you on this – had to cancel this for now.
That worked great Ismael, thank you so much!!
Hi Andy,
I’m back to trying to make this work: I have a link that needs to have a popup window on hover for a risk disclosure. I have set up a span with CSS, but even though I have the background specified as #ffffff, it seems like the order of elements has this on the bottom so when the hover window open up there is copy from the bottom of the page that is over the hover window. I need to have only the copy in the hover window showing when it is open. There is also z-index specified and I have tried changing this, but doesn’t help.
Here is the link to the page, hover over “Learn More” in the sidebar to see what I am talking about.
http://hriver.spottedmoondesigns.com/Maybe there is an easier, or better, way to accomplish what I am trying to do, if so any help would be sooooo appreciated.
Thanks, JenniferHere is the CSS I’m using:
span.dropt {border-bottom: thin dotted; background: #ffffff; margin: 8px;}
span.dropt span {position: absolute; right: -9999px; margin: 20px 0 0 0px; padding: 3px 3px 3px 5px; border-style:solid; border-color: #666666; border-width:1px; background: #ffffff;}
span.dropt:hover span {left: 1%; background: #ffffff;}
span.dropt span {position: absolute; right: -9999px; margin: 20px 0 0 0px; padding: 3px 3px 3px 5px; border-style:solid; border-color: #666666; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 0px; background: #ffffff;}Hi,
Thanks for the reply and attempt to follow through! We did decide to remove the widget.
Great theme!! and support!!
Best, JenniferHi,
I figured out what I needed to do to get this fixed, I added the below to my functions.php file:
function load_fonts() {
wp_register_style(‘et-googleFonts’, ‘<link href=’http://fonts.googleapis.com/css?family=Raleway:200,300′ rel=’stylesheet’ type=’text/css’);
wp_enqueue_style( ‘et-googleFonts’);
}
add_action(‘wp_print_styles’, ‘load_fonts’);This worked, but I’m wondering if there is a better way to do this? Also, wondering about your response time to requests like this, what is an average response time?
Thanks, Jennifer
Hi,
an update, it is also showing Arial on my laptop, but not my desktop – weird. Can you let me know what I am missing to have it consistent on all devices?Thanks!
February 21, 2015 at 7:43 am in reply to: Easy slider to stretch across top of page with Sidebar below? #400001Hi,
I figured it out, I just needed to add the Fullwidth Easy Slider container.
Thanks!
Hi Josue,
Thank you so much!
Jennifer
-
AuthorPosts