Forum Replies Created
-
AuthorPosts
-
Hey Boe!
What kind of control would like to have? if it’s just about disabling the link for some posts i think that’s doable with some CSS.
But making the WP feature image exactly like the Corona one would require a deep customization to the theme, which unfortunately is out of the support scope we can offer.
Best regards,
JosueI tested on Mac too, i will check on Win8/Chrome.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
It’s very weird, have you tried re-installing Enfold?
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueHey!
I’m using Chrome too, have you tried in a different computer/browser?
Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHi!
Yes, you can modify the logo structure in includes/helper-main-menu.php (line 101), and with some CSS:
@media only screen and (min-width: 768px) { #mobile-logo{ display: none; } } @media only screen and (max-width: 767px) { #desktop-logo{ display: none; } #mobile-logo{ display: block; } }Regards,
JosueHey!
LayerSlider is handled by KreatureMedia, try reaching them via:
http://codecanyon.net/user/kreatura?ref=kreaturaCheers!
JosueHey Boe!
Back when Corona was released WordPress didn’t have a native featured image function, that’s why Kriesi created its own for that theme (with all those options).
I don’t think we would implement such feature again in Enfold or newer themes because using native WP functions is way more convenient and reliable.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.title_container { background: red; }Change as needed.
Cheers!
JosueMay 16, 2014 at 11:44 pm in reply to: Still having the white screen when editing or building content #266018Closed :)
Hello!
It is possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHey!
You are missing a comma:
http://fonts.googleapis.com/css?family=Roboto:300,400,900italicCheers!
JosueRequest it here:
https://kriesi.at/support/enfold-feature-requests/Regards,
JosueHey!
Change this part in my code:
#header_main_alternate { background: black; } #avia-menu > li > a .avia-menu-text { color: white !important; }To this:
#header_main_alternate, .sub-menu li a:hover{ background: #595959 !important; } #avia-menu li a:hover{ background: #641816 !important; }The other thing is probably happening because the color property is getting overwritten, try:
.main-title.entry-title { font-size:32px; color:#000000 !important; }Cheers!
JosueHey!
Enfold does not have that feature at the moment, there are a lot of plugins though:
http://premium.wpmudev.org/blog/9-top-free-wordpress-author-bio-box-plugins/Feel free to request it here:
https://kriesi.at/support/enfold-feature-requests/Cheers!
JosueHey!
The search icon is appearing as expected:
http://screencast.com/t/Jto6PjOho7QyCan you post a screenshot of your view?
Regards,
JosueMay 16, 2014 at 11:21 pm in reply to: How to modify default layout template to prevent page title to appear? #266000Hey!
It’s the ‘Title Bar’ settings, set it to ‘Hide Both’.
Regards,
JosueHey!
Try duplicating the line:
echo avia_logo(AVIA_BASE_URL.'images/layout/kuvataideakatemia_x_gray.png', $addition, 'strong', true); echo avia_logo(AVIA_BASE_URL.'images/layout/general-studies.png', $addition, 'strong', true);Best regards,
JosueHi,
What version you currently have? can you post a link to your website please?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueMay 16, 2014 at 9:50 pm in reply to: How to display a single woocommerce product in detail view on the home page #265985You are welcome, glad we could help :)
Regards,
JosueMay 16, 2014 at 8:24 pm in reply to: Unable to edit text in the avia editor after site transfer #265945Hey!
Please update the theme to its latest version.
You currently have 2.6.2, latest version is 2.7.1.
Best regards,
JosueHi Armin!
Try with this code:
<div class="clearfix"></div> [av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left; max-width: 200px">F10 Performance Oil Vertrieb UG (haftungsbeschränkt)</div> <div class="clearfix"></div> [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left;">Ständlerstr. 35 81549 München Germany</div> <div class="clearfix"></div> [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left;">+49 (89) 680 95 688</div> <div class="clearfix"></div> [av_font_icon icon='ue838' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left;">+49 (89) 680 95 689</div> <div class="clearfix"></div> [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left;"><a title=" (Email address hidden if logged out) " href="mailto: (Email address hidden if logged out) " target="_blank"> (Email address hidden if logged out) </a></div>Regards,
JosueHey!
There is newer version, please update the theme to 2.7.1.
Cheers!
JosueHey!
Try adding this at the end of the theme functions.php:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("a").removeAttr("title"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueYou are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts


