alfieb
Forum Replies Created
-
Forum: Plugins
In reply to: WP125 for adsHi Laura
Started to google wp125 again and there you were. If you were able to insert wp125 in the right sidebar just like you you did in the left sidebar you should now be able to change the url to point at a new image (ad).
I am now concentrating on adding ads to my website and the various ways to do so. With wp125 plugin the vendors would have to provide their images (ads) Their are also text ads and ads provided by vendors using scripts. I am also concerned with accumulation of stats and revenue sharing. Can you add any words of wisdom gained in your own research.
Forum: Fixing WordPress
In reply to: Same page listed twice in top navThere seems to no way to delete a page. You cancreate a new page and name it but you cannot delete a page. I have this problem with two directory pages. Will the author please clarify.
Forum: Fixing WordPress
In reply to: Where is RSS address in databaseI have exactly this same problem. I cannot display my rss feed. I would like to go a step further and alter the template. Can someone describe how I would go about doing that.
If Atahualpa creates the rss feed on the fly then where is that code? It would have to have some mention of where the feed data is coming from?
I’ve looked in all the files in the database using phpmyadmin and could not find anything related to rss.
If the rss is created on the fly, it must get the post data from somewhere. The only place i can think of is the admin pane. All the post are defined there. I searched the admin panel to see if i could find a reference to localhost and i could not.
The only other solution I can think of is to remove the Atahaulpa rss code and install another source of rss code from scratch.
Forum: Fixing WordPress
In reply to: Cannot edit Title from Admin Panel –> PostI tried changing to the default theme but since I am presently using Atahualpa there was a major change. When I returned to the admin panel to edit the title and back to the web site I found that i was back to Atahaualpa theme? Same problem persisted.
I then tried deactivating several plugins which had no effect upon the problem I observed. May I add to my original description of the problem that I am able to edit the content of the post (in the admin panel) and it is displayed accurately when I return to the web site display. Why are the title and contemt treated differently. Is there another work around.
Forum: Plugins
In reply to: popular articles widgetmessi1
Sorry to see your frustration but I can understand it. I’m not an expert in that exact issue but I’ll try to give you some leaqds based upon what I do know. I am using Atahualpa and in the Admin panel under appearance > widgets there is a widget called BFA popular widgets. Try to google that to see exactly what it does however it may only work with the Atahualpa theme. If you cannot find an existing widget then you are in the position of having to create your own. For instructions search for creating a widget. For this you will have to be familiar with php coding. Sorry if i haven’;t given you an exact solution but that is the way I would approach that requirement. Good luck.
Alfie
Forum: Plugins
In reply to: WP125 for adsIt seems to me that wp125 allows for inserting images only in the left sidebar. Many other ad plugins or ad services provide script ad coding which generates the ads. To use these scripts, now, it appears that I must use another plugin (which accepts scripts (sometimes called snippets) or custom fields in a text box. This is very similiar to the methods used in Atahualpa options. In fact I can see where an ads option could easily be added to the ATO.
It is still unclear to me how <?php wp125_write_ads(); ?> would be used. Can you expand this explanation in some simple code which would also place the ad in the desired location..
Forum: Plugins
In reply to: WP125 Installation QuestionTo: mercime
I used the wp125 widget to place ads in the left sidebar. Now I can’t also place ads in the right side sidebar because only one widget existed. Perhaps adding theme template code will help. Can you give an example of what you are referring to.
I also would like to place ads in other locations such as posts footers etc — can template code work here ?
Forum: Plugins
In reply to: Add new roles and permissions to cmsAfter i installed the Role Manager plugin and activated it I noted that a sub-panel was available in the admin panel under settings. There I was able to set roles for each user.
Forum: Fixing WordPress
In reply to: Child Category Drop Down Menu ProblemI am using WordPress 2.9.1 and the Atahaulpa theme and it already has this menu dropdown capability on bar2 below the header. My problem is that one dropdown category with two sub-categories works and then I stated an additional category with one sub-category doesn’t show the sub-category. Not sure where the code is associated with the bar menu to analyze. I double checked every setting on the Admin Panel and don’t see anything wrong ? Any comments anyone.
Forum: Fixing WordPress
In reply to: Customize Roles In WordPress???RVoodoo
Thanks for your response – I found the problem. I went back to the plugin directory, it was unzipped but I found that the plugin was in a double directory. In other words there were two directories called role manager one within the other? As always when you find the solution its always something simple – it should have been obvious. Your comments did help me – they led me to the problem. Thanks again.
Forum: Fixing WordPress
In reply to: Customize Roles In WordPress???I downloaded the Roles manager plugin and placed it in the plugin directory but when I go to the Admin Panel the plugin is not there to activate. Before i go on to try another plugin, anybody have any suggestions?
Using WP 2.9.1
Forum: Plugins
In reply to: Add new roles and permissions to cmsI am also trying to do same with roles for users. I have converged on the plug in role manger as a good source of information- it sound like it can solve the problems. However fair warning I tried to download it and placed it in my plugin directory. Howver when i go into my Admin Panel to activate it is not there. I’m still persuing this problem if I resolve problem I’ll return and let you know.
Alfie
Forum: Themes and Templates
In reply to: Change headerI am using the Atahaulpa theme. I wanted to add an image in the main header. I am aware that there is a logo (called logo.png) in the header- that change was simply changing logo.png in the header.php file to newlogo.png. However this is not what i am speaking about. There also is a Title and a tagline in the header, to the right of these I wanted to add the image (in this case a jpg or gif file ) Each time I do a search on header image Atahaulpa I am referred to the admin panel where you can change images but they seem to be in a sub header which is below the main header that I am speaking about. The method apparently must be related to adding code in both the the header.php and css files. Has anyone implemented this.