catwingz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Header Images] No display of imagesBelated thanks to you both. Back from a sidetrack.
I switched from using a snippet plugin (this is a text editor??) to placing the code directly into the header.php and have found that I can get images to show at the top of the page above everything including the navigation (not where the banner belongs) or I get parse error messages. Multiple locations have been tried. For the moment I have removed the code entirely. The site is still hidden but now located hereThe header relies heavily on hooks and I am beginning to wonder if this is the problem. Is there a way around this? Thank you.
This is the header.php:
<?php
/**
* The default template for displaying header
*
* @package Catch Themes
* @subpackage Clean Education
* @since Clean Education 0.1
*//**
* clean_education_doctype hook
*
* @hooked clean_education_doctype – 10
*
*/
do_action( ‘clean_education_doctype’ );?><head>
<?php
/**
* clean_education_before_wp_head hook
*
* @hooked clean_education_head – 10
*
*/
do_action( ‘clean_education_before_wp_head’ );wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php do_action( ‘wp_body_open’ ); ?>
<?php
/**
* clean_education_before_header hook
*
*/
do_action( ‘clean_education_before’ );/**
* clean_education_header hook
*
* @hooked clean_education_page_start – 10
* @hooked clean_education_header_start- 20
* @hooked clean_education_mobile_header_nav_anchor – 30
* @hooked clean_education_mobile_secondary_nav_anchor – 40
* @hooked clean_education_site_branding – 50
* @hooked clean_education_primary_menu – 60
* @hooked clean_education_header_end – 100
*
*/
do_action( ‘clean_education_header’ );/**
* clean_education_after_header hook
*
* @hooked clean_education_secondary_menu – 20
* @hooked clean_education_add_breadcrumb – 40
* @hooked clean_education_news_ticker_display (below menu) – 50
* @hooked clean_education_featured_overall_image – 60
*/
do_action( ‘clean_education_after_header’ );/**
* clean_education_before_content hook
*
* @hooked clean_education_featured_slider – 10
* @hooked clean_education_hero_content_display – 20
* @hooked clean_education_featured_content_display (move featured content above homepage posts – default option) – 30
* @hooked clean_education_promotion_headline – 40
* @hooked clean_education_portfolio_display – 50
* @hooked clean_education_courses_display (move courses above homepage posts – default option) – 60
* @hooked clean_education_our_professors_display – 70
* @hooked clean_education_news_display – 80
* @hooked clean_education_testimonial_display – 100
* @hooked clean_education_news_ticker_display (above content) – 110
*/
do_action( ‘clean_education_before_content’ );/**
* clean_education_content hook
*
* @hooked clean_education_content_start – 10
* @hooked clean_education_add_breadcrumb – 20
* @hooked clean_education_content_sidebar_wrap_start – 40
*
*/
do_action( ‘clean_education_content’ );Forum: Plugins
In reply to: [Simple Shopping Cart] How to Migrate Cart Orders@mbrsolution, we have switched over to the new site this is a final detail I am hoping to attend to. I exported the current records and have the WordPress CSV to Database plugin installed. The problem is I don’t know which database table to target for the import of the csv. There are a lot of fields and none appear to correspond with the available options. Please advise.
thank you
Thank you for letting us know.
Hi, I have the same situation. since there has been no response to this post I thought I’d chime in. Can we please get either a response or an update to resolve it?
Thank you
It looks like I spoke too soon. I am seeing it on an old unsupported version of Chrome on Mac so it is possible more modern browsers are ok…
That worked perfectly! Thank you
It took about an hour but finally got there…
Forum: Plugins
In reply to: [Simple Shopping Cart] How to Migrate Cart OrdersHi,
That sounds like a good start. How do I import the data into the new site?Thank you
Forum: Themes and Templates
In reply to: [Longevity] Unable to change copyright nameWow. I am so used to other themes not giving options like these. Now I remember why I love this one. Thanks so much.
Forum: Plugins
In reply to: [ShopWP] WordPress & Shopify product layouts don’t matchHi,
I haven’t been able to locate what is governing the layout for products or collections. I am also not a fan of the theme currently in use. Are there any themes you can recommend as working particularly well with your plugin?
Thank you
Forum: Themes and Templates
In reply to: [Luminescence Lite] Space between sidebar and main contentThat worked. All I needed to do was add a margin-right to it and it’s exactly what I was hoping for.
I understand about customizing. Snippets like this one go a long way.
Good to hear the theme isn’t going to fade away.Thank you!
Fyi, the checkbox for resolved appears to have been removed…
Forum: Plugins
In reply to: [MF Gig Calendar] Leap yearThanks @earlmacdon – I just noticed your reply. We will give it a try.
Forum: Plugins
In reply to: [Strong Testimonials] Slider not workingHi,
Here’s the screenshot for the first view
but I think your second request may have solved this for me. I switched it from “document ready” to “window load” and the slider is working. Am I correct in thinking this means the site is slow, and another issue for me to address?Forum: Themes and Templates
In reply to: [Quark] How to make posts display on blog page as excerptsThanks @irishblake, that gave me what I needed.
Forum: Themes and Templates
In reply to: [Longevity] Wave replacement plus other issues & questionsI am still completely stuck on the child theme/curve replacement.
I did figure out that the banner widget should control the header image and have been able to turn it off on the secondary pages. I am using the Widget Context plugin which should be able to put a different image on the other pages. However, even though the smaller curve shows on them, the shorter image I am working with isn’t being displayed. I’m not sure if this is a theme or plugin issue.