Forum Replies Created
-
AuthorPosts
-
December 12, 2018 at 6:28 pm in reply to: Google maps – "For development purposes only" printed on the map #1044443
I’m getting this same error, but it hasn’t resolved. The key should be good too we created it yesterday morning on a google gsuite business account.
in the layer slider video layer option i set volume to 0, and it’s still not loading. Any other ideas? Even if I click on the screen, it doesn’t start.
I prefer not to add plugins to fix a problem. I’ll just go with the way i mentioned above. It seems strange that your function to call the sidebar doesn’t allow for a page parameter. @bethbacken. Try what I suggested above.
Hi Beth! Stay with me. Don’t leave! :)
it private page
Isn’t there a suggested way to add sidebars to templates in your theme?
Hi Victoria,
Thanks for your help access is below:
as a note: for a temporary fix I wrapped the above code in the aside and div manually:
<aside class="sidebar sidebar_left alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border"> <?php //get the sidebar //$avia_config['currently_viewing'] = 'blog'; //get_sidebar('Rules & Filings'); dynamic_sidebar('Rules & Filings'); ?> </div></aside>
has this been fixed?
June 28, 2016 at 8:09 pm in reply to: remove parallax from shop banner image and product category #654425Hi Yigit,
I’m coming back to this now. I still can’t figure it out. I have added the function in functions.php and parallax has stopped, i resized the image thumbnails with the function.php to 2000 and regenerated thumbnails (the right sized image is now being pulled!!) but it still is cropping the picture. Do you have any other advice for me? I would like the image to span the area but not be cropped. if the height of the area the photo is in could change with the picture that would be excellent.
If i set
#av_product_description {
background-position: center !important;
background-size: cover;
}
part of the image gets cut off on the bottom as the browser gets wider.if i set
#av_product_description {
background-position: center !important;
background-size:contain;
}
then even though a 2000px picture is being loaded it doesn’t ever span the width of the screen.that’s it! thanks!
Hi Andy,
WHen i create an individual page i have the ability to make the header transparent. I want to be able to have those setting options for the category pages.
I have the two page samples above. Basically i don’t want to have to create a new page each time the user creates a new category so i was hoping there was a way to make the archive template have a transparent header and then i was going to add a header image.
Is that possible?
April 29, 2016 at 10:35 pm in reply to: remove parallax from shop banner image and product category #624812Hi andy,
Thanks for the reply. It didn’t actually answer my question though. I want to know how to get that area to load the right image. I don’t want to change the size of any other images but the shop category banner image. that list didn’t have the shop cattegory banner. I just want it to load the banner image as the full image (not medium or large etc) and i want the area that the picture is loaded to be as tall as teh image itself. The fact that it’s loading as parallax is the problem. It seems to be trying to create a “viewing window” for the image so that it can get a parallax effect. I want it to load the image as normal and load the original image I upload.BTW i had to get the site live so it’s now at the new link below
April 27, 2016 at 7:06 am in reply to: remove parallax from shop banner image and product category #622781also, i just found this post:
seems to be along the lines of what i wanted, so i put that code in my functions.php. it ALMOST works now. But it’s not scalling correctly. what shoudl i do now? I’m using contain rather than cover:
Part of the problem is the same as on the other post. While my full image is 2000×305, the code is pulling a version that is 1500×229. How can i make it pull the full-size image?
April 27, 2016 at 6:57 am in reply to: remove parallax from shop banner image and product category #622775This still isnt’ working. i have this page:
where the header is loading as i would like it. The image is 2000px by 305px.
when i add this same image to the product category image and display it as here:
http://bdf.rudtek.com/product-category/dubois/it just doesn’t load right. I currently have your 2 codes inplace.
sorry to be a pain. I jsut cant figure it out.
is there anyway to turn the sidebar off for this page?
yes sorry.
i’m coming back around to this one. I wasn’t able to get it fixed. I would LOVE for you to look at it if still possible. Thanks!
January 26, 2016 at 12:46 am in reply to: remove parallax from shop banner image and product category #571727that moved it, but it didn’t move it to the right place. I can only see the bottom of the photo now…
January 25, 2016 at 11:25 pm in reply to: remove parallax from shop banner image and product category #571674it’s not just the banner in a normal page. it’s when i use the shop banner (in theme options) or when i set the product category images in woocommerce categories.
this is an example shop category page:
shop link below:
- This reply was modified 8 years, 10 months ago by rudtek.
I ended up just using do_shortcode and pulled the actual row shortcodes. Thanks Elliott!
I am using single author small. and the images are being shown as square. I was hoping to get them to be shown as the original ratio (which is as i uploaded the images. I tried changing to large image no author, but this changes the ratio too much landscape and part of the image gets cut off. Either way, i’m just lookign to be able to control the image ratio. site link example is http://eval.rudtek.com/doctors/max-h-matos/
Nevermind I got it figured out. Had to change “is_singular” to “is_tax” and then the the taxonomy name:
new code is here if anyone is curious:
add_filter( 'avf_custom_sidebar', 'enfold_customization_specialties_sidebar' ); function enfold_customization_specialties_sidebar( $custom_sidebar ) { if ( is_tax('team_group') ) { $custom_sidebar = 'Doctors'; } return $custom_sidebar; }
it does drop it down, but on screens in between (1000px) it overlaps my menu.
Is there anyway to get these both on the same z-index so they can become responsive to each other?
I’d like to say at less than 1000 px the header widget is displayed as a block and then clear both sides so it’s entirely on it’s own line.
Is there any way to make the header widget area drop down under the menu on smaller screensizes?
when the site is on a desktop it looks great. However when it starts to get narrow, the red ‘register’ button starts to overlap the menu, I’d like to make a media query in my css that will force the button to drop down below the navigation when viewed on smaller screens. How would I do that?
It looks like the nave is on a different z-index?
so you’re saying i have to paste the exact html that is outputted from the shortcode? so demo it out on a test page, copy the html, then place THAT into my custom template? WOn’t that result in the same problem?
the 2nd site is the demo i posted at eval.rudtek.com (development server). I guess i don’t have casual users, I have 3 purchases of your site and 2 clients have noted it of the 3. There has got to be something to do about it. It’s definitely repeatable as well.
i can’t use the layout builder, I’m calling pretty specific wp queries. Can you tell me what divs are being opened and closed? I’m assuming that on opening them i’ll need to re-establish the correct classes for the divs.
thanks!
never mind, created a shortcut to do exactly what i wanted. please close.
December 23, 2015 at 7:11 pm in reply to: I have a custom post type that is called team and need a custom sidebar #557185no, i know exactly how to create a sidebar. I’m trying to figure out enfolds code. specificly this line:
$avia_config[‘currently_viewing’] = “blog”;
i want to know what to change so that it will call one of the custom widget areas that are also created as part of the enfold programming.
any assistance?
-
AuthorPosts