Forum Replies Created
-
AuthorPosts
-
Hey!
Can you please elaborate on the changes you would like to make? Heavy customisation is definitely beyond the scope but we do not mind throwing in some custom codes :)
Best regards,
YigitHi!
Can you please post the link to your website? That is fixable using custom CSS :)
Best regards,
YigitHey Pauline!
Thank you for choosing Enfold :)
I have made the changes. I had to increase the header size to 300px to avoid logo having distortion. Please review your website nowBest regards,
YigitHi!
I checked your website on Firefox 35.0.1 on OS X 10.10, but i could not reproduce the issue either – http://i.imgur.com/Tq1TECR.jpg
Cheers!
YigitHi!
Please flush browser cache and refresh your page a few times. I cannot reproduce the issue anymore :)
You are welcome, glad we could help! :) Let us know if you have any other questions or issuesCheers!
Yigit-
This reply was modified 11 years, 2 months ago by
Yigit.
Hey judsonjones!
Yes, you can add following code to Functions.php file in Appearance > Editor
add_filter('avf_portfolio_custom_overlay','new_custom_overlay'); function new_custom_overlay() { $output = "custom text"; return $output; }It would add custom content, in this case “custom text” to portfolio items. You can add HTML codes and customize the overlay using CSS.
Regards,
YigitHey!
All all? If so, please use following
body * { font-family: "Times New Roman"!important; }Best regards,
YigitFebruary 18, 2015 at 4:47 pm in reply to: Textbox with image and text. How to control image margin #398251Hi!
Sure, you can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your text block element a custom CSS class and change the code to following one
.avia_textblock.your-custom-class-here img.alignleft { margin-right: 30px; }Cheers!
YigitHi!
Please use following code in Quick CSS field
li#menu-item-10271:hover>a>.avia-menu-text { color: white!important; }
@begrafiks thank you! :)Cheers!
YigitHey safauset!
I just checked your website on my iphone and your website looks totally fine on my end – http://i.imgur.com/EfoX4dG.png
Have you figured it out already?Best regards,
YigitHey!
Please make sure that you do not have 2 Enfold folder inside wp-content/themes folder. Also, please make sure that you are updating the theme in the correct path. If these too do not help, please post FTP credentials here privately and upload freshly downloaded enfold.zip file on your server and tell us where, so we can try to update the theme for you.
Best regards,
YigitHi BrandItGuru!
Can you please firstly update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/ and WordPress to 4.1?
Best regards,
YigitHey!
Please add following code to Quick CSS as well
strong.logo { width: 100%; } #header_main>.container { width: 100%; max-width: 100%; padding: 0; margin: 0; }That should work once you insert your logo in fullsize. It is still being uploaded at size 990x84px. If you do not mind creating a temporary admin login and posting it here privately, we can make the changes for you :)
Cheers!
YigitFebruary 18, 2015 at 4:33 pm in reply to: Textbox with image and text. How to control image margin #398240Hey wordmax!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock img.alignleft { margin-right: 30px; }Best regards,
YigitHi eliuserman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Best regards,
YigitHi!
Can you please try adding following code to Functions.php file as well?
function enqueue_js_files() { wp_enqueue_script( 'script-name', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js', array(), true ); wp_enqueue_script( 'script-name', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js', array(), true ); } add_action( 'wp_enqueue_scripts', 'enqueue_js_files' );Cheers!
YigitHi!
I checked your “Take our Survey” button and it is working fine on my end but i could not find “Prices Realized” button. Have you removed it or have you already figured it out?
Best regards,
YigitHi ptaljaard!
On which element would you like to use it? Adding following code to Quick CSS in Enfold theme options under General Styling tab would change the font family of main menu items
.av-main-nav > li > a { font-family: "Times New Roman"!important; }Cheers!
YigitHey!
Please go to Appearance > Editor and open Functions.php file and check if there is such code on the top of the file – http://pastebin.com/ZpR2wN7s
and remove it. If you are not comfortable editing the file, please create a temporary admin login and post it here privately so we can check it for you.
Please consider installing a security plugin such as https://wordpress.org/plugins/better-wp-security/ or this one – https://wordpress.org/plugins/bulletproof-security/Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget_nav_menu a { color: #4a611b!important; font-weight: 700; }Cheers!
YigitHi Bertel!
Do you mind creating a temporary admin login and posting it here privately please so that i can take a deeper look? :)
Cheers!
YigitHey Alex
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1340px) { .tab_titles { left: 18%; }}Cheers!
YigitHey!
@hatchman33 Thank you for suggestion :) I hope @havi checks the topic soon :)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 :)Regards,
YigitHi!
Would you like to only duplicate Homepage v6? If so, please firstly enable debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and then add following shortcodes to the section that will appear right below Advanced Layout Builder – http://pastebin.com/V62whv9R
Best regards,
YigitHi teeramusic!
Can you please post the code you would like to use here using http://pastebin.com/ ?
Cheers!
YigitHi!
Please change CSS code to following one
.tab.active_tab .avia-menu-fx { opacity: 1; visibility: visible; bottom: 0; }and code in functions.php to following one
function add_tab_fx(){ ?> <script> jQuery(window).load(function(){ jQuery('.tab').append('<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>'); }); </script> <?php } add_action('wp_footer', 'add_tab_fx');Regards,
YigitHey ptaljaard!
Please post the link to your page where we can see your sidebar menu, so we can provide you accurate custom CSS codes.
Best regards,
YigitHey!
You can edit your Color section element and change background position as needed – http://i.imgur.com/uhqEijY.png
If you would like to control with percentages, you can edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then use following code in Quick CSS#your-custom-id { background-position: 50% 0!important; }Cheers!
Yigit -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
