stephanieweitzenkamp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP LinkedIn] Changing Recommendation Scroll SpeedI followed the above and modified the .js file. It worked!!! Yeah! It is going slower, now I just want to increase the characters displayed.
Thank you!
Forum: Plugins
In reply to: [WP LinkedIn] Changing Recommendation Scroll SpeedI added the shortcode to my page and remmoved the widgets. I have the interval set at 12000 and still flying by. I guess this is learn in babysteps? I sure appreciate your patience Claude.
Forum: Plugins
In reply to: [WP LinkedIn] Changing Recommendation Scroll SpeedThanks so much. I have changed to 7000 and even 20000 and it still won’t slow down. The Theme, vcard, is only giving me the option to add the widget to the sidebar, though it appears in the page. Thanks for the shortcode link. I will keep trying. ??
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the MenuI wanted to let you know I figured out the font. I changed it in the top theme pages and it worked fine. Thanks for your assistance!! Much appreciated.
Forum: Plugins
In reply to: [WP LinkedIn] Changing Recommendation Scroll SpeedOkay, thanks. Do I add this to the recommendations.php file? Sorry, I am trying to take a crash course on shortcodes. ??
Forum: Plugins
In reply to: [WP LinkedIn] Changing Recommendation Scroll SpeedWhere do I add the above code? Please see my site, stephanieweitzenkamp.com. I cannot slow down the scroll and am not an expert coder.
Thank you.
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the MenuI switched it back in case folks go to the site tonight. Let me know if you can look at it for me and I will reactivate the child theme.
Thank you!!
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the MenuI activated the above child-theme. Not worried about the picture, but the menus don’t appear — with any color font.
Thanks for your help!
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the MenuThank you! I wasn’t so much worried about the picture — rather the font.
I don’t plan on changing much, if anything after this, so copying the entire code doesn’t worry me so much. Here are the two lines I changed: (just the color).
#main-menu li a {
color: #505259;
display: block;
font-size: 10px;
padding: 16px 0 15px 60px;
text-decoration: none;
text-shadow: 0 0 2px rgba(0,0,0,0.02);
}#main-menu li.current-menu-item {
background: url(images/sprites/tab-active.png) no-repeat;
}#main-menu li.current-menu-item a {
color: #000000;
text-shadow: none;Wpyogi you rock!
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the MenuWhen I activated it, the picture disappeared completely. How about I copy of the vcard style.css completely, changing the theme name and only the menu font color? I will try that next…
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the Menuchanged the Them name in the vcard-child css style to Theme: vcard-child
No change. Still grey. I will activate it now. Gotta love the child directory functionality!
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the Menuah…..OK, good catch, let me update that and see what happens.
Forum: Themes and Templates
In reply to: [VCard] Changing the Font of the Menu/*
Theme Name: VCard
Theme URI: https://siteorigin.com/theme/vcard/
Template: vcard
Author: SiteOrigin
Author URI: https://siteorigin.com/
Version: 1.0.5
License: GPL 3.0
License URI: https://www.gnu.org/copyleft/gpl.html
Description: vCard is the perfect theme for your personal online presence. It gives you simple blog and portfolio functionality as well as some shortcodes you can use to create a professional online resume.
Tags: light, yellow, one-column, fixed-width, custom-background, custom-header, custom-menu, editor-style, featured-images
*/
@import url(“../vcard/style.css”);/* =Theme customization starts here
————————————————————– */#main-menu li a {
color: #000000;
display: block;
font-size: 10px;
padding: 16px 0 15px 60px;
text-decoration: none;
text-shadow: 0 0 2px rgba(0,0,0,0.02);}
The template broken error is resoled, but now the vcard thumbnail in my theme page appears all grey so do not want to activate it.