flatrock
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Change header logo per pageThanks for the quick reply! And yes, understood.
Is it in the header.php or functions.php? Could you possibly point out where the code is that calls for the logo image? Once I find it I can fool around via the child theme.
Thanks!
Forum: Plugins
In reply to: WooCommerce customer chooses products to add to a packagenothing?
any advice would be very much appreciated!Forum: Themes and Templates
In reply to: [Optimizer] Transparent side barFantastic, thank you!
Forum: Themes and Templates
In reply to: [Optimizer] Transparent side barin progress… https://www.dcaponespa.com/skin
Forum: Plugins
In reply to: [The Events Calendar] List Widget displays differentWell, at first it did not work for me. I then updated both WordPress and the Theme, as well as plug-ins and it seems much better. I don’t know for sure if it was the code, the updates, or both that fixed it? Either way, I really appreciated your help and love this calendar.
Forum: Plugins
In reply to: [The Events Calendar] List Widget displays differenthttps://www.nettipf.com/WP2015
The home page has the “bad” version, while the other pages look the way I’d like
Thanks Geoff,
PeteForum: Themes and Templates
In reply to: [Mantra] ul bullets in wrong positionMe too. Bullets were centered with any ordered list that is “paragraph” length. The CSS above annihilates them completely. So… since I was using a Child Theme, I figured I’d add the entire URL/Directory to the bullet.png. Worked perfectly!
here’s what I did. NOTE: the bold is stuff you’ll need to change to your own info.
.entry-content ul>li {
background: url(https://www.YourWebsitesDomainName.com/TheWordpressInstallFoldersNameHere/wp-content/themes/mantra/images/bullet.png)
}Hope that makes sense.
Forum: Plugins
In reply to: [SubMe] show number of followersThis is great, did as you said and the plug-in seemed to load fine and is active the Widgets area. However, the regular SubMe plug-in is currently showing 6 pages of members, but the SubMe_Status plug-in shows “0 followers” in the side bar.
any ideas?
Forum: Themes and Templates
In reply to: [Customizr] Menu drop downs sporadicYes, I do get the same issue with the demo.
I tried multiple settings/menu options will the same results. And turned sticky header on and off, same deal.
Forum: Themes and Templates
In reply to: [Customizr] Menu drop downs sporadicSafari on OSX 10.7.5
Forum: Plugins
In reply to: [Custom Team Manager] profile picture too big5 stars it is!
Forum: Plugins
In reply to: [Custom Team Manager] profile picture too bigOkay, I found a solution! Turned off the featured image on the profile page by
editing the Theme’s “content-single.php” template and just deleted the following:<?php if( has_post_thumbnail() && siteorigin_setting(‘blog_featured_image’) ): ?>
<div class=”entry-thumbnail”><?php the_post_thumbnail( is_active_sidebar(‘sidebar-1’) ? ‘post-thumbnail’ : ‘vantage-thumbnail-no-sidebar’ ) ?></div>
<?php endif; ?>Worked like charm! I’ll have to go back in a add that page template to the child theme so I don’t need to keep doing that after upgrades.
Forum: Plugins
In reply to: [Custom Team Manager] profile picture too bigOr, is it possible you have CSS to just hide the Featured image on the Profile page only?
Forum: Plugins
In reply to: [Custom Team Manager] profile picture too bigThanks Ibnul,
I figured that was the case. Do you, or anyone else, have a snippet of CSS code to get me started? I know some CSS but am not an expert. I can certainly adjust something if I had a line or two to identify what/where the CSS is for that.
Or, can I find a styles.css in you plug-in folder and cut & paste, then modify it?Thanks for any help!
Forum: Themes and Templates
In reply to: [Supernova] Add social media icons to menu bar“Menu Social Icons” is a plug-in that will work.