Forum Replies Created
-
AuthorPosts
-
Hey!
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 :)Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-portfolio .wp-post-image { display: none!important; }If that does not work, we are going to need to see your website.
Regards,
YigitHey leeroythegreat!
1- Please see – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
2- Please add following code to Functions.php file in Appearance > Editor and change the image link as neededfunction add_custom_src(){ ?> <script> jQuery(window).load(function(){ jQuery('span.post-author-format-type.blog-meta img').attr('src','http://wholisticmedicalcentre.com.au/assets/wmc_logo_web1.png'); }); </script> <?php } add_action('wp_footer', 'add_custom_src');If this is not what you were asking, please elaborate
Cheers!
YigitHi Cloudspace!
Can you post the link to your website please? Please make sure that you are using the latest version of the theme you are using – http://vimeo.com/67209750
Best regards,
YigitHey!
Can you please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Regards,
YigitSeptember 15, 2014 at 11:58 am in reply to: 4 single column 25% width, no margin, no padding, no gaps in-between column. #319131Hi Lim!
Please add a color section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add 1/4 column elements inside it and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .av_one_fourth { margin: 0 !important; width: 25% !important; }Regards,
YigitHey Laure
Please add following code to Quick CSS
.av-masonry-entry { visibility: visible; opacity: 1; }Best regards,
YigitHi!
No worries Laure, but i could not login. Can you please check login credentials once again? They do not seem to work
Cheers!
YigitSeptember 15, 2014 at 11:50 am in reply to: Problems when moving Enfold theme website from subdirectory to root directory #319127Hey!
I notified Devin about your question. Please wait to hear from him.
Cheers!
YigitHi compudean!
Have you tried switching to one of the default themes and check if it works?
Best regards,
YigitHey Erich!
Please make sure that you are using the latest version of Enfold, WPML and WordPress. I wanted to check but browsers say your link is untrusted
Regards,
YigitHey!
Please flush browser cache and refresh your page a few times. Text direction is left to right on my end
Regards,
YigitSeptember 15, 2014 at 11:39 am in reply to: How to left justify widgets when sidebar is on the left? #319116Hey!
Please add following code to Quick CSS as well
.sidebar_left.sidebar h3.widgettitle { text-align: left; }Best regards,
YigitHey!
Have you tried deactivating all active plugins and check if that helps?
Cheers!
YigitHi!
Please add following code to Quick CSS as well
div#layerslider_3 { border: 15px solid white; }Regards,
YigitHi!
Please use following code
#main .container { background: white; } .home #main .container .content { background: #e0edfd; }Best regards,
YigitHey courtney_martin!
Just to make sure that we are on the same page, you would like to display different menu items on different pages, is that correct?
If so, please try using this plugin – https://wordpress.org/plugins/zen-menu-logic/Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li:hover > a > .avia-menu-text { color: orange; }Cheers!
YigitHi goldon!
You can use WPML plugin. It is fully compatible with Enfold. You can find more information on http://wpml.org/
Cheers!
YigitHi!
Please refer to fix here and check if that helps – https://kriesi.at/support/topic/fix-for-disappearing-titles-and-breadcrumbs/#post-244942
Cheers!
YigitHi!
Please flush browser cache and refresh your page a few times Nancy, i can see that code is being applied on my end.
Cheers!
YigitHi ColinWalton!
Yes, you should add your custom CSS code to Quick CSS field inside Enfold theme options > General Styling tab or Custom.css file inside Enfold/Css folder of your theme or Style.css of your child theme. Please do not forget to add the dot in front of the class
.special-heading-inner-border { border-color: #FFFFFF; }Regards,
YigitSeptember 12, 2014 at 7:14 pm in reply to: Problem with Avia Layout Builder – Not loading on site #318269Hey!
You are welcome CB, always glad to help :)
Let us know if you have any other questions or issues and have a nice weekend!Best regards,
YigitHi Melissa!
1- Please 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. So you can create your blog page as any other pages and choose to display title and breadcrumbs.
2- Please see – http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/Regards,
YigitHey coretekk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta { display: none !important; }It is default icon that is displayed when you have not uploaded a featured media. When you upload a featured media on your blog posts, it should look like this – http://kriesi.at/themes/enfold/blog/blog-single-small/
Best regards,
YigitHi Ignazio!
The simplest way would be copy pasting the shortcodes. You can enable debugging mode to see the shortcodes of elements you have created using ALB – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
YigitHey!
That is because you have added the code as following
@media only screen and (max-width: 767px) { .responsive .tabcontainer .tab_content { padding: 5; }}and forgot to add px
@media only screen and (max-width: 767px) { .responsive .tabcontainer .tab_content { padding: 5px; }}Cheers!
Yigit -
AuthorPosts
