Sridhar Katakam
Forum Replies Created
-
Thanks for your reply.
Have two questions.
1) How would I target just the following:
<p>Join 60 other subscribers</p>
i.e., the second p element.
I know can use
“#subscribe-blog-blog_subscription-5 p:first-child” for first p element
“#subscribe-blog-blog_subscription-5 p:last-child” for last p element
“#subscribe-blog-blog_subscription-5 p + p” for 2nd, 3rd and 4th p elements.
But what selector can I use to target just the 2nd p element?
2) I would like to wrap the 3rd and 4th p elements housing the input fields so I can use ‘margin: 0 auto; display: table;’ to center them horizontally. How can this be done?
I am trying to do this: https://i.imgur.com/Vejt0FI.png (screenshot taken after adding inline HTML and styles via Firebug)
Forum: Themes and Templates
In reply to: [Theme: iThemes Builder] Wrapper issuesYou might want to post in iThemes Builder support forum.
Thank you.
That worked.
Forum: Themes and Templates
In reply to: [Parament] what to change to center header image?Add the following at the end of child theme‘s style.css:
#branding { display: table; margin-left: auto; margin-right: auto; } #menu .menu { float: right; }
Forum: Themes and Templates
In reply to: [pinpress] create footerThis theme does have a footer already. If you would like to make changes to the footer’s content, copy footer.php from parent directory into child theme directory and edit it.
Forum: Themes and Templates
In reply to: [pinpress] Social sharing buttonsWhere exactly do you want to add the social sharing buttons?
For each post at the bottom?
Forum: Themes and Templates
In reply to: Centering Content in Custom Page TemplateYou’d have to ask dessign.net – these forums don’t support commercial products – we have no access or knowledge of them.
Forum: Themes and Templates
In reply to: Responsive Theme – Calendar WidgetIt looks like this here: https://i.imgur.com/dMAPpKm.png
Are you looking for some separation between the widget and container?
Can you provide the URL of your site?
Forum: Themes and Templates
In reply to: [Small Business] Blogging take offTo turn off commenting, go to Settings > Discussion and un-check Allow people to post comments on new articles.
If you would like to remove the posts from appearing on front page, do the following:
1) Make a child theme of Small Business and make it active.
2) Copy front-page.php from parent into the child theme directory and edit it. Delete this code and change
<?php get_sidebar( 'frontpage' ); ?>
to
<?php //get_sidebar( 'frontpage' ); ?>
3) Make a copy of featured-box.php from parent directory into the child theme directory and edit it. Delete
<div class="content-ver-sep"> </div>
Sample screenshot after doing above changes: https://i.imgur.com/OHb8dH8.png
Forum: Installing WordPress
In reply to: 5 minute InstallationTo the OP, you might want to follow https://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development/
Forum: Fixing WordPress
In reply to: WordPress transferI see the standard login form at https://prettypoppyfloral.com/wp-login.php
Forum: Fixing WordPress
In reply to: Slide image“Internal Server Error” at https://www.stopbullet.com/
Forum: Fixing WordPress
In reply to: I Can't Open My AdminUsing a FTP client or host’s cPanel file manager, navigate to wp-content/themes directory and delete “discover” directory.
That should get your site back up and running using the default WP theme.
Forum: Fixing WordPress
In reply to: Regenerating thumbnails seems to have killed my siteI doubt site being down has anything to do what you did or tried to.
You might want to get in touch with your hosting provider to first ensure that the site is up.