Forum Replies Created
-
AuthorPosts
-
Hi,
I found your code for the icon, and tried to modify it so it would work for all the buttons. Below is your original code, and under that is my modified code saved in my child theme. It did not have any change on the button hover. Can you please advice what is incorrect with my code? Thanks!/* Animated Icons */
.av_font_icon span:hover:after {
-webkit-animation: sonarEffect 1s ease-out;
-moz-animation: sonarEffect 1s ease-out;
animation: sonarEffect 1s ease-out;
}.avia-button span:hover:after {
-webkit-animation: sonarEffect 1s ease-out;
-moz-animation: sonarEffect 1s ease-out;
animation: sonarEffect 1s ease-out;
}I figured it out… I found the post about adding the code in the child functions file. Thanks
This reply has been marked as private.This reply has been marked as private.Update: After doing everything above, I just reinstalled the Google API key under Enfold Child, Google Services. Once I did that, it resolved the map error issue. So, I think this issue was a combination of all the above, but it is now resolved on my testing site. I will apply these changes to my live site. Thank you.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi,
I’ve posted the login credentials and am hoping to hear back soon. It’s been a few days.
Thanks for your help!Hi,
I have manually created a username and password with Admin rights to the site. Below will be all the credentials you need.Hi,
Do you mean I should put your code snippet, and nothing else, into the accordion toggle options (accordion –> toggle –> text, and then bring in a separate code block element, underneath the accordion element, and paste the rest of the shopify code there? I pasted your code into an accordion, and nothing happens. Perhaps I misunderstood?
ThanksYigit,
I have tried so many codes from this site and none have worked. Yours, however, solved the problem of removing the date and time!!!! Yahoozie! I can now share this with my client. Thanks so much :)Thank you for your reply. I think we are getting closer, but can you describe this in a little more detail? I want a second header with a different color and different logo. So, when I am on certain pages, that second header will show up (not the main header). I have a child theme and thought the second header should be saved here? But, when I make make changes to the current header style from the admin panel, I can’t find where these changes are made. What files get changed when you change the color and logo of the main site header? Thanks!
I’m not sure how the menu or “sub menu” affects the header? I was asking how to apply a different header style/themes to different pages on my site. I wanted to use more than one header.
Thanks!Sure. The form is on both the Quick Quote tab, and the Detailed Quote tab. I did change the heights, and that takes care of the scrolling bar issue, but it leaves a lot of whitespace at the bottom of the Detailed Quote. I would just love the form to look like the theme’s form with the css (the form text fields, fonts, etc.). Thanks!
Ok, thanks Rikard. I may just try using a plugin to install it (I just like to keep plugins at a minimum).
Thank you Rikard! That did help! I believe the iframe is also being limited on the other end. It’s a Pardot form. I would like the form fields to stretch across the full width of the screen, and then reduce in size (without the scrolling bar), in a responsive manner. I think this must have to be set up on Pardot’s end. Thanks again for your suggestion, as it is better than it was!
Cheers
Thanks. I went ahead and just created Ninja forms for the email contacts, instead of using the form that came with the theme. There must have been a conflict between the two, and since I needed Ninja for another form, I just went with that.
Thanks again!
Hey Rikard,
The headline rotator is right after the first paragraph, and the word changes from “modification” to “sale” to “refrigeration.” It is also listed on the page shown below:Hi!
No such luck. I checked spelling, tried different domain names/gmail addresses, and I’m not getting anything. I also tried the code in my child functions page. Do you have any other suggestion? I have Ninja forms on my site that I am using elsewhere, but not for these email forms. I could try switching to using their plugin? I’d like, however, to get the theme form to work.
Thanks!Hey Rikard,
Thanks for the reply. When I view either tab on the phone, I have to scroll down to see the whole form, with a scroll bar… the form fields don’t automatically resize. It’s not intuitive. So, when you see it, does the form field reduce in size, so you don’t have to “scroll” over or down to see the whole form? On my end, it’s behaving like it would on a desktop. I’ve also checked it out in a mobile app view and get the same response. I would just like the content within the tabs to be responsive (the “iframes”). See below:Woops… I did. Thanks for catching that! I need to add that back in. Instead, take a look at this page:
Thanks Vinay. I’ve actually since made several adjustments to the tabs so they now respond like the desktop version. They are now functioning, and so is the color. However, I have one issue left. I’d like the tabs that are active to have a border continue around them – an outline helps make it look like the open tab). Somehow I think I turned that feature off. Can you take a quick peak and see if you can help me turn the border back on the active tab? Thanks!
Hey Vinay,
That does solve the problem. This is not as user-friendly on the mobile device (the user may not intuitively know to scroll over to see the rest of the table, as there are no prompts to tell them to do so), but it is a workaround. Thanks so much for the quick help!Hi Vinay,
Thanks for the quick reply! Yes, that fixed it. I will also look into the stack overflow link you sent because now the map is zoomed out further, it looks a little too far away on the desktop (but good on the phone).
Thanks again for your help!Ok, that makes sense. I guess it would take some coding to figure out how to have a page element change to a new element after a period of time. I was using the testimonial to “slide” to the next testimonial, but I suppose it could be any element. I just was hoping for a way to change the page information without having to do it manually.
Thanks for the input!
May 21, 2016 at 2:42 pm in reply to: Change the "/" between the Portfolio Categories Sorting #636202That works beautifully! Thanks so much Vinay!! :)
May 19, 2016 at 4:06 pm in reply to: Change the "/" between the Portfolio Categories Sorting #635283Hi,
As mentioned, the code didn’t change anything on my end so I removed it. After doing more searching, I found a post whereby making the slash transparent would solve the problem of eliminating it (doesn’t give the pipe mark, however). This is the code I used to make it transparent, and it worked:
/*Change hover color of the portfolio categories*/
#js_sort_items .sort_by_cat a:hover{ color: blue !important;}
I put this code in my child css sheet. I’d still like the option of changing the / to a | . Is there css coding that can be done in the style sheet, instead of the functions.php sheet, or is this a functions only code?Thanks!
May 17, 2016 at 4:54 pm in reply to: Change the "/" between the Portfolio Categories Sorting #633841Ok, I got my site back… went into the Cpanel side of things and found that the code was using an ampersand symbol at the end like this: </script>
<?php
}
I put your code back in, but it doesn’t change anything on the slash to pipes ( “/” to “|” ). See the page link below. It’s the slashes between each portfolio category that I want to change. Thanks!May 17, 2016 at 4:33 pm in reply to: Change the "/" between the Portfolio Categories Sorting #633827If it helps, this is everything inside my child functions.php file:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}add_action( ‘wp_enqueue_scripts’, ‘enqueue_font_awesome’ );
function enqueue_font_awesome() {wp_enqueue_style( ‘font-awesome’, ‘//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css’ );
}
/*
* The above code installs font awesome fonts
*/
/*
* The following code changes the name of the word “All” to “All Projects” for the Portfolio grid categories
*/
add_filter(‘avf_portfolio_sort_first_label’,’new_first_label’);
function new_first_label() {
$first_item_name = “All Projects”;
return $first_item_name;
}// pipe
add_action( ‘wp_footer’, ‘ava_custom_script’ );
function ava_custom_script() {
?>
<script type=”text/javascript”>
(function($){
function b() {
$(‘.sort_by_cat’).find(‘.text-sep’).empty().text(‘|’);
}b();
})(jQuery);
</script>
<?php
} -
AuthorPosts