Forum Replies Created
-
AuthorPosts
-
Hey Indiatravelz!
You would need to line the two different instances of the arrow up on the two different slides and try and time it so looks like its going from one to the other.
Best regards,
DevinNovember 20, 2013 at 10:14 pm in reply to: Child-theme does not call /config-templatebuilder/config.php #191155Hey!
The theme uses get_template_part for the includes which is why they will be included when you add them in with the same structure. The same file is in the same location in the child theme so it gets loaded first.
It doesn’t work like that in all instances and so I generally explain it like I did above. The function I linked to will tell the theme to look for shortcode files in a new shortcode folder and then add them in as needed.
Cheers!
DevinWe can see everything you can in addition to trying to debug with IE’s minimal dev tools. IE8 has different rules in how it renders css. So unfortunately the only way to debug and find a specific issue is by working from the back end, publishing a change and then checking to see how it render on the front end.
Hey barite!
We can not offer support for third party plugins directly. You can make a topic on the support forum for the plugin on the plugins page in the link above.
Best regards,
DevinNovember 20, 2013 at 9:00 pm in reply to: Upgrading to Enfold 2.4.2 with child theme from 1.9.1 #191133Hi vchemko!
The only thing that will be effected is if you have copied over any of the files from the parent root folder into your child theme. For example the header.php file or footer.php file.
Upgrades never change your theme settings since they are saved in the WordPress database against your theme name.
Best regards,
DevinEach of those portfolio items has an independent gallery associated with them. The image that is showing in the grid is the featured image. The images in the gallery inside of the ajax view are what are set within the portfolio item ajax section.
November 20, 2013 at 8:24 pm in reply to: Portfolio Grid: How to open the video in lightbox or open the page entry? #191121You can definitely try modifying the shortcode if you’d like but as I said it just isn’t in place. Everything the theme is capable of is in the demo so that there are no expectations of something that isn’t possible.
Hey iwanhaex!
The only support for adding in another icon font is by following the directions in the video. So if you don’t have an icon font to use then you would need to turn your icons into an icon font and then you can drag and drop them onto the custom icon font section on Fontello to get them packaged appropriately.
Cheers!
DevinNovember 20, 2013 at 7:08 pm in reply to: Child-theme does not call /config-templatebuilder/config.php #191090Hey kaMai!
Child themes do not work like that. They only replace what is in the root folder of the child theme and for the functions it gets added in addition to the parent functions.php.
You would need to add a new function to include the files in your child theme since there is nothing telling the parent or child that you have files somewhere else.
See: https://kriesi.at/support/topic/portfolio-meta/#post-134009
Regards,
DevinNovember 20, 2013 at 7:04 pm in reply to: Portfolio Grid: How to open the video in lightbox or open the page entry? #191085Hi!
The theme doesn’t have support for that kind of option for the regular portfolio grid right now. I think its on the list for a future update but for right not there isn’t support for that.
For individual page SEO functionality you should look into a third party plugin like Yoast’s SEO plugin or something like that.
Best regards,
DevinHi @ehlmarket – Please create a new topic for your issue. First, try going to the top right of a page and when editing and click on Screen Options. Make sure the advanced layout editor option is checked.
Hi joax!
You can add your own icon font following this guide: https://vimeo.com/channels/aviathemes/75743285
Fontello allows you to load in your own font files through the site if they don’t have them already.
Regards,
DevinYou can remove that title and hard code your own if the plugin allows you to choose the template for the main events page.
November 20, 2013 at 5:42 pm in reply to: How do you fix product default menu and page numbers that arent working? #191029Hi!
1) 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:
.big-preview.single-big { display: none; }
2) Use:
.blog-author.minor-meta { display: none; } .text-sep.text-sep-cat { display: none; }
3) If you are using a featured image with the Blog Single Author Fullwidth display that is how it will show by default: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
Regards,
DevinNovember 20, 2013 at 5:37 pm in reply to: link in the sidebar opening in a lightbox / not working #191021Hey oliviad!
Links to youtube that aren’t to videos should be structure like this to tell the lightbox script not to grab them:
<a class="noLightbox" href="http://www.youtube.com/">Youtube</a>
Just note the noLightbox class that needs to be on the link.
Best regards,
DevinHey dawsmik!
Let me see if I can answer all of these in one go:
How do you center the logo from top to bottom?
This should be automatically done depending on the header. You can add a bit more whitespace to the upper or lower part of your logo if you want to adjust it manually.How do you make the header area smaller from top to bottom?
In your css>custom.css file (in the theme files) add the following inside of the desktop only media query we’ve included in the file:#header_main .container, .main_menu ul:first-child > li a { height: 88px !important; line-height: 88px !important; }
And adjust the 88px value to a lower number as needed. Just make sure they are both the same.
How do you make the pages standard width (960 pixels)
The only option for that width is to make the theme not responsive in the theme options General Settings.How do you make the header font bigger?
Which header font specifically? There are a lot of headers being used for various things throughout a typical installation.How do you bring the header menu closer to the middle?
The header menu is already centered vertically in the menu so I’m not sure what you mean.How do you keep the socket from expanding? (it is several inches thick when the browser is at max width)
http://www.sellmydigs.com/I think what you are looking for is a sticky footer which the theme doesn’t have. If the page content isn’t tall enough then the socket background will show the remainder of the sapce.
What is the easiest way to get this layout? (just the content part below the header)
http://www.conversion-rate-experts.com/questions/
You can use a regular page with a sidebar.
How do you make the primary font size 12 have still have it shrink on smaller screens?
I’m not sure what you mean. The regular body font is set at 13px right now but you could change that with:body { font-size: 12px; }
How do you change the color of the icons?
There isn’t currently an option to change them individually. They inherit the color from the main color you set in the theme options.How do i remove the “Enfold theme by kriesi” from the socket?
You can add [nolink] into the copyright field in the footer options.Regards,
DevinNovember 20, 2013 at 5:15 pm in reply to: child theme – adding code to the functions.php breaks my site #190994I think this might be the culprit:
remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’)); add_action(‘tribe_events_single_event_after_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
I don’t know if there needs to be a check on when that happens or if it needs to be different when in a child theme but checking with Tribe would be the best route from here.
Hey allegrabillings!
As was noted at the end of the topic it looks like a bug and a temporary fix was provided.
Best regards,
DevinHey!
I’ve asked Peter to take a look as I’m not sure where the disconnect is happening from the resizing script vs why the logo is getting cut off.
Typically I would log in and play with the css you have in place now and find the issue but I understand you don’t want to allow us to fix it first hand. Hopefully Peter can shed a bit of light on what might be happening.
Regards,
Devin
No, you can have as much css as you want in the Quick CSS field. The font weight however should be the same by default.
If we can see your site live maybe we can spot what the difference is but if its a customization that Kriesi had to make on his child theme we may not be able to provide since as I said before he would like to keep his site custom for now.
Hi!
I’m not sure if this is what you are looking for but it will always show the expand option once added in. Add 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:
.pp_expand { display: block !important; }
Edit: Just make sure the link on the images is pointing to the full size image and not the smaller size.
Cheers!
Devin-
This reply was modified 11 years, 8 months ago by
Devin.
Hey segalmedia!
You can either use larger than 720×575 but keeping in the same proportions or that size exactly. They will then be scaled down as the site responds to the browser width as needed.
Cheers!
DevinYou can remove the mega menu support from the main functions.php in that case:
/* * add support for responsive mega menus */ add_theme_support('avia_mega_menu');
LayerSlider isn’t our plugin but if you search the layerslider.php file for the layerslider_settings_menu function you can try modifying the output for the menu there.
From this point forward any change to the functions is far beyond what we can help with via support. As I said, it isn’t recommended and I can’t say for sure what, if any, issues it will cause.
November 19, 2013 at 7:51 pm in reply to: Can I please get support? 3 days have passed with no reply #190704Hi primarythoughts!
I attempted to look into the issue earlier this morning but the logins doesn’t work. Now that I’m back into going through the start of my queue I’ve added a response asking for them to be re-checked so we can log in and take a look.
Not sure how your topic didn’t get addressed before then but it was our only one above 1 day response time and showing as 2 days in the queue.
Once we can log in and take a look we can get it sorted out.
Cheers!
DevinHi!
You could change the fonts using a css inside a mobile only media query. See the css>custom.css file for a sample query just like the one Peter mentioned above. So you would target each item you want to change (or the whole body font) and then change the font.
The next/previous on portfolio items are set to go by data of the items added. For now I believe there isn’t anything in place to change their order.
Cheers!
DevinNovember 19, 2013 at 7:38 pm in reply to: Drop down menu not working in IE 8 & 9 & issues with portfolio #190702Hi!
You need to update your theme files to the most recent 2.4.2 release which has bug fixes and updates for the theme. Once updated we can take a look at what issues are still occurring.
Best regards,
DevinCan you link to what you mean on the demo site? I’m just not clear on what type of gallery you are describing from your description. The theme doesn’t have any vignette overlay effects on any of the images and I’m not sure what a vignette under an image would be.
No, not at the moment. There are some big issues getting tackled with the update and last I talked to Kriesi about it he was still in the middle of sorting some of them out.
Hey!
The username/password combination isn’t working. Can you re-check the credentials and make sure there are no capitalization differences or spelling.
Regards,
Devin -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts