webkong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom CSS for Font (Caption Link)This is where you can change it.
#displayed_gallery_281 .caption_link, #displayed_gallery_281 .caption_link:visited, #displayed_gallery_281 .caption_link:hover { font-size: 20px; font: 12px Arial,sans-serif; }Add to your custom css plugin.
- This reply was modified 9 years, 7 months ago by webkong.
Forum: Themes and Templates
In reply to: Theme: Delicious MagazineTheme Details for scgp.stonybrook.edu
Theme Name SCGP_DM Child
Description Test Child Theme
Author jmay
Version 1.0
Theme ScreenshotThis is a Child Theme based on the Parent Theme below
Parent Theme Details
Theme Name Delicious Magazine
Theme Homepage http://www.woothemes.com/
Version 1.1.12
Description Designed by WooThemes.
Author WooThemes
Author Homepage http://www.woothemes.com
License GNU General Public License v2.0
Theme Screenshot
Detected WordPress PluginsGoogle Calendar Events
Google Calendar Events
1 Google Calendar Events
Add Google Calendar events to your WordPress site in minutes. Beautiful calendar displays. Mobile responsive.Hope this help.
Forum: Themes and Templates
In reply to: Want to get rid of space between Menu & Page contentdiv.bannerAd { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [evolve] remove breadcrumb and title container.content { padding-top: 0px; } .home-content-boxes { display: none; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: Can anyone help me with this css code?.entry, .entry p { color: darkgoldenrod; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: Galleria Theme – Logo too small.site-branding img { width: 300px; }Add to your custom css plugin.
Forum: Fixing WordPress
In reply to: Cannot access Dashboard after JetpackManually rename plugins directory to plugins-old. See if you can login dashboard?
Forum: Themes and Templates
In reply to: Unable to change product image size in storefront themeI’m trying to make my products page images 147×202, single product images 588×808, and thumbnails at 73×101. Actual image sizes are 588×808.
I’ve tried entering products > display and unchecked hard crop. Then regenerated thumbnails with Regenerate Thumbnails. Products page images are all blurry.
So I then tried going and trying to change the values in style.css, but I couldn’t get it to change the image sizes.
After undoing changes . Doing it this way, I’ve been able to get the products page images to the correct size,
I’ve tried messing with both the image sizes, image container (which I don’t think I’ve found the correct selector), and the products span (I’m doing 1 column layout, 1 product per row).
If anyone has any suggestions I’d be very grateful, as I’ve spent several hours already trying to figure this out. Thank you.
- This reply was modified 9 years, 8 months ago by James Huff.
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: Enqueuing multiple style sheets<?php function my_theme_enqueue_styles() { $parent_style = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme. wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); ?>https://codex.wordpress.org/Child_Themes
[moderator note – signature removed as per forum rules]
- This reply was modified 9 years, 8 months ago by stephencottontail.
Forum: Themes and Templates
In reply to: [Stargazer] BlockquotesThis is bquote
Would you might post a link to your website? So we can take a look. Thank you.
[moderator note – signature removed as per forum rules]
- This reply was modified 9 years, 8 months ago by stephencottontail. Reason: Removed signature link
Forum: Fixing WordPress
In reply to: My website is slow despite OK analysis results.Deactivate all your plugins and switch to a standard theme like “twenty …”.
If problem resolved, re-activate plugins back on; one at a time to see which one is the culprit.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Fixing WordPress
In reply to: Sites reverting from WordPress 4.6 or 4.6.1 to 4.5.4Click on Welcome to WordPress … so it will update the last few database tables.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: How to make wordpress website mobile friendlySearch for responsive themes.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: [InstaAppointment Lite] Change the Images size in main blog page[Signature links removed by moderator per forum rules.]
To reducing the Image sizes in the main blog pages….
#content img, #sider-bar img { width: 40%; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: [Harmonic] Need some help with Harmonic!how remove the page titles that stay on top of the highlighted images?
#single-titles #single-wrap, #slide-feature #single-titles { display: none; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.