newsdevice
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Logo Showing up behind content not above– backup your theme CSS first….
Change from:
div.art-logo { display: block; position: absolute; left: 17%; }
To:
div.art-logo { margin: 0 auto; height: 159px; width: 1000px; }
Forum: Fixing WordPress
In reply to: Aligning social media in header [Graphene Theme]Go to your themes CSS file and define the
header-widget
class to align right.– always backup files before making any changes.
Forum: Themes and Templates
In reply to: Change title color of a specific tagged postTake a peek at the Conditional Tags page, here is a simplistic example:
`
<?php if (has_tag(‘sponsored’)) { ?>
<div class=”sponsored-style”><?php the_title(); ?></div>
<?php } else { ?>
<div class=”regular-style”><?php the_title(); ?></div>
<?php } ?>
`Of course you would need to add the sponsored-style (whatever you name it) to your theme’s CSS file.
Forum: Themes and Templates
In reply to: Removing dates from posts in Redbook themeHere are some details on changing it: Function Reference the_date.
And in your (index.php, archive.php, single.php, etc.) files, you want to look for the function being called and either remove it or change it to suite your needs. Look for this:
<?php the_time('l'); ?>
Forum: Themes and Templates
In reply to: Wp Creatvix themeNot sure what plugin you are using for your cart/ecommerce, but the content sections are set in the theme CSS file at 620px. You could use a page without sidebars to increase the width.
Forum: Fixing WordPress
In reply to: facebook biz page stream on wp siteAre you looking to display a facebook wall on WordPress?
If you are, then take a look at JSL3 Facebook Wall Feed
Forum: Fixing WordPress
In reply to: Need to Remove link from top menu bar.It sounds like you just want to adjust the menu.
Take a peek at WP Menu User Guide
Forum: Fixing WordPress
In reply to: Problems with WP blog layout on mobile devicesYou can also look into Responsive WP themes (https://designwoop.com/2011/12/25-quality-responsive-wordpress-themes/).
But to be perfectly honest, I prefer WPTouch to most readily available, non-commercial responsive themes that I have seen so far.Forum: Fixing WordPress
In reply to: A question for BIG WP ownerBe very careful using a plugin to do large amounts of cleanup; backup your DB and files beforehand.
Is this what you are looking for? qCleanup
Forum: Fixing WordPress
In reply to: Link, Color, Special Characters, etc. not working in visual editorPlease use Pastebin for large amounts of code.
When you are looking at the code output, click the link to the .js file to make sure it is in the right location. If it is, please try a different browser to see if you are having the same issue.
Forum: Fixing WordPress
In reply to: Can't remove horizontal table linesChange the table properties within the CSS file for your theme; look for border declarations for
tr
&/ortd
Forum: Fixing WordPress
In reply to: Help – Upgrade and Installation FailedMake sure you have already done a backup of your database.
Then try to update the WP install by itself and each them individually.Forum: Fixing WordPress
In reply to: Create a Drop-Down box with Go Button?I would suggest taking a look at Function Add Shortcode & WordPress Shortcodes: The Right Way on TutsPlus
Forum: Fixing WordPress
In reply to: Not able to add Tags and not able to see Editing ToolbarThere is no requirement to use the default theme/plugins. You can do what you want, when you want with your WordPress website.
We are asking to find out if these issues are caused by a theme or plugin.
Forum: Fixing WordPress
In reply to: Facebook and Twitter Widgets display on Homepage onlyActually Dan, that is not what I got from esmi. Your question is regarding/about a widget that came with and is part of the commercial product you purchased.
She is saying that you have purchased a commercial product that is serviced by the developer(s), and that is where you can best seek assistance.
I tried to take a peek at your site, and it would not load for me. I am also not at all familiar with that theme or the people behind it, so I may not be of any help anyways. All I can say is that there are probably some basic theme settings allowing different widgets to be seen in different areas of the site. Check the theme setting and the widget setting.
I do understand dealing with a budget and that you do not want to pay additionally for the support. I would suggest using Google (or your fav search engine) for some potential answers if you could not find one by searching this forum.