Celestialpetals
Forum Replies Created
-
Forum: Plugins
In reply to: [TwitterCart] Conflicts With JetPackThank you. I will look forward to that.
Forum: Plugins
In reply to: [Chat Room] Max message per time interval feature please.This plugin says it has no update in two years. Is it ok to use with current version of wp?
Forum: Plugins
In reply to: [ZenCache] Can't Delete Your Plugin, Wont Go AwayThanks for replying, but the link takes me to my support history page. Could you post it again?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Marketplace, Multi Vender SiteAwesome and thanks for answering my question(s). I was waiting to download the plugin until I got your answer. I would be happy to leave a review, I always wait to make sure it doesn’t break my site in some way so in a couple of days I will review the plugin. Thanks.
Forum: Plugins
In reply to: [Custom Fee Woocommerce] Custom fee per cart / customer, or for all ordersThank you.
Forum: Plugins
In reply to: [Custom Fee Woocommerce] Custom fee per cart / customer, or for all ordersOk. What will be the price?
NO, IT IS DECEPTIVE. You give multiple examples and demo’s that are 99% only available in the PAID PRO VERSION and not available in the free version. You should list the FREE DEMO’s separately from the PAID DEMO’s. This is really, REALLY DECEPTIVE!
Forum: Reviews
In reply to: [ExpressCurate] Just doesn’t workI was so excited reading this plugin. Then I read your latest reviews. Did you find the problems? Are these fixed? I want to try this, but I don’t want a broken site.
Forum: Themes and Templates
In reply to: [Oprum] Home Tagline and gridThere is a lot about this themes custom home page template that makes it hard to find in the code for customizing. WordPress is Opensource – and using WordPress requires that even theme designers stay in the heart of that and not try to make it impossible to edit a theme.
First, About adding a slider to the homepage and resizing the home page post images – YES, IT CAN BE DONE!
Both of these will be done in the PHP File named: content-home.php
1. Slider:
The code you will focus on for this will be<!-- Homepage Tagline --> <div id="home-tagline" style="background: <?php echo get_theme_mod( 'home_tagline_bgcolor', '#e8e09d' ); ?> url(<?php echo get_theme_mod( 'home_tagline_bgimg', get_template_directory_uri().'/img/tagline.jpg' ); ?>); background-position: 50% 50%; background-size:100%;"> <?php $placement = get_theme_mod( 'home_tagline', '<h1>Home Tagline</h1>' ); if (!empty($placement)) : ?> <div class="tagline-txt"> <?php echo do_shortcode( get_theme_mod( 'home_tagline', '<h1>Home Tagline</h1>' ) ); ?> </div> <?php endif; ?> </div><!--#home-tagline-->
If you know php – this is where your slider php will go.
2. Post Images – on home page:
Again, this will be done in the content-home.php.
Open up this php file in Notepadd++ and look for line #79-81. You will see this:<div class="col"<?php if ( $count == 2 ) : echo 'style="float: right;"'; else : echo 'style="margin-left: 0;"'; endif; ?>> <div class="post-thumb" style="background: #FFF url(<?php $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id(), 'oprum-medium' ); echo $thumbnail[0]; ?>) no-repeat; background-position: 50% 50%; background-size: 100%;"> </div>
Just change the last line where it says
; background-size: 100%;">
from 100% to 50% or whatever size you’d like.Now, for my question:
Why is there not a way to edit the#home-txt, .entry-header p {}
in the customizer? I have to go searching through php and files to get to this content? Are you going to add this to customizer in the future?Forum: Reviews
In reply to: [Resume Templates] Install FailYes it works perfect. I had tried to install it in appearance -> themes (lol)! I had to think about it for a minute and then realized that your plugin is a plugin! Once that was clear in my thinking I was able to go to plugins to add new.
Suggestion – maybe state that in the install directions. It may seem that it should be clear, but for me I crossed my wires.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Ad to FooterThat would be nice, look forward to it. My daughter is using this on her first website at https://adridaylight.com and we are just getting it together. It’s wonderful that you have answered my questions, thanks.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Ad to FooterThank you – that works, but I is it possible to have them horizontal on the footer and leave them vertical everywhere else?
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Vertical displayFantastic! It is as easy as just selecting custom icon. Thank you! Really am liking this plugin.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Vertical displayI see it works for posts too, thank you.
Lastly,
How do I upload the icons for use in the plugin?