Forum Replies Created
-
AuthorPosts
-
Hey Smaskit6!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? You can use imgur, dropbox etc.
Best regards,
IsmaelHey!
Thank you for the info.
Unfortunately, it’s not possible to pre-select the categories via url. Please visit Envato Studio or Werkpress for this kind of customization. You can also vote or request the feature on our Feature Requests page.
Regards,
IsmaelOctober 26, 2014 at 11:37 pm in reply to: switch between the pages of the blog categories not work #341175Hi!
Thank you for using Enfold.
The “oft-blog” part is not a valid permalink structure. It should be /%category%/%postname%/. http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
Cheers!
IsmaelHey!
Did you add any modifications on the child theme? I can’t reproduce the issue on my end. The grid cells are responsive as expected. There are tons of plugins installed, please delete unnecessary plugins then disable the others temporarily.
Best regards,
IsmaelOctober 25, 2014 at 5:41 am in reply to: New SEO Bug (?) on the v3.0.2 Update Makes Yoast SEO Unusable #340901Hi!
On which page is this happening? I checked this page (http://www.allsandiegocondos.com/wp-admin/post.php?post=2&action=edit#wpseo_linkdex) but I don’t see the Content Analysis disabled. It is using the advance layout builder.
Kriesi is referring to the temporary fix that we provided on the old version of Yoast. Do you have this code on your functions.php?
add_action('init','avia_remove_yoast_filter'); function avia_remove_yoast_filter() { remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2); }Cheers!
IsmaelHi!
You can add this on Quick CSS:
span.av-masonry-date.meta-color.updated { position: absolute; top: 20px; } .av-masonry-entry .av-masonry-entry-title { margin-top: 20px; }Regards,
IsmaelHi!
I tested the arrow code on my installation and it works fine. Checking the site again and it is rendering the arrow properly. I’ll ask the rest of the support team to check the site on retina display.
Best regards,
IsmaelOctober 25, 2014 at 5:20 am in reply to: Codeblock converts PHP code into HTML comment markup #340897Hi!
Thank you for the update.
You can’t use php codes inside the code block element and shortcodes are not recommended as you can see on the note:
Enter some text/code. You can also add plugin shortcodes here. (Adding theme shortcodes is not recommended though)The get_field function is not a native theme function. Did you get this from advance custom fields plugin? Please contact the plugin author regarding the issue. I’m sorry but we don’t provide support for third party plugins.
Regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100% !important; } .responsive #top #wrap_all #header { position: fixed; } }Cheers!
IsmaelHey!
That is weird. Please use this plugin instead: https://wordpress.org/plugins/regenerate-thumbnails/
If that doesn’t work, please edit functions.php. Find this code:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);Replace it with:
$avia_config['imgSize']['widget'] = array('width'=>210, 'height'=>90);Use the plugin above to regenerate the thumbnails or upload the featured images again.
Regards,
IsmaelHey!
While waiting for Dude to respond, please refer to this link for a possible fix which may have the same issue like yours: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/
Cheers!
IsmaelHi Richard!
Thank you for using Enfold.
Can you please provide a screenshot or an example of what you’re trying to do? Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.
Regards,
IsmaelOctober 25, 2014 at 4:57 am in reply to: List-icons not visible after updating to Enfold 3.0.2 #340891Hi!
Thank you for the info.
Are you referring to the Icon List element? I created a test page with the Icon List element and they show up fine. http://www.tennisgate.com/en/test-list-icons/
Cheers!
IsmaelHey!
I’m referring to the Appearance > Editor panel. It’s not visible. Please check. I’m not sure why it’s not working on your installation. Tested the code on my end and it works fine. I’ll ask Dude to take a further look.
Cheers!
IsmaelHey Marie!
Thank you for using Enfold.
Please refer to this link on how to edit the password protected message:
http://codex.wordpress.org/Using_Password_Protection#Customize_the_Protected_Text
Cheers!
IsmaelHi!
Thank you for the update.
I checked the home page but I only see one image element there without a fading animation applied. Can you please create a test page so that we can see the issue? You’re not using the latest version of the theme. 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!
I’m sorry but we haven’t really tackled this issue before. FYI, the translation (mo/po) file are handed to us by random people who uses Enfold for their own projects. Obviously, they want to translate the theme options and advance layout builder text or strings to their own languages. The only possible way to disable these translations is to use the codestyling localization plugin or edit all po/mo languages file manually which sounds crazy, I agree. Or maybe I’m missing something. I’ll ask Kriesi if he knows any other way to disable this translations. Please wait for his response.
Best regards,
IsmaelHi!
Woah! Glad the magic update works. Maybe some of the files doesn’t get through properly. :)
Best regards,
IsmaelOctober 25, 2014 at 4:23 am in reply to: where do you find the option to add "You might also like" #340881Hey!
I’m sorry but we only provide support for theme related issues. Please hire a freelance developer for theme customization.
1.) The category sort functions is available for Blog Grid element. You can only use it on Masonry and Portfolio Grid elements.
2.) You can change the thumbnail size using the Simple Image Sizes plugin.
3.) Enable the post navigation on mobile device with this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top .avia-post-nav { display: block; } }4.) Comment count will only show on single post pages not on the blog overview page. You can enable it on Enfold > Blog Layout > Blog Post Comment Count. If you want to show it on the blog overview page. Please hire a freelance developer to modify loop-index.php file.
5.) Please provide a link to the actual page where this is happening.
6.) The slider container will depend on screen size. You can hide it on mobile device using media queries then show another elements instead. You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/7.) Edit the font on Enfold > Advanced Styling panel or add this on Quick CSS:
body, body p { font-size: 20px; }8.) You can use the css above. Use the line-height property for paragraph spacing.
Regards,
IsmaelOctober 25, 2014 at 3:59 am in reply to: Easy way to insert the_title, the_category and related portfolio items? #340879Hey!
Thank you for using Enfold.
1.) Please use the advance layout builder. Use the special heading. You can’t use the the_title function outside a loop and without using a php enabler plugin to enable php on wordpress editor. Please refer to the wordpress codex.
2.) If you want to show the category of the portfolio post. Please edit the config-templatebuilder > avia-shortcodes > portfolio.php. Use the get_the_category or get_the_term function.
3.) If you’re not using the advance layout builder for portfolio items, supply a tag for each post to show as related entries. Edit single-portfolio.php, find this code:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar'; get_template_part( 'includes/loop', 'portfolio-single' );Below, add this code:
//show related posts based on tags if there are any get_template_part( 'includes/related-posts');Regards,
IsmaelHey Softwaredanmark!
Thank you for using Enfold.
Please try to flush the permalink settings. Go to Settings > Permalinks panel then click the “Save” button once. See if that changes anything. For further testing, please select a specific product that shows a 404 page. Edit this one then click update. Go to the product page again then click the product. Let us know what happens.
Best regards,
IsmaelOctober 25, 2014 at 3:47 am in reply to: How do I create a transparent header and leave a gap 2 #340875Hi!
We can’t see the website. The login credentials you posted above are not working. Please check.
Cheers!
IsmaelOctober 25, 2014 at 3:45 am in reply to: Child doesn't apply on Firefox and Internet Explore #340874Hey!
I checked the site on firefox and the file enfold-child/style.css is being loaded. It will actually override the custom.css file:
<link rel="stylesheet" id="avia-custom-css" href="http://chestonag.com/web/wp-content/themes/enfold/css/custom.css?ver=2" type="text/css" media="all"> <link rel="stylesheet" id="avia-style-css" href="http://chestonag.com/web/wp-content/themes/enfold-child/style.css?ver=2" type="text/css" media="all">Best regards,
IsmaelHey!
Thank you for using Enfold.
This technique has been tested on a few other sites. It should work. Please create a test page where you added the sliders with the custom css classes. We would like to inspect it.
Best regards,
IsmaelOctober 25, 2014 at 3:39 am in reply to: Is there a way to control what the side arrows show? #340871Hey!
Thank you for the update. You can remove the avia post navigation with this:
#top .avia-post-nav { display: none !important; }If you want to show a new kind of post navigation, you can edit includes > loop-index.php. Use the get_previous_post and get_next_post function. Please refer to the wordpress codex for more info.
Best regards,
IsmaelHey icotom!
Thank you for using Enfold.
Please try to use the Code Block element. Separate the fields with a flex_column container. Something like this:
<div class="flex_column av_one_half first"> SOME FORM FIELDS HERE </div> <div class="flex_column av_one_half"> OTHER FORM FIELDS HERE </div>Cheers!
IsmaelHi!
Thank you for the info and sorry for the delay but the login credentials are not working. I tried it a few times but it’s really now working. Please check.
Regards,
IsmaelHey!
Please check the page now. We added this on functions.php:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'multi-big'; return $layout; }Best regards,
IsmaelHi!
I’m sorry for the delay but we didn’t change anything because we can’t log in to the website.
This login credentials are not working:
Login: guest
PW: 87654321I will remove this info when you confirm the login details.
Regards,
Ismael -
AuthorPosts
