-
AuthorSearch Results
-
April 24, 2014 at 2:42 pm #255523
In reply to: how to link menu item with extrapage anchor ?
Hey,
I’ve founded a dummy solution by creating a link (Enfold menu settings) included in a menu and pointing on my anchor.
The menu link characters are “bold” type by default. Which attribute do I use to set it as the global menu ?
And it will work perfectly !
Thank you againApril 24, 2014 at 2:33 pm #255515In reply to: Missing in Enfold Theme Options the side bar links
Hello Yigit,
Thanks for your response.
I can´t do it because my website does not have this option. I add you my print screen.
https://drive.google.com/file/d/0B4G0vpa1PxY8U3JYUFM0ajJNS1k/edit?usp=sharing
I hope you can help me.
Thanks .
Beatriz
April 24, 2014 at 2:24 pm #255512In reply to: LOGO Issues. Please help
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 50px; }Best regards,
YigitApril 24, 2014 at 2:15 pm #255507In reply to: how to link menu item with extrapage anchor ?
Hi Dude,
Thanks for this ! But i’ve already read it.
My question is different. I want to connect a title element in menu bar (about us) to an anchor (color section) contained inside the homepage to facilitate reader navigation. My menu is for example as above :
Home About us Contact us
Full page sider
My color sectionIf I clic on “About us”, I want a redirection to color section in Home page. But I cant link these elements inside the Enfold’s Menu.
Thank you much for your help.April 24, 2014 at 1:57 pm #255487In reply to: Header Icon problem in explorer
Hey Ismael!
Thanks for the advice.
I did the Enfold upgrade, but it didn’t help the problem. I checked again on another computer and explorer, but the error didnt change.
Would you try to watch the page on another computer? Maybe you could reproduce the problem.Thank you.
April 24, 2014 at 1:52 pm #255483In reply to: Enfold overriding WP Resize tool
Hi!
@BrendaSarg: You’re using a very old version of the theme and if I am not mistaken, there are the same number of thumbnail size on Enfold version 2.4.5. Where do you see the 4 options for the images? Do you mind providing a screenshot? Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
IsmaelApril 24, 2014 at 1:34 pm #255472In reply to: AJAX portfolio – text link issue
Hi lrobbins303!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.ajax_slide h2.portfolio-preview-title.entry-title { display: none; }Regards,
YigitApril 24, 2014 at 1:27 pm #255466In reply to: Main Logo, and Images not appearing
Hey assessment_systems!
Please update Enfold to the latest version 2.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitApril 24, 2014 at 1:24 pm #255464Hey!
Please try deactivating all active plugins and then try uploading images. If that too does not wori, please post a temporary admin login if you do not mind
Regards,
YigitApril 24, 2014 at 1:11 pm #255452In reply to: Tutorial Videos for Enfold
Hi!
Answered your question here – https://kriesi.at/support/topic/missing-in-enfold-theme-options-the-side-bar-links/#post-255451
Cheers!
YigitApril 24, 2014 at 1:11 pm #255451In reply to: Missing in Enfold Theme Options the side bar links
Hey teacherbeatriz!
Please go to Enfold theme options and choose your homepage as your frontpage – http://i.imgur.com/De2bxt3.png
For other issues, please post a screenshot. You can upload your screenshots on imgur.com or dropbox public folder and post the links hereCheers!
YigitApril 24, 2014 at 1:07 pm #255450In reply to: larger logo width issue
Hi boag!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container { height: 170px; } .html_header_top.html_logo_center .logo { left: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }Best regards,
YigitApril 24, 2014 at 1:03 pm #255448In reply to: Need some z-index Logo Help
Hi sundialstudios!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_top_left { z-index: 2; }Cheers!
YigitApril 24, 2014 at 1:02 pm #255447Topic: Edit search result page
in forum Enfoldjhop75
ParticipantHi folks,
I would like to edit my search result page in this way: dont show sidebars (last comments etc). and dont show the small “header” (“5 results..”).
I found this one already, which is hopefully the answer for me, but the code isnt available anymore: https://kriesi.at/support/topic/enfolds-results-page-customization/
Thank you in advance!
April 24, 2014 at 12:49 pm #255439Hi Linden Mobile!
Based on Josue’s answer here: https://kriesi.at/support/topic/vertically-align-icon-box-next-to-easy-slider/#post-215568 I guess you must modify the avia.js file to vertical align the icon box. You can load a custom, modified version of avia.js with your child theme or you can modify the file of the parent theme. If you want to modify the file of the parent theme open up enfold/js/avia.js, modify the file and save it. Otherwise copy the file into your child theme folder (place it into the enfold-child/js/ directory) and modify the file there. Then insert this code:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); wp_dequeue_script('avia-default'); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true); wp_enqueue_script( 'avia-default-child' ); }into the child theme functions.php file to load your custom avia.js file instead of the default parent theme avia.js file.
Cheers!
PeterApril 24, 2014 at 12:38 pm #255438In reply to: how to link menu item with extrapage anchor ?
Hey Ogau!
Yes, you can place the slider into a color section and use the “Custom ID” field to link to the slider/color section. The color section will be used as anchor. http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
PeterApril 24, 2014 at 12:34 pm #255437Hi AntonNovikov!
I just tested it on my test server with Enfold 2.7 and it worked just fine for me. Please try to clear the browser cache and if it still doesn’t work try to insert it into your child theme functions.php file at the very bottom.
Best regards,
PeterApril 24, 2014 at 12:29 pm #255435In reply to: Blogposts Single Author without sidebar
Hey celevra!
Yes, the “blog single author” layout changes if you remove the sidebar – like on the demo page here: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
Regards,
PeterApril 24, 2014 at 12:29 pm #255434In reply to: Text editor issues
Hi!
Please login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version. then update via FTP – http://vimeo.com/67209750
Cheers!
YigitApril 24, 2014 at 12:27 pm #255430In reply to: Enfold with Showbiz Pro plugin
Hey solljul!
We did not test the plugin with Enfold and we can’t support it. However someone: https://kriesi.at/support/topic/fullwidth-in-showbiz-pro/ asked a question regarding this plugin and I guess it worked for the user. We have no incompatibility reports for Enfold so far.
Cheers!
PeterApril 24, 2014 at 12:15 pm #255423In reply to: Reduce the height at the footer
Hey bsingenberger!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#footer { padding: 0; } #footer .widget { padding: 0; margin: 10px 0 10px 0; }Best regards,
YigitApril 24, 2014 at 12:12 pm #255421In reply to: Responsive Layout – Exclude Mobile
April 24, 2014 at 12:09 pm #255420Topic: BBPRESS look in enfold
in forum Enfoldhamzahmauzam
ParticipantHello,
I like the look of bbpress in your support forums,
but the look of bbpress in enfold in not really nice, infact very dry,April 24, 2014 at 12:06 pm #255419In reply to: Dummy Default without Shop
Hi QwikThinkers!
Please see – http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/
Regards,
YigitApril 24, 2014 at 12:05 pm #255418In reply to: Secondary menu background image styling
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu { float: left; }Cheers!
YigitApril 24, 2014 at 10:33 am #255401Topic: Threaded reply in bbpress
in forum Enfoldhamzahmauzam
ParticipantHello,
I see that threaded replies in bbpress are not working, please solve this since enfold supports bbpress.
April 24, 2014 at 10:29 am #255399In reply to: Inserting portfolio
So I re-installed the old Enfold theme folder and the site is back thankfully. How do I update the theme without this happening again?
L
April 24, 2014 at 9:41 am #255390In reply to: Inserting portfolio
This reply has been marked as private.April 24, 2014 at 9:32 am #255389In reply to: Search URL Rewrites
Hey!
Oh, ok. Yes, maybe it’s not compatible with Enfold but let’s wait for Kriesi’s feedback.
Cheers!
PeterApril 24, 2014 at 9:26 am #255388In reply to: Change sidebar default
Hey alexiba!
1) The archive page will display the widgets you place into the “Displayed Everywhere” widget area. With a plugin like: http://wordpress.org/plugins/widget-logic/ you can make sure that the widgets just display on the archive page. Activate the plugin and insert this code:
is_archive()into the conditional logic field. You can also try this plugin: http://wordpress.org/plugins/display-widgets/ which is a bit more user friendly.
2) You can use the “Enfold Latest News” widget. It uses the content of the “Excerpt” field (post editor page) to generate the excerpt.
3) Can you post a link to the comment form please? I’ll investigate the css code with the Chrome developer toolbox.
Cheers!
Peter -
AuthorSearch Results
Viewing 30 results - 223,201 through 223,230 (of 244,581 total)
-
Search Results
-
Topic: Edit search result page
Hi folks,
I would like to edit my search result page in this way: dont show sidebars (last comments etc). and dont show the small “header” (“5 results..”).
I found this one already, which is hopefully the answer for me, but the code isnt available anymore: https://kriesi.at/support/topic/enfolds-results-page-customization/
Thank you in advance!
Topic: BBPRESS look in enfold
Hello,
I like the look of bbpress in your support forums,
but the look of bbpress in enfold in not really nice, infact very dry,Topic: Threaded reply in bbpress
Hello,
I see that threaded replies in bbpress are not working, please solve this since enfold supports bbpress.
