
I figured out that the width of the button is affected by the text/icon of the button. when 2 buttons are sitting on top of each other and have different text/icons, they are different sizes. Stack 5 or 6 and you get a bunch of different sized buttons. What if i wanted uniformity?
There is a size option, small, medium, large, but these are not fixed sizes. I realize i can target individual objects vis CSS, but is there a way to simply choose “large” and have 2 large buttons on top of each other and be the same width?
Thanks,
Scott
Hey!
Unfortunately the only way to upgrade would be to move your changes to a child theme and then run the child on top of the regular theme or by re-applying your changes after each update.
Regards,
Devin
Hi BelIblis!
Please see Ismael reply in this topic: https://kriesi.at/support/topic/full-width-colour-sections/#post-176160
Best regards,
Josue
Sorry, turns out Google Analytics for WordPress was the culprit – not sure why. Disabled it and now the portfolio part works.
Hi there,
Thanks for a great theme. In this following thread, advice is given on how to configure custom content elements in order to have them register a custom taxonomy.
https://kriesi.at/support/topic/custom-content-element-not-working-in-grid-view/
Can you let me know where to insert the code
$atts[‘taxonomy’] = ‘news_entries’;
so that my custom latest news widget will display my custom taxonomy ‘map_location_categories’
Thank you!
Hey!
The percentage would need to be applied to the li element then, this code will work:
#top .main_menu .menu li {
float: left;
position: relative;
z-index: 20;
width: 12.5%;
text-align: center;
}
However, you would need to change that 12.5% width value if you change the number of elements in your menu (100/8 = 12.5).
Regards,
Josue
Warning: session_start() [function.session-start]: open(/tmp/sess_0aa8aed9c9dcabd4cca3e3b9ef69a99f, O_RDWR) failed: Permission denied (13) in /home/vrsveric/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
I only get this message on your theme. I have installed plenty of sites with no problem. I even kept this configuration and changed the theme to avada…no errors. It has nothing to do with the install or tmp folders permission. It has everything to do with this theme. Just type the title of this topic into Google and see how many sites come up with this error. It happens and then clears itself, and then it happens again. It’s off an on. If I clear the cache it works and then comes right back. You need to look in to this.I can’t move forward on the projects with this problem.
Your old version on the seam server work fine.
Version 1.7 on wp 3.5.2 works fine
Version 2.0.1 on wp 3.6.1 fails
Version 2.4 on wp 3.6.1 fails
I can email you the production site if you want.
-
This topic was modified 12 years, 5 months ago by
samharry.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive #top .avia-post-nav {
display: block;
}
Best regards,
Yigit
Well that’s the problem, I can’t get it to look the way I want. I want the full screen slider , but dont’ want people to have to scroll to see the elements below it. If I could get the 3 main 1/3 elements on top of the slider..that would be good.
Thanks.
If I can do some sort of screen capture / creation…how to I attach it to you?
-
This reply was modified 12 years, 5 months ago by
elames.
Hey!
Can you post a screenshot and show where exactly you would like to change? Previous code should increase the top border on sub-menus as well as mega menu
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.tabcontainer { margin-top: 0; }
Regards,
Yigit
Hey swarez!
Please refer to this post https://kriesi.at/support/topic/mobile-menu-not-displaying/#post-178089 and please enable right-click on your site for a while so we can provide you CSS code to decrease whitespace above tab container
Regards,
Yigit
Hi!
I tagged our head of support Peter and Kriesi. They may need admin login ( if you have changed this one https://kriesi.at/support/topic/blank-icon-list-after-upgrading-to-2-3/#post-176066 ) as well as access to FTP upload folder. So if you do not mind, it would be helpful to post them here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
Yigit
Just tried it, plus clearing the cache. Didn’t work.
Please note that I already did that in earlier versions, as shown in the other topic
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.js_active .top_tab .tab { margin-right: 10px!important; }
Regards,
Yigit
-
This reply was modified 12 years, 5 months ago by
Yigit.
Hi!
Please switch following code
#top .header_color .avia_mega_div > .sub-menu { border-top-width: 4px!important; }
with this one
#top .header_color .avia_mega_div > .sub-menu, .header_color .main_menu ul:first-child >li > ul { border-top-width: 4px!important; }
Best regards,
Yigit
Also, this is occurring on
http://christinamrozik.com/illustration/
and
http://christinamrozik.com/
All of which are using the Portfolio Grid – using Chrome and Firefox.
The error I receive is Attribute xmlns:v not allowed here.
I know its because HTML 5 format hasn’t been agreed but I cant host my website at Uni without being w3c valid.
Its the only error stopping me now.
Hey, my portfolio section on a site I made no longer works now that the portfolio section was updated.
http://christinamrozik.com/drawing/
Help!
This reply has been marked as private.
Similar to this closed thread (https://kriesi.at/support/topic/video-not-showing-on-ie), my video is not showing on Internet Explorer8. I tried inputting the code suggested in that thread, but it did not work for me. Thanks in advance for your help.
Website: http://www.encoure.com/private/home-features/
My website is: http://www.tandyelisala.com
I cannot figure out how to add a line at the top of my main page that people see first. I want this displayed at the top before the menu bar.
Example:
I want to say: To order Healing Through the Chaos, click here. Click here for free resources. Connect with Tandy here (hyperlink)
Then, the menu bar and header display.
How do I do this? If this isn’t possible, how do I add this to my slider?
The title for this topic should have been “Blank icon”. The current title is a mistype.
Hey Dhuet!
That won’t work, you can’t make the background to be on top of the contents of the div, however what you can do is to make the contents of the div a little bit transparent, try adding this code to the Quick CSS:
#fullscreen_slider_0 > div{
opacity: 0.8;
}
Cheers!
Josue
Thanks Kriesi.
I’ve added the new code in the CSS.
Very strangely, it seems to have cured the problem in Chrome on the Mac, but not when viewed on my PC laptop (Windows 8).
Hi Everyone
I updated my theme today however I have lost the anchor text for the social media links at the top how can I fix this?
Many Thanks
Jonathan
-
This topic was modified 12 years, 5 months ago by
jono713.
Hi erantdo!
Last night version 2.4 of Enfold was released. So please try updating your theme to the latest version.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
I do not know why topic was closed but please cooperate. Providing as much information as possible instead of one word answers would help a lot to solve your issue faster :)
Best regards,
Yigit