Forum Replies Created
-
AuthorPosts
-
Added link in private content. No CSS is being applied currently.
December 21, 2016 at 9:38 pm in reply to: Text left of logo in logo Center, Menu Below layout. #727300Ok, I have it added and would want it lining up with page content instead of a certain % of the whole page. I linked the site that is being rebuilt in WordPress. I need to also change all the “Live It Up!” text (header widget and slider below) to be the Great Vibes Font. Been struggling with that as well…
What plugin? A regenerate thumbnails plugin?
December 20, 2016 at 8:11 am in reply to: Text left of logo in logo Center, Menu Below layout. #726446Yes yes, have done that, but not sue how to get the text in the same location as on that other site
“Safe, Reliable, Professional Live It Up!
Phone: 503-765-9367”Sorry site went live. I am on the latest theme version too.
Thank you! You guys have by far the best support of the 5 themes I have used.
Oh, I am just using the standard blue button preset color for the full-width button class but you can set custom colors on full-width buttons. How would I change the color to a custom color. Does the class change or do I use CSS?
On my test page take a look at the left button, uses different class but the color isnt defined in the class alone.
.avia_button_background avia-button avia-button-fullwidth avia-color-blue
vs
.avia_button_background avia-button avia-button-fullwidth avia-color-custom
Awesome Awesome Awesome! Got the button working which is the important part.
I am using .avia_button_background avia-button avia-button-fullwidth avia-color-blue as the class on the link currently. Ideally I would want to use the darker blue #2d5c88 but I am unsure how to apply that to the class and failed through CSS.
.avia_button_background avia-button avia-button-fullwidth avia-color-blue {
background-color: #2d5c88 !important;
}Any ideas?
Ok, so this fixed the center button in the test page. That button is now perfect and does exactly what I need it to do. I tried replicating this for another page (in private content) using this shortcode and don’t think I quite got it right since it isn’t working.
flex_column av_one_fourth.no_margin.flex_column_div.avia-builder-el-9.el_after_av_three_fourth.el_before_av_one_full .avia_button_background { opacity: 1 !important; height: 70px; }
The button is right above the contact us button. Almost have this figured out and working, thanks so much for the ongoing effort.
- This reply was modified 7 years, 11 months ago by Overhaulics.
I edited the test page to help explain. Something about putting the shortcode in that section breaks it and turns the entire column into a button. The button is also transparent to begin… Very hard to explain which is why I figured I would try showing.
Hey guys, rebuilding this site and I need the same thing done but am running into CSS Class issues. I am trying to get the link to show up as a full-width button this time instead of the avia light button.
Previous Code:
<a href="https://fareharbor.com/cbstadventures/items/24543/" target="_blank">Book now!</a>
Now I am needing the CSS portion to match the blue Book Now button on the page linked in private section. I tried a few things but its not working:
Custom: avia_button_background avia-button avia-button-fullwidth avia-color-custom
Blue: avia_button_background avia-button avia-button-fullwidth avia-color-blueBoth cause super bizzare issues. Not sure what I am missing.
- This reply was modified 7 years, 11 months ago by Overhaulics.
Sorry, here you go.
The black mountains above the menu look great when site isn’t too narrow: http://d.pr/i/jKEQ
As the site shrinks, the mountains fill the width of .top-header: http://d.pr/i/atCV
Beyond this, the mountains stay the same number of PX below the logo and lift off the bottom of the section: http://d.pr/i/wX0k
The gap increases the thinner it gets: http://d.pr/i/3b1m
This doesn’t achieve anything, the mountains go back to floating, then only sit right when below x pixel value until the page is scrunched up again at which point the mountains rise up. We need a way to lick the mountains to the bottom of the .top-header without them following up the logo as the logo shrinks in size.
If you shrink the window to be very tall and thin you will see what the mountains do.
Ok cool, that fixed the gap. So now when the page is shrunk down horizontally and the site goes into mobile mode, the same image doesn’t stay aligned to the bottom of the header. It rises up like it is attached to the logo above it.
It’s working on old site but not the new one using enfold. Sorry for the confusion. This will make my previous comment make more sense if you read through it again.
ok, 90% of the way there.
Added in the black mountains as well and set vertical align bottom but they seem stuck to the top. When the page is shrunk down to be thin, the mountains follow the logo up. Also can’t get rid of that 5px or so gap… not sure why.
The final aspect of the custom menu has that mountain as a highlight indicator. I tried using the same background trick to replace to hover fx on the menu with the mountain image with no luck.
.span.avia-menu-fx {
min-height: 500px;
background-image: url(http://185.56.84.140/~ptminet/wp-content/uploads/2016/11/nav-hover.png);
}Thanks for the help so far!
Ohhh awesome thanks. That hadn’t crossed my mind.
It is set correctly there. Yet it does not show what I have put there. When Enfold is enabled, the Site Identity section doesn’t work. When I enable 2016, the Site Identity area works just fine.
Please take a look to see what I mean.
Again, not quite right as it removed the main admin bar I wanted and not the secondary one. But I did find a solution!
In the functions.php file for my child theme I input:
function my_theme_hide_admin_bar($bool) {
if ( is_page( 677 ) ) :
return false;
else :
return $bool;
endif;
}
add_filter(‘show_admin_bar’, ‘my_theme_hide_admin_bar’);This hides the admin bar on page id of 672 which was the page loading in the iframe.
That ends up showing the full admin bar instead of hiding it. I want none of the second admin bar showing. So the color section #ontop needs to be going over the grid section #onbottom.
Attached a short video. Hard to explain without just seeing it.
Is there any way to disable the recaptcha that the theme is using? Maybe a function to add or a file I can edit in a child theme? The two APIs are conflicting according to the plugin creators.
Sometimes your support is awesome and sometimes it sucks dick. If something works on stock themes such as 2016 and not on yours, isn’t it your job to figure out why? The other developer pointed to Enfold as the issue, you can’t just be lazy point back at them when they provided me proof this only happens on Enfold.
What I really need to know is, does Enfold have any built in reCAPTCHA API code at all?
I setup a dev environment with all other plugins off where the theme can be switched between Enfold and 2016. The plugin works as expected in 2016 but not in Enfold, the Google reCAPCHA tool gets hidden for some reason.
I need help getting this to work as this is the main purpose of the entire website. Using a different plugin is not an option. The creators of the plugin said they noticed that a Google API was conflicting with their plugin, so I assume we need to disable this somehow in the theme.
I just want to know if the theme is responsible for the reCAPTCHA issues I am having. The screenshot is here: http://d.pr/i/1hM8n and it is definitely online. I am unable to use the reCAPTCHA feature in a plugin because of this conflict.
Here is is
September 1, 2016 at 9:51 am in reply to: Avia Drag and drop doesn't work in WP 4.5 and 4.6 with Enfold 3.7.1 #680583It is probably Yoast SEO, that is what I am having trouble with right now. Getting a JS error.
Yes that is the lazy solution, but I want the dashed line connecting the icons.
Oh sorry, this would be http://185.56.84.140/~thegoodh/nashville-tn-home/ right below the slider.
Having issues with this as well and cant peice together what I did wrong. Code is below:
Downloaded and imported the yelp icon from fontello. I see it in tools like Icon List but can not get a new category in social profiles to show up.
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘yelp’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf1e9’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Yelp’] = ‘yelp’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1); -
AuthorPosts