queen_sheba
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which oneHi Andrew
Did you figure out what was going wrong here?
take care
SarahForum: Fixing WordPress
In reply to: WP Autoresponder Issuehi there
can anyone spot what I’ve done wrong here with the redirect – it looks really unprofessional and I’d like it sorted asap
Can anyone help with this?
All my featured posts are “radio buttoned” as featured posts but my home page slider has gone wonky – it’s showing the slides in a list instead of – well sliding!
I may have deleted a plugin by mistake – any notes as to which plugins come with oxygen so I can check back and see what I’ve deleted?
thanks for any help
I also may have deleted the ability to lightbox images – not sure if it was from the same plugin?
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which oneHere’s the code if it alludes to what should be activated to support the featured slider?
<?php
/**
* Featured Content (slider)
*
*/$args = array( ‘posts_per_page’ => 6, ‘meta_key’ => ‘_oxygen_post_location’, ‘meta_value’ => ‘featured’, ‘post__not_in’ => get_option( ‘sticky_posts’ ) );
$loop = new WP_Query( $args );if ( $loop->have_posts() ) : ?>
<div class=”featured-wrapper”>
<div id=”featured-content”>
<img class=”dummy <?php echo ( $loop->post_count == 1 ) ? ‘hidden’ : ”; ?>” src=”<?php echo get_template_directory_uri() . ‘/images/empty.gif’ ?>” alt=”” width=”750″ height=”380″ />
<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
<div class=”featured-post”>
<?php if ( current_theme_supports( ‘get-the-image’ ) ) get_the_image( array( ‘meta_key’ => ‘Thumbnail’, ‘size’ => ‘featured-thumbnail’ ) ); ?>
<?php echo apply_atomic_shortcode( ‘entry_title’, ‘[entry-title]’ ); ?>
<?php echo apply_atomic_shortcode( ‘byline’, ‘<div class=”byline”>’ . __( ‘[entry-published]’, ‘oxygen’ ) . ‘</div>’ ); ?>
</div> <!– .featured-post –>
<?php endwhile; ?>
<span id=”slider-prev” class=”slider-nav”>←</span>
<span id=”slider-next” class=”slider-nav”>→</span></div><!– #featured-content –>
<div id=”slider-nav”>
<ul id=”slide-thumbs”>
<?php $slidecount = 1;
$args = array( ‘meta_key’ => ‘_oxygen_post_location’, ‘meta_value’ => ‘featured’, ‘post__not_in’ => get_option( ‘sticky_posts’ ) );while ( $loop->have_posts() ) : $loop->the_post(); ?>
<li class=”<?php echo ( $slidecount == 6 ) ? ‘last’ : ”; ?>”>
<?php if ( current_theme_supports( ‘get-the-image’ ) ) get_the_image( array( ‘meta_key’ => ‘Thumbnail’, ‘size’ => ‘slider-nav-thumbnail’ ) ); ?>
<?php $slidecount++; ?>
<?php endwhile; ?>
</div><!– #slider-nav–>
</div><!– .featured-wrapper–>
<?php endif; ?>
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which onejust done it now – it has made no difference
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which onestill need to download the newer one – is it as simple as that?
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which onemy posts still are selected as featured images – it’s just the front page slider not working
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which onethanks ?? https://www.simply-woman.com/
Forum: Fixing WordPress
In reply to: Deleted some plugin – can't work out which onehiya – as far as I was aware it was part of the theme
Forum: Fixing WordPress
In reply to: My site keeps going down every day/other day – pls help!hi there;
Plugin Description
Plugin Description
Select Floating Social Media Icon
Floating Social Media Icon
Deactivate | Edit
An easy to use plugin to show social media icons which floats on your browsers right bottom, which links to your social media profiles, You have option in plugin settings to configure social media profile urls and also can select icon style,order and size.Version 1.1.3 | By Acurax | Visit plugin site |
Acurax International | Acurax on Twitter | Acurax on Facebook | WordPress Theme Design | WordPress Blog Design | Contact Acurax
There is a new version of Floating Social Media Icon available. View version 1.1.4 details or update now.
The Floating Social Media Plugin has been updated. Here is a change list, so you can see what’s been changed or fixed:
= Latest Version =
Release Date:July 14, 2012 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)..
Added Align Option In Widget Settings
Fixed Conflict With Other Plugins Settings Menu so Acx Social Icon Menu will not Disappear
Select Google Analyticator
Google Analyticator
Settings | Deactivate | Edit
Adds the necessary JavaScript code to enable Google’s Analytics. After enabling this plugin visit the settings page and enter your Google Analytics’ UID and enable logging.Version 6.2 | By Ronald Heft | Visit plugin site | FAQ | Support | Donate
Select Math Comment Spam Protection
Math Comment Spam Protection
Settings | Deactivate | Edit
Asks the visitor making the comment to answer a simple math question. This is intended to prove that the visitor is a human being and not a spam robot. Example of such question: What is the sum of 2 and 9?Version 3.0 | By Michael Woehrer | Visit plugin site
Select NextGEN Gallery
NextGEN Gallery
Deactivate | Edit
A NextGENeration Photo Gallery for WordPressVersion 1.9.3 | By Alex Rabe | Visit plugin site | Overview | Get help | Contribute | Donate
There is a new version of NextGEN Gallery available. View version 1.9.5 details or update now.
Select Shareaholic | email, bookmark, share buttons
Shareaholic | email, bookmark, share buttons
Deactivate | Edit | Settings
Shareaholic adds a (X)HTML compliant list of social bookmarking icons to each of your posts. See configuration panel for more settings.Version 6.0.0.3 | By Shareaholic | Visit plugin site
Select Social Marketing
Social Marketing
Deactivate | Edit
Marketing on social networks.Version 0.1 | By Incsub | Visit plugin site
Select TinyMCE Advanced
TinyMCE Advanced
Deactivate | Edit
Enables advanced features and plugins in TinyMCE, the visual editor in WordPress.Version 3.4.9 | By Andrew Ozz | Visit plugin site
Select Tumblr Widget
Tumblr Widget
Deactivate | Edit
Displays a Tumblr on a WordPress page.Version 1.4.7 | By Gabriel Roth | Visit plugin site
Select WordPress SEO
WordPress SEO
Settings | Deactivate | Edit
The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.Version 1.2.5 | By Joost de Valk | Visit plugin site
Select WP Autoresponder
WP Autoresponder
Deactivate | Edit
Gather subscribers in newsletters, follow up with automated e-mails, provide subscription to all posts in your blog or individual categories.Forum: Fixing WordPress
In reply to: Problem with links redirecting themselvesdoes this have my affiliate code in it? when I used the tool at amazon i was offered what I used as a text link?
Forum: Fixing WordPress
In reply to: Problem with links redirecting themselveshttps://www.simply-woman.com/jammin-coffee-from-rohan-marley-100-organic/
Click on the middle coffee descrpition – it goes nowhere despite having the full amazon code within
Forum: Fixing WordPress
In reply to: Can't access admin – getting error when requesting password change..as far as I know – just changed the password – i don’t remember putting in anything anywhere else..
Forum: Fixing WordPress
In reply to: Can't access admin – getting error when requesting password change..okay I have just tried it again and it seems to have saved the password this time. It was only when I asked it to stay on the same page that this occured.
my blog is still offline now though? what have i done here?
Forum: Fixing WordPress
In reply to: Can't access admin – getting error when requesting password change..thanks – I tried carlla, your way didn’t work – I would type in my new password, select md5 and save. it would return to the browse screen with nothing changed.
James – I only have the ability to use the myphp, I have no programming ability whatsoever and yours was the same as carlla
not only that but I have now buggered the entire blog – now getting the page coming up with – “Error establishing a database connection”
aaarrggghhh!!