Forum Replies Created
-
AuthorPosts
-
November 12, 2014 at 7:20 pm in reply to: Socket alignment of copyright text and social icons #350239
Hi!
Try with this:
.av-masonry-entry { border: 1px solid gray; }Regards,
JosueYes, try changing that to a hard-coded value to see if that changes something in your custom masonry:
$custom_url = "http://kriesi.at";Regards,
JosueHey!
Try adding this code to the Quick CSS:
table{ background: transparent !important; } table td, table tr{ background: rgba(255,255,255,0.4) !important; }Adjust “0.4” as needed.
Cheers!
JosueHey Zsolt!
Try adding this code to the Quick CSS:
.avia-menu-fx { display: none; } .current-menu-item .avia-menu-fx { display: block; }Cheers!
JosueHi!
For the mobile menu toggle, add this to Quick CSS:
#advanced_menu_toggle { right: auto; left: 0; }Regarding the columns on mobile, try the following:
https://kriesi.at/support/topic/issues-with-translating-to-farsi-rtl-language/#post-305401Cheers!
JosueNovember 12, 2014 at 6:30 pm in reply to: One-Page-Site: Anzeige aktiver Menüpunkt funktioniert nicht in Chrome bzw. IE #350207Hi Daniela!
What’s the username to log-in?
Best regards,
JosueNovember 12, 2014 at 6:29 pm in reply to: Header Changes color when we browser width is narrowed. #350205Hey!
In this case i think it would be better to enable mobile menu activation for tablets, Enfold > Header > Mobile Menu.
Best regards,
JosueHey!
Try the following instead:
.avia-fullscreen-slider .avia-slideshow ul li { background-size: 100% 100%; background-repeat: no-repeat; background-position: top !important; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_mega_text_block div { text-align: left !important; }Cheers!
JosueHey!
Please review your English site, you forgot to add “px” here – http://screencast.com/t/IKjnJRtl
Best regards,
JosueHey!
Please review your site, i added Ismael’s code to theme functions.php to remove the flags at top.
Regards,
JosueHi!
Check it now, i added this to Quick CSS:
.page-template-template-blank-php .sidebar { display: none !important; } .page-template-template-blank-php .content{ width: 100% !important; }Best regards,
JosueOk, try adding the following:
table { width: auto !important; }Best regards,
JosueHi!
Alef is now available, as you are not using a child theme i used this plugin to store the custom function separated from the theme files, this way it will survive theme updates.
Best regards,
JosueNovember 12, 2014 at 5:53 pm in reply to: Content after Hotspot Image is not shown in Desktop Mode #350161Hey!
It’s fixed now, the position of the [/av_image_spot] tags were not correct.
Best regards,
JosueHey!
In order to automatic update the enfold theme, does user must enter their themeforest user name & Themeforest API Key
Yes.
could we avoid the username, just the API Key? for privacy sake I think API key is good enough, sometimes we need to avoid letting know clients we purchase the theme from which site etc or our user name. for other reasons, by entering username may not be a good idea.
No.
To confirm if I even enter the API key ONLY (excluded the username), does it mean it will not auto update or it will
It won’t work, neither auto-update nor at will, you’d need to rely on FTP update.
Regards,
JosueYou are welcome Annemarie, glad to help :)
Regards,
JosueHey!
Go to Enfold (Theme Options) > General Styling > Quick CSS (at the bottom).
Regards,
JosueNo, the Arrow is only available in FullScreen Sliders and Color Sections.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.tab_inner_content table { width: 60%; }Change as needed.
Cheers!
JosuePlease don’t create duplicates, i’ll help you in the other topic.
Hi!
How many times have you imported the dummy content? you can clean the menu in Appearance > Menus.
Best regards,
JosueHi Lyse!
Please post a link to the website.
Cheers!
JosueHey Micheal!
If by Enfold you mean the Advanced Layout Builder, yes, just add this to theme / child theme functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'post'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'post'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', 'page', 'post'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Regards,
JosueHi!
If that doesn’t work you can always set a custom class to the layer instead – http://screencast.com/t/qoLjcrpp
Cheers!
JosueHi Annemarie!
Use this instead:
.home .container { padding: 0 0px; } .home .content, .home .sidebar { padding-bottom: 0; padding-top: 7px; }Cheers!
JosueHi!
Use the default one, it works the same regardless of the demo import you use.
Best regards,
JosueNovember 12, 2014 at 6:43 am in reply to: Content after Hotspot Image is not shown in Desktop Mode #349893Hi!
That’s the expected behavior, as you may know there is no hover event in mobiles, you can hide them if you want, with this code (Quick CSS):
.av-hotspot-fallback-tooltip { display: none !important; }Regards,
JosueHi ML!
That’s what the Themeforest API requires, there is nothing we can do about it unfortunately.
Cheers!
Josue -
AuthorPosts
