WP Libra
Forum Replies Created
-
That is a paid theme so you should ask the people you bought it from. We don’t have access to the files so we would not be able to tell you for sure.
But I will just guess to login to wp-admin go to Appearance -> Editor and then on the right side select footer.php
Do a search for 2012 and if found replace with 2013.
Forum: Fixing WordPress
In reply to: QuotesMy suggestion is to make daily posts that contain the quotes in the desired format using the tag and category that you want to use.
If you are looking for an automated way to do all that, it doesn’t exist unless you make a custom plugin.
Forum: Fixing WordPress
In reply to: How To Get My Homepage Back?Without a lot more information we wouldn’t be able to help without just saying undo what you just did.
What exactly did you do? What theme are you using? Can we get a link to your site to see it?
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginWhat did you try to change it to? Have you asked the developer for help yet?
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Well I can tell you that your theme is not working correctly.
The output of the widget’s is not including the class name.
It is showing
<div class="">Should be
<div class="widget">The CSS file has the right padding and such so this is the issue.
I downloaded the theme and I don’t understand why it is like this but to fix it you need to edit blackbird-functions.php
Find
register_sidebar(array( 'name' => __('Primary Widget Area', 'black-bird'), 'id' => 'primary-widget-area', 'description' => __('The primary widget area', 'black-bird'), 'before_widget' => '<div class="">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>', )); // Area 2, located below the Primary Widget Area in the sidebar. Empty by default. register_sidebar(array( 'name' => __('Secondary Widget Area', 'black-bird'), 'id' => 'secondary-widget-area', 'description' => __('The secondary widget area', 'black-bird'), 'before_widget' => '<div class="">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>', ));Fix the before_widget like I put above and try again.
Forum: Fixing WordPress
In reply to: Only one item of each category on homepageIf you are referring to the themeforest theme Angular then you need to ask for support through the vendor. These forums don’t support premium themes since we don’t have access to the code and you already paid for support when you purchased the template.
Forum: Fixing WordPress
In reply to: Sidebar spacing (for widgets)Can you put some widgets in your sidebar on your blog so I can see it?
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginYou need to edit the plugin and find where it outputs the countdown code and enter the text you want in there.
The way I would do it is just search each file for
<div id="ujiCountdown"Then that is where the output should begin.
Forum: Fixing WordPress
In reply to: Having a lot of trouble- please help :(It must be CSS because you got it setup right. I can check it out if you put your link to your site back up.
Forum: Fixing WordPress
In reply to: How to edit home pageWell the only way to archive it is to delete it unless you get access to control the menu or the template files.
Forum: Fixing WordPress
In reply to: Having a lot of trouble- please help :(Can you do a screenshot of your widgets page?
Forum: Fixing WordPress
In reply to: How to edit home pageYou need administration rights to make changes. Talk to whoever gave you access and they need to give you better access.
Forum: Fixing WordPress
In reply to: How to edit home pageWhat does it say when you click on here?
http://www.porthcawlrunners.com/wp-admin/nav-menus.php
If you go to Uers -> All Users what Role is assigned to you?
Forum: Fixing WordPress
In reply to: Having a lot of trouble- please help :(I looked at the code and it looks like their should be a widget where you put it at.
So go to Appearance -> Widgets and look for something on the right like blog sidebar or something. Put something in there and see what happens.
Forum: Fixing WordPress
In reply to: How to edit home pageClick and that link and follow the steps.
Basically go to Appearance -> Menus. In the top left box does it have any options for menus or does it say your theme does not support them?