Immelting
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Adding slider to category archives pageI don’t understand how the link helped out Julie935?
The forum clearly states… “Adding slider to category archives page “
Whereas,Julie935 argues “Is there a way to add a slider to the top of each of these pages?”
Does anyone have the correct answer?
Deird@d4z_c0nf,
I just love waking up to you in the morning.
I did as you commanded, and changed the “yoast seo” and it worked like a charm.Thank you so much d4z_c0nf, Your faithful servant,
DeirdP.S.
I was looking for a ay to add text to a “Category” page and found this wonderful plugin. CategoryTinymceGood Morning,
HOME PAGE
I understand that I can goto the ADMN>>>GENERAL and change the title for BonitaBicycles to appear in the <title></title>
But that also places BonitaBicycles in the top of my page.As far as the second link, I have no idea what they are speacking about.
DeirdI visited the first link which covers the home page.
How do I access the “home” page to incert the <title><?php wp_title(”); ?></title>
And within the Fucntions.php Where do i incert the “BonitaBicycles.Com”?
Covering Homepage
If you are using a custom homepage with custom loops and stuff or a custom front-page, you will have an empty wp_title. Here goes a neat hack to add the description/tagline at the wp_title place on homepage:
<title><?php wp_title(”); ?></title>
Then in your “functions.php” from theme file :
add_filter( ‘wp_title’, ‘baw_hack_wp_title_for_home’ );
function baw_hack_wp_title_for_home( $title )
{
if( empty( $title ) && ( is_home() || is_front_page() ) ) {
return __( ‘Home’, ‘theme_domain’ ) . ‘ | ‘ . get_bloginfo( ‘description’ );
}
return $title;
}Forum: Themes and Templates
In reply to: [Customizr] Recovery / Restore I Am Down…PooF All Gone :(@d4z_c0nf I guess this appeared when I upgraded yesterday which is at the same time the server was patching the Db. I deleted the child theme and created a new one.
So I am starting all over and now going to go try to “certain category posts on a certain page” as opposed to me trying to do the archive cataloger thing.Thanks for your patients,
DeirdForum: Themes and Templates
In reply to: [Customizr] Recovery / Restore I Am Down…PooF All Gone :(It appears that the servers have a know issue this morning. My luck.
Go figure. I’ll let you know.
Thanks again ,
DeirdForum: Themes and Templates
In reply to: [Customizr] Recovery / Restore I Am Down…PooF All Gone :(I can’t believe that just by changing the child theme function.php would destroy everything.
What about this backup file i created and now downloading.
I don’t have access to the admin page.
I will read that page, but im ready to just take the whole thing down and start from scratch
DeirdForum: Themes and Templates
In reply to: [Customizr] Recovery / Restore I Am Down…PooF All Gone :(I just did that. Nothing…
https://bonitabicycles.com/category/bikes/
Error establishing a database connectionForum: Themes and Templates
In reply to: [Customizr] Recovery / Restore I Am Down…PooF All Gone :(Whew I am so glad you are here.
So A am going to remove the child theme function.php?
Then go in there and create a new child theme function.php
and then add my old code before i started messing aorund this morning?
Right?
DeirdForum: Themes and Templates
In reply to: [Customizr] add "circles" to other pages@d4z_c0nf
Good Morning Sunshine,
I am still working on placing the slider on the archive page, however I am really interested in your hack so that I can have circles on the PAGES as opposed a the POSTS on archive pages.
Deird ??@d4z_c0nf,
It worked…
I am truly grateful and a thank you so much for putting up with me.
Everything you told me to do worked well, inclusive of he upgrade.
Again i am so thankful for your kindness and I know you did not bargain for being such a big help and guiding me through all of this.
Thank you again,
DeirdI don’t mean to sound dumb, but i just uploaded customizr.3.1.6.
I tried to install upload it and install it and received the following.
Installing Theme from uploaded file: customizr.3.1.6.zipUnpacking the package…
Installing the theme…
Destination folder already exists. /home/content/90/10260490/html/bonitabicycles.com/wp-content/themes/customizr/
Theme install failed
d4z_c0nf, I am afraid to delete the original one and lose all my work.
I am really sinking,
Deirdcan u rewrite that page and I copy, paste and upload it?
DeirdOkay,
Please one more i have been struggling with this for a few hours now.
Please see attached document.
Deirdre@d4z_c0nf
Roger That to Ground Control.
OverOkay i just swapped those out, and now you would like for me to place:
<div class=”round-div”
In the Custom CSS?
Styles Page?
Function.phpThank you,
Deird