Forum Replies Created
-
AuthorPosts
-
Hi Jane!
See: http://docs.woothemes.com/document/template-structure/ .
Example: To overide the admin order notification, copy: woocommerce/templates/emails/admin-new-order.php to yourtheme/woocommerce/emails/admin-new-order.php
You can replace any of the WC email templates in this way and then customize them.
Cheers!
DevinIf the widget you are using doesn’t have a title then you would need to use a different widget or get the Facebook embed code directly from Facebook and add it in that way.
You could remove the padding from the widget above but its a bit of a hacky solution:
#text-4.widget { padding: 0; }
Hi JHU8ghsrr5!
The video element uses the WordPress oembed video function except with a UI. You could also use a text element and add the url into that or use a Code element and add any other kind of video embed code into it as well.
Cheers!
DevinHi duttonstuart!
I just put up another child theme version on my personal github to use as a reference that might help: https://github.com/DevinVinson/enfold-child-starter
Sounds like there is a missing ; or something like that in your custom code but it would be hard to check without looking through all of the code.
Best regards,
DevinHi DJQuad!
If you are using regular shortcodes you’ll need to remove any space at all in the visual editor. Any space will turn into a paragraph by WordPress because of the wpautop function.
[av_one_fourth first]Add Content here[/av_one_fourth] [av_one_fourth]Add Content here[/av_one_fourth] [av_one_fourth]Add Content here[/av_one_fourth] [av_one_fourth]Add Content here[/av_one_fourth] [av_one_fourth first]Add Content here[/av_one_fourth] [av_one_fourth]Add Content here[/av_one_fourth] [av_one_fourth]Add Content here[/av_one_fourth] [av_one_fourth]Add Content here[/av_one_fourth]
Cheers!
DevinHey SaraMichelle!
You can add a title to the actual widget you are using.
Cheers!
DevinYes, if the size of the page was increased there would be more room for the layer to be visible on.
Simply changing the size is not enough. You must also regenerate all of the images to use the new size.
With the current widgets installed I am not sure how to edit or add any widgets to that sidebar. I would suggest deactivating some of the extra plugins that are running and specifically anything to do with the sidebars or widgets. Then see if you can add widgets like normal to the blog sidebar.
May 13, 2014 at 7:39 pm in reply to: Final LayerSilder Tweaks for website view on mobiles and tablets!! #264137Hey segothe!
All responsive settings for LayerSlider are handled within the plugins settings and on each of your layers. Setting the position of your elements, where the responsive break is and the container size are where you will be able to clean up your responsive issues.
Looking at your slides, each of the left hand text elements is outside the edges of the site which is probably the root of your issue since LayerSlider will keep that same proportion as you shrink down the width. So you need to move the elements to fit better.
Best regards,
DevinHey pedro_martinez!
If you have the page live we can try taking a look but support does not cover supporting third party plugins.
Regards,
DevinHi!
Can you try:
#header_main_alternate { -webkit-transform: translateZ(0); }
Its worked for another user and was suggested by Kriesi: https://kriesi.at/support/topic/main-menu-above-centered-logo/#post-263835
Regards,
DevinHey!
Your theme needs to be updated to work with the newest version of WordPress before anything else.
Best regards,
DevinHey!
I don’t see that css in either your custom css or your Quick CSS. However, you can adjust those buttons css with the following:
#top div .widget_shopping_cart .button { width: 40%; float: right; min-width: 100px; padding: 11px; }
Change those values however you’d like to get the layout you want.
Cheers!
DevinHey!
Which images is it on the site? Without seeing them and just off the description my guess is that its images in which the size has been set using the WordPress editor and not inside theme shortcode columns or using the Avia Layout Builder column elements. If that is the case see: https://kriesi.at/support/topic/scaled-images-now-at-100-in-enfold-child-after-upgrading-parent-enfold-2-7-1/#post-260759
Removing just the
width: auto;
from that css rule will let you use the WordPress visual editor sizing.Regards,
DevinHi ThomasNorden!
What do you mean by fit? Since the theme is responsive it depends on the individual viewport the user is seeing the site with (window size). The images respond to whatever the user is seeing and adjust to fit.
For #3, no. The masonry post view is pretty static at the moment for what options it covers. Because of what posts are and the theme keeps a very hands off approach to any post customization.
for the date:
.av-masonry-date { display: none; }
Best regards,
DevinHey Edna!
You could use a color section instead of a slideshow but probably not a slideshow without some additional custom css.
Best regards,
DevinMay 13, 2014 at 3:53 pm in reply to: Upgrading to 2.7 causes error in the presentation of adapted header.php #263992Hey Daniela!
Because the theme uses
get_template_part( 'includes/helper', 'main-menu' );
you can fully replace that file in a child theme. Just make sure your child header is using the new header as well which calls that file.Cheers!
DevinMay 13, 2014 at 3:50 pm in reply to: How can I change the height of the “Fullwidth Easy Slider? #263989Hi martinbelton!
Use an image with a larger height :)
Regards,
DevinMay 13, 2014 at 3:46 pm in reply to: Enfold Update to 2.7 images that were smaller are all huge now? #263985Hi!
First, this has been the case with Enfold from the day of release. In the most recent version of WordPress the option was added to resize images in your editor on the fly. As of right now (again as it has been for over a year) images will always expand to fill their container. If you use a column shortocde or a column element in the drag and drop builder then you can create your layout visually as the theme was designed to allow you to do.
If you want to instead remove the auto resizing functionality you need to remove the css I mention here: https://kriesi.at/support/topic/scaled-images-now-at-100-in-enfold-child-after-upgrading-parent-enfold-2-7-1/#post-260759
Cheers!
DevinHi Michael!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:#top .gallery .gallery-item { width: auto; height: auto; }
Regards,
DevinHey!
You can also correct the spelling in your code:
<a class="jig-link noLighbox
to
<a class="jig-link noLightbox
Modifying the js function is the theme wide method as well.
Cheers!
DevinMay 13, 2014 at 5:50 am in reply to: Changing the Default Home V9 Videos and Parallax background image #263740Hi bmilovich!
You should be able to add in your own image for that color section and it will write over that option. If not you could also delete just that color section and re-create it instead of the entire page.
Regards,
DevinHi!
There was a complete overhaul of the header layout system since you last updated. You can re-do your header using the new header configurator: https://vimeo.com/channels/aviathemes/91837491
Regards,
DevinHi gentlemansgazette!
The theme has never supported IE7 so unfortunately we aren’t even able to test for it working.
For the other issues, first try clearing your caching plugins cache completely as well as re-setting any mified files. There are a number of errors popping up from them not actually rendering and my guess is that with IE they aren’t getting auto filled in to work (chrome will make a lot of incorrect html and css work when it isn’t valid).
Regards,
DevinThe only other thing I can think of as a quick option to check is to change out the images you have now to more size optimized sizes. The header, layer slider slides are all a bit big for use on the web and maybe the delay in loading could cause things to get redrawn incorrectly until they finally load in.
Hey!
All of the scaling options for LayerSlider are available within the plugins options alone. If you wanted to do some additional styling of text within the content areas you would need to use some custom css classes add onto those elements and then change the text size with media queries.
Cheers!
DevinHi!
Are you using Enfold version 2.7.1? There was a visual text bug like that which was just fixed in the last bug fix update.
Best regards,
DevinMay 12, 2014 at 10:44 pm in reply to: Site is completely white after install – Call to undefined function avia_header_ #263628Glad its working for you now. Let us know if you have any other questions or issues :)
May 12, 2014 at 10:43 pm in reply to: Fullscreen button in player gone when inserting video via theme builder #263627Hi JHU8ghsrr5!
Is this a Youtube video? They did something recently with the embed code though when I’m testing the same thing on my site right now I’m not getting the fullscreen option changed to the youtube link like I was a few days ago.
I don’t have a real firm answer here unfortunately. Another user who mentioned this last week said it was related to his account settings so you might try checking the same page when in incognito mode (so you aren’t signed in at all) to see if its related.
Best regards,
Devin -
AuthorPosts