Forum Replies Created
-
AuthorPosts
-
Hey msbllc!
Thank you for using Enfold,
Please try this in the Quick CSS field:
@media only screen and (max-width: 767px) { .ls-slide > .ls-bg + .ls-gpuhack + a { width: 100% !important; left: 0 !important; }}
Remove browser cache then reload the page.
Best regards,
IsmaelHi Lidia!
Thank you for using Enfold.
1.) If you want to increase the thumbnail size of the latest news widget, add this in the Quick CSS field:
.news-thumb { height: 63px; width: 63px; }
You will have to install this plugin and then adjust the size of the widget thumbnail on Settings > Media panel : https://wordpress.org/plugins/simple-image-sizes/
2.) If you want to increase the font size of the title and post meta info, use this:
.news-headline, .news-time { font-size: 15px; }
Regards,
IsmaelHi dhuet!
Thank you for using Enfold.
It is possible but it will require custom modification that we can’t provide here. Please hire a freelance developer or contact codeable to modify the blog templates: http://kriesi.at/contact/customization
Cheers!
IsmaelHey!
Actually, that is the default location of the sidebar on single product pages. If you want to place the sidebar either on left or right of the main product page, you can follow the solution provided here: https://kriesi.at/support/topic/single-product-page-is-strange-sidebar-appears-under-product/#post-451940
Best regards,
IsmaelJune 17, 2015 at 12:29 pm in reply to: Hover arrow icon overlay on Portfolio Grid – size issue #460682Hey!
I would like to check the test page but the password that you provided is not working. Please check.
Cheers!
IsmaelHi!
Please create a new thread. We would like to keep each thread relevant to the original inquiry to make it easier for other users searching for the same solution. We will close this thread now. See you in the new thread. If possible, please provide a screenshot of the header design that you’re trying to achieve. Thank you.
Best regards,
IsmaelHi kops!
Thank you for using Enfold.
Warning: Some features on your site will break if you attempt to update to the latest version. Is there any reason why you didn’t update the theme regularly? Themes and WordPress itself, in connection with the latest web technology, security patch etc., requires frequent update to keep it on track.
If you do update to the latest version, you will need to reconfigure some of the options or re-create pages from scratch. The header will surely change because of the new header configurator, added on version 2.6. These are the few things that you need to work on if you update the theme, not to mention third party plugins that may or may not be compatible with the latest version of the theme and WordPress. Please update the theme regularly every time a new patch is available.
Best regards,
IsmaelHi!
I’m sorry but we have to see the actual site first before we can provide any kind of fix. If possible, please contact the plugin author regarding this particular issue.
Cheers!
IsmaelJune 17, 2015 at 11:58 am in reply to: Problem with site being hacked and sending out spam emails #460664Hi robsdesigns!
Thank you for using Enfold.
Please refer to this link on how to prevent email spamming: https://codex.wordpress.org/Combating_Comment_Spam
You can install one of these plugins in order to protect your site from email spamming: https://wordpress.org/plugins/search.php?q=spam
Regarding the malicious scripts, those are usually false positives results, files that are being detected as malicious even though valid. If they are in anyway vulnerable to any hacking attempt, the WordPress community will have made any announcement or warning regarding that particular file or function.
Regards,
IsmaelHey dbaertschi!
Thank you for using Enfold.
1.) You can modify the header.php file, add a div container after the opening of the wrap_all container. Look for this code:
<div id='wrap_all'>
Below, add this:
<div class="custom-top-bar container_wrap"><div class="container">This is the content</div></div>
2.) For this, you need to add a container outside the wrap_all div then set the position property to fixed.
3.) Add this in the Quick CSS field:
#footer, #socket { z-index: 1000; }
Best regards,
IsmaelHi!
Thank you for using Enfold.
I checked the theme options but the panels are displaying. Please try to upgrade to the latest version of the theme, 3.2. Let’s see if it will fix the issue. If you have any cache plugins, please deactivate them.
Regards,
IsmaelHey glozemedia!
Thank you for using Enfold.
I test the icon font manager and I was able to upload a custom icon without any issue. And I guess you managed to add your own icons too.
Best regards,
IsmaelHey Baruch!
Thank you for using Enfold.
All browsers have the print feature by default, you can enable it by clicking CTRL + P. I think a simple note that you can print the page is sufficient but if you want to add your own print button, try these plugins:
https://wordpress.org/plugins/printfriendly/
https://wordpress.org/plugins/tags/print-buttonNote that you will have to adjust the css > print.css code to make it print friendly.
Best regards,
IsmaelHey omnivoroussoon!
Thank you for using Enfold.
Use this in the Quick CSS field to fix the socket or footer:
#socket { z-index: 100; }
Use this one for the H2 headings:
h2 { text-transform: none; }
Regards,
IsmaelHi lightsites!
Thank you for using Enfold.
Since, you added the table manually using a text block. Add a class attribute to the td tags containing the images. Use “custom-td” for example then use the Quick CSS field to modify the width:
.custom-td { min-width: 105px; }
Cheers!
IsmaelHi bo0ga!
Thank you for visiting the support forum.
I think the problem is the memory limit. Please increase it to at least 128M. Refer to this link how: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
We set the home as front page back: http://myquickstartup.net/sssecurity/
Cheers!
IsmaelHi!
What happens if you deactivate all plugins? Please disable the plugins then check the page again on mobile. Make sure to remove browser cache.
Cheers!
IsmaelHi tomislaw!
Thank you for using Enfold.
Please check the content of the page, make sure that all html tags are closed properly. That should fix the issue.
Regards,
IsmaelHey endoradigital!
Thank you for using Enfold.
It’s not possible to add videos in the gallery shortcode but you can use the content slider to add videos and images at the same time.
Regards,
IsmaelHey Kent!
Thank you for using Enfold.
Unfortunately, it hasn’t been implemented yet because there are more important features that is being considered at the moment. You can request the feature here: https://kriesi.at/support/enfold-feature-requests/
If you like, you can hire a freelance developer to implement the infinite scroll script manually.
http://jscroll.com/
http://www.infinite-scroll.com/Regards,
IsmaelHey happinessplunge!
Thank you for using Enfold.
Please use the theme’s default gallery shortcode. You can add it using the shortcode wand. :)
Regards,
IsmaelHey mexi33330!
Thank you for using Enfold.
Do you want to hide the layout builder for editors? You can use this in the functions.php file:
add_filter('admin_head', 'avf_builder_button_params_mod', 10, 1); function avf_builder_button_params_mod($params) { $user = wp_get_current_user(); if ( in_array( 'editor', (array) $user->roles ) ) { echo '<style type="text/css">#avia_builder{display: none !important;}'; } }
Cheers!
IsmaelHey alfaweb2!
Thank you for using Enfold.
Facebook usually scrape or fetch the excerpt of the post or page but if you didn’t set an excerpt it will gather the content available in the page. You can install this plugin in order to set the open graph meta data for facebook: https://wordpress.org/plugins/wp-open-graph/
Edit the page then configure the Open Graph Data settings. You can check the FB data of a specific page here: https://developers.facebook.com/tools/debug
Best regards,
IsmaelHey!
@Guenni007: It’s not possible to create a 7 column mega menu. That’s the issue here but thanks for sharing. :)Regards,
IsmaelHey!
What is the ftp url or host name? I tried to login to the site using this url but it’s not working: http://ftp.imarklab.dreamhosters.com or http://ftp.imarklab.com
Regards,
IsmaelJune 16, 2015 at 12:00 pm in reply to: Remove Current Portfolio Post from related portfolio grid Enfold #459984Hey getfletch!
Thank you for using Enfold.
Add this in the functions.php file to prevent duplicate posts:
/*filter portfolio sorting */ add_filter('avia_post_grid_query', 'avf_custom_post_grid_query'); function avf_custom_post_grid_query ( $query ) { if(is_singular('portfolio')) { $query['offset'] = 1; } return $query; }
Best regards,
IsmaelHi!
Alright. You can check the answer on the other thread. If possible, let’s keep the post relevant to the original inquiry. If the thread hasn’t been answered yet, please be patient. Thank you. :)
Best regards,
IsmaelHey!
You can use this to change the style of the mega menu title:
#top #header .mega_menu_title a { color: inherit; font-size: 12px; line-height: 1.1em; padding: 0; margin: 0; background: transparent; border: none; }
Cheers!
IsmaelHi xfdigital!
Thank you for using Enfold.
You can place that code in the functions.php file:
add_theme_support(‘avia_template_builder_custom_tab_toogle_id’);
Cheers!
IsmaelJune 16, 2015 at 11:37 am in reply to: Remove Border Line Underneath Title & Caption in Masonry Gallery #459970 -
AuthorPosts