bayouboogaloo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Change Title Font plus ScalableTry the the plugin called “Font” or “Fonts for Web”. Using FFW, I’m able to change Font Type/Size and so forth–it runs a little wonky, but I managed to get it to do what I needed it to do.//CL
Forum: Themes and Templates
In reply to: [Hemingway] Load Font for Inclusion in ThemeThanks Anders–got it figured out. Found an element selector plugin w/ font selection that worked perfectly.
resolved!
CL
Forum: Themes and Templates
In reply to: [Hemingway] Sidebar QuestionThanks Anders–will give a shot.
CL
Forum: Plugins
In reply to: [Strong Testimonials] Justify/Reduce padding/marginThanks Chris–as promised I’m reposting here–regardless, they didn’t cause issues w/your setup.
You can mark this resolved.
? Add link to Facebook
? All in one SEO Pack
? Comments Plus
? Custom Sidebars
? Disqus Comment System (active/did not cause issue)
? Download Monitor
? Easy Blogging
? Easy Parallax Slider
? Easy Tweet Embed
? EXBuyButton Buy Book Widget for Authors
? Google Analytics
? Google Doc Embedder
? Image Widget
? Infinite SEO
? iThemes Security
? Login Image
? My Book Table (active/did not cause issue)
? Page Builder by SiteOrigin
? Post Series
? Print Friendly and PDF
? PROPER Contact Form
? Really Simple Series
? Redirection
? Rocket Galleries
? Sharaholic (active/did not cause issue)
? Simple Page Ordering
? Social Marketing
? Tweet, Like, Google+1 and Share
? Twitter posts to Blog
? Ultimate Facebook
? Wiki
? Wordpress SEO (active/did not cause issue)
? wp-Typography
? WPMU DEV Dashboard
? WP to TwitterForum: Plugins
In reply to: [Strong Testimonials] Justify/Reduce padding/marginI’ll repost in the right spot. Close this one out–once I deactivated all this, this worked perfectly.
Forum: Plugins
In reply to: [Strong Testimonials] Justify/Reduce padding/marginChris,
Like I said..I went plugin crazy testing different things out. Before I start deleting, here is the list I promised.
Wish I could really narrow it down–but that’s everything I’ve got uploaded
? Add link to Facebook
? All in one SEO Pack
? Comments Plus
? Custom Sidebars
? Disqus Comment System (active/did not cause issue)
? Download Monitor
? Easy Blogging
? Easy Parallax Slider
? Easy Tweet Embed
? EXBuyButton Buy Book Widget for Authors
? Google Analytics
? Google Doc Embedder
? Image Widget
? Infinite SEO
? iThemes Security
? Login Image
? My Book Table (active/did not cause issue)
? Page Builder by SiteOrigin
? Post Series
? Print Friendly and PDF
? PROPER Contact Form
? Really Simple Series
? Redirection
? Rocket Galleries
? Sharaholic (active/did not cause issue)
? Simple Page Ordering
? Social Marketing
? Tweet, Like, Google+1 and Share
? Twitter posts to Blog
? Ultimate Facebook
? Wiki
? Wordpress SEO (active/did not cause issue)
? wp-Typography
? WPMU DEV Dashboard
? WP to TwitterForum: Plugins
In reply to: [Strong Testimonials] CSS stylingOh, I’m going to add that to custom CSS via the plugin which adds it to the ‘page’ and see if it works…//CL
Forum: Plugins
In reply to: [Strong Testimonials] CSS stylingChris–tried to do this too. I’m just hand-jamming the quotation marks into the quote regardless. This is what I entered–
I’m going to open another thread about padding question and repost the below.
/*open-suggest fr CD, toy w padding */
.wpmtst-widget-container .content {
width: auto;
text-align: justify;
text-justify: inter-word;
}.testimonial .content p:before {
content: ‘\201C’;
}.testimonial .content p:after {
content: ‘\201D’;
}Forum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthThats what I’m thinking I’m going to do–I just called them, they can’t access the wp.config–so I’m left w/ CSS. Thanks for the assistance.//CLL
Forum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthCrud–its ‘self hosted’ go’daddy managed. I’m going to have to dig to see if I can access the config.php
Forum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthDeactivating jetpack didn’t work…going to go monkey w/ the .config.//CL
Forum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthOk, let me try deactivating jetpack first before editing the .config. Will I be able to use jetpack after? ///CL
Forum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthHey Dillon–sorry, been tied up at work. Let me give this a shot.
CLForum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthAnd this…
wp-admin/menu-header.php:139 – Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.
Forum: Plugins
In reply to: [Strong Testimonials] Widget Height/WidthInstalled ‘deprecated calls’ and debug bar and its component. These are what I got from ‘deprecated calls’. I think I need to add some lines into the index.php for debug to work correctly, I need to re read the installation notes.
– Incorrect Use of wp_enqueue_style()
Used in wp-content/plugins/post-series/series-of-posts.php on line 13.– Function: get_settings()
Used in wp-content/plugins/widgets-on-pages/widgets_on_pages.php on line 285.– Argument in add_options_page()
Used in wp-content/plugins/wp-typography/class-wpTypography.php on line 707.– Argument in current_user_can()
An admin menu page is using user levels instead of capabilities. There is likely a related log item with specifics.