Forum Replies Created
-
AuthorPosts
-
Hey!
That feature is still not available. Please request or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHi!
Please refer to fix here – https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-405917
Regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHi!
@aabarnold Can you post the link to your website please? We may need temporary admin login as wellCheers!
YigitHey afarahani!
Can you please try de-activating all active plugins and check if that helps? There are bunch of JS errors in console
Cheers!
YigitHi elevatid!
Please add Masonry element under Content elements in Advanced Layout Builder to your page and choose to display your blog posts. Then go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” as Blog Style
Cheers!
YigitHey!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitHi Ricardo!
Unfortunately i do not have an actual Windows Phone to check your website and i believe my teammates do not have one either. I tried to check your website on an emulator and such problem cannot be reproduced there. If you have a chance, can you please check your website on another Windows Phones to see if it is a device specific problem?
Regards,
YigitHi!
Please use following code instead
.blog article { border-bottom: 1px solid #e2e2e2; margin-bottom: 50px; } .blog .post_author_timeline { display: none; }Best regards,
YigitHi!
Please add following code to Quick CSS as well
.mc4wp-form .modified_width .button { border: 1px solid black; } .main_color input[type='submit']:hover { border-color: black; color: black; }Regards,
YigitHey!
Please place your masonry element inside a 1/1 column element.
Alternatively, you can add following code to Quick CSS in Enfold theme options under General Styling tabdiv#header_main .container { margin: 0; width: 100%; }Regards,
YigitHi nathan!
You can upload them on http://fontello.com/ and then import them to Enfold – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
YigitHi!
Please add following code to Quick CSS
#mc4wp-form-1 .modified_width:before { display: none; }Best regards,
YigitHi nontrepreneur!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .avia-color-theme-color-subtle { background-color: #dbc9b0; } @media only screen and (max-width: 480px) { #top .avia-slideshow-button { display: block; margin-left: 0; }}Regards,
YigitHey!
Have you tried de-activating all active plugins and check if that helps?
Best regards,
YigitHey emilcobussen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog .post_delimiter { border-bottom: 1px solid #e2e2e2; }if that does not work, please post the link to your website
Regards,
YigitHi!
You are welcome, glad we could help :)
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!
You are welcome, glad we could help :)
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!
I cannot connect to your website.
“Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries. If you are currently in a foreign country, please sign in to WebAdmin, proceed to your domain management and disable this GeoIP filter in CMS Support section.”
I asked my teammates to check your website. Please kindly wait to hear from themRegards,
YigitMarch 9, 2015 at 12:33 pm in reply to: Two images (logos) on header, one left, and one right, with menu under #407993Hey terveysmaailma!
Please use following code instead
#menu-item-1131 a { color: green; }Cheers!
YigitHi SrdjanRNS!
Please go to Enfold theme options > General Layout and choose to display header on Left Sidebar
Best regards,
YigitHey!
You are welcome, glad we could help :)
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!
Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png
@wolfdogg Thanks :)Best regards,
YigitHey!
You are welcome, we are always glad to help :) Let us know if you have any other questions or issues.
Have a great weekend!Cheers!
YigitHey!
Glad you figured it out Brian! Thanks, you too have a great weekend :)
Best regards,
YigitHi curandero!
Via FTP, please go to wp-content/plugins/woocommerce/templates/single-product and open meta.php file and find
<?php echo $product->get_categories( ', ', '<span class="posted_in">' . _n( 'Category:', 'Categories:', $cat_count, 'woocommerce' ) . ' ', '.</span>' ); ?> <?php echo $product->get_tags( ', ', '<span class="tagged_as">' . _n( 'Tag:', 'Tags:', $tag_count, 'woocommerce' ) . ' ', '.</span>' ); ?>and change it to
<?php echo $product->get_categories( ' ', '<span class="posted_in">' . _n( 'Category:', 'Categories:', $cat_count, 'woocommerce' ) . ' ', '</span>' ); ?> <?php echo $product->get_tags( ' ', '<span class="tagged_as">' . _n( 'Tag:', 'Tags:', $tag_count, 'woocommerce' ) . ' ', '</span>' ); ?>Regards,
YigitHi!
Please review your website now. Instead of “img” i wrote “im” in my first code. It should be as following
.header-scrolled .logo img { opacity: 0; } .header-scrolled .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; }Cheers!
Yigit -
AuthorPosts
