Forum Replies Created
-
AuthorPosts
-
Hey!
Please add this below:
@media only screen and (max-width: 767px) { div#footer .container {width: 100% !important; max-width: 100% !important; margin: 0; } div#footer .container .flex_column { margin-bottom: 0; } }Remove browser cache then reload the page.
Regards,
IsmaelHey farrdesign79!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? If you want to change the style of the floating box. Use this selector on Quick CSS:
.dc-floater { top: 50% !important; }Cheers!
IsmaelHi bobbymarley25!
Thank you for using Enfold.
Unfortunately, this particular request or modification is more than what we can offer as a support team. This task is simply beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelDecember 2, 2014 at 5:54 am in reply to: Enfold Advanced Editor – I am unable to use the Text Box and Code Block #361305Hi!
I’m really not sure what’t the problem but I was able to edit the text block and code block without any issue: https://sixfigureignition.com/test-page/
Best regards,
IsmaelHey!
Before updating, try to log out then login again or use another browser. Anyway, glad it is updated now.
Cheers!
IsmaelHey blake772!
Thank you for using Enfold.
Looks like you updated the theme but you didn’t upgrade WordPress to 4.0.1. Please upgrade to WP 4.0.1. This should fix the issue.
Regards,
IsmaelHey!
Please try to play around with the selectors provided above. Change background color and color property accordingly.
#top #wrap_all .av-main-nav ul > li.current-menu-item a { color: #d1202f !important; background-color: #ffffff !important; }Cheers!
IsmaelDecember 2, 2014 at 5:37 am in reply to: Featured image original size on both blog page and single #361297Hey evergreenmedia!
Thank you for using Enfold.
You can use the Simple Image Sizes plugin. Go to Settings > Media panel then adjust the entry_with_sidebar thumbnail size. Update then save changes before regenerating the thumbnails.
Cheers!
IsmaelHey!
Looks like you figured this out. The image animation is not there anymore: http://support.curlyhost.com/work/
Website looks nice. :)
Best regards,
IsmaelHey!
Looks like the last menu item “Listing” is blocking the entire menu. Please try this on Quick CSS:
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { padding-top: 0; } li.menu-item:last-child { z-index: 10; width: auto; float: left; }For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelDecember 2, 2014 at 5:14 am in reply to: problem with translation PO files – not showing in many places #361286Hey!
Did you click the generate mo-file button on the codestyling localization panel after editing the strings? Actually, I just tested the instructions that I gave you above and it works fine. Please review it then let us know if it still doesn’t work.
Best regards,
IsmaelDecember 2, 2014 at 5:10 am in reply to: Background video in Color Section. Activate autoplay when scrolled #361284Hey!
Glad you figured it out. If you can share the solution, it’ll will greatly help. :)
Regards,
IsmaelDecember 2, 2014 at 5:08 am in reply to: Adding meta data author category and setting the blog "normal" layout :) #361283Hi!
This is working on our installation. We can’t edit the postslider.php file on the wp dashboard. We may need the FTP access. I think you copied the code incorrectly. Please get the code here: http://pastebin.com/1WP16QsT
Cheers!
IsmaelHi!
I edited the code above. Please use it. This is how it looks on iPad view:
[EDITED]
Cheers!
Ismael-
This reply was modified 11 years, 4 months ago by
Elliott.
Hi!
You can add this on functions.php so that the blog query will ignore sticky posts:
/** * Blog Query */ add_filter( 'avia_blog_post_query', 'avia_modify_blog_query', 10, 1); function avia_modify_blog_query( $query ) { $add_query = array('ignore_sticky_posts' => 1); $query = array_merge($add_query, $query); return $query; }I’ll ask Kriesi to take a look. Maybe, he can improved the query to include sticky posts.
Best regards,
IsmaelHey!
Sorry for the delay. Please use this on Quick CSS:
@media only screen and (max-width: 1024px) { .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header { width: 100%; max-width: 100%; } }Regards,
IsmaelHi!
Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Aside from the suggestions above, you might also want to upgrade your hosting plan which will ultimately speed up the site.
Regards,
IsmaelHey!
No, it will not change the theme options or alter any content on your site as long as you keep the database intact. :)
Cheers!
IsmaelHey!
@secinverse: The update will not alter or change any content that you currently have. WordPress 4.01 added a lot of security changes which breaks some of the theme elements. You can have the fix on version 3.0.4. Please refer to this link for more info on how to update the theme properly: http://kriesi.at/documentation/enfold/updating-your-theme-files/In order to prevent this issue in the future, please disable the WordPress auto update. Refer to this link: http://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/
Best regards,
IsmaelHi!
Looks like the theme is not fully updated. Even the theme screenshot is missing. 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/
Best regards,
IsmaelHi!
Add this below:
#top #wrap_all .av-main-nav ul > li.current-menu-item > a span.avia-menu-text { color: #ffffff !important; } #top #wrap_all .av-main-nav ul > li.current-menu-item:hover > a span.avia-menu-text { color: #d1202f !important; }Best regards,
IsmaelHey!
@DDamjamnovic: Thank you for correcting the file. I’ll ask Kriesi to add it on the update.
@Mariusz: Thank you for the polish translation! Appreciated.
@Giuseppe: As always, thank you for updating the Italian language files. :)
Cheers!
IsmaelHi!
Did you try to remove browse cache before testing the page? Please remove all suggested codes above then use this:
@media only screen and (min-width: 990px) { #av_section_1 main{ position: absolute !important; top: 150px !important; } } @media only screen and (min-width: 768px) and (max-width: 989px) { #av_section_1 main { top: 0!important; display: block; } }Best regards,
IsmaelDecember 1, 2014 at 7:11 am in reply to: Enfold Special Headings Showing as HTML Code on Live Site #360628Hey!
I’m sorry but you’re using an old version of the theme, 2.9.1. Please upgrade WordPress to 4.0.1 then download the latest Enfold version, 3.0.4, 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/
Best regards,
IsmaelHey tech500!
Thank you for using Enfold.
Looks like you didn’t apply featured images on the posts. Edit the posts then add featured images. It should show as preview image on archive pages.
Cheers!
IsmaelHey jokhm!
Thank you for using Enfold.
I’m sorry but I can’t see the issue on the page. Can you please create a test page? A screenshot will help.
Cheers!
IsmaelDecember 1, 2014 at 6:58 am in reply to: problem with translation PO files – not showing in many places #360625Hey!
I’m sorry but we only rely on other users to translate the theme. This is why some of the language file (po/mo) are not fully complete. Actually, you can translate the theme options but you need to manually edit the .po file using PO Edit software or any text editor. For example, if you want to edit the Theme Options string, add this on the .po file located on the lang folder of the theme:
#: includes/admin/register-admin-options.php:7 #@ avia_framework msgid "Theme Options" msgstr "YOUR TRANSLATION HERE"Go to the Codestyling Localization plugin panel. Rescan the language that you edit. Search for Theme Options, it should be translated. Please refer to this link for more info: https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
Cheers!
IsmaelDecember 1, 2014 at 6:47 am in reply to: installed demo import "countdown" how to change the background image ? #360624Hey ndutzzzzzz!
Thank you for using Enfold.
Edit the page then look for the color section. Change the background image there. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Cheers!
Ismael -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
