Forum Replies Created
-
AuthorPosts
-
Hi!
Please review your website. You forgot to add the code Josue posted here – https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697
and added custom CSS code to custom CSS field instead of custom class
It seems to be working fine now. Please apply the changes to your other pagesRegards,
YigitHey storyboardsolutions!
Please update header.php file in your child theme as well.
Cheers!
YigitHi smorrone!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add a custom class to your textbox, say “anchor-text”. Then add following code to functions.php file in Appearance > Editorfunction add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.anchor-text').attr('id', 'anchor-text'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');then you should be able to target the textbox using #anchor-text ID
Regards,
YigitJune 25, 2014 at 4:52 pm in reply to: Blog Pots on mobile title and excerpt are going off the screen #283660Hey Marcelo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 50%; margin: 0 10px; }}Best regards,
YigitHi kroemer08!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h2, h3 { font-weight: normal!important; }Regards,
YigitHi Boulanger!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { #header_main { display: none; }}Cheers!
YigitHey lflask!
Please see – http://kriesi.at/documentation/enfold/remove-post-navigation-for-a-post-type/
Best regards,
YigitHey!
Can you switch user role to administrator? I cannot make changes :)
Best regards,
YigitHallo!
Bitteschon! Glad it is working fine now, let us know if you have any other questions or issues :)
Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitHi!
Please add following code to Quick CSS as well
#header_meta { margin-top: -30px; }Regards,
YigitHey!
We will keep the thread open until we hear from you. Thread will be on hold and will be re-opened when you reply to this topic :)
Regards,
YigitHi Daniela!
Can you post the link to your website? We may need a temporary admin login as well
Cheers!
YigitJune 25, 2014 at 2:49 pm in reply to: Directing to a non-existant mobile site instead of showing responsive site #283612Hey Jonas!
Please try re-updating the theme via FTP – http://vimeo.com/67209750
also try deactivating all active plugins and check if that helpsRegards,
YigitJune 25, 2014 at 2:33 pm in reply to: Directing to a non-existant mobile site instead of showing responsive site #283604Hi Teresarmy!
Are you using any plugin like Jetpack to display a different theme on mobile? If so, please disable it
Regards,
YigitHey!
Uzun zamandir guncellenmemis ama bu plugini dener misiniz – http://wordpress.org/plugins/my-page-order/
Regards,
YigitHey!
Please firstly turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then refer to Josue’s post here and give a custom class to text elements – https://kriesi.at/support/topic/how-to-trigger-specific-elements/#post-268697
then add following code to Quick CSS.avia-section .av_one_half.custom_class { margin-left: 0!important; width: 48%!important; } .avia-section .av_one_half { margin-left: 0!important; width: 52%!important; }Cheers!
YigitHey!
Archive page does not support Advanced Layout Builder. It is generated dynamically by wordpress and uses the archive.php template. You can’t add template builder elements to category/term pages.
Best regards,
YigitYou are welcome, if you have any other questions or issues, let us know!
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div.phone-info { position: relative; top: 30px; right: 10px; }Regards,
YigitJune 25, 2014 at 2:04 pm in reply to: Portfolio Grid, two options when roll over the picture #283593Hey!
You are welcome Peter, we are always glad to help! If you have any other questions or issues, let us know :)
Best regards,
YigitHey!
It seems ok. If it does what you would like to achieve, you can remove js code and custom class :)
Best regards,
YigitHi!
Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find
$faces = "true";and change it to
$faces = "false";Regards,
YigitHi!
Please add following code to Quick CSS as well
.pricing-table>li { color: #8B2121!important; }Please flush browser cache after applying the code
Cheers!
YigitHi Sal!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
ul.uiList.pam._4cg3._509-._4ki { display: none!important; }Best regards,
YigitHi!
Checking your website on Chrome’s latest version 35.0.1916.153, i cannot see any tooltips. Please make sure to flush browser cache and refresh your page a few times
Best regards,
Yigit -
AuthorPosts
