DFranzwa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Quark] Moving front page bannerAnthony,
I’ve been meaning to stop by and offer my kudos for this nice theme. You’ve done some excellent commenting on the backend, which is ALWAYS appreciated.
Thanks again, Dave
Forum: Themes and Templates
In reply to: [Quark] Moving front page bannerHave you got a url you can share? I’d be happy to take a look at it.
Forum: Themes and Templates
In reply to: [Quark] Moving front page bannerThere is indeed.
(Make sure you either have a child theme in the works or a backup of whatever files you tinker with BEFORE you tinker with them.)Inside your header.php you’ll find everything you’re looking for.
<div id=”headercontainer”>
everything that makes up this Div
</div> <!– /#headercontainer –><div id=”bannercontainer”>
everything that makes up this Div
</div> <!– /#bannercontainer –>If you just cut the entire <div id=”bannercontainer”> div set, everything inside of it, through </div> <!– /#bannercontainer –>
and paste it above <div id=”headercontainer”>
You’ll have a great start.Forum: Themes and Templates
In reply to: [Customizr] Customize search results pageThanks rdellconsulting.
I was just placing the same warning in here with:* IMPORTANT : If you write your CSS code below, it will be deleted when you’ll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you’ll want to use a child theme and add your css code in the style.css file of it.And foodergolove, you may need to jump over to the FAQ page for this theme. Lots more info to find about it.
Forum: Themes and Templates
In reply to: [Customizr] Customize search results pageEditor -> class-fire-utils_settings_map.php
about 3/4 of the way down the page you’ll find what’s below.
Try changing the ‘default’ and the ‘label’ (Make sure you back that file up, just in case 8^)tc_theme_options[tc_search_title]’ => array(
‘default’ => __( ‘Search Results for :’ , ‘customizr’ ),
‘label’ => __( ‘Search results page titles’ , ‘customizr’ ),
‘control’ => ‘TC_controls’ ,
‘section’ => ‘tc_post_list_settings’ ,
‘type’ => ‘text’ ,Forum: Themes and Templates
In reply to: [Customizr] Customize search results pageTheme editor -> class-fire-init.php
Look for //Default 404 contentForum: Themes and Templates
In reply to: [Customizr] Customize search results pageLook inside
“class-fire-init.php (inc/class-fire-init.php)”You’ll find the “Sorry” statements in there.
Forum: Themes and Templates
In reply to: [Customizr] Customize search results pageThis should take the quotes out:
.no-results blockquote {
display: none;
}Will you be translating the search results?
Nice job, David!
I’ll take a face-palm over blaming something or someone else any day! That’s exactly why I continue to follow the development of this plugin. I may not get the exact answer at the exact time I would like it, but I can rest assured that the issues ARE being addressed.
Thanks again, David.
Forum: Plugins
In reply to: [Animate It!] Remove classes after running animationI would be interested in that myself. Nice job on this, btw.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 2 Forms | Only One SendsDavid, I’m in a bit of a hurry to get this working, so I’m leaving the complex form as is, and temporarily substituting the simple contact form with a different plugin.
I haven’t given up, just don’t have the time to troubleshoot right now.
I’ll let you know when I’m ready to duke it out with digital crap ??
Meanwhile, I’ll close this out.
Thanks, DF
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 2 Forms | Only One SendsCancel that last message.
I was testing in preview mode rather than logging out and actually going to the page. Contact form still a no go. (Phew!)Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 2 Forms | Only One SendsUh oh. I thought my complex form was working nicely, but it’s not redirecting.
url is appended with /?page_id=75&preview=true&cf_preview=CF554ef17378ac1&cf_id=11 and dropping user back onto start of form.It submits info fine, and I’m able to capture it both through Contact Form DB as well as submission to my G-Mail acct. Just need redir to work now, and the simple contact to work.
BTW, I turned off S2M to see if that was interrupting the behavior of the contact form. No help.
Well, back to the head-banging ??
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 2 Forms | Only One SendsBy the way, I’ve tried in both Chrome and Firefox
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 2 Forms | Only One SendsThe one not working is at https://webwhisperers.com/support/
I’ve worked with a lot of forms in the past, and can usually figure out what’s gone wrong (it’s usually been me ;), but I’m at a loss this time.
Thanks for looking,
Dave