Forum Replies Created
-
AuthorPosts
-
Hi!
It seems like you have added custom CSS code into ID field. Please only insert “fwcs” without quotes into ID field and then go to Enfold theme options > General Styling > Quick CSS and add following code there
#fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }Regards,
YigitHey!
Actually, you were right, it was my bad. I am an engineer but i still mix the two :)
I edited the code in Quick CSS field. Please review your website nowRegards,
YigitHey!
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a color section with 100% container width and choose to not display padding on it then add your image element inside it
Regards,
YigitHey!
Unfortunately, we have not tested the theme with plugin therefore we cannot guarantee.
Enfold is fully compatible with https://woocommerce.com/products/woocommerce-bookings/. Example can be seen here – http://kriesi.at/themes/enfold-hotel/rooms/Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-product .container .av-content-small.units { width: 80%; } .widget_nav_menu a { font-weight: bold; }Best regards,
YigitHi,
Please go to Appearance > Menus and click on your menu item and add it there – http://i.imgur.com/fQYiE12.png
If you have not added your custom menu, you should firstly add it in Appearance > Menus
Best regards,
YigitHey!
1- Yes, please try using this plugin – https://wordpress.org/plugins/zen-menu-logic/
2- You can use the plugin i suggested above to set menu independently :)Best regards,
YigitFebruary 9, 2017 at 9:44 pm in reply to: Images set to 100% of Container on Left Align and Right Align Only #745079Hey Briana,
Please use following code instead
.avia-image-container.avia-align-right .avia-image-container-inner, .avia-image-container.avia-align-right img { width: 100%; }Best regards,
YigitHi!
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If you would like to decrease the space even more, please adjust the values
Regards,
YigitFebruary 9, 2017 at 9:40 pm in reply to: Memberpress login prompt formatting vs color section #745077Hey!
Please try adding following code to functions.php file in Appearance > Editor
function av_memberpress_wrap(){ ?> <script> jQuery(window).load(function(){ jQuery('div.mp_wrapper').wrap('<div class="container content main_color"></div>'); }); </script> <?php } add_action('wp_footer', 'av_memberpress_wrap');Cheers!
YigitHi Jan,
Thanks for reporting. We have informed our devs about the issue.
Best regards,
YigitHey!
Please refer to this post – https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745
Best regards,
YigitHi!
There was an extra closing curly bracket in your code. I removed it and it helped. Please review your website now
Best regards,
YigitFebruary 9, 2017 at 9:18 pm in reply to: How to link to a page with tabbed content with a tab open? #745061Hi,
@jonathanrn Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)Best regards,
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top .logo img { max-width: 67%; } .responsive #top .logo { display: block; }}Cheers!
Yigit-
This reply was modified 9 years ago by
Yigit.
Hi!
I added the code to functions.php file. Please flush browser cache and refresh your page a few times
Best regards,
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHey Kevin!
Thanks for contacting us!
Due to our agreement, we only sell our themes through ThemeForest. Please contact them and ask if that would be possible. I am not sure but there might be some sort of discount for students :)
Let us know if you have any other questions!
Cheers!
YigitHi!
Sorry but i am still unable to connect. Attached a screenshot below
Regards,
YigitHi,
Sorry for the late reply!
Please see examples on demo site here – http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/
Best regards,
YigitHey riskagency,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widgettitle { font-size: 20px; }Best regards,
YigitFebruary 9, 2017 at 8:07 pm in reply to: Loading a template with Avia lyaout Builder gives me a Error fetching content #745023Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitFebruary 9, 2017 at 8:06 pm in reply to: Sidebar doen't display on single product page Enfold #745022Hey!
@spitsdesign Seems like you have already figured it out as left sidebar shows up totally fine on my end? :)Cheers!
YigitHi,
The screenshot i posted shows you the custom classes added to hotspots “custom-hotspot-1” and “custom-hotspot-2”.
If that is not what you meant, please elaborate.Best regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-entry-excerpt { font-size: 20px; font-weight: bold; }Best regards,
YigitFebruary 9, 2017 at 8:00 pm in reply to: Slovenian characters not showing in Microsoft Edge and Internet Explorer #745015Hey!
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi
Can you please create a temporary admin login and post it here privately? Also, please point out the page where we can see the issue.
Best regards,
YigitHey!
@bizranker I installed the theme via FTP for you. Please go to Appearance > Themes and activate it :)
@amethystmahoney Thanks for your input and glad you figured it out :)Cheers!
YigitHi Francois!
Thanks for contacting us!
Please check out this video – https://vimeo.com/64927358. Please note that currently there are many more elements in Advanced Layout Builder and we are adding new ones with major updates.
Let us know if you have any other questions :)
Regards,
Yigit -
This reply was modified 9 years ago by
-
AuthorPosts
