Forum Replies Created
-
AuthorPosts
-
Hey!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
YigitHey!
Once again, i am very sorry for the trouble but it was not intended.
Please add following code to Functions.php filefunction add_custom_iconbox(){ ?> <script> jQuery(window).scroll(function() { var st=jQuery(window).scrollTop(); jQuery('#top .iconbox_top').animate({opacity: st/100},1); }); </script> <?php } add_action('wp_footer', 'add_custom_iconbox');and then add following code to Quick CSS
#top .iconbox_top { opacity: 0.1; }It will set the iconbox opacity to 0.1 and when scrolled down 100px, it will fade in
Best regards,
YigitHey!
I am truthfully sorry about that WJ. Please contact your service provider and recover the file from their backup.
Regards,
YigitHi ElementArt!
Duplicated topic – https://kriesi.at/support/topic/logo-location/
Best regards,
YigitHey!
No, i did not delete any code. Functions.php file of your child theme was empty and i have just added the code to turn on Custom CSS field. Maybe you are talking about the codes you have in Functions.php file of your parent theme, which i have not touched? If that is the case, you can edit parent theme files here – http://i.imgur.com/j7BxEmx.png
Regards,
YigitHey microhound!
You can remove widgets from “Displayed everywhere” widget area in Appearance > Widgets
Regards,
YigitAugust 6, 2014 at 4:41 pm in reply to: ENFOLD; The drop down menu and the mega menu do not show all the pages #300731Hey!
You can make sure to overwrite all files via FTP.
Please open php.ini file and set max_input_vars = 2000. If you do not have access, please contact your service provider and they could help youBest regards,
YigitHi!
Feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHey!
Can you post a screenshot please? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. I do not have a tablet to check your website but i tried re-sizing the browser window and could not reproduce the issue.
Best regards,
YigitHey jasonmwestbrook!
There is a line break ( BR tag ) between your icons. Please remove it or add following code to Quick CSS in Enfold theme options under General Styling tab
.av_font_icon + br { display: none; }Best regards,
YigitHey AntonNovikov!
Please go to WooCommerce > Settings > Products > Product Image Sizes and adjust the sizes as needed and then regenerate thumbnails using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitAugust 6, 2014 at 4:21 pm in reply to: how to add Search link from MLS IDX into enfold page? #300724Hey!
You can add Icon element under Content elements in ALB and then copy HTML code – http://i.imgur.com/Loqd5it.png and paste it in HTML field in LayerSlider
Best regards,
YigitHi Tony!
Have you tried it on your mobile device? Or would you like to create a Skype call button? If so, please see – http://www.skype.com/en/features/skype-buttons/create-skype-buttons/
Cheers!
YigitHi Marc!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories, .text-sep-cat { display: none !important; }Please add following code to Functions.php file in Appearance > Editor
function add_custom_link(){ ?> <script> jQuery(window).load(function(){ jQuery('span.fn>a').attr('href','http://marcgodfreeweddings.co.uk/about'); }); </script> <?php } add_action('wp_footer', 'add_custom_link');Regards,
YigitHey!
Sorry i thought you were using WooCommerce. Please add your prices to pricing table as following
10 <span class='currency-symbol'>R</span>$You can download WooCommerce from here – http://wordpress.org/plugins/woocommerce/ also you can go to Plugins > Add New and search for “WooCommerce” to install it
Cheers!
YigitHey Igor! :)
I am not sure if that would be easily possible but you can try using Code Block element and add your button inside it using HTML – http://i.imgur.com/kjjya7I.png
and then you can add custom CSS code to Quick CSS in Enfold theme options > General Styling tab to style it.custom-text { position: fixed; top: 60%; z-index: 9999!important; left: 0%; background-color: yellow; padding: 10px; }Cheers!
YigitHi!
1- I have added the code to functions.php file of your child theme and now Custom CSS field appears on ALB elements – http://i.imgur.com/fSQYt5y.png
Screenshot is from your website. I have created a private page called “Test page”
2- You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpgRegards,
YigitHi michel6769!
Please try deactivating all active plugins and check if that helps. If not, please re-update Enfold/JS folder via FTP – http://vimeo.com/67209750
Cheers!
YigitAugust 6, 2014 at 3:42 pm in reply to: Enfold features (shrinking header/up arrow) are not working #300706Hi!
You are welcome Julian, let us know if you have any other questions or issues :)
Have a great day!Regards,
YigitAugust 6, 2014 at 3:42 pm in reply to: have some funky random things showing up in my footer #300705Hi!
Please refer to Josue’s post here – https://kriesi.at/support/topic/adding-additional-google-fonts-2/#post-299412
Cheers!
YigitHey Evgeny!
Can you please try re-updating the theme via FTP – http://vimeo.com/67209750
Let us know if that does not helpBest regards,
YigitHey Evgeny!
Duplicated topic – https://kriesi.at/support/topic/layerslider-old-jquery-issue-6/
Regards,
YigitHi lakeswimmer!
Can you please elaborate? What kind of issue are you having? A link to your website would help
Best regards,
YigitHi!
Please see Enfold documentation here – http://kriesi.at/documentation/enfold/create-new-portfolio-item/
Regards,
YigitAugust 6, 2014 at 3:31 pm in reply to: have some funky random things showing up in my footer #300696Hi Victor,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .main-title { display: none; }Regards,
YigitHi!
If you are going to need to display truck models on other places as well, portfolio options is better. You can sort them and use other portfolio features :)
Best regards,
YigitAugust 6, 2014 at 3:24 pm in reply to: Enfold features (shrinking header/up arrow) are not working #300690Hey!
Glad you figured it out Julian! Avia.js file inside Enfold/js folder is
Best regards,
YigitHi!
Yes you can, but you are going to need to modify Gallery.php file inside Enfold/config-templatebuilder/avia-shortcodes folder. You can find some tutorials here – http://www.corelangs.com/css/box/overlay.html
Regards,
Yigit -
AuthorPosts
