Forum Replies Created
-
AuthorPosts
-
Hey Fritz!
Please add following code to Functions.php file in Appearance > Editor and change the link as needed
function add_custom_login_target(){ ?> <script> jQuery(window).load(function(){ jQuery('p.must-log-in a').attr('href','YOUR LINK GOES HERE'); }); </script> <?php } add_action('wp_footer', 'add_custom_login_target');Regards,
YigitHi Darren!
Please go to directory where you have installed WAMP and update the theme manually, similar to updating via FTP – http://vimeo.com/67209750
Cheers!
YigitHi jaimemerz!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitHey Chappeau!
Please use this plugin to translate missing strings – https://wordpress.org/plugins/codestyling-localization/
Please rescan theme files before editing themBest regards,
YigitHi!
Please add following code to Functions.php file in Appearance > Editor
add_theme_support('deactivate_layerslider');Regards,
YigitHi!
Yes, please use following code to remove it
#main>.container_wrap { border-top: none; }Cheers!
YigitHi!
Please try updating the theme to the latest version 2.9.2 via FTP – http://vimeo.com/67209750
Cheers!
YigitHey tsapp1981!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Cheers!
YigitHey!
Please add following code to Quick CSS as well
#header_main { border: none !important; }Best regards,
YigitSeptember 16, 2014 at 2:26 pm in reply to: MASHA (Mark & Share) script (http://mashajs.com/index_eng.html) #319869Hi!
Except for that issues, does plugin work well? If so, please post the link to your website so we can take a quick look.
You can try contacting plugin author and they may help. If you would like to install it manually, you should download their CSS and JS files and place them inside Enfold/CSS and Enfold/JS folder and enqueue those styles and scripts using WP function – http://codex.wordpress.org/Function_Reference/wp_enqueue_script
then adding the code to header.php file should work fine.Best regards,
YigitHi!
Please go to Dashboard > Updates and click “Re-install now”. No, your work is saved on your database and is safe
Cheers!
YigitHey!
Please try changing the code to following one
function after_breadcrumb_funct($content = ""){ if($context == "page" || $context == "single-portfolio") echo "<div>adsense here</div>"; } add_action('ava_after_content', 'after_breadcrumb_funct', 10, 2);you already have a function declared with the same name, that causes the issue
Best regards,
YigitHi!
Thank you for your kind words :)
We will keep this thread open for OP, if you have any other questions or issues, feel free to start a new topicBest regards,
YigitSeptember 16, 2014 at 2:13 pm in reply to: Main Menu will not be shown correct – All submenu are visible all the time #319858Hi!
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,
YigitHey!
Glad it is working fine now! please do not forget to flush browser cache after making styling changes.
Let us know if you have any other questions or issues.Best regards,
YigitHey!
You can add a Color section element with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add your image inside that color section and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; margin: 0; }Best regards,
YigitSeptember 16, 2014 at 2:09 pm in reply to: Images and Icons disappeared after update to wordpress 4.0 #319851Hey p_niedrich!
Please try deactivating all active plugins and check if that helps. If not, please re-install WordPress
Icons show up fine on my end – http://i.imgur.com/fXS3yzl.png but there are JS errors in consoleBest regards,
YigitHey Effektid!
Can you post the link to your website please? It does work fine on my local installation
Best regards,
YigitHi GOWD!
Please add following code to Quick CSS
.main_color { background-color: rgba(250,247,237,0.8); } #main, .html_stretched #wrap_all { background-color: transparent; }Best regards,
YigitHi Effektid!
Kriesi uses background images in 1700x470px on Enfold demo site. It should work fine for your 100% width images
Best regards,
YigitHey Richard!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
YigitHi Martin!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
and then add following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 6px; } .logo, .logo a, .logo img { max-width: 75%; margin-top: 5px; }}Cheers!
YigitSeptember 16, 2014 at 1:51 pm in reply to: Use example page images for the slideshow of my website #319822Hey wpstarter!
Kriesi holds the license to distribute them, which means, yes, you can use them :)
Best regards,
YigitHey!
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,
Yigit -
AuthorPosts
