blob_php
Forum Replies Created
-
Forum: Plugins
In reply to: child theme problem with atahualpaHi,
I have been through your tips https://codex.www.ads-software.com/Child_Themes and tried to implement the related information.
So far, I could get some result onto “simple thing” ..: Adds a favicon link to the head element of HTML pages.
“So far” means I could see my icon only on the home page of the Child theme and only by using G-CHROME, MSIE keeps showing the wp-theme favicon.ico default.Regarding your assertion: “TIP FOR THEME DEVELOPERS. The fact that a child theme’s functions.php is loaded first means that you can make the user functions of your theme pluggable —that is, replaceable by a child theme— by declaring them conditionally. E.g.:”, well, I would say that is not really exact …more: “In that way, a child theme can replace a PHP function of the parent by simply declaring it again.”
functions.php file of the child theme is not loaded first, but it adds/encodes functionality if any is not included in the suite of Atahualpa.
After I matched the whole path to put my safe directory (safe from being deleted by updating) I get the following error: “Fatal error: Cannot redeclare bfa_rotating_header_images() in /home/knowk/public_html/ads/wp-content/themes/atahualpa/functions/bfa_rotating_header_images.php on line 2″
The error informs that the Atahaulpa function was loaded first than my php included file into the functions.php.
The easiest way to get the images back after each updatng is to edit the file: “bfa_rotating_header_images()” in this way: ” …
################### images in /images/header/ (on regular WordPress)$files = “”;
$imgpath = get_template_directory() . ‘/child_images/’;
$imgdir = $templateURI . ‘/child_images/’;
$dh = opendir($imgpath);
…”
Please advise if you have any solution.I suppose that Atahualpa should really resolve this issue, if the child implementation is a requirement of yours for whoever adds a theme for WordPress.
Forum: Fixing WordPress
In reply to: Tag CloudHello,
Now I did that, can anyone please tell me what is the usage of it?
…sofar I just got added at the right side of the post the word Tagsthanks ??
Forum: Themes and Templates
In reply to: Changing tag cloud widget using functions.phpHello,
… Your most used tags in cloud format
I am really glad you guys got that issue solved, I am still far away from understanding what this tag means, excepted that I’ve got a basic demo from the site : https://www.makecloud.com/ that substantially requires a valid rss URL and delivers back online, a script that is poppin’ a line of links. each one referring to every single link-url of the feed.rss passed in the online form.
A demo of that is here : https://pr.c-php.com/wd/link.htmThat is a very basic thing that doesn’t work with WordPress 2.7 which I have implemented on my server.
I found a site online that is promising to fix a plugin for WordPress, but it requires My WordPress PassWord, sofar I do not trust anyone I opted to download their related software tagcloud_070311
…that was a complete failure, as all paths were not found!Can any of you explain me what are the advantages to dig in these clouds?
…does it make any good for SEO ? Even if indirectly, as a crawler might be set to put extra attention on those features.
If all it does is to make a scrambled area linking to the rss resources, it seems to me to be not that interesting.Anyhow if any of you can spend some word in streaming my efforts to the final implementation of this (…related to WordPress or not) I would greatly appreciate that and insert it in my forum and in my WordPress BLOG with the benefit of the source rights.
Thanks and wishing you all an Happy New Year
Vittorio Ognissanti